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