Index: trunk/phase3/CREDITS |
— | — | @@ -1,4 +1,4 @@ |
2 | | -MediaWiki 1.19 is a collaborative project released under the |
| 2 | +MediaWiki 1.20 is a collaborative project released under the |
3 | 3 | GNU General Public License v2. We would like to recognize the |
4 | 4 | following names for their contribution to the product. |
5 | 5 | |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | /** @endcond */ |
35 | 35 | |
36 | 36 | /** MediaWiki version number */ |
37 | | -$wgVersion = '1.19alpha'; |
| 37 | +$wgVersion = '1.20alpha'; |
38 | 38 | |
39 | 39 | /** Name of the site. It must be changed in LocalSettings.php */ |
40 | 40 | $wgSitename = 'MediaWiki'; |
Index: trunk/phase3/RELEASE-NOTES-1.20 |
— | — | @@ -0,0 +1,91 @@ |
| 2 | += MediaWiki release notes = |
| 3 | + |
| 4 | +Security reminder: MediaWiki does not require PHP's register_globals |
| 5 | +setting since version 1.2.0. If you have it on, turn it '''off''' if you can. |
| 6 | + |
| 7 | +== MediaWiki 1.20 == |
| 8 | + |
| 9 | +THIS IS NOT A RELEASE YET |
| 10 | + |
| 11 | +MediaWiki 1.20 is an alpha-quality branch and is not recommended for use in |
| 12 | +production. |
| 13 | + |
| 14 | +=== Configuration changes in 1.20 === |
| 15 | + |
| 16 | +=== New features in 1.20 === |
| 17 | + |
| 18 | +=== Bug fixes in 1.20 === |
| 19 | + |
| 20 | +=== API changes in 1.20 === |
| 21 | + |
| 22 | +=== Languages updated in 1.20 === |
| 23 | + |
| 24 | +MediaWiki supports over 350 languages. Many localisations are updated |
| 25 | +regularly. Below only new and removed languages are listed, as well as |
| 26 | +changes to languages because of Bugzilla reports. |
| 27 | + |
| 28 | +=== Other changes in 1.20 === |
| 29 | + |
| 30 | +== Compatibility == |
| 31 | + |
| 32 | +MediaWiki 1.20 requires PHP 5.2.3. PHP 4 is no longer supported. |
| 33 | + |
| 34 | +MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but |
| 35 | +support for them is somewhat less mature. There is experimental support for IBM |
| 36 | +DB2 and Oracle. |
| 37 | + |
| 38 | +The supported versions are: |
| 39 | + |
| 40 | +* MySQL 5.0.2 or later |
| 41 | +* PostgreSQL 8.3 or later |
| 42 | +* SQLite 3.3.7 or later |
| 43 | +* Oracle 9.0.1 or later |
| 44 | + |
| 45 | +== Upgrading == |
| 46 | + |
| 47 | +1.20 has several database changes since 1.19, and will not work without schema |
| 48 | +updates. |
| 49 | + |
| 50 | +As of 1.19 several JavaScript interfaces that were deprecated or superseeded in |
| 51 | +MediaWiki 1.17, MediaWiki 1.16 or even earlier have been removed. They are |
| 52 | +listed at the top of the "Other changes" list as a "BREAKING CHANGE". |
| 53 | + |
| 54 | +If upgrading from before 1.11, and you are using a wiki as a commons |
| 55 | +repository, make sure that it is updated as well. Otherwise, errors may arise |
| 56 | +due to database schema changes. |
| 57 | + |
| 58 | +If upgrading from before 1.7, you may want to run refreshLinks.php to ensure |
| 59 | +new database fields are filled with data. |
| 60 | + |
| 61 | +If you are upgrading from MediaWiki 1.4.x or earlier, some major database |
| 62 | +changes are made, and there is a slightly higher chance that things could |
| 63 | +break. Don't forget to always back up your database before upgrading! |
| 64 | + |
| 65 | +See the file UPGRADE for more detailed upgrade instructions. |
| 66 | + |
| 67 | +For notes on 1.19.x and older releases, see HISTORY. |
| 68 | + |
| 69 | +== Online documentation == |
| 70 | + |
| 71 | +Documentation for both end-users and site administrators is available on |
| 72 | +MediaWiki.org, and is covered under the GNU Free Documentation License (except |
| 73 | +for pages that explicitly state that their contents are in the public domain): |
| 74 | + |
| 75 | + https://www.mediawiki.org/wiki/Documentation |
| 76 | + |
| 77 | +== Mailing list == |
| 78 | + |
| 79 | +A mailing list is available for MediaWiki user support and discussion: |
| 80 | + |
| 81 | + https://lists.wikimedia.org/mailman/listinfo/mediawiki-l |
| 82 | + |
| 83 | +A low-traffic announcements-only list is also available: |
| 84 | + |
| 85 | + https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce |
| 86 | + |
| 87 | +It's highly recommended that you sign up for one of these lists if you're |
| 88 | +going to run a public MediaWiki, so you can be notified of security fixes. |
| 89 | + |
| 90 | +== IRC help == |
| 91 | + |
| 92 | +There's usually someone online in #mediawiki on irc.freenode.net. |
Property changes on: trunk/phase3/RELEASE-NOTES-1.20 |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 93 | + native |
Added: svn:keywords |
2 | 94 | + Author Date Id Revision |