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