r68159 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68158‎ | r68159 | r68160 >
Date:09:13, 17 June 2010
Author:ialex
Status:ok
Tags:
Comment:
* (bug 24006) deleteArchivedRevisions.php maintenance script now longer throws a fatal error
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/maintenance/Maintenance.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/Maintenance.php
@@ -772,7 +772,7 @@
773773 * @param $delete Boolean: whether or not to actually delete the records
774774 * @author Rob Church <robchur@gmail.com>
775775 */
776 - protected function purgeRedundantText( $delete = true ) {
 776+ public function purgeRedundantText( $delete = true ) {
777777 # Data should come off the master, wrapped in a transaction
778778 $dbw = wfGetDB( DB_MASTER );
779779 $dbw->begin();
Index: trunk/phase3/RELEASE-NOTES
@@ -198,6 +198,8 @@
199199 * (bug 23845) Special:ListFiles now uses correct file names without underscores
200200 * Ask for permanent login in Special:Preferences only if $wgCookieExpiration > 0
201201 * (bug 16356) Repair dumpInterwiki.inc to use proper normalization.
 202+* (bug 24006) deleteArchivedRevisions.php maintenance script now longer throws
 203+ a fatal error
202204
203205 === API changes in 1.17 ===
204206 * (bug 22738) Allow filtering by action type on query=logevent.

Status & tagging log