"Reedy" posted a comment on MediaWiki.r110608.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/110608#c30498

Commit summary for MediaWiki.r110608:

Bring the epocs into this decade

Reedy's comment:

Hell, this will do even less "damage" on 3rd party wikis that have done any 
sort of LocalSettings in the last decade

<pre>
if ( $wgInvalidateCacheOnLocalSettingsChange ) {
        $wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( 
"$IP/LocalSettings.php" ) ) );
}
</pre>

wgInvalidateCacheOnLocalSettingsChange is set to true by default

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to