r54807 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54806‎ | r54807 | r54808 >
Date:20:46, 11 August 2009
Author:btongminh
Status:ok
Tags:
Comment:
Revert r54795: Didn't work as expected and don't have time to fix.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/specials/SpecialMovepage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialMovepage.php
@@ -277,11 +277,8 @@
278278 );
279279 }
280280
281 - # Check the watch checkbox in case the watch parameter was given in the
282 - # request, the preferences say so, or either the old or new title is
283 - # being watched.
284281 $watchChecked = $this->watch || $wgUser->getBoolOption( 'watchmoves' )
285 - || $this->oldTitle->userIsWatching() || $this->newTitle->userIsWatching();
 282+ || $this->oldTitle->userIsWatching();
286283 $wgOut->addHTML( "
287284 <tr>
288285 <td></td>
Index: trunk/phase3/RELEASE-NOTES
@@ -197,8 +197,6 @@
198198 output by omitting some things like quotation marks where HTML 5 allows.
199199 * Added crop for inline images.
200200 * The description message in $wgExtensionCredits can be an array with parameters
201 -* (bug 20052) Watch checkbox on Special:Movepage is checked by default when the
202 - old or new page is being watched.
203201
204202 === Bug fixes in 1.16 ===
205203
Property changes on: trunk/phase3/RELEASE-NOTES
___________________________________________________________________
Name: svn:mergeinfo
206204 - /branches/REL1_15/phase3/RELEASE-NOTES:51646

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54795(bug 20052) Watch checkbox on Special:Movepage is checked by default when the...btongminh18:03, 11 August 2009

Status & tagging log