r26488 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26487‎ | r26488 | r26489 >
Date:20:44, 7 October 2007
Author:brion
Status:old
Tags:
Comment:
Revert r26414 -- causes image reverts to fail as it disables the revert action
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Wiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Wiki.php
@@ -385,6 +385,7 @@
386386 case 'watch':
387387 case 'unwatch':
388388 case 'delete':
 389+ case 'revert':
389390 case 'rollback':
390391 case 'protect':
391392 case 'unprotect':
Index: trunk/phase3/RELEASE-NOTES
@@ -87,8 +87,6 @@
8888 * (bug 11560) Fix broken HTML output from weird link nesting in edit comments.
8989 Nested links (as in image caption text) still don't work _right_ but they're
9090 less wrong
91 -* (bug 11561) Don't throw a PHP fatal error when non-existent "revert" action
92 - attempted
9391 * (bug 9718) Remove unnecessary css from main.css causing spacing issues on
9492 some browsers.
9593 * (bug 11574) Add an interface message loginstart, which, similarly to loginend,

Follow-up revisions

RevisionCommit summaryAuthorDate
r26512Merged revisions 26465-26511 via svnmerge from...david21:07, 8 October 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r26414(bug 11561) Don't throw a PHP fatal error when non-existent "revert" action a...robchurch20:54, 4 October 2007

Status & tagging log