r18906 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18905‎ | r18906 | r18907 >
Date:04:27, 7 January 2007
Author:werdna
Status:old
Tags:
Comment:
Revert r17905. Needs more thought, and may be annoying, particularly for large pages.
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -122,7 +122,6 @@
123123 # Inform the user of our success and set an automatic edit summary
124124 $this->editFormPageTop .= $wgOut->parse( wfMsgNoTrans( 'undo-success' ) );
125125 $this->summary = wfMsgForContent( 'undo-summary', $undo, $undorev->getUserText() );
126 - $this->formtype = 'preview'; # Preview the result.
127126 } else {
128127 # Warn the user that something went wrong
129128 $this->editFormPageTop .= $wgOut->parse( wfMsgNoTrans( 'undo-failure' ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r17905(bug 8012) Update for messagesSv.php (Swedish language)rotem14:46, 24 November 2006