From: Brion Vibber Date: Sun, 6 Jun 2004 06:44:50 +0000 (+0000) Subject: Update beta2 X-Git-Tag: 1.5.0alpha1~3016 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=c4bf374b3631e4878ddaefd1467d06a34484cba4;p=lhc%2Fweb%2Fwiklou.git Update beta2 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8ad826ba9d..b688df3c88 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,6 @@ = MediaWiki release notes = -== Version 1.3.0beta1, 2004-05-21 == +== Version 1.3.0beta2, 2004-06-05 == **** THIS IS A BETA AND MAY STUNT YOUR GROWTH OR KILL YOUR PETS **** @@ -60,6 +60,17 @@ cases, but this is not recommended on live sites. (This must be set for MathML to display properly in Mozilla.) +== Version 1.2.6, 2004-05-24 == +* Spam blocker ($wgSpamRegex - refuses to save edits that match) +* Updated documentation about $wgWhitelistRead +* Ensure that searchindex table is created as MyISAM +* Interwiki cache timeout (memcached) +* Fix uploads on Windows with magic_quotes_gpc +* Some config fixes for Windows (slashes etc) +* Local interwiki URL redirects +* Fixed obscure deletion problem in squid mode on corrupt entries +* Language files updated to remove more hard-coded "Wikipedia" strings + == Version 1.2.5, 2004-05-01 == * Fixed install problem with blank root password * Fixed Special:Emailuser/Username links diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0e9e63d4a9..30b19d8ab9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6,7 +6,7 @@ # like $wgScriptPath, you must also localize everything that # depends on it. -$wgVersion = "1.3.0beta1"; +$wgVersion = "1.3.0beta2"; $wgSitename = "MediaWiki"; # Please customize! $wgMetaNamespace = FALSE; # will be same as you set $wgSitename @@ -396,7 +396,6 @@ $wgTidyOpts = ''; $wgDefaultSkin = "monobook"; # Whether or not to allow real name fields. Defaults to true. - $wgAllowRealName = true; # Extensions