r65684 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65683‎ | r65684 | r65685 >
Date:06:36, 30 April 2010
Author:tstarling
Status:deferred
Tags:
Comment:
MFT r64957, bug 23167: respect the watchcreations user preference on upload
Modified paths:
  • /branches/REL1_16/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_16/phase3/includes/specials (modified) (history)
  • /branches/REL1_16/phase3/includes/specials/SpecialUpload.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/RELEASE-NOTES
@@ -58,6 +58,8 @@
5959 * Improved error checking on installer.
6060 * (bug 22970) Fixed a JavaScript error in the upload destination conflict
6161 check.
 62+* (bug 23167) Check the watch checkbox by default if the watchcreations
 63+ preference is set.
6264
6365 === Changes since 1.16 beta 1 ===
6466
Index: branches/REL1_16/phase3/includes/specials/SpecialUpload.php
@@ -937,6 +937,7 @@
938938 'id' => 'wpWatchthis',
939939 'label-message' => 'watchthisupload',
940940 'section' => 'options',
 941+ 'default' => $wgUser->getOption( 'watchcreations' ),
941942 )
942943 );
943944 }
Property changes on: branches/REL1_16/phase3/includes/specials
___________________________________________________________________
Modified: svn:mergeinfo
944945 Merged /trunk/phase3/includes/specials:r64957

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64955Partial fix to bug 23167...reedy10:23, 12 April 2010
r64957(bug 23167) Check the watch checkbox by default if the watchcreations prefere...btongminh10:40, 12 April 2010
r64958Revert r64955...reedy10:44, 12 April 2010
r64963RELEASE-NOTES for bug 23167 r64957 and r94958reedy15:56, 12 April 2010

Status & tagging log