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