Added job table, for deferred processing of jobs. The immediate application is to...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 24 Feb 2006 01:56:31 +0000 (01:56 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 24 Feb 2006 01:56:31 +0000 (01:56 +0000)
commiteeb84cce20e993a33599c3af988a40703b35e92c
tree3ada726a79f7921487335a435a7fb2f2075e4251
parenta1f0bb580119b19d41557643047233609a7baa08
Added job table, for deferred processing of jobs. The immediate application is to complete the link table refresh operation when templates are changed.
RELEASE-NOTES
includes/DefaultSettings.php
includes/JobQueue.php [new file with mode: 0644]
includes/LinksUpdate.php
includes/Wiki.php
maintenance/archives/patch-job.sql [new file with mode: 0644]
maintenance/mysql5/tables.sql
maintenance/runJobs.php [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc