Jump to content
MediaWiki

Extension:Update

From mediawiki.org
Revision as of 04:01, 13 November 2018 by Ofbeaton (talk | contribs) (Download instructions: reasons for no download)
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date.

This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored.

MediaWiki extensions manual
Update
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
  • view-special-update
  • action-special-update
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

AltStyle によって変換されたページ (->オリジナル) /