aboutsummaryrefslogtreecommitdiffstats
path: root/includes/DeferredUpdates.php
Commit message (Collapse)AuthorAgeFilesLines
* Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit()Alexandre Emsenhuber2012-01-181-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/109357
* More documentation updatesSam Reed2011-10-281-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/101161
* Add @since to the Deferred stuff, ping r96716Chad Horohoe2011-09-101-0/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/96725
* Refactor deferrable updates into classes & interfaces, also add helper ↵Chad Horohoe2011-09-101-0/+83
method for the most common use case: $wgDeferredUpdateList[] = new HTMLCacheUpdate( $title, "sometable" ); I kept b/c with $wgDeferredUpdateList for now, but seeing as only 3 exts in svn use it (FileSearch, FlaggedRevs and WikiScripts), I'd like to deprecate it pretty soon :) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/96716