r93473 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93472‎ | r93473 | r93474 >
Date:17:56, 29 July 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Fixed r93468, made setCachedLastEditTime() public
Modified paths:
  • /trunk/phase3/includes/WikiPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WikiPage.php
@@ -862,7 +862,7 @@
863863 * @param $timestamp string
864864 * @return void
865865 */
866 - protected function setCachedLastEditTime( $timestamp ) {
 866+ public function setCachedLastEditTime( $timestamp ) {
867867 global $wgMemc;
868868 $key = wfMemcKey( 'page-lastedit', md5( $this->mTitle->getPrefixedDBkey() ) );
869869 $wgMemc->set( $key, wfTimestamp( TS_MW, $timestamp ), 60*15 );

Sign-offs

UserFlagDate
Johnduhartinspected21:21, 29 July 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r964701.17wmf1: MFT r92962, r93062, r93093, r93385, r93468, r93473, r94350, r94502,...catrope19:07, 7 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93468* Follow-up r93093: set the touch key for page moves too...aaron16:44, 29 July 2011

Comments

#Comment by Aaron Schulz (talk | contribs)   18:45, 29 July 2011
  • sigh*

Status & tagging log