r76634 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76633‎ | r76634 | r76635 >
Date:17:31, 13 November 2010
Author:ialex
Status:ok
Tags:
Comment:
* (bug 20591) There's now a different message on Special:MovePage when $wgFixDoubleRedirects is set to false.

Based on a patch by The Evil IP address: https://bugzilla.wikimedia.org/attachment.cgi?id=7807
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -2105,6 +2105,7 @@
21062106 'move-page-backlink',
21072107 'move-page-legend',
21082108 'movepagetext',
 2109+ 'movepagetext-noredirectfixer',
21092110 'movepagetalktext',
21102111 'movearticle',
21112112 'moveuserpage-warning',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3122,6 +3122,17 @@
31233123 '''Warning!'''
31243124 This can be a drastic and unexpected change for a popular page;
31253125 please be sure you understand the consequences of this before proceeding.",
 3126+'movepagetext-noredirectfixer' => "Using the form below will rename a page, moving all of its history to the new name.
 3127+The old title will become a redirect page to the new title.
 3128+Be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].
 3129+You are responsible for making sure that links continue to point where they are supposed to go.
 3130+
 3131+Note that the page will '''not''' be moved if there is already a page at the new title, unless it is empty or a redirect and has no past edit history.
 3132+This means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.
 3133+
 3134+'''Warning!'''
 3135+This can be a drastic and unexpected change for a popular page;
 3136+please be sure you understand the consequences of this before proceeding.",
31263137 'movepagetalktext' => "The associated talk page will be automatically moved along with it '''unless:'''
31273138 *A non-empty talk page already exists under the new name, or
31283139 *You uncheck the box below.
Index: trunk/phase3/RELEASE-NOTES
@@ -424,6 +424,8 @@
425425 "File" and "Media" are allowed now
426426 * (bug 25872) Rename the HttpRequest class to MWHttpRequest to avoid conflict
427427 with php extension that defines same class.
 428+* (bug 20591) There's now a different message on Special:MovePage when
 429+ $wgFixDoubleRedirects is set to false.
428430
429431 === API changes in 1.17 ===
430432 * (bug 22738) Allow filtering by action type on query=logevent.

Follow-up revisions

RevisionCommit summaryAuthorDate
r76635Seems I forgot to commit this file in r76634ialex17:35, 13 November 2010

Status & tagging log