Localisation updates German
[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
32 === New features in 1.13 ===
33
34 * __HIDDENCAT__ on a category page causes the category to be hidden on the
35 article page.
36 * Don't show edit permissions errors on a red link click, just redirect to the
37 article. This is so that readers who don't know what a red link is aren't
38 confused when they are told they are range-blocked.
39 * Add a new hook ImageBeforeProduceHTML to allow extensions to modify wikitext
40 image syntax output.
41 * (bug 13100) Added 'preloadtitle' parameter to action=edit&section=new that
42 pre-fills the section title field.
43 * (bug 13112) Added Special:RelatedChanges alias to Special:Recentchangeslinked
44 * (bug 13130) Moved edit token and autosummary fields above edit tools to
45 reduce broken form submissions
46 * Add --old-redirects-only option to maintenance/refreshLinks.php, to add old
47 redirects to the redirect table
48 * Add links to page and file deletion forms to edit predefined delete reasons
49 * (bug 13269) Added MediaWiki:Uploadfooter to the bottom of Special:Upload
50 * (bug 2815) Search results for media now use thumb instead of text extract
51 * When a page doesn't exist, the tab should say "create", not "edit"
52 * (bug 12882) Added a span with class "patrollink" arround "Mark as patrolled"
53 link on diffs
54 * Magic word formatnum can now take raw suffix to undo formatting
55 * Add updatelog table to reliably permit updates that don't change the schema
56 * Add category table to allow better tracking of category membership counts
57 ** (bug 1212) Give correct membership counts on the pages of large categories
58 ** Use category table for more efficient display of Special:Categories
59 * (bug 1459) Search for duplicate files by hash: Special:FileDuplicateSearch
60 * (bug 9447) Added hooks for search result headings
61 * Image redirects are now enabled
62 * (bug 13450) Email confirmation can now be canceled before the expiration
63 * (bug 13490) Show upload/file size limit on upload form
64 * Redesign of Special:Userrights
65
66 === Bug fixes in 1.13 ===
67
68 * (bug 10677) Add link to the file description page on the shared repository
69 * (bug 13084) Increase size of source/destination filename fields in upload form
70 * (bug 13115) rebuildrecentchanges should print the current value of $wgRCMaxAge
71 * (bug 13140) Show parent categories in category namespace
72 * (bug 13149) Correctly format 'fileexists' message on Upload page
73 * Make the default filepageexists message accurate
74 * (bug 12988) $wgMinimalPasswordLength no longer breaks create user by email
75 * (bug 13022) Fix upload from URL on PHP 5.0.x
76 * (bug 13132) Unable to unprotect pages protected with earlier versions of MediaWiki
77 * (bug 12723) OpenSearch description name now uses more compact language code
78 to avoid passing the length limit as often, is customizable per site via
79 'opensearch-desc' message.
80 * (bug 13135) Special:Userrights now passes IDs through form submission
81 to allow functionality on not-quite-right usernames
82 * (bug 12575) Prevent duplicate patrol log entries from being created
83 * (bug 13174) __HIDDENCAT__ now applies only to category pages
84 * (bug 13031) Add links to user pages in e-mail form
85 * (bug 13147) Description for categoriespagetext (used in Special:Categories) reworded
86 * (bug 11561) Fix fatal error when calling action=revert to non-image page
87 * (bug 12430) Fix call to private method LinkFilter::makeRegex fatal error in
88 maintenance/cleanupSpam.php
89 * All skins should have the "mediawiki" class on the body element
90 * (bug 13019) Message cache for some extensions not loaded at time of editing
91 * (bug 13247) Prettified ISBN links
92 * maintenance/refreshLinks.php did not fix page_id 1 with the --new-only option
93 * (bug 13110) Don't show "Permission error" page if the edit is already rolled
94 back when using rollback
95 * (bug 13012) Use content messages for block options when generating the
96 recentchanges entry
97 * (bug 13274) Change links for messages to ucfirst
98 * (bug 13273) Un-hardcode some punctuation (add new messages colon-separator,
99 autocomment-prefix)
100 * Parse MediaWiki message translations with a correct language setting on preview
101 * (bug 13281) Treat X-Forwarded-For, Client-ip and User-Agent headers as
102 case-insensitive names.
103 * Adding the fix for lists in RTL wikis to more skins, and fixing the image toc
104 * (bug 8157) Remove redirects from Special:Unusedtemplates. Patch by WebBoy.
105 * (bug 10721) Duplicate section anchors with differing case now disambiguated
106 for Internet Explorer's sake and standards compliance
107 * (bug 13298) Tighter limits on Special:Newpages limits when embedding
108 * Email subject in content language instead of sending user's UI language
109 * (bug 13251) Allow maintenance rebuild scripts to work with Postgres
110 * (bug 2084) Fixed incorrect regex to match redirects
111 * (bug 3131) Manually-specified upload destination filename is no longer
112 overwritten by browsing for a file after you wrote it.
113 * (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class
114 'generated-sidebar'.
115 * (bug 13265) Media handler is missing 'image/x-bmp'
116 * (bug 13407) MediaWiki:Powersearch is used in two places
117 * (bug 13403) Fix cache invalidation of history pages when old revisions change
118 * (bug 11563) Deprecated SearchMySQL4 class; merged code to SearchMySQL
119 * (bug 12801) Fix link in subtitle message in AJAX search
120 * (bug 13428) Fix regression in protection form layout HTML validity
121 * (bug 9403) Sanitize newlines from search term input
122 * (bug 13429) Separate date and time in message sp-newimages-showfrom
123 * (bug 13137) Allow setting 'editprotected' right separately from 'protect',
124 so groups may optionally edit protected pages without having 'protect' perms
125 * Disallow deletion of big pages by means of moving a page to its title and
126 using the "delete and move" option.
127 * (bug 13466) White space differences not shown in diffs
128 * (bug 1953) Search form now honors namespace selections more reliably
129 * (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility
130 * PHP 5.3 compatibility fix for wfRunHooks() called with no parameters
131 * (bug 6447) Trackbacks now work with transactional tables, if enabled
132 * (bug 6892, 7147) Trackback error handling, optional fields more robust
133 * (bug 6813) Don't break HTML validator when using trackbacks
134 * Fix for size checks on SVG images with global 'stroke-width' attribute
135 * (bug 11874) Inline CSS with !important no longer borken
136 * (bug 1600) Strip extra == section markup == in new-comment field
137 * (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely
138 * (bug 12077) Fix HTML nesting for TOC
139 * (bug 344) Purge cache for talk/article pages when deleting the other tab
140 * (bug 13436) Treat image captions correctly when they include option keywords
141 (like ending with "px" or starting with "upright")
142 * Trackback display formatting fixed
143 * Don't die when single-element arrays are passed to SQL query constructors
144 that have an array index other than 0
145 * (bug 13522) Fix fatal error in Parser::extractTagsAndParams
146 * (bug 13532) Use proper timestamp call when reverting images
147 * (bug 13543) Updated FAQ link in the installer sidebar
148 * (bug 13540) Date format in confirmation e-mail now matches message language
149 * (bug 13554) PHP Notice in old pre-processor when list item is empty.
150 * (bug 13556) Don't show a blank form if no image is attached in Special:Upload
151 * (bug 13576) maintenance/rebuildrecentchanges.php fails
152 * (bug 13441) Allow Special:Recentchanges to show bots only
153 * (bug 13431) Show true message source in Special:Allmessages&ot=php / xml
154
155 === API changes in 1.13 ===
156
157 * Fixing main page display in meta=siteinfo
158 * (bug 13128) Added patrolled flag to list=recentchanges
159 * Implemented {bl,ei,iu}redirect (lists links through redirects as well)
160 * (bug 13154) Introduced subpages flag to meta=siteinfo&siprop=namespaces
161 * (bug 13157) Added ucuserprefix parameter to list=usercontibs
162 * (bug 12394) Added rctitles parameter to list=recentchanges, making rcid
163 retrieval easier
164 * (bug 13218) Fix inclusion of " character in hyperlinks
165 * Added watch and unwatch parameters to action=delete and action=move
166 * Added action=edit
167 * (bug 11401) Added xmldoublequote to xml formatter
168 * Added rvsection parameter to prop=revisions to allow fetching the content of
169 a certain section only
170 * Introduced list=allimages
171 * (bug 13371) Build page set from image hashes
172 * Mark non-existent messages in meta=allmessages as missing
173 * (bug 13390) One invalid title no longer kills an entire API query
174 * (bug 13419) Fix gblredirect so it actually works
175 * (bug 13418) Disable eiredirect because it's useless
176 * (bug 13395) list=allcategories should use category table
177 * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now
178 handled properly.
179 * (bug 13444) Add description to list=watchlist
180 * (bug 13482) Disabled search types handled properly
181 * Added inprop=talkid,subjectid to prop=info
182 * Added help text message that specifies whether a module is POST-only
183 * Added createonly parameter to action=edit
184 * Replaced $wgAPIUCUserPrefixMinLength by the more generic $wgAPIMaxDBRows
185 * (bug 11719) Remove trailing blanks in YAML output.
186 * (bug 13541) Added siprop=specialpagealiases to meta=siteinfo
187 * Added fallback8bitEncoding field to meta=siteinfo&siprop=general output
188 * (bug 13544) Added prop=revid to action=parse
189 * (bug 13603) Added siprop=usergroups to meta=siteinfo
190
191 === Languages updated in 1.13 ===
192
193 * Afrikaans (af)
194 * Gheg Albanian (aln)
195 * Amharic (am)
196 * Aragonese (an)
197 * Arabic (ar)
198 * Asturian (ast)
199 * Kotava (avk)
200 * Samogitian (bat-smg)
201 * Bulgarian (bg)
202 * Catalan (ca)
203 * Crimean Turkish (Cyrillic) (crh-cyrl)
204 * Crimean Turkish (Latin) (crh-latn)
205 * Czech (cs)
206 * Welsh (cy)
207 * Danish (da)
208 * Lower Sorbian (dsb)
209 * Middle Dutch (dum) (removed)
210 * Greek (el)
211 * Esperanto (eo)
212 * Spanish (es)
213 * Estonian (et)
214 * Extremaduran (ext)
215 * Finnish (fi)
216 * Faroese (fo)
217 * French (fr)
218 * Franco-Provençal (frp)
219 * Friulian (fur)
220 * Irish (ga)
221 * Gan (gan)
222 * Galician (gl)
223 * Croatian (hr)
224 * Upper Sorbian (hsb)
225 * Hungarian (hu)
226 * Indonesian (id)
227 * Eastern Canadian (Unified Canadian Aboriginal Syllabics) (ike-cans)
228 * Icelandic (is)
229 * Italian (it)
230 * Japanese (ja)
231 * Georgian (ka)
232 * Kalaallisut (kl)
233 * Khmer (km)
234 * Latin (la)
235 * Luxembourgish (lb)
236 * Limburgish (li)
237 * Lao (lo)
238 * Lithuanian (lt)
239 * Malayalam (ml)
240 * Moldavian (mo)
241 * Marathi (mr)
242 * Low German (nds)
243 * Dutch (nl)
244 * Norwegian Nynorsk (nn)
245 * Norwegian (bokmål)‬ (no)
246 * Old Norse (non) (removed)
247 * Polish (pl)
248 * Pashto (ps)
249 * Portuguese (pt)
250 * Russian (ru)
251 * Yakut (sah)
252 * Sassaresu (sdc)
253 * Slovak (sk)
254 * Somali (so)
255 * Albanian (sq)
256 * Sranan Tongo (srn)
257 * Seeltersk (stq)
258 * Swedish (sv)
259 * Tamil (ta)
260 * Telugu (te)
261 * Tajik (tg)
262 * Thai (th)
263 * Turkish (tr)
264 * Tuvinian (tyv)
265 * Venda (ve)
266 * Vietnamese (vi)
267 * Volapük (vo)
268 * Wolof (wo)
269 * Mingrelian (xmf)
270 * Yiddish (yi)
271 * Cantonese (yue)
272 * Old Chinese / Late Time Chinese (zh-classical)
273 * Chinese (Simplified) (zh-hans)
274 * Chinese (Traditional) (zh-hant)
275
276 == Compatibility ==
277
278 MediaWiki 1.13 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
279
280 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
281 http://bugs.php.net/bug.php?id=34879
282 Upgrade affected systems to PHP 5.1 or higher.
283
284 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
285 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
286
287
288 == Upgrading ==
289
290 1.13 has several database changes since 1.12, and will not work without schema
291 updates.
292
293 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
294 new database fields are filled with data.
295
296 If upgrading from before 1.11, and you are using a wiki as a commons repository,
297 make sure that it is updated as well. Otherwise, errors may arise due to
298 database schema changes.
299
300 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
301 changes are made, and there is a slightly higher chance that things could
302 break. Don't forget to always back up your database before upgrading!
303
304 See the file UPGRADE for more detailed upgrade instructions.
305
306
307 === Caveats ===
308
309 Some output, particularly involving user-supplied inline HTML, may not
310 produce 100% valid or well-formed XHTML output. Testers are welcome to
311 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
312 cases, but this is not recommended on live sites. (This must be set for
313 MathML to display properly in Mozilla.)
314
315 For notes on 1.12.x and older releases, see HISTORY.
316
317
318 === Online documentation ===
319
320 Documentation for both end-users and site administrators is currently being
321 built up on MediaWiki.org, and is covered under the GNU Free Documentation
322 License (except for pages that explicitly state that their contents are in
323 the public domain) :
324
325 http://www.mediawiki.org/wiki/Documentation
326
327
328 === Mailing list ===
329
330 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
331 wikitech-l list:
332
333 http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
334
335 A low-traffic announcements-only list is also available:
336
337 http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
338
339 It's highly recommended that you sign up for one of these lists if you're
340 going to run a public MediaWiki, so you can be notified of security fixes.
341
342
343 === IRC help ===
344
345 There's usually someone online in #mediawiki on irc.freenode.net