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