* Avoid doing templatelinks query (which can get huge) twice by adding cachupdate...
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 20 Sep 2008 22:48:55 +0000 (22:48 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 20 Sep 2008 22:48:55 +0000 (22:48 +0000)
commit27980cd92b4af2b0478088742bbf30f2a8a8e540
tree469e90cf3e6736e0504fcfc0747dd4dd601be55b
parent2ac88101e559acfa6e26ea49d5c955dd5b4f741c
* Avoid doing templatelinks query (which can get huge) twice by adding cachupdate jobs using the same query as refreshlinks jobs do
* Don't trigger recursive jobs for nulls edits
* Some whitespace tweaks
includes/Article.php
includes/Import.php
includes/LinksUpdate.php