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