r64957 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64956‎ | r64957 | r64958 >
Date:10:40, 12 April 2010
Author:btongminh
Status:ok
Tags:
Comment:
(bug 23167) Check the watch checkbox by default if the watchcreations preference is set
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUpload.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUpload.php
@@ -943,6 +943,7 @@
944944 'id' => 'wpWatchthis',
945945 'label-message' => 'watchthisupload',
946946 'section' => 'options',
 947+ 'default' => $wgUser->getOption( 'watchcreations' ),
947948 )
948949 );
949950 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r64958Revert r64955...reedy10:44, 12 April 2010
r64963RELEASE-NOTES for bug 23167 r64957 and r94958reedy15:56, 12 April 2010
r650221.16wmf4: MFT r64948, r64957: fixes for upload formcatrope12:53, 14 April 2010
r65684MFT r64957, bug 23167: respect the watchcreations user preference on uploadtstarling06:36, 30 April 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64955Partial fix to bug 23167...reedy10:23, 12 April 2010

Status & tagging log