Big commit. Removing svn-version and svn-date from extensions. Per the list, these versions do not give valuable information and are often wildly inaccurate.

This commit is contained in:
Chad Horohoe 2009-03-26 17:39:49 +00:00
parent 9943dfeb9a
commit 1c8574bb1a

View file

@ -19,8 +19,6 @@ $dir = dirname(__FILE__);
$wgExtensionCredits['other'][] = array(
'name' => 'Abuse Filter',
'author' => array('Andrew Garrett','River Tarnell', 'Victor Vasiliev'),
'svn-date' => '$LastChangedDate: 2008-06-08 20:48:19 +1000 (Sun, 08 Jun 2008) $',
'svn-revision' => '$LastChangedRevision: 36018 $',
'description' => 'Applies automatic heuristics to edits.',
'descriptionmsg' => 'abusefilter-desc',
'url' => 'http://www.mediawiki.org/wiki/Extension:AbuseFilter',