r75914 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75913‎ | r75914 | r75915 >
Date:12:07, 3 November 2010
Author:demon
Status:ok (Comments)
Tags:
Comment:
Add general note about new installer to R-L, as well as mention a bunch of the bugs fixed
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -18,6 +18,12 @@
1919 Those wishing to use the latest code instead of a branch release can obtain
2020 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
2121
 22+=== New installer in 1.17 ===
 23+MediaWiki 1.17 is shipping with a completely redesigned installer to fix
 24+a lot of outstanding bugs, cleanup the code quality, and make it easier to
 25+use. Notably, you can now run upgrades from the web without having to move
 26+LocalSettings.php. The specific bugs are listed below in the general notes.
 27+
2228 === Configuration changes in 1.17 ===
2329 * DatabaseFunctions.php that was needed for compatibility with pre-1.3
2430 extensions has been removed.
@@ -75,8 +81,8 @@
7682 available as input for other configuration items, either.
7783 * Remove $wgRemoteUploads. It was not well supported and superseded by
7884 $wgUploadNavigationUrl.
79 -* $wgUpgradeKey allows unlocking the web installer for upgrades without having
80 - to move LocalSettings.php
 85+* (bug 198) $wgUpgradeKey allows unlocking the web installer for upgrades
 86+ without having to move LocalSettings.php
8187 * The FailFunction "error handling" method has now been removed
8288 * $wgAdditionalMailParams added to allow setting extra options to mail() calls.
8389 * $wgSecureLogin & $wgSecureLoginStickHTTPS to optionaly login using HTTPS
@@ -187,6 +193,10 @@
188194 when a wiki has multiple variant languages.
189195 * (bug 19593) Specifying --server in now works for all maintenance scripts
190196 * Now rebuildtextindex.php warns if SQLite doesn't support full-text search.
 197+* (bug 10541) Front/backend separation of installation/upgrade code
 198+* (bug 10596) Allow installer to enable extensions already in extensions folder
 199+* (bug 17394) Make installer check for latest version against MediaWiki.org
 200+* (bug 20627) Installer should be in languages other than English
191201
192202 === Bug fixes in 1.17 ===
193203 * (bug 17560) Half-broken deletion moved image files to deletion archive
@@ -379,6 +389,11 @@
380390 $wgSMTP without PEAR mail package
381391 * (bug 19633) When possible, Upscale small SVGs when creating thumbnails.
382392 * (bug 25725) Unwanted linebreaks in diffs.
 393+* (bug 11013) Database driver detection needs rewriting for robustness
 394+* (bug 13409) Installer prompts could use clarification--now has help boxes
 395+* (bug 16902) Installer spews warnings when exec() and dl() are not available
 396+* (bug 19129) Only show MyISAM/InnoDB when supported
 397+* (bug 17762) Only show other e-mail options when e-mail is globally enabled
383398
384399 === API changes in 1.17 ===
385400 * (bug 22738) Allow filtering by action type on query=logevent.

Comments

#Comment by Catrope (talk | contribs)   16:39, 12 December 2010

Commit summary says R-L but presumably you meant N-I :)

#Comment by Catrope (talk | contribs)   16:42, 12 December 2010

Or R-N, I'm blind :(

Speaking of which, RELEASE-NOTES should probably mention ResourceLoader in a similar fashion as well.

Status & tagging log