https://bugzilla.wikimedia.org/show_bug.cgi?id=4582
--- Comment #236 from Mr.Z-man <[EMAIL PROTECTED]> 2008-11-26 17:00:01 UTC --- (In reply to comment #234) > (In reply to comment #233) > > > then that should be fairly trivial to fix (just rewrite whatever code > > does the autoformatting so that it's triggered by some formatting feature > > other > > than links, like a CSS style). > > just add the necessary <span class="x"> to Bill's patch. > Which patch? There's 4. And CSS classes shouldn't trigger the parser to do things, that's just incorrect on multiple levels. CSS classes should be used for CSS styling or to help JavaScript find the right objects, that's pretty much it. It needs to be some sort of syntax that isn't already reserved for something else (like CSS styling or normal links). That needs to be decided before anything is done. > > Is there anything else? > > Nope. As for "Developers don't have time": Bill has already done the work. Its > /done/. Devs just need to pick it up. Someone needs to give tstarling a > wake-up > call; its his baby. People aren't just going to grab a patch and commit it. Especially when the last patch seems to be entirely different from what's being requested in these past several comments. > Mr Z-man's comment re squid caching for anon users is not a reason why date > formatting cannot default to a human-readable format (instead of self::NONE, > which -- because of "ISO" date usage -- is a disaster). > I never said it was. Its the reason why there can only be one default. Defaulting to a different version depending on what the browser language is won't work for anons. The actual default can be changed, as long as there's only one default. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
