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