Committing a version which at least shows the text preview properly
[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.12 ==
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.12 ===
22
23 === New features in 1.12 ===
24 * Add a warning for non-descriptive filenames at Special:Upload
25 * Add {{filepath:}} parser function to get full path to an uploaded file,
26 complementing {{fullurl:}} for pages.
27 * (bug 11136) If using Postgres, search path is explicitly set if wgDBmwschema is
28 not set to 'mediawiki', allowing multiple mediawiki instances per user.
29 * (bug 11151) Add descriptive <title> to revision history page
30 * (bug 5412) Add feed links for the site to all pages
31 * (bug 11035) Add descriptive <title> to Special:Search
32
33 === Bug fixes in 1.12 ===
34
35 * Subpages are now indexed for searching properly when using PostgreSQL
36 * (bug 3846) Suppress warnings from, e.g. open_basedir when scanning for
37 ImageMagick, diff3 et al. during installation [patch by Jan Reininghaus]
38 * (bug 7027) Shift handling of deletion permissions-checking to
39 getUserPermissionsErrors.
40 * Login and signup forms are now more correct for right-to-left languages.
41 * (bug 5387) Block log items on RecentChanges don't make use of possible
42 translations
43 * (bug 11211) Pass, as a parameter to the protectedpagetext interface
44 message, the level of protection.
45 * (bug 9611) Supply the blocker and reason for the cantcreateaccounttext
46 message.
47 * (bug 8759) Fixed bug where rollback was allowed on protected pages for wikis
48 where rollback is given to non-sysops.
49 * (bug 8834) Split off permission for editing user JavaScript and CSS from
50 editinterface to a new permission key editusercssjs.
51 * (bug 11266) Set fallback language for Fulfulde (ff) to French
52 * (bug 11179) Include image version deletion comment in public log
53 * Fixed notice when accessing special page without read permission and whitelist
54 is not defined
55 * (bug 9252) Fix for tidy funkiness when using editintro mode
56 * (bug 4021) Fix for MySQL wildcard search
57 * (bug 10699) Fix for MySQL phrase search
58 * (bug 11321) Fix width of gallerybox when option "width=xxx" is used
59 * (bug 7890) Special:BrokenRedirects links deleted redirects to a non-existent page
60 * Fix initial statistics when installing: add correct values
61 * (bug 11342) Fix several 'returnto' links in permissions/error pages which
62 linked to the main page instead of targetted page
63 * Strike the link to the redirect rather than using an asterisk in Special:Listredirects
64 * (bug 11355) Fix false positives in Safe Mode and other config detection
65 when boolean settings are disabled with 'Off' via php_admin_value/php_value
66 * (bug 11292) Fixed unserialize errors with Postgres by creating special Blob object.
67 * (bug 11363) Make all metadata fields bytea when using Postgres.
68 * (bug 11331) Add buildConcat() and use CASE not IF for DB compatibility. Make oldimage
69 cascade delete via image table for Postgres, change fa_storage_key TEXT.
70 * (bug 11438) Live Preview chops returned text
71
72 === API changes in 1.12 ===
73
74 Full API documentation is available at http://www.mediawiki.org/wiki/API
75
76 * (bug 11275) Enable descending sort in categorymembers
77 * (bug 11308) Allow the API to output the image metadata
78 * (bug 11296) Temporary fix for escaping of ampersands inside links in pretty-printed
79 help document.
80
81 === Languages updated in 1.12 ===
82
83 * Amharic (am) (new)
84 * Arabic (ar)
85 * Mapudungun (arn) (new)
86 * Asturian (ast)
87 * Samogitian (bat-smg)
88 * Bikol Central (bcl)
89 * Belarusian Taraskievica orthography (be-tarask)
90 * Bulgarian (bg)
91 * Bislama (bi) (new)
92 * Bengali (bn)
93 * Bishnupriya Manipuri (bpy)
94 * Catalan (ca)
95 * Breton (br)
96 * Czech (cs)
97 * Cassubian (csb)
98 * Welsh (cy)
99 * Danish (da)
100 * German (de)
101 * Lower Sorbian (dsb) (new)
102 * Greek (el)
103 * Spanish (es)
104 * Extremaduran (ext)
105 * Finnish (fi)
106 * Persian (fa)
107 * Võro (fiu-vro)
108 * Frisian (fy)
109 * French (fr)
110 * Cajun French (frc)
111 * Franco-Provençal (frp)
112 * Irish (ga)
113 * Galician (gl)
114 * Ancient Greek (grc) (new)
115 * Hakka (hak)
116 * Hebrew (he)
117 * Upper Sorbian (hsb)
118 * Indonesian (id)
119 * Icelandic (is)
120 * Italian (it)
121 * Kazakh (kk)
122 * Korean (ko)
123 * Latin (la)
124 * Limbugian (li)
125 * Malay (ms)
126 * Low Saxon (nds)
127 * Dutch (nl)
128 * Norwegian (no)
129 * Russian (ru)
130 * Sakha (sah)
131 * Sicilian (scn)
132 * Seri (sei) (new)
133 * Slovak (sk)
134 * Serbian (Cyrillic) (sr-ec)
135 * Sundanese (su)
136 * Tamil (ta)
137 * Tetun (tet) (new)
138 * Walloon (wa)
139 * Yiddish (yi)
140 * Zhuang (za)
141 * Zealandic (zea)
142
143 == Compatibility ==
144
145 MediaWiki 1.12 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.12 has several database changes since 1.11, 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 you are upgrading from MediaWiki 1.4.x or earlier, some major database
164 changes are made, and there is a slightly higher chance that things could
165 break. Don't forget to always back up your database before upgrading!
166
167 See the file UPGRADE for more detailed upgrade instructions.
168
169
170 === Caveats ===
171
172 Some output, particularly involving user-supplied inline HTML, may not
173 produce 100% valid or well-formed XHTML output. Testers are welcome to
174 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
175 cases, but this is not recommended on live sites. (This must be set for
176 MathML to display properly in Mozilla.)
177
178 For notes on 1.11.x and older releases, see HISTORY.
179
180
181 === Online documentation ===
182
183 Documentation for both end-users and site administrators is currently being
184 built up on MediaWiki.org, and is covered under the GNU Free Documentation
185 License (except for pages that explicitly state that their contents are in
186 the public domain) :
187
188 http://www.mediawiki.org/wiki/Documentation
189
190
191 === Mailing list ===
192
193 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
194 wikitech-l list:
195
196 http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
197
198 A low-traffic announcements-only list is also available:
199
200 http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
201
202 It's highly recommended that you sign up for one of these lists if you're
203 going to run a public MediaWiki, so you can be notified of security fixes.
204
205
206 === IRC help ===
207
208 There's usually someone online in #mediawiki on irc.freenode.net