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