* Revert r66878, completely misses the point of factoring out doEdit() in the first...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 9 Aug 2010 08:33:42 +0000 (08:33 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 9 Aug 2010 08:33:42 +0000 (08:33 +0000)
commitcc9f81ed945cc5ec57e27a6e5b42e80a12aa4ce8
treeeb7bb5f53c0f8a27684df2dad024bcbc8fd9dbce
parentf05145c821cedcb7825f7ea0336419c2cdc58276
* Revert r66878, completely misses the point of factoring out doEdit() in the first place, which was to separate the UI layer from the backend layer, to support callers with alternate UIs or no UIs.
* Reverted followup 66880.
* Reverted dependent changes r67752, r68606, r68608, r68609. The point of deprecating insertArticle()/updateArticle() was to allow the UI code to be moved to EditPage. If you move that exact EditPage-specific functionality back into Article::doEdit(), and call it from all sorts of non-EditPage places, then we'll hit the same sorts of bugs we had before r14834.
docs/hooks.txt
includes/Article.php
includes/EditPage.php
includes/Title.php
includes/api/ApiEditPage.php
maintenance/addwiki.php
maintenance/parserTests.inc