Added a new method to update the cache of all pages linking to a given page without...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 18 Jun 2006 12:42:16 +0000 (12:42 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 18 Jun 2006 12:42:16 +0000 (12:42 +0000)
commit0e2714b61dec3bd0130a6a6d5b1308b85f2c658b
treee51838da2d4dc688da8797e7ab427375cff6e989
parentaf4cfa71c0603706aff045027794bb507314023f
Added a new method to update the cache of all pages linking to a given page without using excessive time or memory. This turns out to be a common operation in MediaWiki, I needed to fix callers in a lot of files. Backwards compatibility is maintained (of course). Also did some cleanup in Article.php, another 3 years of that and it'll be looking pretty. New job type added to the job queue, some refactoring done in JobQueue.php to support it.
includes/Article.php
includes/AutoLoader.php
includes/DefaultSettings.php
includes/HTMLCacheUpdate.php [new file with mode: 0644]
includes/Image.php
includes/ImagePage.php
includes/JobQueue.php
includes/LinksUpdate.php
includes/SquidUpdate.php
includes/Title.php