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 @@
3
3
/**
4
4
* Interface that deferrable updates should implement. Basically required so we
5
5
* can validate input on DeferredUpdates::addUpdate()
6
+ *
7
+ * @since 1.19
6
8
*/
7
9
interface DeferrableUpdate {
8
10
/**
—
—
@@ -12,6 +14,8 @@
13
15
14
16
/**
15
17
* Class for mananging the deferred updates.
18
+ *
19
+ * @since 1.19
16
20
*/
17
21
class DeferredUpdates {
18
22
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r96716
Refactor deferrable updates into classes & interfaces, also add helper method...
demon
06:50, 10 September 2011
Status & tagging log
17:33, 10 September 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r96725
[
removed:
new
added:
ok]