https://bugzilla.wikimedia.org/show_bug.cgi?id=6640
Happy-melon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Happy-melon <[email protected]> 2010-03-18 17:34:55 UTC --- The implementation proposed is not at all sensible; it will horribly break prefix searching as well as being hackish. A proper implementation will not touch core code. Wikia's interface works in two stages: first it makes a call to index.php?action=create&title=Bar&prefix=Foo/&... which is 301-redirected to index.php?action=create&title=Foo/Bar&... somewhere within the handler for action=create. That is the best way of implementing this functionality without hacking at the core. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
