* (bug 2835) Back out fix for bug 2802, caused regressions in category sort
[lhc/web/wiklou.git] / RELEASE-NOTES
1 = MediaWiki release notes =
2
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.
5
6 == MediaWiki 1.5 beta 3 ==
7
8 July 7, 2005
9
10 MediaWiki 1.5 beta 3 is a preview release of the new 1.5 release
11 series, with a security update over beta 2.
12
13 Incorrect escaping of a parameter in the page move template could
14 be used to inject JavaScript code by getting a victim to visit a
15 maliciously constructed URL. Users of vulnerable releases are
16 recommended to upgrade to this release.
17
18 Vulnerable versions:
19 * 1.5 preview series: n <= 1.5beta2 vulnerable, fixed in 1.5beta3
20 * 1.4 stable series: 1.4beta6 <= n <= 1.4.5 vulnerable, fixed in 1.4.6
21 * 1.3 legacy series: not vulnerable
22
23 This release also includes several bug fixes and localization updates.
24 See the changelog at the end of this file for a detailed list.
25
26
27
28 == MediaWiki 1.5 beta 2 ==
29
30 July 5, 2005
31
32 MediaWiki 1.5 beta 2 is a preview release of the new 1.5 release series.
33 While most exciting new bugs should have been ironed out at this point,
34 third-party wiki operators should probably not run this beta release
35 on a public site without closely following additional development.
36
37 Anyone who _has_ been running beta 1 is very very strongly advised to
38 upgrade to beta 2, as it fixes many bugs from the previous beta including
39 a couple of HTML and SQL injections.
40
41 This release should be followed by one or two release candidates and
42 a 1.5.0 final within the next few weeks.
43
44 Beta upgraders, note there are some minor database changes. For upgrades
45 from 1.4, see the file UPGRADE for details on significant database and
46 configuration file changes.
47
48 Beta 2 includes a preliminary command-line XML wiki dump importer tool,
49 maintenance/importDump.php, paired with maintenance/dumpBackup.php.
50 These use the same format as Special:Export and Special:Import, able
51 to package a wiki's entire page set independent of the backend database
52 and compression format.
53
54
55 == MediaWiki 1.5 beta 1 ==
56
57 June 26, 2005
58
59 MediaWiki 1.5 beta 1 is a preview release, pretty much feature complete,
60 of the new 1.5 release series. There are several known and likely a number
61 of unknown bugs; it is not recommended to use this release in a production
62 environment but would be recommended for testing in mind of an upcoming
63 deployment.
64
65 A number of significant changes have been made since the alpha releases,
66 including database changes and a reworking of the user permissions settings.
67 See the file UPGRADE for details of upgrading and changing your prior
68 configuration settings for the new system.
69
70
71
72 == MediaWiki 1.5 alpha 2 ==
73
74 June 3, 2005
75
76 MediaWiki 1.5 alpha 2 includes a lot of bug fixes, feature merges,
77 and a security update.
78
79 Incorrect handling of page template inclusions made it possible to
80 inject JavaScript code into HTML attributes, which could lead to
81 cross-site scripting attacks on a publicly editable wiki.
82
83 Vulnerable releases and fix:
84 * 1.5 prerelease: fixed in 1.5alpha2
85 * 1.4 stable series: fixed in 1.4.5
86 * 1.3 legacy series: fixed in 1.3.13
87 * 1.2 series no longer supported; upgrade to 1.4.5 strongly recommended
88
89
90 == MediaWiki 1.5 alpha 1 ==
91
92 May 3, 2005
93
94 This is a testing preview release, being put out mainly to aid testers in
95 finding installation bugs and other major problems. It is strongly recommended
96 NOT to run a live production web site on this alpha release.
97
98 ** WARNING: USE OF THIS ALPHA RELEASE MAY INFEST YOUR HOUSE WITH **
99 ** TERMITES, ROT YOUR TEETH, GROW HAIR ON YOUR PALMS, AND PASTE **
100 ** INNUENDO INTO YOUR C.V. RIGHT BEFORE A JOB INTERVIEW! **
101 ** DON'T SAY WE DIDN'T WARN YOU, MAN. WE TOTALLY DID RIGHT HERE. **
102
103
104 === Big changes ===
105
106 Schema:
107 The core table schema has changed significantly. This should make better
108 use of the database's cache and disk I/O, and make significantly speed up
109 rename and delete operations on pages with very long edit histories.
110
111 Unfortunately this does mean upgrading a wiki of size from 1.4 will require
112 some downtime for the schema restructuring, but future storage backend
113 changes should be able to integrate into the new system more easily.
114
115 Permalinks:
116 The current revision of a page now has a permanent 'oldid' number assigned
117 immediately, and the id numbers are now preserved across deletion/undeletion.
118 A permanent reference to the current revision of a page is now just a matter
119 of going to the 'history' tab and copying the first link in the list.
120
121 Page move log:
122 Renames of pages are now recorded in Special:Log and the page history.
123 A handy revert link is available from the log for sysops.
124
125 Editing diff:
126 Ever lost track of what you'd done so far during an edit? A 'Show diff'
127 button on the edit page now makes it easy to remember.
128
129 Uploads:
130 It's now possible to specify the final filename of an upload distinct
131 from the original filename on your disk.
132
133 An image link for a missing file will now take you straight to the upload page.
134
135 More metadata is pre-extracted from uploaded images, which will ease pressure
136 on disk or NFS volumes used to store images. EXIF metadata is displayed on
137 the image description page if PHP is configured with the necessary module.
138
139 User accounts:
140 There are some changes to the user permissions system, with assignable
141 groups. This is still somewhat in flux; do not rely on the present system
142 that you see in this alpha to still be there.
143
144 E-mail:
145 User-to-user e-mail can now be restricted to require a mail-back confirmation
146 first to reduce potential for abuse with false addresses.
147
148 Updates to user talk pages and watchlist entries can optionally send e-mail
149 notifications.
150
151 External hooks:
152 A somewhat experimental interface for hooking in an external editor
153 application is included. This may not be on by default in final release,
154 depending on support.
155
156 Sortable tables:
157 Since beta4 you can have a client-side sortable table. To make a table
158 sortable use class="sortable" and give it a uniq id ( id="foo" ).
159
160 And...
161 A bunch of stuff we forgot to mention.
162
163
164 === What's gone? ===
165
166 Latin-1:
167 Wikis must now be encoded in Unicode UTF-8; this has been the default for
168 some time, but some languages could optionally be installed in Latin-1 mode.
169 This is no longer supported.
170
171 MySQL 3.x:
172 Some optimization hacks for MySQL 3.x have been removed as part of the schema
173 clean-up (specifically, the inverse_timestamp fields). MediaWiki 1.5 should
174 still run, but wikis of significant size should very seriously consider
175 upgrading to a more modern release. MySQL 3.x support will probably be
176 entirely dropped in the next major release later this year.
177
178 Special:Maintenance
179 These tools were, ironically enough, not really maintained. This special
180 page has been removed; insofar as some of its pieces were useful and haven't
181 already been supplanted by other special pages they should be rewritten in
182 an efficient and safe manner in the future.
183
184
185 === What's still waiting? ===
186
187 These things should be fixed by the time 1.5.0 final is released:
188
189 Upgrade:
190 Wikis in Latin-1 encoding are no longer supported; only Unicode UTF-8.
191 A new option $wgLegacyEncoding is provided to allow on-the-fly recoding of
192 old page text entries, but other metadata fields (titles, comments etc) need
193 to be pre-converted. The upgrade process does not yet fully automate this.
194
195 In general the upgrade from 1.4 to 1.5 schema has not been tested for all
196 cases, and there may be problems.
197
198 Backups:
199 The text entries of deleted pages are no longer removed from the main
200 text table on deletion. If you provide public backup dumps of your databases,
201 you will probably want to use the new XML-format dump generator... but
202 this hasn't been finished yet.
203
204 PostgreSQL:
205 The table definitions for PostgreSQL install are out of date, and patches
206 to support PostgreSQL from the main installer are still pending.
207
208 MySQL 4.1+:
209 Proper charset encoding / collation configuration for installs on MySQL 4.1
210 and higher still needs to be fiddled with. Some bits may fail on the UTF-8
211 setting due to some long field keys.
212
213 Authentication plugin fixes:
214 The AuthPlugin interface needs some improvements to work better with LDAP,
215 HTTP basic auth, and other such environments. Some patches are pending.
216
217
218 === Smaller changes ===
219
220 Various bugfixes, small features, and a few experimental things:
221
222 * 'live preview' reduces preview reload burden on supported browsers
223 * support for external editors for files and wiki pages:
224 http://meta.wikimedia.org/wiki/Help:External_editors
225 * Schema reworking: http://meta.wikimedia.org/wiki/Proposed_Database_Schema_Changes/October_2004
226 * (bug 15) Allow editors to view diff of their change before actually submitting an edit
227 * (bug 190) Hide your own edits on the watchlist
228 * (bug 510): Special:Randompage now works for other namespaces than NS_MAIN.
229 * (bug 1015) support for the full wikisyntax in <gallery> captions.
230 * (bug 1105) A "Destination filename" (save as) added to Special:Upload Upload.
231 * (bug 1352) Images on description pages now get thumbnailed regardless of whether the thumbnail is larger than the original.
232 * (bug 1662) A new magicword, {{CURRENTMONTHABBREV}} returns the abbreviation of the current month
233 * (bug 1668) 'Date format' supported for other languages than English, see:
234 http://mail.wikipedia.org/pipermail/wikitech-l/2005-March/028364.html
235 * (bug 1739) A new magicword, {{REVISIONID}} give you the article or diff database
236 revision id, useful for proper citation.
237 * (bug 1998) Updated the Russian translation.
238 * (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
239 * (bug 2084) Fixed a regular expression in includes/Title.php that was accepting invalid syntax like #REDIRECT [[foo] in redirects
240 * It's now possible to invert the namespace selection at Special:Allpages and Special:Contributions
241 * No longer using sorbs.net to check for open proxies by default.
242 * What was $wgDisableUploads is now $wgEnableUploads, and should be set to true if one wishes to enable uploads.
243 * Supplying a reason for a block is no longer mandatory
244 * Language conversion support for category pages
245 * $wgStyleSheetDirectory is no longer an alias for $wgStyleDirectory;
246 * Special:Movepage can now take paramaters like Special:Movepage/Page_to_move
247 (used to just be able to take paramaters via a GET request like index.php?title=Special:Movepage&target=Page_to_move)
248 * (bug 2151) The delete summary now includes editor name, if only one has edited the article.
249 * (bug 2105) Fixed from argument to the PHP mail() function. A missing space could prevent sending mail with some versions of sendmail.
250 * (bug 2228) Updated the Slovak translation
251 * ...and more!
252
253
254 === Changes since 1.5alpha1 ===
255
256 * (bug 73) Category sort key is set to file name when adding category to
257 file description from upload page (previously it would be set to
258 "Special:Upload", causing problems with category paging)
259 * (bug 419) The contents of the navigation toolbar are now editable through
260 the MediaWiki namespace on the MediaWiki:navbar page.
261 * (bug 498) The Views heading in MonoBook.php is now localizable
262 * (bug 898) The wiki can now do advanced sanity check on uploaded files
263 including virus checks using external programs.
264 * (bug 1692) Fix margin on unwatch tab
265 * (bug 1906) Generalize project namespace for Latin localization, update namespaces
266 * (bug 1975) The name for Limburgish (li) changed from "Lèmburgs" to "Limburgs
267 * (bug 2019) Wrapped the output of Special:Version in <div dir='ltr'> in order
268 to preserve the correct flow of text on RTL wikis.
269 * (bug 2067) Fixed crash on empty quoted HTML attribute
270 * (bug 2075) Corrected namespace definitions in Tamil localization
271 * (bug 2079) Removed links to Special:Maintenance from movepagetext message
272 * (bug 2094) Multiple use of a template produced wrong results in some cases
273 * (bug 2095) Triple-closing-bracket thing partly fixed
274 * (bug 2110) "noarticletext" should not display on Image page for "sharedupload" media
275 * (bug 2150) Fix tab indexes on edit form
276 * (bug 2152) Add missing bgcolor to attribute whitelist for <td> and <th>
277 * (bug 2176) Section edit 'show changes' button works correctly now
278 * (bug 2178) Use temp dir from environment in parser tests
279 * (bug 2217) Negative ISO years were incorrectly converted to BC notation
280 * (bug 2234) allow special chars in database passwords during install
281 * Deprecated the {{msg:template}} syntax for referring to templates, {{msg: is
282 now the wikisyntax representation of wfMsgForContent()
283 * Fix for reading incorrectly re-gzipped HistoryBlob entries
284 * HistoryBlobStub: the last-used HistoryBlob is kept open to speed up
285 multiple-revision pulls
286 * Add $wgLegacySchemaConversion update-time option to reduce amount of
287 copying during the schema upgrade: creates HistoryBlobCurStub reference
288 records in text instead of copying all the cur_text fields. Requires
289 that the cur table be left in place until/unless such fields are migrated
290 into the main text store.
291 * Special:Export now includes page, revision, and user id numbers by
292 default (previously this was disabled for no particular reason)
293 * dumpBackup.php can dump the full database to Export XML, with current
294 revisions only or complete histories.
295 * The group table was renamed to groups because "group" is a reserved word in
296 SQL which caused some inconveniances.
297 * New fileicons for c, cpp, deb, dvi, exe, h, html, iso, java, mid, mov, o,
298 ogg, pdf, ps, rm, rpm, tar, tex, ttf and txt files based on the KDE
299 crystalsvg theme.
300 * Fixed a bug in Special:Newimages that made it impossible to search for '0'
301 * Added language variant support for Icelandic, now supports "Íslenzka"
302 * The #p-nav id in MonoBook is now #p-navigation
303 * Putting $4 in msg:userstatstext will now give the percentage of
304 admnistrators out of normal users.
305 * links and brokenlinks tables merged to pagelinks; this will reduce pain
306 dealing with moves and deletes of widely-linked pages.
307 * Add validate table and val_ip column through the updater.
308 * Simple rate limiter for edits and page moves; set $wgRateLimits
309 (somewhat experimental; currently needs memcached)
310 * (bug 2262) Hide math preferences when TeX is not enabled
311 * (bug 2267) Don't generate thumbnail at the same size as the source image.
312 * Fix rebuildtextindex.inc for new schema
313 * Remove linkscc table code, no longer used.
314 * (bug 2271) Use faster text-only link replacement in image alt text
315 instead of rerunning expensive link lookup and HTML generation.
316 * Only build the HTML attribute whitelist tree once.
317 * Replace wfMungeToUtf8 and do_html_entity_decode with a single function
318 that does both numeric and named chars: Sanitizer::decodeCharReferences
319 * Removed some obsolete UTF-8 converter functions
320 * Fix function comment in debug dump of SQL statements
321 * (bug 2275) Update search index more or less right on page move
322 * (bug 2053) Move comment whitespace trimming from edit page to save;
323 leaves the whitespace from the section comment there on preview.
324 * (bug 2274) Respect stub threshold in category page list
325 * (bug 2173) Fatal error when removing an article with an empty title from the watchlist
326 * Removed -f parameter from mail() usage, likely to cause failures and bounces.
327 * (bug 2130) Fixed interwiki links with fragments
328 * (bug 684) Accept an attribute parameter array on parser hook tags
329 * (bug 814) Integrate AuthPlugin changes to support Ryan Lane's external
330 LDAP authentication plugin
331 * (bug 2034) Armor HTML attributes against template inclusion and links munging
332
333 === Changes since 1.5alpha2 ===
334
335 * (bug 2319) Fix parse hook tag matching
336 * (bug 2329) Fix title formatting in several special pages
337 * (bug 2223) Add unique index on user_name field to prevent duplicate accounts
338 * (bug 1976) fix shared user database with a table prefix set
339 * (bug 2334) Accept null for attribs in wfElement without PHP warning
340 * (bug 2309) Allow templates and template parameters in HTML attribute zone,
341 with proper validation checks. (regression from fix for 2304)
342 * Disallow close tags and enforce empty tags for <hr> and <br>
343 * Changed user_groups format quite a bit.
344 * (bug 2368) Avoid fatally breaking PHP 4.1.2 in a debug line
345 * (bug 2367) Insert correct redirect link record on page move
346 * (bug 2372) Fix rendering of empty-title inline interwiki links
347 * (bug 2384) Fix typo in regex for IP address checking
348 * (bug 650) Prominently link MySQL 4.1 help page in installer if a possible
349 version conflict is detected
350 * (bug 2394) Undo incompatible breakage to {{msg:}} compatiblity includes
351 * (bug 1322) Use a shorter cl_sortkey field to avoid breaking on MySQL 4.1
352 when the default charset is set to utf8
353 * (bug 2400) don't send confirmation mail on account creation if
354 $wgEmailAuthentication is false.
355 * (bug 2172) Fix problem with nowiki beeing replaced by marker strings
356 when a template with a gallery was used.
357 * Guard Special:Userrights against form submission forgery
358 * (bug 2408) page_is_new was inverted (whoops!)
359 * Added wfMsgHtml() function for escaping messages and leaving params intact
360 * Fix ordering of Special:Listusers; fix groups list so it shows all groups
361 when searching for a specific group and can't be split across pages
362 * (bug 1702) Display a handy upload link instead of a useless blank link
363 for [[media:]] links to nonexistent files.
364 * (bug 873) Fix usage of createaccount permission; replaces $wgWhitelistAccount
365 * (bug 1805) Initialise $wgContLang before $wgUser
366 * (bug 2277) Added Friulian language file
367 * (bug 2457) The "Special page" href now links to the current special page
368 rather than to "".
369 * (bug 1120) Updated the Czech translation
370 * A new magic word, {{SCRIPTPATH}}, returns $wgScriptPath
371 * A new magic word, {{SERVERNAME}}, returns $wgServerName
372 * A new magic word, {{NUMBEROFFILES}}, returns the number of rows in the image table
373 * Special:Imagelist displays titles with " " instead of "_"
374 * Less gratuitous munging of content sample in delete summary
375 * badaccess/badaccesstext to supercede sysop*, developer* messages
376 * Changed $wgGroupPermissions to more cut-n-paste-friendly format
377 * 'developer' group deprecated by default
378 * Special:Upload now uses 'upload' permission instead of hardcoding login check
379 * Add 'importupload' permission to disable direct uploads to Special:Import
380 * (bug 2459) Correct escaping in Special:Log prev/next links
381 * (bug 2462 etc) Taking out the experimental dash conversion; it broke too many
382 things for the current parser to handle cleanly
383 * (bug 2467) Added a Turkish language file
384 * Fixed a bug in Special:Contributions that caused the namespace selection to
385 be forgotten between submits
386 * Special:Watchlist/edit now has namespace subheadings
387 * (bug 1714) the "Save page" button now has right margin to seperate it from
388 "Show preview" and "Show changes"
389 * Special:Statistics now supports action=raw, useful for bots designed to
390 harwest e.g. article counts from multiple wikis.
391 * The copyright confirmation box at Special:Upload is now turned off by default
392 and can be turned back on by setting $wgCopyrightAffirmation to a true value.
393 * Restored prior text for password reminder button and e-mail, replacing
394 the factually inaccurate text that was there.
395 * (bug 2178) Fix temp dir check again
396 * (bug 2488) Format 'deletedtext' message as wikitext
397 * (bug 750) Keep line endings consistent in LocalSettings.php
398 * (bug 1577) Add 'printable version' tab in MonoBook for people who don't
399 realize you can just hit print to get a nicely formatted printable page.
400 * Trim whitespace from option values to weather line-ending corruption problems
401 * Fixed a typo in the Romanian language file (NS_MESIA => NS_MEDIA)
402 * (bug 2504) Updated the Finnish translation
403 * (bug 2506, 2512) Updated the Nynorsk translation
404 * (bug 996) Replace $wgWhitelistEdit with 'edit' permission; fixup UPGRADE
405 documentation about edit and read whitelists.
406 * (bug 2515) Fix incremental link table update
407 * Removed some wikipedia-specifica from LanguageXx.php's
408 * (bug 2496) Allow MediaWiki:edithelppage to point to external page
409 * Added a versionRequired() function to OutputPage, useful for extension
410 writers that want to control what version of MediaWiki their extension
411 can be used with.
412 * Serialized user objects now checked for versioning
413 * Fix for interwiki link regression
414 * Printable link shorter in monobook
415 * Experimental Latin-1-and-replication-friendly upgrader script
416 * (bug 2520) Don't show enotif options when disabled
417
418 == Changes since 1.5beta1 ==
419
420 * (bug 2531) Changed the interwiki name for sh (Serbocroatian) to
421 Srpskohrvatski/Српскохрватски (was Српскохрватски (Srbskohrvatski))
422 * Nonzero return code for command-line scripts on wfDebugDieBacktrace()
423 * Conversion fix for empty old table in upgrade1_5.php
424 * Try reading revisions from master if no result on slave
425 * (bug 2538) Suppress notice on user serialized checks
426 * Fix paging on Special:Contributions
427 * (bug 2541) Fix unprotect tab
428 * (bug 1242) category list now show on edit page
429 * Skip sidebar entries where link text is '-'
430 * Convert non-UTF-8 URL parameters even if referer is local
431 * (bug 2460) <img> width & height properly filled when resizing image
432 * (bug 2273) deletion log comment used user interface langage
433 * Try reading revision _text_ from master if no result on slave
434 * Use content-language message cache for raw view of message pages
435 * (bug 2530) Not displaying talk pages on Special:Watchlist/edit
436 * Fixed a bug that would occour if $wgCapitalLinks was set to false, a user
437 agent could create a username that began with a lower case letter that was
438 not in the ASCII character set ( now user $wgContLang->ucfirst() instead of
439 PHP ucfirst() )
440 * Moved the user name / password validity checking from
441 LoginForm::addNewAccountInternal() to two new functions,
442 User::isValidUserName() and User::isValidPassword(), extensions can now do
443 these checks without rewriting code.
444 * Fix $wgSiteNotice when MediaWiki:Sitenotice is set to default '-'
445 * Fixed a bug where the watchlist count without talk pages would be off by a
446 factor of two.
447 * upgrade1_5.php uses insert ignore, allows to skip image info initialization
448 * Fix namespaces in category list.
449 * Add rebuildImages.php to update image metadata fields
450 * Special:Ancientpages is expensive in new schema for now
451 * (bug 2568) Fixed a logic error in the Special:Statistics code which caused
452 the displayed percentage of admins to be totally off.
453 * (bug 2560) Don't show blank width/height attributes for missing size
454 * Don't show bogus messages about watchlist notifications when disabled
455 * Don't show old debug messages in watchlist
456 * (bug 2576) Fix recording of transclusion links
457 * (bug 2577) Allow sysops to enter non-standard block times
458 * Fixed a bug where Special:Contributions wouldn't remember the 'invert'
459 status between next/previous buttons.
460 * Move MonoBook printable link from tab to sidebar
461 * (bug 2567) Fix HTML escaping on category titles in list
462 * (bug 2562) Show rollback link for current revisions on diff pages
463 * (bug 2583) Add --missinig option on rebuildImages.php to add db entries
464 for uploaded files that don't have them
465 * (bug 2572) Fix edit conflict handling
466 * (bug 2595) Show "Earlier" and "Latest" links on history go to the first/last
467 page in the article history pager.
468 * Don't show empty-page text in 'Show changes' on new page
469 * (bug 2591) Check for end, fix limits on Whatlinkshere
470 * (bug 2584) Fix output of subcategory list
471 * (bug 2597) Don't crash when undeleting an image description page
472 * (bug 2564) Don't show "editingold" warning for recent revision
473 * Various code cleanup and HTML escaping fixlets
474 * Copy IRC-over-UDP update option from REL1_4
475 * (bug 2548) Keep summary on 'show changes' of section edit
476 * Move center on toc to title part to avoid breaking .toc style usage
477 * HTML sanitizer: correct multiple attributes by keeping last, not first
478 * (bug 2614) Fix section edit links on diff-to-current with oldid set
479 Also fix navigation links on current-with-oldid view.
480 * (bug 2620) Return to prior behavior for some more things (such as
481 subpage parent links) on current-diff view.
482 * (bug 2618) Fix regression from another fix; show initial preview for
483 categories only if the page does not exist.
484 * (bug 2625) Keep group & user settings when paging in Listusers
485 * (bug 2627) Fix regression: diff radio button initial selection
486 * Copy fix for old search URLs with Lucene search plugin from REL1_4
487 * (bug 619) Don't use incompatible diff3 executable on non-Linux systems.
488 * (bug 2631) Fix Hebrew namespaces.
489 * (bug 2630) Indicate no-longer-valid cached entries in BrokenRedirects list
490 * (bug 2644, 2645) "cur" diff links in page history, watchlist and
491 recentchanges should specify current ID explicitly.
492 * (bug 2609) Fix text justification preferenced with MonoBook skin.
493 * (bug 2594) Display article tab as red for non-existent articles.
494 * (bug 2656) Fix regression: prevent blocked users from reverting images
495 * (bug 2629) Automatically capitalize usernames again instead of
496 rejecting lowercase with a useless error message
497 * (bug 2661) Fix link generation in contribs
498 * Add support for &preload=Page_name (load text of an existing page into
499 edit area) and &editintro=Page_name (load text of an existing page instead
500 of MediaWiki:Newpagetext) to &action=edit, if page is new.
501 * (bugs 2633, 2672, 2685, 2695) Fix Estonian, Portuguese, Italian, Finnish and
502 Spanish numeric formatting
503 * Fixed Swedish numeric formatting
504 * (bug 2658) Fix signature time, localtime to match timezone offset again
505 * Files from shared repositories (e.g. commons) now display with their
506 image description pages when viewed on local wikis.
507 * Restore compatibility namespace aliases for French Wikipedia
508 * Fix diff order on Enhanced RC 'changes' link
509 * (bug 2650) Fix national date type display on wikis that don't support
510 dynamic date conversion.
511 * FiveUpgrade: large table hacks, install iw_trans update before links
512 * (bug 2648) Rename namespaces in Afrikaanse
513 * Special:Booksources checks if custom list page exists before using it
514 * (bug 1170) Fixed linktrail for da: and ru:
515 * (bug 2683) Really fix apostrophe escaping for toolbox tips
516 * (bug 923) Fix title and subtitle for rclinked special page
517 * (bug 2642) watchdetails message in several languages used <a></a> instead of [ ]
518 * (bug 2181) basic CSB language localisation by Tomasz G. Sienicki (thanks for the patch)
519 * Fix correct use of escaping in edit toolbar bits
520 * Removed language conversion support from Icelandic
521 * (bug 2616) Fix proportional image scaling, giving correct height
522 * (bug 2640) Include width and height attributes on unscaled images
523 * Workaround for mysterious problem with bogus epoch If-Last-Modified reqs
524 * (bug 1109) Suppress compressed output on 304 responses
525 * (bug 2674) Include some site configuration info in export data:
526 namespaces definitions, case-sensitivity, site name, version.
527 * Use xml:space="preserve" hint on export <text> elements
528 * Make language variant selection work again for zh
529
530 == Changes since 1.5beta2 ==
531
532 * Escaped & correctly in Special:Contributions
533 * (bug 2534) Hide edit sections with CSS to make right click to edit section work
534 * (bug 2708) Avoid undefined notice on cookieless login attempt
535 * (bug 2188) Correct template namespace for Greek localization
536 * Fixed number formatting for Dutch
537 * (bug 1355) add class noprint to commonPrint.css
538 * (bug 2350) Massive update for Limburgish (li) language using Wikipédia
539 * Massive update for Arab (ar) language using Wikipédia
540 * (bug 1560) Massive update for Kurdish (ku) language using Wikipédia
541 * (bug 2709) Some messages were not read from database
542 * (bug 2416) Don't allow search engine robots to index or follow nonexisting articles
543 * Fix escaping in page move template.
544 * (bug 153) Discrepancy between thumbnail size and <img> height attribute
545
546 == Changes since 1.5beta3 ==
547
548 * Fix talk page move handling
549 * (bug 2721) New language file for Vietnamese with the Vietnamese number notation
550 * (bug 2749) &nbsp; would appear as a literal in image galleries for Cs, Fr, Fur, Pl and Sv
551 * (bug 787) external links being rendered when they only have one slash
552 * Fixed a missing typecast in Language::dateFormat() that would cause some
553 interesting errors with signitures.
554 * (bug 2764) Number format for Nds
555 * (bug 1553) Stop forcing lowercase in Monobook skin for German language.
556 * (bug 1064) Implements Special:Unusedcategories
557 * (bug 2311) New language file for Macedonian
558 * Fix nohistory message on empty page history
559 * Fix fatal error in history when validation on
560 * Cleaned up email notification message formatting
561 * Finally fixed Special:Disambiguations that was broke since SCHEMA_WORK
562 * (bug 2761) fix capitalization of "i" in Turkish
563 * (bug 2789) memcached image metadata now cleared after deletion
564 * Add serialized version number to image metadata cache records
565 * (bug 2780) Fix thumbnail generation with GD for new image schema
566 * (bug 2791) Slovene numeric format
567 * (bug 655) Provide empty search form when searching for nothing
568 * Nynorsk numeric format fix
569 * (bug 2825) Fix regression in newtalk notifications for anons w/ enotif off
570 * (bug 2833) Fix bug in previous fix
571 * With $wgCapitalLinks off, accept off-by-first-letter-case in 'go' match
572 * Optional parameters for [[Special:Listusers]]
573 * (bug 2832) [[Special:Listadmins]] redirects to [[Special:Listusers/sysop]]
574 * (bug 785) Parser did not get out of <pre> with list elements
575 * Some shared upload fixes
576 * (bug 2768) section=new on nonexistent talk page does not add heading
577 * support preload= parameter for section=new
578 * show comment subject in preview when using section=new
579 * use comment form when creating a new talk page
580 * (bug 460) Properly handle <center> tags as a block.
581 * (bug 2001) Implement client-side sorting of table fields with JavaScript
582 * Undo inconsistent editing behavior change
583 * (bug 2835) Back out fix for bug 2802, caused regressions in category sort
584
585
586 === Caveats ===
587
588 Some output, particularly involving user-supplied inline HTML, may not
589 produce 100% valid or well-formed XHTML output. Testers are welcome to
590 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
591 cases, but this is not recommended on live sites. (This must be set for
592 MathML to display properly in Mozilla.)
593
594
595 For notes on 1.4.x and older releases, see HISTORY.
596
597
598 === Online documentation ===
599
600 Documentation for both end-users and site administrators is currently being
601 built up on Meta-Wikipedia, and is covered under the GNU Free Documentation
602 License:
603
604 http://meta.wikipedia.org/wiki/Help:Contents
605
606
607 === Mailing list ===
608
609 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
610 wikitech-l list:
611
612 http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
613
614 A low-traffic announcements-only list is also available:
615 http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce
616
617 It's highly recommended that you sign up for one of these lists if you're
618 going to run a public MediaWiki, so you can be notified of security fixes.
619
620
621 === IRC help ===
622
623 There's usually someone online in #mediawiki on irc.freenode.net