Merge "userExpLevel test: use a single time()"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.30
1 == MediaWiki 1.30 ==
2
3 THIS IS NOT A RELEASE YET
4
5 MediaWiki 1.30 is an alpha-quality branch and is not recommended for use in
6 production.
7
8 === Configuration changes in 1.30 ===
9 * …
10
11 === New features in 1.30 ===
12 * …
13
14 === External library changes in 1.30 ===
15
16 ==== Upgraded external libraries ====
17 * …
18
19 ==== New external libraries ====
20 * …
21
22 ==== Removed and replaced external libraries ====
23 * …
24
25 === Bug fixes in 1.30 ===
26 * …
27
28 === Action API changes in 1.30 ===
29 * …
30
31 === Action API internal changes in 1.30 ===
32 * …
33
34 === Languages updated in 1.30 ===
35 MediaWiki supports over 350 languages. Many localisations are updated
36 regularly. Below only new and removed languages are listed, as well as
37 changes to languages because of Phabricator reports.
38
39 * …
40
41 === Other changes in 1.30 ===
42 * The use of an associative array for $wgProxyList, where the IP address is in
43 the key instead of the value, is deprecated (e.g. [ '127.0.0.1' => 'value' ]).
44 Please convert these arrays to indexed/sequential ones (e.g. [ '127.0.0.1' ]).
45 * mw.user.bucket (deprecated in 1.23) was removed.
46
47 == Compatibility ==
48 MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for
49 HHVM 3.6.5 or later.
50
51 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
52 but support for them is somewhat less mature. There is experimental support for
53 Oracle and Microsoft SQL Server.
54
55 The supported versions are:
56
57 * MySQL 5.0.3 or later
58 * PostgreSQL 8.3 or later
59 * SQLite 3.3.7 or later
60 * Oracle 9.0.1 or later
61 * Microsoft SQL Server 2005 (9.00.1399)
62
63 == Upgrading ==
64 1.30 has several database changes since 1.29, and will not work without schema
65 updates. Note that due to changes to some very large tables like the revision
66 table, the schema update may take quite long (minutes on a medium sized site,
67 many hours on a large site).
68
69 Don't forget to always back up your database before upgrading!
70
71 See the file UPGRADE for more detailed upgrade instructions, including
72 important information when upgrading from versions prior to 1.11.
73
74 For notes on 1.29.x and older releases, see HISTORY.
75
76 == Online documentation ==
77 Documentation for both end-users and site administrators is available on
78 MediaWiki.org, and is covered under the GNU Free Documentation License (except
79 for pages that explicitly state that their contents are in the public domain):
80
81 https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
82
83 == Mailing list ==
84 A mailing list is available for MediaWiki user support and discussion:
85
86 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
87
88 A low-traffic announcements-only list is also available:
89
90 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
91
92 It's highly recommended that you sign up for one of these lists if you're
93 going to run a public MediaWiki, so you can be notified of security fixes.
94
95 == IRC help ==
96 There's usually someone online in #mediawiki on irc.freenode.net.