Cleanup...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 8 Dec 2005 01:36:33 +0000 (01:36 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 8 Dec 2005 01:36:33 +0000 (01:36 +0000)
commit1c9c38d38c25a1522c4d31879602dc3da09dd239
tree3448b0abe0c5e783255c1ba1a11b0643fcad6c99
parent63ba45b14145c29f58661503defde88b9099f3c3
Cleanup...
* Move template / squid purging back to onArticleEdit() out of updateArticle()
* Move email notifications from showArticle() to RecentChange::save(), next to the IRC updates
* Use INSERT IGNORE instead of REPLACE for WatchedItem::watch(), avoids breaking notification timestamps for the auto-add on the user talk
includes/Article.php
includes/RecentChange.php
includes/WatchedItem.php