Extension:Update
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored.
Release status: unmaintained |
|
|---|---|
| Implementation | Special page |
| Description | Notifies of new updates |
| Author(s) | ofbeaton talk |
| Latest version | 0.1.3 (2011年12月25日) |
| MediaWiki | |
| PHP | 5.3+ |
| Database changes | No |
|
|
| Licence | BSD 2-clause "Simplified" License |
| Download | None Release notes |
The Update extension will display new releases of MediaWiki (stable) and new requirements for PHP and MySQL. In addition it will display new versions of installed extensions (that have MediaWiki pages). We hope to iterate and expand upon the functionality, please see the Roadmap for details and ideas.
Usage
Once installed, simply browse to the Special:Update page on your wiki. It should also appear in the list of special pages list, however on very old wikis you may need to browse to it directly.
Download instructions
No longer available for download. It never got past the limited functionality, and never supported git, only limited svn. mediawiki long moved the location of the extension downloads.
You can consult the CHANGELOG for version history.
Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/Update/Update.php"); #add configuration parameters here
User rights
You can assign new rights in the following manner:
$wgGroupPermissions['bureaucrat']['view-special-update'] = true;
Substituting bureaucrat with the desired group to gain the right.
| Right | Explanation |
|---|---|
| view-special-update | Can view the Special:Update page and see what has older versions. |
| action-special-update | Not currently in use, but eventually for doing one-click tasks like downloading or installing extensions. |
Testing
It has been tested with:
- MediaWiki trunk 2011年09月25日 stable 1.18.0, 1.17.1, 1.16.5, 1.15.5
For those of you who use older versions of MediaWiki. It does not work with:
- MediaWiki 1.3.18
Also not working for newer versions
- Mediawiki 1.23.6
See also
- Extension roadmap for future plans of this extension
- Requests_for_comment/Extension_release_management for MediaWiki's discussion on update functionality
- Extension:Configure for one implementation of web based MediaWiki configuration
- Extension:Maintenance for web access to some MediaWiki maintenance scripts