Index: trunk/phase3/maintenance/compressOld.php |
— | — | @@ -32,7 +32,9 @@ |
33 | 33 | * <factor-threshold> is a minimum number of KB, where <max-factor> cuts in |
34 | 34 | * |
35 | 35 | */ |
36 | | - |
| 36 | + |
| 37 | +die( 'compressOld is known to be broken at the moment.' ); |
| 38 | + |
37 | 39 | $optionsWithArgs = array( 't', 'c', 's', 'f', 'h' ); |
38 | 40 | require_once( "commandLine.inc" ); |
39 | 41 | require_once( "compressOld.inc" ); |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | $wgConf = new SiteConfiguration; |
30 | 30 | |
31 | 31 | /** MediaWiki version number */ |
32 | | -$wgVersion = '1.5beta3'; |
| 32 | +$wgVersion = '1.5beta4'; |
33 | 33 | |
34 | 34 | /** Name of the site. It must be changed in LocalSettings.php */ |
35 | 35 | $wgSitename = 'MediaWiki'; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -3,6 +3,14 @@ |
4 | 4 | Security reminder: MediaWiki does not require PHP's register_globals |
5 | 5 | setting since version 1.2.0. If you have it on, turn it *off* if you can. |
6 | 6 | |
| 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 | + |
7 | 15 | == MediaWiki 1.5 beta 3 == |
8 | 16 | |
9 | 17 | July 7, 2005 |
— | — | @@ -617,6 +625,7 @@ |
618 | 626 | * (bug 2676) Apply a protective transformation on editing input/output |
619 | 627 | for browsers that hit the Unicode blacklist. Patch by plugwash. |
620 | 628 | * (bug 2999) Fix encoding conversion of pl_title in upgrade1_5.php |
| 629 | +* compressOld.php disabled, as it's known to be broken. |
621 | 630 | |
622 | 631 | |
623 | 632 | === Caveats === |