3f153b44f1cf42710a7ebc74013beb04bd300a11
[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) Add patrolled flag to list=recentchanges
60 * Implemented {bl,ei,iu}redirect (lists links through redirects as well)
61 * (bug 13154) Introducing subpages flag to meta=siteinfo&siprop=namespaces
62 * (bug 13157) Adding ucuserprefix parameter to list=usercontibs
63
64 === Languages updated in 1.13 ===
65
66 * Afrikaans (af)
67 * Gheg Albanian (aln)
68 * Amharic (am)
69 * Aragonese (an)
70 * Arabic (ar)
71 * Asturian (ast)
72 * Kotava (avk)
73 * Samogitian (bat-smg)
74 * Bulgarian (bg)
75 * Catalan (ca)
76 * Crimean Turkish (Cyrillic) (crh-cyrl)
77 * Crimean Turkish (Latin) (crh-latn)
78 * Czech (cs)
79 * Welsh (cy)
80 * Danish (da)
81 * Lower Sorbian (dsb)
82 * Greek (el)
83 * Esperanto (eo)
84 * Spanish (es)
85 * Estonian (et)
86 * Extremaduran (ext)
87 * Finnish (fi)
88 * Faroese (fo)
89 * French (fr)
90 * Franco-Provençal (frp)
91 * Friulian (fur)
92 * Irish (ga)
93 * Gan (gan)
94 * Galician (gl)
95 * Croatian (hr)
96 * Upper Sorbian (hsb)
97 * Hungarian (hu)
98 * Indonesian (id)
99 * Eastern Canadian (Unified Canadian Aboriginal Syllabics) (ike-cans)
100 * Icelandic (is)
101 * Italian (it)
102 * Japanese (ja)
103 * Georgian (ka)
104 * Kalaallisut (kl)
105 * Khmer (km)
106 * Latin (la)
107 * Luxembourgish (lb)
108 * Limburgish (li)
109 * Lao (lo)
110 * Lithuanian (lt)
111 * Malayalam (ml)
112 * Moldavian (mo)
113 * Marathi (mr)
114 * Low German (nds)
115 * Dutch (nl)
116 * Norwegian Nynorsk (nn)
117 * Norwegian (bokmål)‬ (no)
118 * Polish (pl)
119 * Pashto (ps)
120 * Portuguese (pt)
121 * Russian (ru)
122 * Yakut (sah)
123 * Sassaresu (sdc)
124 * Slovak (sk)
125 * Somali (so)
126 * Albanian (sq)
127 * Sranan Tongo (srn)
128 * Seeltersk (stq)
129 * Swedish (sv)
130 * Tamil (ta)
131 * Telugu (te)
132 * Tajik (tg)
133 * Thai (th)
134 * Turkish (tr)
135 * Tuvinian (tyv)
136 * Venda (ve)
137 * Vietnamese (vi)
138 * Volapük (vo)
139 * Wolof (wo)
140 * Mingrelian (xmf)
141 * Yiddish (yi)
142
143 == Compatibility ==
144
145 MediaWiki 1.13 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
146
147 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
148 http://bugs.php.net/bug.php?id=34879
149 Upgrade affected systems to PHP 5.1 or higher.
150
151 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
152 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
153
154
155 == Upgrading ==
156
157 1.13 has several database changes since 1.12, and will not work without schema
158 updates.
159
160 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
161 new database fields are filled with data.
162
163 If upgrading from before 1.11, and you are using a wiki as a commons repository,
164 make sure that it is updated as well. Otherwise, errors may arise due to
165 database schema changes.
166
167 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
168 changes are made, and there is a slightly higher chance that things could
169 break. Don't forget to always back up your database before upgrading!
170
171 See the file UPGRADE for more detailed upgrade instructions.
172
173
174 === Caveats ===
175
176 Some output, particularly involving user-supplied inline HTML, may not
177 produce 100% valid or well-formed XHTML output. Testers are welcome to
178 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
179 cases, but this is not recommended on live sites. (This must be set for
180 MathML to display properly in Mozilla.)
181
182 For notes on 1.12.x and older releases, see HISTORY.
183
184
185 === Online documentation ===
186
187 Documentation for both end-users and site administrators is currently being
188 built up on MediaWiki.org, and is covered under the GNU Free Documentation
189 License (except for pages that explicitly state that their contents are in
190 the public domain) :
191
192 http://www.mediawiki.org/wiki/Documentation
193
194
195 === Mailing list ===
196
197 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
198 wikitech-l list:
199
200 http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
201
202 A low-traffic announcements-only list is also available:
203
204 http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
205
206 It's highly recommended that you sign up for one of these lists if you're
207 going to run a public MediaWiki, so you can be notified of security fixes.
208
209
210 === IRC help ===
211
212 There's usually someone online in #mediawiki on irc.freenode.net