http://www.mediawiki.org/wiki/Special:Code/MediaWiki/68090

Revision: 68090
Author:   ashley
Date:     2010-06-15 17:41:40 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
SocialProfile: remove awardsmanage and giftadmin groups. sysop and staff groups 
have those rights, that should be enough. any site wanting to have separate 
awardsmanage/giftadmin groups can recreate them in LocalSettings.php

Modified Paths:
--------------
    trunk/extensions/SocialProfile/SystemGifts/SystemGifts.php
    trunk/extensions/SocialProfile/UserGifts/Gifts.php

Modified: trunk/extensions/SocialProfile/SystemGifts/SystemGifts.php
===================================================================
--- trunk/extensions/SocialProfile/SystemGifts/SystemGifts.php  2010-06-15 
17:35:46 UTC (rev 68089)
+++ trunk/extensions/SocialProfile/SystemGifts/SystemGifts.php  2010-06-15 
17:41:40 UTC (rev 68090)
@@ -1,7 +1,6 @@
 <?php
 
 $wgAvailableRights[] = 'awardsmanage';
-$wgGroupPermissions['awardsmanage']['awardsmanage'] = true;
 $wgGroupPermissions['staff']['awardsmanage'] = true;
 $wgGroupPermissions['sysop']['awardsmanage'] = true;
 

Modified: trunk/extensions/SocialProfile/UserGifts/Gifts.php
===================================================================
--- trunk/extensions/SocialProfile/UserGifts/Gifts.php  2010-06-15 17:35:46 UTC 
(rev 68089)
+++ trunk/extensions/SocialProfile/UserGifts/Gifts.php  2010-06-15 17:41:40 UTC 
(rev 68090)
@@ -1,7 +1,6 @@
 <?php
 
 $wgAvailableRights[] = 'giftadmin';
-$wgGroupPermissions['giftadmin']['giftadmin'] = true;
 $wgGroupPermissions['staff']['giftadmin'] = true;
 $wgGroupPermissions['sysop']['giftadmin'] = true;
 
@@ -47,7 +46,7 @@
        'name' => 'GiftManager',
        'version' => '1.0',
        'description' => 'Adds a special page to administrate available gifts 
and add new ones',
-       'author' => 'Wikia New York Team',
+       'author' => array( 'Aaron Wright', 'David Pean' ),
        'url' => 'http://www.mediawiki.org/wiki/Extension:SocialProfile'
 );
 
@@ -55,7 +54,7 @@
        'name' => 'GiftManagerLogo',
        'version' => '1.0',
        'description' => 'Adds a special page to upload new gift images',
-       'author' => 'Wikia New York Team',
+       'author' => array( 'Aaron Wright', 'David Pean' ),
        'url' => 'http://www.mediawiki.org/wiki/Extension:SocialProfile'
 );
 
@@ -63,7 +62,7 @@
        'name' => 'GiveGift',
        'version' => '1.0',
        'description' => 'Adds a special page to give out gifts to your 
friends/foes',
-       'author' => 'Wikia New York Team',
+       'author' => array( 'Aaron Wright', 'David Pean' ),
        'url' => 'http://www.mediawiki.org/wiki/Extension:SocialProfile'
 );
 
@@ -71,27 +70,27 @@
        'name' => 'RemoveGift',
        'version' => '1.0',
        'description' => 'Adds a special page to remove gifts',
-       'author' => 'Wikia New York Team',
+       'author' => array( 'Aaron Wright', 'David Pean' ),
        'url' => 'http://www.mediawiki.org/wiki/Extension:SocialProfile'
 );
 $wgExtensionCredits['specialpage'][] = array(
        'name' => 'RemoveMasterGift',
        'version' => '1.0',
        'description' => 'Adds a special page to delete gifts from the 
database',
-       'author' => 'Wikia New York Team',
+       'author' => array( 'Aaron Wright', 'David Pean' ),
        'url' => 'http://www.mediawiki.org/wiki/Extension:SocialProfile'
 );
 $wgExtensionCredits['specialpage'][] = array(
        'name' => 'ViewGift',
        'version' => '1.0',
        'description' => 'Adds a special page to view given gifts',
-       'author' => 'Wikia New York Team',
+       'author' => array( 'Aaron Wright', 'David Pean' ),
        'url' => 'http://www.mediawiki.org/wiki/Extension:SocialProfile'
 );
 $wgExtensionCredits['specialpage'][] = array(
        'name' => 'ViewGifts',
        'version' => '1.0',
        'description' => 'Adds a special page to view given gifts',
-       'author' => 'Wikia New York Team',
+       'author' => array( 'Aaron Wright', 'David Pean' ),
        'url' => 'http://www.mediawiki.org/wiki/Extension:SocialProfile'
 );



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to