r105386 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r105385
|
r105386
|
r105387
>
Date:
23:58, 6 December 2011
Author:
jeroendedauw
Status:
ok
Tags:
Comment:
these are seconds, not ms, and the touched time does not get updated on render, so this caused 2h+ invalidation :/
Modified paths:
/trunk/extensions/SemanticMediaWiki/includes/storage/SMW_Store.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_Store.php
—
—
@@ -292,7 +292,7 @@
293
293
294
294
$dbw->update(
295
295
'page',
296
- array( 'page_touched' => $dbw->timestamp( time() + 9001 ) ),
296
+ array( 'page_touched' => $dbw->timestamp( time() + 4 ) ),
297
297
$title->pageCond(),
298
298
__METHOD__
299
299
);
Status & tagging log
13:51, 7 December 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r105386
[
removed:
deferred
added:
ok]