* 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 cfe55a6b66
commit cefc34361b

View file

@ -43,7 +43,7 @@ if( !defined( 'MEDIAWIKI' ) )
$wgExtensionCredits['parserhook']['SyntaxHighlight_GeSHi'] = array(
'name' => 'SyntaxHighlight',
'version' => '2008-02-06',
'version' => preg_replace('/^.* (\d\d\d\d-\d\d-\d\d) .*$/', '\1', '$LastChangedDate$'), #just the date of the last change
'author' => array( 'Brion Vibber', 'Tim Starling', 'Rob Church' ),
'description' => 'Provides syntax highlighting using [http://qbnz.com/highlighter/ GeSHi Highlighter]',
'descriptionmsg' => 'syntaxhighlight-desc',