r12522 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12521‎ | r12522 | r12523 >
Date:16:23, 8 January 2006
Author:hashar
Status:old
Tags:
Comment:
REVERT: Bug 3835: add a cancel link on special:movepage
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SpecialMovepage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialMovepage.php
@@ -116,9 +116,6 @@
117117 $movetalk = wfMsgHtml( 'movetalk' );
118118 $movereason = wfMsgHtml( 'movereason' );
119119
120 - $sk =& $wgUser->getSkin();
121 - $cancel = $sk->makeKnownLink( $oldTitle, wfMsg('cancel') );
122 -
123120 $titleObj = Title::makeTitle( NS_SPECIAL, 'Movepage' );
124121 $action = $titleObj->escapeLocalURL( 'action=submit' );
125122 $token = htmlspecialchars( $wgUser->editToken() );
@@ -166,7 +163,6 @@
167164 <td>&nbsp;</td>
168165 <td align='left'>
169166 <input type='submit' name=\"{$submitVar}\" value=\"{$movepagebtn}\" />
170 - {$cancel}
171167 </td>
172168 </tr>
173169 </table>
Index: trunk/phase3/RELEASE-NOTES
@@ -287,7 +287,6 @@
288288 * (bug 4359) red [[user:#id]] links generated in [[special:Log]]
289289 * (bug 1996) Special page to list redirects
290290 * (bug 4334) Add "watch" links to Special:Unwatchedpages
291 -* (bug 3835) Add a 'Cancel' backlink on Special:Movepage
292291
293292 Misc.:
294293 * PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r12512Bug 3835: add a cancel link on special:movepagehashar13:49, 8 January 2006

Status & tagging log