Index: trunk/extensions/SemanticProjectManagement/includes/SPM_Messages.php |
— | — | @@ -5,8 +5,6 @@ |
6 | 6 | * @addtogroup Extensions |
7 | 7 | */ |
8 | 8 | |
9 | | -// FIXME: Can be enabled when new style magic words are used (introduced in r52503) |
10 | | -// require_once( dirname( __FILE__ ) . '/SRF_Magic.php' ); |
11 | 9 | |
12 | 10 | $messages = array(); |
13 | 11 | |
— | — | @@ -17,7 +15,7 @@ |
18 | 16 | 'spm_printername_wbs' => 'MS Project export', |
19 | 17 | 'spm-name' => 'Semantic Project Management', |
20 | 18 | 'semanticprojectmanagement-desc' => 'Project Management Formats for Semantic MediaWiki inline queries', |
21 | | - 'semanticprojectmanagement' => 'Semantic Project Management' |
22 | | - # 'right-SPMsetup' => '', FIXME: Add a description of this user right. It is shown at [[Special:ListGroupRights]] |
| 19 | + 'semanticprojectmanagement' => 'Semantic Project Management', |
| 20 | + 'right-SPMsetup' => 'Edit basic semantic project management settings' |
23 | 21 | ); |
24 | 22 | |
Index: trunk/extensions/SemanticProjectManagement/SemanticProjectManagement.php |
— | — | @@ -32,9 +32,9 @@ |
33 | 33 | die( 'Not an entry point.' ); |
34 | 34 | } |
35 | 35 | |
36 | | -define( 'SPM_VERSION', '0.3.1' ); |
| 36 | +define( 'SPM_VERSION', '1.5' ); |
37 | 37 | |
38 | | -$wgExtensionCredits['specialpage'][] = array( |
| 38 | +$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
39 | 39 | 'path' => __FILE__, |
40 | 40 | 'name' => 'Semantic Project Management', |
41 | 41 | 'version' => SPM_VERSION, |