Convert Special:DeletedContributions to use OOUI.
[lhc/web/wiklou.git] / RELEASE-NOTES-1.28
1 == MediaWiki 1.28 ==
2
3 THIS IS NOT A RELEASE YET
4
5 MediaWiki 1.28 is an alpha-quality branch and is not recommended for use in
6 production.
7
8 === Configuration changes in 1.28 ===
9 * The load.php entry point now enforces the existing policy of not allowing
10 access to session data, which includes the session user and the session
11 user's language. If such access is attempted, an exception will be thrown.
12
13 === New features in 1.28 ===
14
15
16 === External library changes in 1.28 ===
17
18 ==== Upgraded external libraries ====
19
20
21 ==== New external libraries ====
22
23
24 ==== Removed and replaced external libraries ====
25
26
27 === Bug fixes in 1.28 ===
28
29
30 === Action API changes in 1.28 ===
31
32
33 === Action API internal changes in 1.28 ===
34
35
36 === Languages updated in 1.28 ===
37
38 MediaWiki supports over 350 languages. Many localisations are updated
39 regularly. Below only new and removed languages are listed, as well as
40 changes to languages because of Phabricator reports.
41
42 === Other changes in 1.27 ===
43
44
45 == Compatibility ==
46
47 MediaWiki 1.28 requires PHP 5.5.9 or later. There is experimental support for
48 HHVM 3.6.5 or later.
49
50 MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
51 support for them is somewhat less mature. There is experimental support for
52 Oracle and Microsoft SQL Server.
53
54 The supported versions are:
55
56 * MySQL 5.0.3 or later
57 * PostgreSQL 8.3 or later
58 * SQLite 3.3.7 or later
59 * Oracle 9.0.1 or later
60 * Microsoft SQL Server 2005 (9.00.1399)
61
62 == Upgrading ==
63
64 1.28 has several database changes since 1.27, 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 If upgrading from before 1.11, and you are using a wiki as a commons
70 repository, make sure that it is updated as well. Otherwise, errors may arise
71 due to database schema changes.
72
73 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
74 new database fields are filled with data.
75
76 If you are upgrading from MediaWiki 1.4.x or earlier, you should upgrade to
77 1.5 first. The upgrade script maintenance/upgrade1_5.php has been removed
78 with MediaWiki 1.21.
79
80 Don't forget to always back up your database before upgrading!
81
82 See the file UPGRADE for more detailed upgrade instructions.
83
84 For notes on 1.27.x and older releases, see HISTORY.
85
86 == Online documentation ==
87
88 Documentation for both end-users and site administrators is available on
89 MediaWiki.org, and is covered under the GNU Free Documentation License (except
90 for pages that explicitly state that their contents are in the public domain):
91
92 https://www.mediawiki.org/wiki/Documentation
93
94 == Mailing list ==
95
96 A mailing list is available for MediaWiki user support and discussion:
97
98 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
99
100 A low-traffic announcements-only list is also available:
101
102 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
103
104 It's highly recommended that you sign up for one of these lists if you're
105 going to run a public MediaWiki, so you can be notified of security fixes.
106
107 == IRC help ==
108
109 There's usually someone online in #mediawiki on irc.freenode.net.