Extension:ExtensionFunctions.php
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki. This feature was deprecated (or possibly removed completely) in version 1.17 (rev:75805)). |
|
ExtensionFunctions Release status: unknown |
|
|---|---|
| Implementation | Special page |
| Description | An extension to provide common functions for other extensions |
| License | No license specified |
| Download | SVN |
|
Check usage (experimental) |
|
This extension contains functions useful to extensions, which work regardless of the version of the MediaWiki core.
[edit] Description
ExtensionFunctions.php is a (rather useless) meta-include that Tim Starling introduced when he migrated a lot of extensions to a new special page call format between MediaWiki 1.6 and 1.7. Certain extensions that aren't directly cross-compatible with both (I personally, for instance, try to make mine work without it) require it.
The file was removed in rev:75805. It can still be retrieved at http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_16/extensions/ExtensionFunctions.php