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