r113649 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113648‎ | r113649 | r113650 >
Date:19:35, 12 March 2012
Author:saper
Status:reverted
Tags:
Comment:
Fix r113619: Convert timestamp to the backend database value
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -2917,7 +2917,7 @@
29182918 'user_token' => $this->mToken,
29192919 'user_registration' => $dbw->timestamp( $this->mRegistration ),
29202920 'user_editcount' => 0,
2921 - 'user_touched' => $this->mTouched,
 2921+ 'user_touched' => $dbw->timestamp( $this->mTouched ),
29222922 ), __METHOD__
29232923 );
29242924 $this->mId = $dbw->insertId();

Follow-up revisions

RevisionCommit summaryAuthorDate
r113650Revert r113619, r113649: Breaks unit tests...saper19:58, 12 March 2012
r113668Revert r113650 and reapply r113619 and r113649 with one modification: User::c...ialex21:17, 12 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113619Set the user_touched field directly when adding a new user to the database so...ialex13:07, 12 March 2012

Status & tagging log