r54206 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54205‎ | r54206 | r54207 >
Date:13:37, 2 August 2009
Author:ialex
Status:ok
Tags:
Comment:
* (bug 18699) Using the nosummary URL option no longer triggers the "You have not provided a summary" warning for those who activated it in their preferences
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1409,6 +1409,8 @@
14101410 'maxlength' => '200',
14111411 'tabindex' => '1'
14121412 ) );
 1413+ } else {
 1414+ $summaryhiddens .= Xml::hidden( 'wpIgnoreBlankSummary', true ); # bug 18699
14131415 }
14141416 $editsummary = "<div class='editOptions'>\n";
14151417 global $wgParser;

Follow-up revisions

RevisionCommit summaryAuthorDate
r54301Seems that I forgot to commit the RELEASE-NOTES file along with r54206 *stab ...ialex19:51, 3 August 2009

Status & tagging log