(bug 12394) Adding rctitles parameter to list=recentchanges to facilitate easier...
[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 13137) Allow setting 'editprotected' right separately from 'protect',
25 so groups may optionally edit protected pages without being able to protect
26 pages themselves
27
28 === New features in 1.13 ===
29
30 * __HIDDENCAT__ on a category page causes the category to be hidden on the
31 article page.
32 * Don't show edit permissions errors on a red link click, just redirect to the
33 article. This is so that readers who don't know what a red link is aren't
34 confused when they are told they are range-blocked.
35 * Add a new hook ImageBeforeProduceHTML to allow extensions to modify wikitext
36 image syntax output.
37 * (bug 13100) Added 'preloadtitle' parameter to action=edit&section=new that
38 pre-fills the section title field.
39
40 === Bug fixes in 1.13 ===
41
42 * (bug 10677) Add link to the file description page on the shared repository
43 * (bug 13084) Increase size of source/destination filename fields in upload form
44 * (bug 13115) rebuildrecentchanges should print the current value of $wgRCMaxAge
45 * (bug 13140) Show parent categories in category namespace
46 * (bug 13149) Correctly format 'fileexists' message on Upload page
47 * Make the default filepageexists message accurate
48 * (bug 12988) $wgMinimalPasswordLength no longer breaks create user by email
49 * (bug 13022) Fix upload from URL on PHP 5.0.x
50 * (bug 13132) Unable to unprotect pages protected with earlier versions of MediaWiki
51 * (bug 12723) OpenSearch description name now uses more compact language code
52 to avoid passing the length limit as often, is customizable per site via
53 'opensearch-desc' message.
54
55
56 === API changes in 1.13 ===
57
58 * Fixing main page display in meta=siteinfo
59 * (bug 13128) Added patrolled flag to list=recentchanges
60 * Implemented {bl,ei,iu}redirect (lists links through redirects as well)
61 * (bug 13154) Introduced subpages flag to meta=siteinfo&siprop=namespaces
62 * (bug 13157) Added ucuserprefix parameter to list=usercontibs
63 * (bug 12394) Added rctitles parameter to list=recentchanges, making rcid retrieval easier
64
65 === Languages updated in 1.13 ===
66
67 * Afrikaans (af)
68 * Gheg Albanian (aln)
69 * Amharic (am)
70 * Aragonese (an)
71 * Arabic (ar)
72 * Asturian (ast)
73 * Kotava (avk)
74 * Samogitian (bat-smg)
75 * Bulgarian (bg)
76 * Catalan (ca)
77 * Crimean Turkish (Cyrillic) (crh-cyrl)
78 * Crimean Turkish (Latin) (crh-latn)
79 * Czech (cs)
80 * Welsh (cy)
81 * Danish (da)
82 * Lower Sorbian (dsb)
83 * Greek (el)
84 * Esperanto (eo)
85 * Spanish (es)
86 * Estonian (et)
87 * Extremaduran (ext)
88 * Finnish (fi)
89 * Faroese (fo)
90 * French (fr)
91 * Franco-Provençal (frp)
92 * Friulian (fur)
93 * Irish (ga)
94 * Gan (gan)
95 * Galician (gl)
96 * Croatian (hr)
97 * Upper Sorbian (hsb)
98 * Hungarian (hu)
99 * Indonesian (id)
100 * Eastern Canadian (Unified Canadian Aboriginal Syllabics) (ike-cans)
101 * Icelandic (is)
102 * Italian (it)
103 * Japanese (ja)
104 * Georgian (ka)
105 * Kalaallisut (kl)
106 * Khmer (km)
107 * Latin (la)
108 * Luxembourgish (lb)
109 * Limburgish (li)
110 * Lao (lo)
111 * Lithuanian (lt)
112 * Malayalam (ml)
113 * Moldavian (mo)
114 * Marathi (mr)
115 * Low German (nds)
116 * Dutch (nl)
117 * Norwegian Nynorsk (nn)
118 * Norwegian (bokmål)‬ (no)
119 * Polish (pl)
120 * Pashto (ps)
121 * Portuguese (pt)
122 * Russian (ru)
123 * Yakut (sah)
124 * Sassaresu (sdc)
125 * Slovak (sk)
126 * Somali (so)
127 * Albanian (sq)
128 * Sranan Tongo (srn)
129 * Seeltersk (stq)
130 * Swedish (sv)
131 * Tamil (ta)
132 * Telugu (te)
133 * Tajik (tg)
134 * Thai (th)
135 * Turkish (tr)
136 * Tuvinian (tyv)
137 * Venda (ve)
138 * Vietnamese (vi)
139 * Volapük (vo)
140 * Wolof (wo)
141 * Mingrelian (xmf)
142 * Yiddish (yi)
143
144 == Compatibility ==
145
146 MediaWiki 1.13 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
147
148 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
149 http://bugs.php.net/bug.php?id=34879
150 Upgrade affected systems to PHP 5.1 or higher.
151
152 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
153 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
154
155
156 == Upgrading ==
157
158 1.13 has several database changes since 1.12, and will not work without schema
159 updates.
160
161 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
162 new database fields are filled with data.
163
164 If upgrading from before 1.11, and you are using a wiki as a commons repository,
165 make sure that it is updated as well. Otherwise, errors may arise due to
166 database schema changes.
167
168 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
169 changes are made, and there is a slightly higher chance that things could
170 break. Don't forget to always back up your database before upgrading!
171
172 See the file UPGRADE for more detailed upgrade instructions.
173
174
175 === Caveats ===
176
177 Some output, particularly involving user-supplied inline HTML, may not
178 produce 100% valid or well-formed XHTML output. Testers are welcome to
179 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
180 cases, but this is not recommended on live sites. (This must be set for
181 MathML to display properly in Mozilla.)
182
183 For notes on 1.12.x and older releases, see HISTORY.
184
185
186 === Online documentation ===
187
188 Documentation for both end-users and site administrators is currently being
189 built up on MediaWiki.org, and is covered under the GNU Free Documentation
190 License (except for pages that explicitly state that their contents are in
191 the public domain) :
192
193 http://www.mediawiki.org/wiki/Documentation
194
195
196 === Mailing list ===
197
198 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
199 wikitech-l list:
200
201 http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
202
203 A low-traffic announcements-only list is also available:
204
205 http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
206
207 It's highly recommended that you sign up for one of these lists if you're
208 going to run a public MediaWiki, so you can be notified of security fixes.
209
210
211 === IRC help ===
212
213 There's usually someone online in #mediawiki on irc.freenode.net