* add svn:keywords 'LastChangedDate'

* replace text 'version' in ExtensionCredits with version based on 'LastChangedDate' for automatic version updating
This commit is contained in:
Siebrand Mazeland 2008-02-27 14:13:10 +00:00
parent 2a18acc36f
commit e3771b2198

View file

@ -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',