http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54807

Revision: 54807
Author:   btongminh
Date:     2009-08-11 20:46:28 +0000 (Tue, 11 Aug 2009)

Log Message:
-----------
Revert r54795: Didn't work as expected and don't have time to fix.

Modified Paths:
--------------
    trunk/phase3/RELEASE-NOTES
    trunk/phase3/includes/specials/SpecialMovepage.php

Property Changed:
----------------
    trunk/phase3/RELEASE-NOTES

Modified: trunk/phase3/RELEASE-NOTES
===================================================================
--- trunk/phase3/RELEASE-NOTES  2009-08-11 19:22:35 UTC (rev 54806)
+++ trunk/phase3/RELEASE-NOTES  2009-08-11 20:46:28 UTC (rev 54807)
@@ -197,8 +197,6 @@
    output by omitting some things like quotation marks where HTML 5 allows.
 * Added crop for inline images.
 * The description message in $wgExtensionCredits can be an array with 
parameters
-* (bug 20052) Watch checkbox on Special:Movepage is checked by default when the
-  old or new page is being watched.
 
 === Bug fixes in 1.16 ===
 


Property changes on: trunk/phase3/RELEASE-NOTES
___________________________________________________________________
Deleted: svn:mergeinfo
   - /branches/REL1_15/phase3/RELEASE-NOTES:51646

Modified: trunk/phase3/includes/specials/SpecialMovepage.php
===================================================================
--- trunk/phase3/includes/specials/SpecialMovepage.php  2009-08-11 19:22:35 UTC 
(rev 54806)
+++ trunk/phase3/includes/specials/SpecialMovepage.php  2009-08-11 20:46:28 UTC 
(rev 54807)
@@ -277,11 +277,8 @@
                        );
                }
 
-               # Check the watch checkbox in case the watch parameter was 
given in the 
-               # request, the preferences say so, or either the old or new 
title is 
-               # being watched.
                $watchChecked = $this->watch || $wgUser->getBoolOption( 
'watchmoves' ) 
-                       || $this->oldTitle->userIsWatching() || 
$this->newTitle->userIsWatching();
+                       || $this->oldTitle->userIsWatching();
                $wgOut->addHTML( "
                        <tr>
                                <td></td>



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to