Did some refactoring in Article.php:
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Jun 2006 09:50:57 +0000 (09:50 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Jun 2006 09:50:57 +0000 (09:50 +0000)
commit756cb86b0f494ea7279dfd4e54ffced7cf149d1e
tree38f3fbac15cdc9cda42a1392402c088fbee47c0a
parent52494e24c7c2d65dcb0f8a1db3201c8983908e36
Did some refactoring in Article.php:

* Introduced doEdit(), a simplified editing API. Rewrote updateArticle() and insertNewArticle() to call doEdit() and marked them deprecated. Callers should be updated to use doEdit() at a later date.
* Replaced $fname with __METHOD__
* Removed some unused member variables
* Fixed cache purging on null edit, hopefully it should work the same as action=purge now.
* Fixed doRedirect() callers, minor bug introduced with HTMLCacheUpdate.
includes/Article.php
includes/Defines.php