r103425 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r103424
|
r103425
|
r103426
>
Date:
00:33, 17 November 2011
Author:
petrb
Status:
ok
Tags:
Comment:
Disabled parser cache so that it should display correct data
Modified paths:
/trunk/extensions/InteractiveBlockMessage/InteractiveBlockMessageHooks.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/InteractiveBlockMessage/InteractiveBlockMessageHooks.php
—
—
@@ -43,6 +43,7 @@
44
44
$ret = 'unknown';
45
45
return true;
46
46
}
47
+ $parser->disableCache();
47
48
48
49
$user = User::newFromName( $parser->getTitle()->getBaseText() );
49
50
if ($user instanceof User) {
Follow-up revisions
Revision
Commit summary
Author
Date
r103809
Introduced cache time and yes that comparison of infinity time really suck ho...
petrb
14:11, 21 November 2011
Status & tagging log
23:00, 21 November 2011
Raindrift
(
talk
|
contribs
)
changed the
status
of r103425
[
removed:
new
added:
ok]