r26414 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26413‎ | r26414 | r26415 >
Date:20:54, 4 October 2007
Author:robchurch
Status:old
Tags:
Comment:
(bug 11561) Don't throw a PHP fatal error when non-existent "revert" action attempted
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Wiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Wiki.php
@@ -385,7 +385,6 @@
386386 case 'watch':
387387 case 'unwatch':
388388 case 'delete':
389 - case 'revert':
390389 case 'rollback':
391390 case 'protect':
392391 case 'unprotect':
Index: trunk/phase3/RELEASE-NOTES
@@ -86,9 +86,10 @@
8787 * Compatibility with incorrectly detected old-style DJVU mime types
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
90 - less wrong.
 90+ less wrong
 91+* (bug 11561) Don't throw a PHP fatal error when non-existent "revert" action
 92+ attempted
9193
92 -
9394 === API changes in 1.12 ===
9495
9596 Full API documentation is available at http://www.mediawiki.org/wiki/API

Follow-up revisions

RevisionCommit summaryAuthorDate
r26431Merged revisions 26331-26430 via svnmerge from...david06:44, 5 October 2007
r26488Revert r26414 -- causes image reverts to fail as it disables the revert actionbrion20:44, 7 October 2007
r26512Merged revisions 26465-26511 via svnmerge from...david21:07, 8 October 2007
r31428(bug 11561) Fix fatal error when calling action=revert to non-image pageialex15:54, 1 March 2008

Status & tagging log