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