* 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 77d55a414f
commit 3a9535d1e6

View file

@ -8,7 +8,7 @@ $wgExtensionMessagesFiles['Nuke'] = dirname(__FILE__) . '/SpecialNuke.i18n.php';
$wgExtensionCredits['specialpage'][] = array(
'name' => 'Nuke',
'version' => '2008-02-25',
'version' => preg_replace('/^.* (\d\d\d\d-\d\d-\d\d) .*$/', '\1', '$LastChangedDate$'), #just the date of the last change
'description' => 'Gives sysops the ability to mass delete pages',
'descriptionmsg' => 'nuke-desc',
'author' => 'Brion Vibber',