mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 03:23:51 +00:00
* add svn:keywords 'LastChangedDate'
* replace text 'version' in ExtensionCredits with version based on 'LastChangedDate' for automatic version updating
This commit is contained in:
parent
2a18acc36f
commit
e3771b2198
|
@ -19,7 +19,7 @@ if( !defined( 'MEDIAWIKI' ) ) {
|
|||
|
||||
$wgExtensionCredits['other'][] = array(
|
||||
'name' => 'Gadgets',
|
||||
'version' => '2008-02-04',
|
||||
'version' => preg_replace('/^.* (\d\d\d\d-\d\d-\d\d) .*$/', '\1', '$LastChangedDate$'), #just the date of the last change
|
||||
'author' => 'Daniel Kinzler',
|
||||
'url' => 'http://mediawiki.org/wiki/Extension:Gadgets',
|
||||
'description' => 'lets users select custom javascript gadgets',
|
||||
|
|
Loading…
Reference in a new issue