Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit() | Alexandre Emsenhuber | 2012-01-18 | 1 | -1/+1 |
| | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/109357 | ||||
* | More documentation updates | Sam Reed | 2011-10-28 | 1 | -0/+2 |
| | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/101161 | ||||
* | Add @since to the Deferred stuff, ping r96716 | Chad Horohoe | 2011-09-10 | 1 | -0/+4 |
| | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/96725 | ||||
* | Refactor deferrable updates into classes & interfaces, also add helper ↵ | Chad Horohoe | 2011-09-10 | 1 | -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 |