Some ten days ago, Mediawiki released finally the 1.16 version withouth the “beta” surname.
Selected changes that may be of interest since MediaWiki 1.15 are:
- Watchlists now have RSS/Atom feeds. RSS feeds generally are now hidden, since Atom is a better protocol and is supported by virtually all clients.
- It’s now possible to block users from sending email via Special:Emailuser.
- The maintenance script system was overhauled. Most maintenance scripts now have a useful help page when you run them with –help.
- AdminSettings.php is no longer required in order to run maintenance scripts. You can just set $wgDBadminuser and $wgDBadminpassword in your LocalSettings.php instead.
- The preferences system was overhauled. Preferences are stored in a more compact format. Changes to site default preferences will automatically affect all users who have not chosen a different preference.
- Support for SQLite was improved. Some broken features were fixed, and it now has an efficient full-text search.
- The user groups ACL system was improved by allowing rights to be revoked, instead of just granted.
- A new localisation caching system was introduced, which will make MediaWiki faster for almost everyone, especially when lots of extensions are enabled.
By default, this new system makes a lot of database queries. If your database is particularly slow, or if your system administrator limits your query count, or if you want to squeeze as much performance as possible out of Mediawiki, set $wgCacheDirectory to a writable path on the local filesystem. Make sure you have the DBA extension for PHP installed, this will improve performance further.
There were also some other security issues fixed that you can read in the mediawiki release note.
Major vs minor mediawiki upgrade
As it was a minor upgrade, only files were affected. Major upgrades can (and usually do) affect the database, and they change the second number in version: 1.15 to 1.16 for example. Minor upgrades do not affect the database, only files, and they change the third number in version: 1.15.4 to 1.15.5, or 1.16.0beta3 to 1.16.0, as this is the case.
Files affected are:
/CREDITS
/RELEASE-NOTES
/languages/Classes/* (more than half of the files)
/maintenance/Mantenance.php
/maintenance/language/messages.inc
/maintenance/ora/tables.sql
/maintenance/tests/MediaWikiParserTest.php
/skins/common/jquery.js
/skins/common/jquery.min.js
/skins/common/wikibits.js
/skins/vector/experiments/* (4 css files)
/skins/vector/experiments/images/* (11 png files)
And there are two other files updated in the 1.16 version, but they are not important as they only rename some divs:
/skins/Vector.php
/skins/vector/main-ltr.css
I have installed new versions in wikiprogress (1.16.0) and wikigender (1.15.5), and they work perfectly:

The mediawiki leaves beta behind: v1.16.0 update by geometrus, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.





















Discussion
No comments for “mediawiki leaves beta behind: v1.16.0 update”