r68874 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68873‎ | r68874 | r68875 >
Date:12:16, 2 July 2010
Author:yaron
Status:deferred
Tags:
Comment:
New version: 0.2
Modified paths:
  • /trunk/extensions/ApprovedRevs/ApprovedRevs.php (modified) (history)
  • /trunk/extensions/ApprovedRevs/README (modified) (history)

Diff [purge]

Index: trunk/extensions/ApprovedRevs/ApprovedRevs.php
@@ -9,7 +9,7 @@
1010 * @author Yaron Koren
1111 */
1212
13 -define( 'APPROVED_REVS_VERSION', '0.2 alpha' );
 13+define( 'APPROVED_REVS_VERSION', '0.2' );
1414
1515 // credits
1616 $wgExtensionCredits['other'][] = array(
@@ -61,4 +61,4 @@
6262 $wgAvailableRights[] = 'approverevisions';
6363 $wgGroupPermissions['sysop']['approverevisions'] = true;
6464 $wgAvailableRights[] = 'viewlinktolatest';
65 -$wgGroupPermissions['*']['viewlinktolatest'] = true;
\ No newline at end of file
 65+$wgGroupPermissions['*']['viewlinktolatest'] = true;
Index: trunk/extensions/ApprovedRevs/README
@@ -1,6 +1,6 @@
22 Approved Revs Extension
33
4 - Version 0.1
 4+ Version 0.2
55 Yaron Koren
66
77 This is free software licensed under the GNU General Public License. Please

Status & tagging log