* (bug 1600) Strip extra == section markup == in new-comment field
[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 * (bug 11874) Inline CSS with !important no longer borken
129 * (bug 1600) Strip extra == section markup == in new-comment field
130
131
132 === API changes in 1.13 ===
133
134 * Fixing main page display in meta=siteinfo
135 * (bug 13128) Added patrolled flag to list=recentchanges
136 * Implemented {bl,ei,iu}redirect (lists links through redirects as well)
137 * (bug 13154) Introduced subpages flag to meta=siteinfo&siprop=namespaces
138 * (bug 13157) Added ucuserprefix parameter to list=usercontibs
139 * (bug 12394) Added rctitles parameter to list=recentchanges, making rcid
140 retrieval easier
141 * (bug 13218) Fix inclusion of " character in hyperlinks
142 * Added watch and unwatch parameters to action=delete and action=move
143 * Added action=edit
144 * (bug 11401) Added xmldoublequote to xml formatter
145 * Added rvsection parameter to prop=revisions to allow fetching the content of
146 a certain section only
147 * Introduced list=allimages
148 * (bug 13371) Build page set from image hashes
149 * Mark non-existent messages in meta=allmessages as missing
150 * (bug 13390) One invalid title no longer kills an entire API query
151 * (bug 13419) Fix gblredirect so it actually works
152 * (bug 13418) Disable eiredirect because it's useless
153 * (bug 13395) list=allcategories should use category table
154 * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now
155 handled properly.
156 * (bug 13444) Add description to list=watchlist
157 * (bug 13482) Disabled search types handled properly
158
159 === Languages updated in 1.13 ===
160
161 * Afrikaans (af)
162 * Gheg Albanian (aln)
163 * Amharic (am)
164 * Aragonese (an)
165 * Arabic (ar)
166 * Asturian (ast)
167 * Kotava (avk)
168 * Samogitian (bat-smg)
169 * Bulgarian (bg)
170 * Catalan (ca)
171 * Crimean Turkish (Cyrillic) (crh-cyrl)
172 * Crimean Turkish (Latin) (crh-latn)
173 * Czech (cs)
174 * Welsh (cy)
175 * Danish (da)
176 * Lower Sorbian (dsb)
177 * Greek (el)
178 * Esperanto (eo)
179 * Spanish (es)
180 * Estonian (et)
181 * Extremaduran (ext)
182 * Finnish (fi)
183 * Faroese (fo)
184 * French (fr)
185 * Franco-Provençal (frp)
186 * Friulian (fur)
187 * Irish (ga)
188 * Gan (gan)
189 * Galician (gl)
190 * Croatian (hr)
191 * Upper Sorbian (hsb)
192 * Hungarian (hu)
193 * Indonesian (id)
194 * Eastern Canadian (Unified Canadian Aboriginal Syllabics) (ike-cans)
195 * Icelandic (is)
196 * Italian (it)
197 * Japanese (ja)
198 * Georgian (ka)
199 * Kalaallisut (kl)
200 * Khmer (km)
201 * Latin (la)
202 * Luxembourgish (lb)
203 * Limburgish (li)
204 * Lao (lo)
205 * Lithuanian (lt)
206 * Malayalam (ml)
207 * Moldavian (mo)
208 * Marathi (mr)
209 * Low German (nds)
210 * Dutch (nl)
211 * Norwegian Nynorsk (nn)
212 * Norwegian (bokmål)‬ (no)
213 * Polish (pl)
214 * Pashto (ps)
215 * Portuguese (pt)
216 * Russian (ru)
217 * Yakut (sah)
218 * Sassaresu (sdc)
219 * Slovak (sk)
220 * Somali (so)
221 * Albanian (sq)
222 * Sranan Tongo (srn)
223 * Seeltersk (stq)
224 * Swedish (sv)
225 * Tamil (ta)
226 * Telugu (te)
227 * Tajik (tg)
228 * Thai (th)
229 * Turkish (tr)
230 * Tuvinian (tyv)
231 * Venda (ve)
232 * Vietnamese (vi)
233 * Volapük (vo)
234 * Wolof (wo)
235 * Mingrelian (xmf)
236 * Yiddish (yi)
237 * Cantonese (yue)
238 * Old Chinese / Late Time Chinese (zh-classical)
239 * Chinese (Simplified) (zh-hans)
240 * Chinese (Traditional) (zh-hant)
241
242 == Compatibility ==
243
244 MediaWiki 1.13 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
245
246 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
247 http://bugs.php.net/bug.php?id=34879
248 Upgrade affected systems to PHP 5.1 or higher.
249
250 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
251 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
252
253
254 == Upgrading ==
255
256 1.13 has several database changes since 1.12, and will not work without schema
257 updates.
258
259 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
260 new database fields are filled with data.
261
262 If upgrading from before 1.11, and you are using a wiki as a commons repository,
263 make sure that it is updated as well. Otherwise, errors may arise due to
264 database schema changes.
265
266 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
267 changes are made, and there is a slightly higher chance that things could
268 break. Don't forget to always back up your database before upgrading!
269
270 See the file UPGRADE for more detailed upgrade instructions.
271
272
273 === Caveats ===
274
275 Some output, particularly involving user-supplied inline HTML, may not
276 produce 100% valid or well-formed XHTML output. Testers are welcome to
277 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
278 cases, but this is not recommended on live sites. (This must be set for
279 MathML to display properly in Mozilla.)
280
281 For notes on 1.12.x and older releases, see HISTORY.
282
283
284 === Online documentation ===
285
286 Documentation for both end-users and site administrators is currently being
287 built up on MediaWiki.org, and is covered under the GNU Free Documentation
288 License (except for pages that explicitly state that their contents are in
289 the public domain) :
290
291 http://www.mediawiki.org/wiki/Documentation
292
293
294 === Mailing list ===
295
296 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
297 wikitech-l list:
298
299 http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
300
301 A low-traffic announcements-only list is also available:
302
303 http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
304
305 It's highly recommended that you sign up for one of these lists if you're
306 going to run a public MediaWiki, so you can be notified of security fixes.
307
308
309 === IRC help ===
310
311 There's usually someone online in #mediawiki on irc.freenode.net