r10320 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10319‎ | r10320 | r10321 >
Date:20:57, 30 July 2005
Author:vibber
Status:old
Tags:
Comment:
Bump to beta4; disable compressOld as it's known to break.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/maintenance/compressOld.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/compressOld.php
@@ -32,7 +32,9 @@
3333 * <factor-threshold> is a minimum number of KB, where <max-factor> cuts in
3434 *
3535 */
36 -
 36+
 37+die( 'compressOld is known to be broken at the moment.' );
 38+
3739 $optionsWithArgs = array( 't', 'c', 's', 'f', 'h' );
3840 require_once( "commandLine.inc" );
3941 require_once( "compressOld.inc" );
Index: trunk/phase3/includes/DefaultSettings.php
@@ -28,7 +28,7 @@
2929 $wgConf = new SiteConfiguration;
3030
3131 /** MediaWiki version number */
32 -$wgVersion = '1.5beta3';
 32+$wgVersion = '1.5beta4';
3333
3434 /** Name of the site. It must be changed in LocalSettings.php */
3535 $wgSitename = 'MediaWiki';
Index: trunk/phase3/RELEASE-NOTES
@@ -3,6 +3,14 @@
44 Security reminder: MediaWiki does not require PHP's register_globals
55 setting since version 1.2.0. If you have it on, turn it *off* if you can.
66
 7+== MediaWiki 1.5 beta 4 ==
 8+
 9+July 30, 2005
 10+
 11+MediaWiki 1.5 beta 4 is a preview release of the new 1.5 release series.
 12+A number of bugs have been fixed since beta 3; see the full changelist below.
 13+
 14+
715 == MediaWiki 1.5 beta 3 ==
816
917 July 7, 2005
@@ -617,6 +625,7 @@
618626 * (bug 2676) Apply a protective transformation on editing input/output
619627 for browsers that hit the Unicode blacklist. Patch by plugwash.
620628 * (bug 2999) Fix encoding conversion of pl_title in upgrade1_5.php
 629+* compressOld.php disabled, as it's known to be broken.
621630
622631
623632 === Caveats ===

Status & tagging log