https://bugzilla.wikimedia.org/show_bug.cgi?id=18654
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Roan Kattouw <[email protected]> 2009-05-14 13:35:42 UTC --- (In reply to comment #2) > I might try rewriting it as a special page? [[Special:EditPage]]?? Cf > bug18789, bug11456, etc. Would that have a reasonable likelihood of being > implemented if it worked? With the write API now well-developed, anything that > breaks from making &action=edit redirect to Special:EditPage *deserves* to > break. Sounds like a plan, as long as such an implementation separates UI and DB logic properly, with the former going into SpecialEditPage.php and the latter in something like Edit.php (the point being that the API should be able to do all its edit stuff through the Edit class without needing the SpecialEditPage class). -- 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
