r96725 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96724‎ | r96725 | r96726 >
Date:17:16, 10 September 2011
Author:demon
Status:ok
Tags:
Comment:
Add @since to the Deferred stuff, ping r96716
Modified paths:
  • /trunk/phase3/includes/DeferredUpdates.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DeferredUpdates.php
@@ -2,6 +2,8 @@
33 /**
44 * Interface that deferrable updates should implement. Basically required so we
55 * can validate input on DeferredUpdates::addUpdate()
 6+ *
 7+ * @since 1.19
68 */
79 interface DeferrableUpdate {
810 /**
@@ -12,6 +14,8 @@
1315
1416 /**
1517 * Class for mananging the deferred updates.
 18+ *
 19+ * @since 1.19
1620 */
1721 class DeferredUpdates {
1822 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96716Refactor deferrable updates into classes & interfaces, also add helper method...demon06:50, 10 September 2011

Status & tagging log