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 @@
1410
1410
'maxlength' => '200',
1411
1411
'tabindex' => '1'
1412
1412
) );
1413
+ } else {
1414
+ $summaryhiddens .= Xml::hidden( 'wpIgnoreBlankSummary', true ); # bug 18699
1413
1415
}
1414
1416
$editsummary = "<div class='editOptions'>\n";
1415
1417
global $wgParser;
Follow-up revisions
Revision
Commit summary
Author
Date
r54301
Seems that I forgot to commit the RELEASE-NOTES file along with
r54206
*stab ...
ialex
19:51, 3 August 2009
Status & tagging log
00:03, 5 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r54206
[
removed:
new
added:
ok]