https://bugzilla.wikimedia.org/show_bug.cgi?id=16659
--- Comment #7 from Brion Vibber <[email protected]> 2009-01-08 18:31:01 UTC --- They're pretti*er* and I think the best we can do as a default, but not as pretty as I'd like. :) Note that something like: http://en.wikipedia.org/?oldid=123456789 can be achieved with the current code by setting $wgScript to a shorter value. I think I'm more interested in $wgActionPaths support, allowing for customized rewriting for the site's local setup. Say, something like: $wgActionPaths['oldid'] = '/revision/'; leading to: http://en.wikipedia.org/revision/123456789 Since oldid isn't an action parameter, this'd still require special casing in the actual URL generation. -- 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 on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
