* Rebuilding English file.
[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.13 ==
7
8 THIS IS NOT A RELEASE YET
9
10 MediaWiki is now using a "continuous integration" development model with
11 quarterly snapshot releases. The latest development code is always kept
12 "ready to run", and in fact runs our own sites on Wikipedia.
13
14 Release branches will continue to receive security updates for about a year
15 from first release, but nonessential bugfixes and feature developments
16 will be made on the development trunk and appear in the next quarterly release.
17
18 Those wishing to use the latest code instead of a branch release can obtain
19 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
20
21 === Configuration changes in 1.13 ===
22
23 * New option $wgFeed can be set false to turn off syndication feeds
24 * (bug 5745) Special:Whatlinkshere now shows up to $wgMaxRedirectLinksRetrieved
25 links through each redirect instead of hardcoded 500
26 * Set $wgUploadSizeWarning to false by default
27 * Added $wgLBFactoryConf, for generic configuration of multi-master wiki farms
28 * Removed $wgAlternateMaster, use $wgLBFactoryConf
29 * (bug 13562) Misspelled option $wgUserNotifedOnAllChanges changed to
30 $wgUserNotifiedOnAllChanges
31 * (bug 12860) New option $wgSitemapNamespaces allows sitemaps to be generated
32 for only some namespaces
33 * Removed the emailconfirmed implicit group by default. To re-add it, use:
34 $wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED;
35 in your LocalSettings.php.
36
37 === New features in 1.13 ===
38
39 * __HIDDENCAT__ on a category page causes the category to be hidden on the
40 article page
41 * Don't show edit permissions errors on a red link click, just redirect to the
42 article. This is so that readers who don't know what a red link is aren't
43 confused when they are told they are range-blocked.
44 * Add a new hook ImageBeforeProduceHTML to allow extensions to modify wikitext
45 image syntax output
46 * (bug 13100) Added 'preloadtitle' parameter to action=edit&section=new that
47 pre-fills the section title field
48 * (bug 13112) Added Special:RelatedChanges alias to Special:RecentChangesLinked
49 * (bug 13130) Moved edit token and autosummary fields above edit tools to
50 reduce broken form submissions
51 * Add --old-redirects-only option to maintenance/refreshLinks.php, to add old
52 redirects to the redirect table
53 * Add links to page and file deletion forms to edit predefined delete reasons
54 * (bug 13269) Added MediaWiki:Uploadfooter to the bottom of Special:Upload
55 * (bug 2815) Search results for media now use thumbnail instead of text extract
56 * When a page doesn't exist, the tab should say "create", not "edit"
57 * (bug 12882) Added a span with class "patrollink" around "Mark as patrolled"
58 link on diffs
59 * Magic word formatnum can now take raw suffix to undo formatting
60 * Add updatelog table to reliably permit updates that don't change the schema
61 * Add category table to allow better tracking of category membership counts
62 ** (bug 1212) Give correct membership counts on the pages of large categories
63 ** Use category table for more efficient display of Special:Categories
64 * (bug 1459) Search for duplicate files by hash: Special:FileDuplicateSearch
65 * (bug 9447) Added hooks for search result headings
66 * Image redirects are now enabled by default
67 * (bug 13450) Email confirmation can now be canceled before the expiration
68 * (bug 13490) Show upload/file size limit on upload form
69 * Redesign of Special:UserRights
70 * Make rev_deleted log entries more intelligible
71 * (bug 6943) Added PAGESINCATEGORY: magic word
72 * (bug 13604) Added Special:ListGroupRights
73 * (bug 6332, 8617) Added message 'mainpage-description' as duplicate of
74 'mainpage' and added it to message 'sidebar'
75 * Automatically add old redirects to the redirect table when needed
76 * (bug 6934) Allow inclusions, links, redirects to be separately toggled on or
77 off on Special:WhatLinksHere
78 * Cache image redirects
79 * (bug 10457) Organize Special:SpecialPages into sections
80 * Add a new hook EditPageBeforeConflictDiff to allow extensions like FCKeditor
81 to modify the output for edit conflicts
82 * Add class="nested" for <fieldset>s so fieldsets inside fieldsets get
83 a slightly less huge margin and padding
84 * (bug 13527) Use sitemaps.org format 0.9 instead of a Google-specific format
85 * Allow \C and \Q as TeX commands to match \R, \N, \Z
86 * On Special:UserRights, when you can add a group you can't remove or remove
87 one you can't add, a notice is printed to warn you
88 * (bug 12698) Create PAGESIZE parser function, to return the size of a page
89 * Allow the "log in / create account" link in the toolbar to have different
90 text from Special:UserLogin title (new message 'nav-login-createaccount')
91 * Say "log in / create account" if an anonymous user can create an account,
92 otherwise just "log in", consistently across skins
93
94 === Bug fixes in 1.13 ===
95
96 * (bug 10677) Add link to the file description page on the shared repository
97 * (bug 13084) Increase size of source/destination filename fields in upload form
98 * (bug 13115) rebuildrecentchanges should print the current value of $wgRCMaxAge
99 * (bug 13140) Show parent categories in category namespace
100 * (bug 13149) Correctly format 'fileexists' message on Upload page
101 * Make the default filepageexists message accurate
102 * (bug 12988) $wgMinimalPasswordLength no longer breaks create user by email
103 * (bug 13022) Fix upload from URL on PHP 5.0.x
104 * (bug 13132) Unable to unprotect pages protected with earlier versions of MediaWiki
105 * (bug 12723) OpenSearch description name now uses more compact language code
106 to avoid passing the length limit as often, is customizable per site via
107 'opensearch-desc' message.
108 * (bug 13135) Special:Userrights now passes IDs through form submission
109 to allow functionality on not-quite-right usernames
110 * (bug 12575) Prevent duplicate patrol log entries from being created
111 * (bug 13174) __HIDDENCAT__ now applies only to category pages
112 * (bug 13031) Add links to user pages in e-mail form
113 * (bug 13147) Description for categoriespagetext (used in Special:Categories) reworded
114 * (bug 11561) Fix fatal error when calling action=revert to non-image page
115 * (bug 12430) Fix call to private method LinkFilter::makeRegex fatal error in
116 maintenance/cleanupSpam.php
117 * All skins should have the "mediawiki" class on the body element
118 * (bug 13019) Message cache for some extensions not loaded at time of editing
119 * (bug 13247) Prettified ISBN links
120 * maintenance/refreshLinks.php did not fix page_id 1 with the --new-only option
121 * (bug 13110) Don't show "Permission error" page if the edit is already rolled
122 back when using rollback
123 * (bug 13012) Use content messages for block options when generating the
124 recentchanges entry
125 * (bug 13274) Change links for messages to ucfirst
126 * (bug 13273) Un-hardcode some punctuation (add new messages colon-separator,
127 autocomment-prefix)
128 * Parse MediaWiki message translations with a correct language setting on preview
129 * (bug 13281) Treat X-Forwarded-For, Client-ip and User-Agent headers as
130 case-insensitive names.
131 * Adding the fix for lists in RTL wikis to more skins, and fixing the image toc
132 * (bug 8157) Remove redirects from Special:Unusedtemplates. Patch by WebBoy.
133 * (bug 10721) Duplicate section anchors with differing case now disambiguated
134 for Internet Explorer's sake and standards compliance
135 * (bug 13298) Tighter limits on Special:Newpages limits when embedding
136 * Email subject in content language instead of sending user's UI language
137 * (bug 13251) Allow maintenance rebuild scripts to work with Postgres
138 * (bug 2084) Fixed incorrect regex to match redirects
139 * (bug 3131) Manually-specified upload destination filename is no longer
140 overwritten by browsing for a file after you wrote it.
141 * (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class
142 'generated-sidebar'.
143 * (bug 13265) Media handler is missing 'image/x-bmp'
144 * (bug 13407) MediaWiki:Powersearch is used in two places
145 * (bug 13403) Fix cache invalidation of history pages when old revisions change
146 * (bug 11563) Deprecated SearchMySQL4 class; merged code to SearchMySQL
147 * (bug 12801) Fix link in subtitle message in AJAX search
148 * (bug 13428) Fix regression in protection form layout HTML validity
149 * (bug 9403) Sanitize newlines from search term input
150 * (bug 13429) Separate date and time in message sp-newimages-showfrom
151 * (bug 13137) Allow setting 'editprotected' right separately from 'protect',
152 so groups may optionally edit protected pages without having 'protect' perms
153 * Disallow deletion of big pages by means of moving a page to its title and
154 using the "delete and move" option.
155 * (bug 13466, 13632) White space differences not shown in diffs
156 * (bug 1953) Search form now honors namespace selections more reliably
157 * (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility
158 * PHP 5.3 compatibility fix for wfRunHooks() called with no parameters
159 * (bug 6447) Trackbacks now work with transactional tables, if enabled
160 * (bug 6892, 7147) Trackback error handling, optional fields more robust
161 * (bug 6813) Don't break HTML validator when using trackbacks
162 * Fix for size checks on SVG images with global 'stroke-width' attribute
163 * (bug 11874) Inline CSS with !important no longer borken
164 * (bug 1600) Strip extra == section markup == in new-comment field
165 * (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely
166 * (bug 12077) Fix HTML nesting for TOC
167 * (bug 344) Purge cache for talk/article pages when deleting the other tab
168 * (bug 13436) Treat image captions correctly when they include option keywords
169 (like ending with "px" or starting with "upright")
170 * Trackback display formatting fixed
171 * Don't die when single-element arrays are passed to SQL query constructors
172 that have an array index other than 0
173 * (bug 13522) Fix fatal error in Parser::extractTagsAndParams
174 * (bug 13532) Use proper timestamp call when reverting images
175 * (bug 13543) Updated FAQ link in the installer sidebar
176 * (bug 13540) Date format in confirmation e-mail now matches message language
177 * (bug 13554) PHP Notice in old pre-processor when list item is empty.
178 * (bug 13556) Don't show a blank form if no image is attached in Special:Upload
179 * (bug 13576) maintenance/rebuildrecentchanges.php fails
180 * (bug 13441) Allow Special:Recentchanges to show bots only
181 * (bug 13431) Show true message source in Special:Allmessages&ot=php / xml
182 * (bug 13463) Login successful page doesn't use user's preferred interface language
183 * (bug 13630) Fixed warnings for pass by reference at call time in
184 Special:Revisiondelete when generating the log entry.
185 * (bug 12064) BeforePageDisplay hook is now called for all skins
186 * (bug 13624) Fix regression with manual thumb= parameter on images
187 * (bug 11039) Add missing labels on protection form
188 * (bug 13458) Preview/edit toolbar spacing now works consistently
189 * (bug 13433) Fix action=render on Image: pages
190 * (bug 13678) Fix CSS validation for Monobook
191 * (bug 13684) Links in Special:ListGroupRights should be in content language
192 * (bug 13690) Fix PHP notice on accessing some URLs
193 * Hide (undo) link if user isn't able to edit page
194 * Invalidate cache of pages that includes images via redirects on upload
195 * (bug 13705) Don't show rollback link in page history on incorrect revisions
196 * (bug 13708) Don't set "Search results" title when loading Special:Search
197 without query
198 * (bug 13736) Don't show MediaWiki:Anontalkpagetext on non-existant IP addresses
199 * (bug 13728) Don't trim initial whitespace during section edits
200 * (bug 13727) Don't delete log entries from recentchanges on page deletion
201 * (bug 13752) Redirects to sections now work again
202 * (bug 13725) Upload form watch checkbox state set correctly with wpDestFile
203 * (bug 13756) Don't show the form and navigation links of Special:Newpages if
204 the page is included
205 * When hiding things on WhatLinksHere, generated URLs should hide them too
206 * Properly escape search terms with regex chars so they appear highlighted in
207 search results
208 * (bug 13768) pt_title field encoding fixed
209 * Do not display empty columns on Special:UserRights if all groups are
210 changeable or all unchangeable
211 * Fix fatal error on calling PAGESINCATEGORY with invalid category name
212 * (bug 13793) Special:Whatlinkshere filters wrong - after paginating instead of before
213 * (bug 13796) Show links to parent pages even if some of them are missing
214 * (bug 13816) Filter by main namespace doesn't work on WhatLinksHere
215 * (bug 13822) Fatal error on some pages when calculating subpage subtitle
216 * (bug 13824) AJAX search suggestion now works with non-SkinTemplate skins
217
218
219 === API changes in 1.13 ===
220
221 * Fixing main page display in meta=siteinfo
222 * (bug 13128) Added patrolled flag to list=recentchanges
223 * Implemented {bl,ei,iu}redirect (lists links through redirects as well)
224 * (bug 13154) Introduced subpages flag to meta=siteinfo&siprop=namespaces
225 * (bug 13157) Added ucuserprefix parameter to list=usercontibs
226 * (bug 12394) Added rctitles parameter to list=recentchanges, making rcid
227 retrieval easier
228 * (bug 13218) Fix inclusion of " character in hyperlinks
229 * Added watch and unwatch parameters to action=delete and action=move
230 * Added action=edit
231 * (bug 11401) Added xmldoublequote to xml formatter
232 * Added rvsection parameter to prop=revisions to allow fetching the content of
233 a certain section only
234 * Introduced list=allimages
235 * (bug 13371) Build page set from image hashes
236 * Mark non-existent messages in meta=allmessages as missing
237 * (bug 13390) One invalid title no longer kills an entire API query
238 * (bug 13419) Fix gblredirect so it actually works
239 * (bug 13418) Disable eiredirect because it's useless
240 * (bug 13395) list=allcategories should use category table
241 * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now
242 handled properly.
243 * (bug 13444) Add description to list=watchlist
244 * (bug 13482) Disabled search types handled properly
245 * Added inprop=talkid,subjectid to prop=info
246 * Added help text message that specifies whether a module is POST-only
247 * Added createonly parameter to action=edit
248 * Replaced $wgAPIUCUserPrefixMinLength by the more generic $wgAPIMaxDBRows
249 * (bug 11719) Remove trailing blanks in YAML output.
250 * (bug 13541) Added siprop=specialpagealiases to meta=siteinfo
251 * Added fallback8bitEncoding field to meta=siteinfo&siprop=general output
252 * (bug 13544) Added prop=revid to action=parse
253 * (bug 13603) Added siprop=usergroups to meta=siteinfo
254 * Cleaned up redirect resolution
255 * Added possibility to obtain all external links through list=exturlusage
256 * (bug 13606) Added archivename to iiprop
257 * (bug 11633) Explicitly convert redirect titles to strings due to PHP's
258 very weak typing on array keys.
259 * (bug 12136) Extend allowed characters in JSON callback to ][.'"_A-Za-z0-9
260 * (bug 11673) Return error 'unknown_action' in specified format
261 * (bug 13618) Added rcprop=redirect and rcshow=redirect to list=recentchanges
262 * (bug 13544) Added oldid parameter to action=parse to allow for parsing of old revisions
263 * (bug 13718) Return the proper continue parameter for cmsort=timestamp
264 * action=login now returns the correct waiting time in the details property
265 * (bug 13792) Broken titles are now silently skipped in search results.
266 * (bug 13819) exturlusage paging skipped an item
267
268 === Languages updated in 1.13 ===
269
270 * Afrikaans (af)
271 * Gheg Albanian (aln)
272 * Amharic (am)
273 * Aragonese (an)
274 * Old English (ang)
275 * Arabic (ar)
276 * Aramaic (arc)
277 * Araucanian (arn)
278 * Egyptian Spoken Arabic (arz) (new)
279 * Asturian (ast)
280 * Kotava (avk)
281 * Samogitian (bat-smg)
282 * Bikol Central (bcl)
283 * Belarusian (be)
284 * Bulgarian (bg)
285 * Bihari (bh)
286 * Bengali (bn)
287 * Breton (br)
288 * Bosnian (bs)
289 * Buginese (bug)
290 * Catalan (ca)
291 * Min Dong Chinese (cdo)
292 * Corsican (co)
293 * Crimean Turkish (Cyrillic) (crh-cyrl)
294 * Crimean Turkish (Latin) (crh-latn)
295 * Czech (cs)
296 * Kashubian (csb)
297 * Church Slavic (cu)
298 * Welsh (cy)
299 * Danish (da)
300 * Zazaki (diq)
301 * Dalecarlian (dlc)
302 * Lower Sorbian (dsb)
303 * Middle Dutch (dum) (removed)
304 * Divehi (dv)
305 * Dzongkha (dz)
306 * Greek (el)
307 * English (en)
308 * British English (en-gb) (new)
309 * Esperanto (eo)
310 * Spanish (es)
311 * Estonian (et)
312 * Basque (eu)
313 * Extremaduran (ext)
314 * Finnish (fi)
315 * Võro (fiu-vro)
316 * Faroese (fo)
317 * French (fr)
318 * Cajun French (frc)
319 * Franco-Provençal (frp)
320 * Friulian (fur)
321 * Western Frisian (fy)
322 * Irish (ga)
323 * Gagauz (gag)
324 * Gan (gan)
325 * Galician (gl)
326 * Swiss German (gsw)
327 * Gujarati (gu)
328 * Hakka (hak)
329 * Hawaiian (haw)
330 * Hindi (hi)
331 * Fiji Hindi (Latin) (hif-latn) (new)
332 * Croatian (hr)
333 * Upper Sorbian (hsb)
334 * Haitian (ht)
335 * Hungarian (hu)
336 * Armenian (hy)
337 * Interlingua (ia)
338 * Indonesian (id)
339 * Eastern Canadian (Unified Canadian Aboriginal Syllabics) (ike-cans)
340 * Eastern Canadian (Latin) (ike-latn)
341 * Iloko (ilo)
342 * Ido (io)
343 * Icelandic (is)
344 * Italian (it)
345 * Japanese (ja)
346 * Jutish (jut)
347 * Javanese (jv)
348 * Georgian (ka)
349 * Kara-Kalpak (kaa)
350 * Kabyle (kab)
351 * Kazakh (Arabic script) (kk-arab)
352 * Kazakh (Cyrillic script) (kk-cyrl)
353 * Kazakh (Latin script) (kk-latn)
354 * Kalaallisut (kl)
355 * Khmer (km)
356 * Kannada (kn)
357 * Korean (ko)
358 * Kinaray-a (krj)
359 * Karelian (krl)
360 * Kurdish (Latin)‬ (ku-latn)
361 * Latin (la)
362 * Luxembourgish (lb)
363 * Lezghian (lez)
364 * Lingua Franca Nova (lfn)
365 * Ganda (lg)
366 * Limburgish (li)
367 * Líguru (lij)
368 * Lumbaart (lmo)
369 * Lao (lo)
370 * Lozi (loz)
371 * Lithuanian (lt)
372 * Latvian (lv)
373 * Maithili (mai)
374 * Moksha (mdf)
375 * Malagasy (mg)
376 * Macedonian (mk)
377 * Malayalam (ml)
378 * Mongolian (mn)
379 * Moldavian (mo)
380 * Marathi (mr)
381 * Malay (ms)
382 * Mirandese (mwl)
383 * Burmese (my)
384 * Erzya (myv)
385 * Nahuatl (nah)
386 * Low German (nds)
387 * Nedersaksisch (nds-nl)
388 * Nepali (ne)
389 * Newari (new)
390 * Dutch (nl)
391 * Norwegian Nynorsk (nn)
392 * Norwegian (bokmål)‬ (no)
393 * Old Norse (non) (removed)
394 * Northern Sotho (nso)
395 * Classical Newari (nwc)
396 * Occitan (oc)
397 * Oriya (or)
398 * Pampanga (pam)
399 * Pali (pi)
400 * Polish (pl)
401 * Piemontèis (pms)
402 * Pontic (pnt)
403 * Pashto (ps)
404 * Portuguese (pt)
405 * Brazilian Portuguese (pt-br)
406 * Quechua (qu)
407 * Romani (rmy)
408 * Romanian (ro)
409 * Russian (ru)
410 * Yakut (sah)
411 * Sicilian (scn)
412 * Scots (sco)
413 * Sassaresu (sdc)
414 * Northern Sami (se)
415 * Cmique Itom (sei)
416 * Sinhalese (si)
417 * Slovak (sk)
418 * Slovenian (sl)
419 * Southern Sami (sma)
420 * Somali (so)
421 * Albanian (sq)
422 * Serbian Cyrillic ekavian (sr-ec)
423 * latinica (sr-el)
424 * Sranan Tongo (srn)
425 * Swati (ss)
426 * Southern Sotho (st)
427 * Seeltersk (stq)
428 * Sundanese (su)
429 * Swedish (sv)
430 * Swahili (sw)
431 * Silesian (szl) (new)
432 * Tamil (ta)
433 * Telugu (te)
434 * Tetum (tet)
435 * Tajik (tg-cyrl)
436 * Thai (th)
437 * Tigrinya (ti)
438 * Tagalog (tl)
439 * Tonga (to)
440 * Toki Pona (tokipona)
441 * Tok Pisin (tpi)
442 * Turkish (tr)
443 * Tatar (Cyrillic) (tt-cyrl)
444 * Tatar (Latin) (tt-latn)
445 * Tuvinian (tyv)
446 * Ukrainian (uk)
447 * Venda (ve)
448 * Venetian (vec)
449 * Vietnamese (vi)
450 * Volapük (vo)
451 * Walloon (wa)
452 * Waray (war)
453 * Wolof (wo)
454 * Mingrelian (xmf)
455 * Yiddish (yi)
456 * Yoruba (yo)
457 * Cantonese (yue)
458 * Zeeuws (zea)
459 * Old Chinese / Late Time Chinese (zh-classical)
460 * Simplified Chinese (zh-hans)
461 * Traditional Chinese (zh-hant)
462 * ‪Chinese (Taiwan) (zh-tw)
463
464 == Compatibility ==
465
466 MediaWiki 1.13 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
467
468 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
469 http://bugs.php.net/bug.php?id=34879
470 Upgrade affected systems to PHP 5.1 or higher.
471
472 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
473 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
474
475
476 == Upgrading ==
477
478 1.13 has several database changes since 1.12, and will not work without schema
479 updates.
480
481 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
482 new database fields are filled with data.
483
484 If upgrading from before 1.11, and you are using a wiki as a commons repository,
485 make sure that it is updated as well. Otherwise, errors may arise due to
486 database schema changes.
487
488 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
489 changes are made, and there is a slightly higher chance that things could
490 break. Don't forget to always back up your database before upgrading!
491
492 See the file UPGRADE for more detailed upgrade instructions.
493
494
495 === Caveats ===
496
497 Some output, particularly involving user-supplied inline HTML, may not
498 produce 100% valid or well-formed XHTML output. Testers are welcome to
499 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
500 cases, but this is not recommended on live sites. (This must be set for
501 MathML to display properly in Mozilla.)
502
503 For notes on 1.12.x and older releases, see HISTORY.
504
505
506 === Online documentation ===
507
508 Documentation for both end-users and site administrators is currently being
509 built up on MediaWiki.org, and is covered under the GNU Free Documentation
510 License (except for pages that explicitly state that their contents are in
511 the public domain) :
512
513 http://www.mediawiki.org/wiki/Documentation
514
515
516 === Mailing list ===
517
518 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
519 wikitech-l list:
520
521 http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
522
523 A low-traffic announcements-only list is also available:
524
525 http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
526
527 It's highly recommended that you sign up for one of these lists if you're
528 going to run a public MediaWiki, so you can be notified of security fixes.
529
530
531 === IRC help ===
532
533 There's usually someone online in #mediawiki on irc.freenode.net