r36357 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36356‎ | r36357 | r36358 >
Date:20:54, 16 June 2008
Author:raymond
Status:old
Tags:
Comment:
Add 'svn-revision' and 'svn-date' to extensionCredits where missing for extensions used on WMF servers
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.php (modified) (history)
  • /trunk/extensions/CharInsert/CharInsert.php (modified) (history)
  • /trunk/extensions/CheckUser/CheckUser.php (modified) (history)
  • /trunk/extensions/ConfirmEdit/ConfirmEdit.php (modified) (history)
  • /trunk/extensions/Makesysop/SpecialMakesysop.php (modified) (history)
  • /trunk/extensions/inputbox/inputbox.php (modified) (history)

Diff [purge]

Index: trunk/extensions/inputbox/inputbox.php
@@ -27,6 +27,8 @@
2828 $wgExtensionCredits['parserhook'][] = array(
2929 'name' => 'Inputbox',
3030 'author' => array( 'Erik Moeller', 'Leonardo Pimenta', 'Rob Church' ),
 31+ 'svn-date' => '$LastChangedDate$',
 32+ 'svn-revision' => '$LastChangedRevision$',
3133 'url' => 'http://www.mediawiki.org/wiki/Extension:Inputbox',
3234 'description' => 'Allow inclusion of predefined HTML forms.',
3335 'descriptionmsg' => 'inputbox-desc',
Property changes on: trunk/extensions/inputbox/inputbox.php
___________________________________________________________________
Modified: svn:keywords
3436 - Author Date Id Revision
3537 + Author Date Id Revision LastChangedDate LastChangedRevision
Index: trunk/extensions/Makesysop/SpecialMakesysop.php
@@ -15,6 +15,8 @@
1616 $wgExtensionCredits['specialpage'][] = array(
1717 'author' => 'Tim Starling',
1818 'name' => 'Makesysop',
 19+ 'svn-date' => '$LastChangedDate$',
 20+ 'svn-revision' => '$LastChangedRevision$',
1921 'description' => 'Gives bureaucrats the ability to make users into sysops or bureaucrats',
2022 'descriptionmsg' => 'makesysop-desc',
2123 'url' => 'http://www.mediawiki.org/wiki/Extension:Makesysop'
Property changes on: trunk/extensions/Makesysop/SpecialMakesysop.php
___________________________________________________________________
Modified: svn:keywords
2224 - Author Date Id Revision
2325 + Author Date Id Revision LastChangedDate LastChangedRevision
Index: trunk/extensions/ConfirmEdit/ConfirmEdit.php
@@ -37,6 +37,8 @@
3838 $wgExtensionCredits['other'][] = array(
3939 'name' => 'ConfirmEdit',
4040 'author' => 'Brion Vibber',
 41+ 'svn-date' => '$LastChangedDate$',
 42+ 'svn-revision' => '$LastChangedRevision$',
4143 'url' => 'http://www.mediawiki.org/wiki/Extension:ConfirmEdit',
4244 'description' => 'Simple captcha implementation',
4345 'descriptionmsg' => 'captcha-desc',
Property changes on: trunk/extensions/ConfirmEdit/ConfirmEdit.php
___________________________________________________________________
Modified: svn:keywords
4446 - Author Date Id Revision
4547 + Author Date Id Revision LastChangedDate LastChangedRevision
Index: trunk/extensions/CentralNotice/CentralNotice.php
@@ -60,6 +60,8 @@
6161 $wgExtensionCredits['other'][] = array(
6262 'name' => 'CentralNotice',
6363 'author' => 'Brion Vibber',
 64+ 'svn-date' => '$LastChangedDate$',
 65+ 'svn-revision' => '$LastChangedRevision$',
6466 'url' => 'http://www.mediawiki.org/wiki/Extension:CentralNotice',
6567 'description' => 'Adds a central sitenotice',
6668 'descriptionmsg' => 'centralnotice-desc',
Property changes on: trunk/extensions/CentralNotice/CentralNotice.php
___________________________________________________________________
Added: svn:keywords
6769 + LastChangedDate LastChangedRevision
Index: trunk/extensions/CharInsert/CharInsert.php
@@ -39,6 +39,8 @@
4040 $wgExtensionCredits['parserhook'][] = array(
4141 'name' => 'CharInsert',
4242 'author' => 'Brion Vibber',
 43+ 'svn-date' => '$LastChangedDate$',
 44+ 'svn-revision' => '$LastChangedRevision$',
4345 'url' => 'http://www.mediawiki.org/wiki/Extension:CharInsert',
4446 'description' => 'Allows creation of JavaScript box for inserting non-standard characters',
4547 'descriptionmsg' => 'charinsert-desc',
Property changes on: trunk/extensions/CharInsert/CharInsert.php
___________________________________________________________________
Modified: svn:keywords
4648 - Author Date Id Revision
4749 + Author Date Id Revision LastChangedDate LastChangedRevision
Index: trunk/extensions/CheckUser/CheckUser.php
@@ -13,6 +13,8 @@
1414 $wgExtensionCredits['specialpage'][] = array(
1515 'author' => array( 'Tim Starling', 'Aaron Schulz' ),
1616 'name' => 'CheckUser',
 17+ 'svn-date' => '$LastChangedDate$',
 18+ 'svn-revision' => '$LastChangedRevision$',
1719 'url' => 'http://www.mediawiki.org/wiki/Extension:CheckUser',
1820 'description' => 'Grants users with the appropriate permission the ability to check user\'s IP addresses and other information',
1921 'descriptionmsg'=> 'checkuser-desc',
Property changes on: trunk/extensions/CheckUser/CheckUser.php
___________________________________________________________________
Modified: svn:keywords
2022 - Author Date Id Revision
2123 + Author Date Id Revision LastChangedDate LastChangedRevision

Status & tagging log