only generate preview output when the request is actually a preview
[mediawiki.git] / RELEASE-NOTES
blobd18d38d1bdc044ce15bd23260f91bd5e6e1940f8
1 = MediaWiki release notes =
3 Security reminder: MediaWiki does not require PHP's register_globals
4 setting since version 1.2.0. If you have it on, turn it *off* if you can.
6 == MediaWiki 1.9 ==
8 THIS IS NOT A RELEASE YET.
10 MediaWiki is now using a "continuous integration" development model with
11 quarterly snapshot releases. The latest development code is always kept
12 "ready to run", and in fact runs our own sites on Wikipedia.
14 Release branches will continue to receive security updates for about a year
15 from first release, but nonessential bugfixes and feature development happen
16 will be made on the development trunk and appear in the next quarterly release.
18 Those wishing to use the latest code instead of a branch release can obtain
19 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
21 == Configuration changes ==
24 == Major new features ==
27 == Changes since 1.8 ==
29 * (bug 8200) Make category lists sorted by name when using Postgres.
30 * (bug 7841) Support 'IGNORE' inserts for Postgres, fixes watchlist 
31   adding problem.
32 * (bug 6835) Removing the includes/Parser.php::getTemplateArgs() function, 
33   because it seems to be unused.
34 * (bug 7139) Increasing the visual width of the edit summary field on larger
35   screen sizes, for the default monobook skin.
36 * Fix PHP notice and estimates for dumpBackup.php and friends
37 * Improved register_globals paranoia checks
38 * (bug 7545) Fix PHP version check on install
39 * Disable PHP exception backtrace printing unless $wgShowExceptionDetails
40   is set. Backtraces may contain sensitive information in function call
41   parameters.
42 * (bug 6164) Avoid smashing Cite state if message transformation triggers
43   during bad image list check, by skipping message transformation.
44   This isn't a good permanent fix.
45 * (bug 6918) Stopped borders and backgrounds from showing through floated
46   tables in Monobook
47 * (bug 6868) Un-hardcode section edit link style
48 * (bug 3205) Stop right floats from stacking horizontally in non-Monobook skins
49 * Added global $wgStyleVersion to centralize bumping CSS and JS file versions
50   for cache-friendly style and script updating
51 * (bug 7562) Fix non-ASCII namespaces on Windows/XAMPP servers
52 * Friendlier check for PHP 5 in command-line scripts; it's common for parallel
53   PHP 4 and 5 installations to interfere on the command-line.
54 * Fix regression in autoconfirm permission check
55 * (bug 3015) Add CSS ids to subcategory and page sections on category pages
56 * (bug 7587) Fix erroneous id for specialpage tab, enabling informative popup
57 * (bug 7599) Fix thumbnail purging, PHP notices on HTCP image page purge
58 * (bug 7581) Update language name for cbk-zam
59 * (bug 7444) Update namespace translations for Telugu (te), kept old values as
60   alias for compatibility
61 * (bug 4525) Move section links down visually to same level as headings
62   (editsection links are now inside the heading elements)
63 * Workaround for http://bugs.php.net/bug.php?id=31892 , PATH_INFO and hence 
64   URLs of the style /index.php/Main_Page were broken on some CGI installations.
65 * (bug 7623) Validate custom HTML id's correctly in Monobook interface
66 * (bug 2241) Fix collision of 'w' and 'd' accesskeys
67 * (bug 5795) CSS class added to body based on page name for page-specific
68   styling
69 * (bug 6276) Stopped search field from getting too large in Cologne Blue
70 * (bug 7644) User creations that are aborted by hooks shouldn't be counted
71   against account creations per day limit
72 * (bug 7636) Show Firefox 2 users correct accesskey prefix
73 * (bug 6427) Block blocked IPs from using the mail password function
74   to allow blocking of flooders
75 * Include common.css from classic-style skins in main HTML with the bump URL
76 * (bug 7607) Add Karakalpak (kaa) to Names.php and stub message file for linktrail
77 * (bug 7582) Add 'tog-nolangconversion' to MessagesEn.php.
78   This key is need for languages with variants (zh, sr, kk)
79 * (bug 7606) MediaWiki messages for "rss" and "atom" missing
80 * (bug 7609) Add some more '*-summary' messages to MessagesEn.php with empty
81   strings to allow better localisation via Special:Allmessages. Mark this new
82   messages as optional for localisation.
83 * Fix user_newpass upgrade for prefixed tables (reported by Fyren)
84 * (bug 7663) Include language variant switcher links on Nostalgia skin
85 * (bug 6531) Fix PHP fatal error on installation page with bad username input.
86 * (bug 6977) Remove 404 link for autogenerated database documentation.
87 * (bug 7369) Allow "Show Changes" without requiring edit token.
88 * (bug 7687) Fix movetalk box checks itself when confirming a delete and move.
89 * (bug 7684) Obey watchcreated preference for Special:Upload watch checkbox
90 * (bug 7686) Include id attribute on delete form confirmation button
91 * Allow compound interwiki prefixes in $wgImportSources
92 * (bug 7304) Added redirect table to store redirect targets.
93 * Added querycachetwo table (similar to querycache but has two titles)
94 * PageArchive can now return a Revision object for more convenient processing
95   of deleted revision data
96 * Added 'UndeleteShowRevision' hook in Special:Undelete
97 * Error message on attempt to view invalid or missing deleted revisions
98 * Remove unsightly "_" from namespace in Special:Allpages, Special:Prefixindex
99 * (bug 3224) Allow minor edits by bots to skip new message notification on
100   user talk pages. This can be disabled by adjusting the 'nominornewtalk'
101   permission. Patch by Werdna.
102 * (bug 7741) MATH: fixed broken syntax of underbrace etc. Fixed arrays
103 * Fix purging for updated SVG files
104 * (bug 7745) Add id attribute to search button in Monobook
105 * (bug 7749) MATH: added some more LaTeX symbols, e.g. parallel, diamond, ast, ...
106 * (bug 7304) Added code in Article.php to keep redirect table up to date.
107 * Made special page names case-insensitive and localisable. Care has been taken 
108   to maintain backwards compatibility.
109 * Used special page subpages in a few more places, instead of query parameters.
110 * (bug 7758) Added wrapper span to "templates used" explanation to allow CSS
111   styling (class="mw-templatesUsedExplanation").
112 * Added {{#special:}} parser function, to give the local default title for 
113   special pages
114 * (bug 7766) Remove redundant / from AJAX requests, can break some servers
115 * Add tab links from extensions to classic-based skins (SkinTemplateTab hook)
116   Provides better cross-skin compatibility for extensions using the modern
117   skin hooks, such as Oversight
118 * Moved variant language links on Cologne Blue and Nostalgia to before the
119   login/logout link
120 * Fix for parser tests with MySQL 5 in strict mode
121 * Added block option "enable autoblocks"
122 * Amend Special:Ipblocklist to note when a block has autoblock DISABLED.
123 * (bug 7780) Fix regression in editing redirects
124 * Add whitespace above "templates included on this page" using CSS, not
125   hardcoded line break.
126 * Remove entries from redirect table on article deletion
127 * (bug 7788) Force section headers in new section links for users who have
128   'prompt for blank edit summaries' on.
129 * (bug 1133) Special:Emailuser: add an option to send yourself a copy of your mail.
130 * (bug 461) Allow "Categories:" link at bottom of pages to be customized via
131   pagecategorieslink message.
132 * Sort the list of skins in "My Preferences" -> Skins by alphabetical order.
133 * (bug 7785) Postgres compatibility for timestamps in RC feeds
134 * (bug 7550) Normalize user parameter normally on Special:Log
135 * (bug 7294) Fix PATH search for diff3 on install
136 * Various fixes related to the blocking change re: autoblocks. On inserting
137   an IP block, the ipb_enable_autoblock field is now automagically blanked,
138   because it doesn't make any sense for an IP. Additionally, IP blocks
139   without the ipb_enable_autoblock option no longer show up as "autoblock
140   disabled" on Special:Ipblocklist.
141 * (bug 7774) MATH: aded more amstex functions
142 * (bug 1182) MATH: fixed inconsistent rendering of upper case Greek letters in TeX
143 * Fix regression in streaming page dump generation
144 * (bug 7801) Add support for parser function hooks in parser tests
145 * checkUsernames.php now uses wfDebugLog instead of hardcoded path to log
146 * (bug 7810) Update talk namespaces for Occitan
147 * Allow case-sensitive URLs to be used for uploading from URLs.
148 * (bug 1109) Correct fix for compressed 304 responses when additional output
149   buffers have been installed within the compression handler
150 * (bug 7819) Move automatic redirect edit summary after pre-save transform
151   to work properly with subst: fun
152 * (bug 7826) Fix typos in two English messages.
153 * (bug 5365) Stop users being prompted to enter an edit summary for null edits,
154   if they have selected that option in preferences.
155 * (bug 5936) Show an 'm' to the left of the edit summary on diff pages for minor edits.
156 * (bug 7820) Improve error reporting for uploads via URL.
157 * (bug 5149) When autoblocks are enabled, retroactively apply an autoblock to the most
158   recently used IP of a user when they are blocked.
159 * Add an index on (rc_user_text,rc_timestamp) on the recentchanges table. This will 
160   make CheckUser.php and the new retroactive autoblock functionality faster.
161 * Fix regression in Special:Undelete for revisions deleted under MediaWiki 1.4
162   with compression or legacy encoding
163 * (bug 6737) Fixes for MySQL 5 schema in strict mode
164 * Approximate height for client-side scaling fallback instead of passing -1
165   into the HTML output.
166 * Make the DNSBL to check for proxy blocking configurable via $wgSorbsUrl
167 * Add experimental recording/reporting mode to parser tests runner, to
168   compare changes against the previous run.
169   Additional tables 'testrun' and 'testitem' are in maintenance/testRunner.sql,
170   source this and pass --record option to parserTests.php
171 * Make the set of default parser test input files extensible via
172   $wgParserTestFiles. This can now be appended to by extensions or local
173   configuration files so that extension or custom tests can be automatically
174   run along with the main batch.
175 * Run PHP install version checks on update.php so command-line updaters see
176   new version requirements
177 * Do a check for the PHP 5.0.x 64-bit bug, since this is much more disruptive
178   as of MW 1.8 than it used to be. Install or upgrade now aborts with a
179   warning and a request to upgrade.
180 * (bug 6440) Updated indexes to improve backlinking queries (links, templates, images)
181 * Switched 'anon-only' block mode to default for IP blocks
182 * (bug 3687, 7892) Add distinct heading for media files in category display,
183   with count.
184 * (bug 1578) Add different icons for external links to audio, video, or PDF in
185   Monobook.
186 * Made autoblocks block account creation if the user block has that option enabled.
187 * Add auto-summaries to blankings and large removals without summaries.
188 * (bug 7811) Allow preview of edit summaries.
189 * (bug 6839) Wikibits.js minor changes to make JS-lint happier.
190 * (bug 7932) Make sure that edit toolbar clears floats so it appears correctly.
191 * (bug 6873) When viewing old revisions, add link to diff to current version.
192 * (bug 3315) Provide rollback link directly on history page.
193 * Replace 'old-revision-navigation' message with 'revision-info' and
194   'revision-nav' messages, wrapped in divs with appropriate id's.
195 * (bug 4178) MediaWiki:Common.js will now be included for all users if
196   $wgUseSiteJs is enabled, in addition to (if applicable) MediaWiki:Monobook.js
197   and user JS subpages.
198 * (bug 7918) "Templates used on this page" changes during preview to reflect
199   any added or removed templates, and works as expected for section edits.
200 * (bug 7919) "Templates used on this page" is now shown for read-only pages.
201 * (bug 7688) When viewing diff, section anchors in autosummary jump to section
202   on current page instead of loading the latest version.
203 * (bug 7970) Use current connection explicitly on Database::getServerVersion
204 * (bug 2001) Tables with class="sortable" can now be dynamically sorted via
205   JavaScript.
206 * Added autosummary for new pages with 500 or less characters, and refactor
207    the autosummary code so it's all done in one function. doEdit is getting too
208    big!
209 * (bug 7554) The correct MIME type for SVG images is now displayed on the
210   image page (image/svg+xml, not image/svg).
211 * (bug 7883) Added autoblock whitelisting feature, using which specific ranges
212    can be protected from autoblocking. These ranges are specified, in list format,
213    in the autoblock_whitelist system message.
214 * Added placeholders for text injection by hooks to EditPage.php
215 * (bug 8009) Automatic edit summary for redirects is not filled for edits in existing pages
216 * Installer support for experimental MySQL 4.1/5.0 binary-safe schema
217 * Use INSERT IGNORE for db-based BagOStuff add/insert, for more memcache-like
218   behavior when keys already exist on add (instead of dying with an error...)
219 * Add a hook 'UploadForm:initial' before the upload form is generated, and two
220   member variable for text injection into the form, which can be filled by the hooks.
221 * (bug 6295) Add a "revision patching" functionality, where an edit can be undone
222   (with a functionality similar to diff rev1 rev2 | patch -R rev3 -o rev3).
223   This is triggered by including &undo=revid in an edit URL. A link to a URL
224   that will undo a given edit is shown on NEW NON-CURRENT revision headers on diff pages.
225 * Fix display of link in "already rolled back" message for image/category pages
226 * (bug 6016) Left-aligned images should stack vertically, like right-aligned
227   images, not horizontally.
228 * Patch from LeonWP: added UploadForm:BeforeProcessing hook in SpecialUpload.php
229 * Add AuthPluginSetup hook to override $wgAuth after configuration
230 * Fix regression in authentication hook auto-creation on login
231 * (bug 8110) Allow spaces in ISBNs
232 * (bug 8024) Introduce "send me copies of emails I send to others" preference
233 * Added 'EditPage::attemptSave' hook before an article is saved.
234 * (bug 8083) Applied patch for sk localisation
235 * Add a backslash character to the edit token, to prevent edits via certain
236   broken proxies that mangle such characters in form submissions
237 * (bug 7461) Allow overwriting pages using importTextFile.php
238 * (bug 7946) importTextFile.php doesn't perform pre-save transform
239 * (bug 8117) {{REVISIONTIMESTAMP}} showed weird default if $wgLocalTZoffset set;
240   now uses current time for previews and if timestamp can't be loaded from DB
241 * {{REVISIONTIMESTAMP}} now uses site local timezone instead of user timezone
242   to ensure consistent behavior
243 * {{REVISIONTIMESTAMP}} and friends should now work on non-MySQL backends
244 * (bug 7671) Observe canonical media namespace prefix in Linker::formatComment
245 * Added js variable wgCurRevisionId to the output
246 * (bug 8141) Cleanup of Parser::doTableStuff, patch by AzaTht
247 * (bug 8042) Make miser mode caching limits settable via $wgQueryCacheLimit
248   instead of hardcoding to 1000
249 * Enable QueryPage classes to override list formatting
250 * (bug 5485) Show number of intervening revisions in diff view
251 * (bug 8100) Fix XHTML validity in Taiwanese localization
252 * Added redirect to section feature. Use it wisely.
253 * Added a configuration variable allowing the "break out of framesets" feature 
254   to be switched on and off ($wgBreakFrames). Off by default.
255 * Allow Xml::check() $attribs parameter to override 'value' attribute
256 * DB schema change: added two columns (rc_old_len and rc_new_len) to the recentchanges table to store
257   the text lengths before and after the edit
258 * (bug 1085) Made Special:Recentchanges show the character difference between the changed revisions
259 * Removed a redundant <strong> tag from diff pages that was causing display issues for some users
260 * (bug 8203) The keyboard shortcut for "log out" was removed, because users were pressing it
261   when they intended to press the shortcut for "preview".
262 * (bug 8148) Handle non-removable output buffers gracefully when cleaning
263   buffers for HTTP 304 responses, StreamFile, and Special:Export.
264   Duplicated code merged into wfResetOutputBuffers() and wfClearOutputBuffers()
265 * Special:AllPages : 'next page' link now point to the first title of the next
266   chunk instead of pointing to the last title of current chunk.
267 * (bug 4673) Special:AllPages : add a 'previous' link (new message 'prevpage')
268 * (bug 8121) wfRandom() was not between 0 and 1
269 * Add static method Parser::createAssocArgs($args), so parser functions can
270   use the same code to parse arguments as the templates do.
271 * Change behavior of logins using the temporary e-mailed password (as stored
272   in user_newpassword hash field). Instead of just logging in silently and
273   leaving the previous user_password field in place indefinitely, the user
274   is now prompted to set a new password.
275   
276   The password-changing form is at Special:Resetpass; currently it's only
277   usable for changing from the temporary password during login, but it
278   could perhaps be generalized, replacing the subform in preferences.
279   
280   Once the new password is set successfully, the temporary password is wiped
281   so it cannot be used to login a second time, and the login process
282   is completed.
283 * Suppress 'mail new password' button on login form if $wgAuth forbids
284   changing user passwords; it wouldn't work very well...
285 * Consolidate password length checks and $wgAuth manipulation into
286   User::setPassword() to avoid duplicate code in different places
287   that set passwords.
288 * User::setPassword() now throws PasswordError exceptions if the password
289   is illegal or cannot be set via $wgAuth. These can be caught and a human-
290   readable error message displayed by UI code.
291 * Added Title::isSubpage()
292 * (bug 8241) Don't consider user pages of User:Foo.css to be CSS subpages
293 * Set an explicit class on framed thumbnail inner divs and images, changed some 
294   CSS to use these instead of using descendent selectors.
295 * Accept null parameter to User::setPassword() as indicating the password
296   field should be cleared to an unusable state. Login will only be possible
297   after the password is reset, for instance by e-mail.
298 * (bug 6394) Invalidate the password set for "by e-mail" account creations
299   to avoid accidental empty password creations.
300 * Made the show change size function work on page moves, page creations, and 
301   log entries. Also fixed it in the javascript recentchanges.
302 * (bug 8239) correctly get 50 new contributions when clicking '(50 next)'
303 * (bug 2259) Fix old regression where e-mail addresses were no longer
304   confirmed on login with mailed password.
305 * Add a notification about the confirmation mail sent during account
306   creation, so people don't immediately go off to request a second one.
307 * Add a warning on Special:Confirmemail if a code was already sent and has
308   not yet expired.
309 * Add user_editcount field to provide data for heuristics on account use.
310   Incremented on edit, with lazy initialization from past revision data.
311   Can batch-initialize with maintenance/initEditCount.php (not yet friendly
312   to replication environments, this will do all accounts in one query).
313 * Allow raw SQL subsections in Database::update() SET portion as well as
314   for WHERE portion. Handy for increments and such.
315 * User::getOption now accept a default value to override default user values
316   this makes it consistent with WebRequest::get* methods. Corrected code in
317   various places accordingly.
318 * (bug 8264) Fix JavaScript global vars for XHTML mode
319 * Make $wgSiteNotice value wikitext again, for consistency with editable
320   MediaWiki:Sitenotice and MediaWiki:Anonnotice.
321 * (bug 8044) When redirecting from the canonical name of the special page
322   to the localised one, parameters/subpages are omitted
323 * (bug 8164) Special:Booksources should use GET for form submission
324 * Rewrite Special:Booksources to clean up interface and remove redundant code
325 * (bug 7925) Change Special:Allmessages message name filter javascript to be
326   a bit more responsive and easier on the CPU
327 * (bug 4488) Support watching pages on deletion; introduces new user preference
328 * Minor restructuring of Special:Preferences; "watch pages I edit" and "watch
329   pages I create" options now accessible under "Watchlist" options
330 * (bug 8153) <nowiki> doesn't work in site notice
331 * (bug 6690) wfMsgNoTrans() transforms messages
332 * (bug 8274) Wrap edit tools in a <div> with a specified class
333 * Detect PHP 5.0.x 64-bit bug and abort in WebStart.php; too many things break
334   mysteriously otherwise (detection code copied from install-utils.inc)
335 * (bug 8295) Change handling of <center> tags in doBlockLevels() to match that
336   of <div>
337 * (bug 8110) Make magic ISBN linking stricter: only match ten-digit sequences
338   (plus optional ISBN-13 prefix) with no immediately following alphanumeric
339   character, disallow multiple consecutive internal redirects
340 * (bug 2785) Accept optional colon prefix in links when formatting comments
341 * Don't show "you can view and copy the source of this page" message for
342   pages which don't exist
343 * (bug 8310) Blank line added to top of 'post' when page is blank
344 * (bug 8109) Template parameters ignored in "recentchangestext"
345 * Gracefully skip redirect-to-fragment on WebKit versions less than 420;
346   it messes up on current versions of Safari but is ok in the latest
347   nightlies. Checking the version number will allow it to automatically
348   work when new releases of Safari appear.
349 * Fix regression in thumb styles; size and padding didn't match with
350   new arrangement.
351 * (bug 8326) Fix regression in thumb styles of cached content
352 * (bug 8333) Fix quick user data update on login password change on
353   replication database setups. User data is now pulled from master
354   instead of slave in User::loadFromDatabase, ensuring that it is
355   fresh and accurate when read and then saved back into cache.
356   This was breaking with the Special:Rename operation which
357   automatically logs the user in with the new password after changing
358   it; pulling from slave meant the record was often not the updated
359   one.
360 * (bug 8335) Set image width to the first valid parameter found.
361 * (bug 8350) Fix watchlist viewing bug when using Postgres.
362 * (bug 6603) When warning about invalid file extensions, output the bit
363   of the extension we actually checked
364 * (bug 7669) Drop defaults on BLOB/TEXT columns for better compatibility
365   with MySQL's strict mode, often enabled by the Windows installer.
366   The defaults are ignored anyway when strict mode is off...
367 * (bug 7685) Use explicit values for ar_text and ar_flags when deleting,
368   for better compatibility with MySQL's strict mode
369 * Update default interwiki values to reflect changed location of ursine:
370 * (bug 5411) Remove autopatrol preference
371 * Users who have the "autopatrol" permission will have their edits marked as
372   patrolled automatically
373 * Users who do not have the "autopatrol" permission will no longer be able
374   to mark their own edits as patrolled
375 * Introduce 'PingLimiter' hook; see docs/hooks.txt for more information
376 * (bug 532) Tweaked alt text for some interface messages
377 * (bug 8231) Gave useful alt text to the main <img> on image pages
378 * (bug 371) Remove alt text for "Enlarge" icon on thumbnails
379 * Initialize user_editcount to 0 instead of NULL for newly created accounts
380 * (bug 3696) Strip LRM and RLM characters from titles to work around the
381   problem some people have where titles cut-and-pasted from lists include
382   the bidi override characters appended to the lists.
383   A more thorough blacklist for forbidden and translatable characters would
384   be wise, though, as might a cleaner method for the lists in the first place.
385 * Fix regression in email password resets on read-restricted sites
386 * Set tabindex on fields in deletion form so you don't have to tab through
387   the links in the sitenotice
388 * (bug 8271) Show full time and date on viewer for individual deleted
389   revisions
390 * (bug 8214) Output file size limit and actual file size in appropriate units
391   on Special:Upload
392 * (bug 8016) Purge objectcache table during upgrade processes - use the --nopurge
393   option to prevent this when running maintenance/update.php
394 * (bug 7612) Remove superfluous link to Special:Categories from result items
395   on Special:Mostcategories
396 * {{PLURAL:}} now handles formatted numbers correctly
397 * (bug 8331) Added the change size value to watchlists; therefore made
398   watchlists use RecentChange::newFromRow() instead of newFromCurRow()
399 * (bug 8351) Fix undo for simple reverts
400 * (bug 6856) User::clearNotification() does not respect read-only mode
401 * (bug 6853) Use a checkbox on the installer form to indicate that a superuser
402   account should be used; this is clearer than the old check which relied on
403   the password never being an obscure value
404 * Remove old unused watchlist cache, which was a leftover from the old schema
405   where watchlists were more expensive to generate
406 * Minor cosmetic changes to Special:Userrights
407 * Added wgCanonicalSpecialPageName to JavaScript variables
408 * Fix image deleting when using Postgres.
409 * Output both source and destination titles in maintenance/moveBatch.php
410 * Added basic parser tests for language variants 
411 * Enable selflinks and categories to be written in some of the language variants
412 * Prevent conversion of JavaScript code in language variants
413 * Output software version number in maintenance/parserTests.php
414 * (bug 7169) Use Ajax to watch/unwatch articles if enabled
415 * Make variant table caching a little more robust, using main language code
416   in cache key. Probably this is still a bit wonky, though. Was breaking
417   parser tests when Chinese tables were getting loaded into Serbian code.
418 * (bug 8380) Be nicer about blank lines in deleteBatch.php
419 * (bug 8401) Fix regression in SORBS lookup for some DNS setups
420 * Use raw file descriptor in posix_isatty() check to avoid warning on
421   Linux systems with at least some versions of PHP
422 * (bug 5908) Allow overriding the default category sort key for all items on
423   a page using {{DEFAULTSORT}}
424 * (bug 6449) Throw a more definitive error message when installation fails
425   due to an invalid database name
426 * (bug 5827) Use full text for option link labels on Special:Watchlist
427 * (bug 8018) Allow hiding minor edits from the watchlist
428 * (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
429   section is renamed; no longer relies on first section name
430 * Stabilize client-side table sorting even if the underlying Javascript sort()
431   implementation is unstable
432 * Add hook for extensions to add user information to the panel in preferences,
433   next to the user name and ID.
434 * (bug 8392) Display protection status of transcluded pages in the edit page
435   template list. Patch by Fyren, with i18n naming tweak.
436 * Fix for interwiki transclusion where target wiki uses query string for title
437 * Resolve namespaces on interwiki Title objects using canonical namespace names
438   if possible (should not happen, though, outside interwiki transclusion... and
439   maybe not even then, but it does)
440 * (bug 8447) Fix SQL typo breaking non-default $wgHitcounterUpdateFreq
441 * Do not allow previews of deleted images to be cached
442 * Add global variable $wgDefaultLanguageVariant used to set the default language 
443   variant of a wiki to something different than the main language code
444 * Add 'variant' option to parserTests - runs test with the given variant as 
445   preferred, utilize it for more parser tests of language variants code
446 * (bug 6503) Fix bug that stopped certain irrelevant links from being hidden
447   for printing
448 * Avoid PHP warning in Creative Commons metadata when a creative commons
449   license is not actually set up
450 * (bug 8463) Don't print external link icons for Monobook
451 * (bug 8461) Support watching pages on move
452 * (bug 8041) Work around bug with debug_backtrace when Zend Optimizer is
453   loaded by skipping the function. Use wfDebugBacktrace() wrapper function.
454 * Reduce config file clutter by setting various script and upload paths
455   based on $IP or $wgScriptPath in Setup.php. They can still be explicitly
456   overridden in LocalSettings.php if desired...
457 * Attempt to detect redirect loops for the canonical title redirect, and
458   give some hints to the poor confused administrator.
459 * Introduce new flag 'R' - raw output for language variant escape tags
462 == Languages updated ==
464 * Basque (eu)
465 * Bishnupriya Manipuri (bpy)
466 * Cantonese (zh-yue)
467 * Finnish (fi)
468 * Frisian (fy)
469 * German (de)
470 * Hebrew (he)
471 * Indonesian (id)
472 * Italian (it)
473 * Japanese (ja)
474 * Kazakh (kk)
475 * Kongo (kg)
476 * Latin (la)
477 * Limburgish (li)
478 * Lingala (ln)
479 * Lithuanian (lt)
480 * Norwegian (no)
481 * Occitan (oc)
482 * Old Church Slavonic (cu)
483 * Polish (pl)
484 * Portuguese (pt)
485 * Russian (ru)
486 * Slovak (sk)
487 * Swedish (sv)
488 * Taiwanese/Holo: (bug 8217) changed language code to nan (from zh-min-nan)
489   due to http://www.sil.org/iso639-3/codes.asp?order=639_3&letter=n
490 * Upper Sorbian (hsb)
491 * Vietnamese (vi)
493 == Compatibility ==
495 MediaWiki 1.9 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
497 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
498 http://bugs.php.net/bug.php?id=34879
499 Upgrade affected systems to PHP 5.1 or higher.
501 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
502 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
505 == Upgrading ==
507 Some minor database changes have been made since 1.7:
508 * new fields and indexes on ipblocks
509 * index change on recentchanges
511 Several changes from 1.5 and 1.6 do require updates to be run on upgrade.
512 To ensure that these tables are filled with data, run refreshLinks.php after
513 the upgrade.
515 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
516 changes are made, and there is a slightly higher chance that things could
517 break. Don't forget to always back up your database before upgrading!
519 See the file UPGRADE for more detailed upgrade instructions.
523 === Caveats ===
525 Some output, particularly involving user-supplied inline HTML, may not
526 produce 100% valid or well-formed XHTML output. Testers are welcome to
527 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
528 cases, but this is not recommended on live sites. (This must be set for
529 MathML to display properly in Mozilla.)
532 For notes on 1.5.x and older releases, see HISTORY.
535 === Online documentation ===
537 Documentation for both end-users and site administrators is currently being
538 built up on Meta-Wikipedia, and is covered under the GNU Free Documentation
539 License:
541   http://www.mediawiki.org/wiki/Documentation
544 === Mailing list ===
546 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
547 wikitech-l list:
549   http://mail.wikimedia.org/mailman/listinfo/mediawiki-l
551 A low-traffic announcements-only list is also available:
553   http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce
555 It's highly recommended that you sign up for one of these lists if you're
556 going to run a public MediaWiki, so you can be notified of security fixes.
559 === IRC help ===
561 There's usually someone online in #mediawiki on irc.freenode.net