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