Index: trunk/extensions/DSMW/DSMW_Settings.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | $wgNamespacesWithSubpages[PULLFEED] = true; |
32 | 32 | $wgGroupPermissions['*']['editpullfeed'] = false; |
33 | 33 | $wgGroupPermissions['sysop']['editpullfeed'] = true; |
34 | | -$wgNamespaceProtection[CHANGESET] = Array( "editchangeset" ); |
| 34 | +$wgNamespaceProtection[CHANGESET] = Array( 'editchangeset' ); |
35 | 35 | $wgNamespacesWithSubpages[CHANGESET] = true; |
36 | 36 | $wgGroupPermissions['*']['editchangeset'] = false; |
37 | 37 | $wgGroupPermissions['sysop']['editchangeset'] = true; |
— | — | @@ -45,8 +45,5 @@ |
46 | 46 | $wgGroupPermissions['*']['DSMWGeneralExhibits'] = true;// sysop |
47 | 47 | require_once( "$IP/extensions/DSMW/specialPage/DSMWGeneralExhibits.php" ); |
48 | 48 | |
49 | | -// Simple forms extension |
50 | | -include( "$IP/extensions/DSMW/SimpleForms/SimpleForms.php" ); |
51 | | - |
52 | 49 | // semantic mediawiki extension |
53 | 50 | $smwgNamespaceIndex = 120; |
Index: trunk/extensions/DSMW/CHANGELOG |
— | — | @@ -4,6 +4,7 @@ |
5 | 5 | |
6 | 6 | * Compatibility with MediaWiki 1.17. |
7 | 7 | * Stylized all files using the stylize.php script. |
| 8 | +* Added propper i18n support. |
8 | 9 | |
9 | 10 | == DSMW 1.0 == |
10 | 11 | * Tested with MW-1.16.0 |