r77759 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77758‎ | r77759 | r77760 >
Date:03:50, 5 December 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Removed the copy of the SimpmpleForms extension
Modified paths:
  • /trunk/extensions/DSMW/CHANGELOG (modified) (history)
  • /trunk/extensions/DSMW/DSMW_Settings.php (modified) (history)
  • /trunk/extensions/DSMW/SimpleForms (deleted) (history)

Diff [purge]

Index: trunk/extensions/DSMW/DSMW_Settings.php
@@ -30,7 +30,7 @@
3131 $wgNamespacesWithSubpages[PULLFEED] = true;
3232 $wgGroupPermissions['*']['editpullfeed'] = false;
3333 $wgGroupPermissions['sysop']['editpullfeed'] = true;
34 -$wgNamespaceProtection[CHANGESET] = Array( "editchangeset" );
 34+$wgNamespaceProtection[CHANGESET] = Array( 'editchangeset' );
3535 $wgNamespacesWithSubpages[CHANGESET] = true;
3636 $wgGroupPermissions['*']['editchangeset'] = false;
3737 $wgGroupPermissions['sysop']['editchangeset'] = true;
@@ -45,8 +45,5 @@
4646 $wgGroupPermissions['*']['DSMWGeneralExhibits'] = true;// sysop
4747 require_once( "$IP/extensions/DSMW/specialPage/DSMWGeneralExhibits.php" );
4848
49 -// Simple forms extension
50 -include( "$IP/extensions/DSMW/SimpleForms/SimpleForms.php" );
51 -
5249 // semantic mediawiki extension
5350 $smwgNamespaceIndex = 120;
Index: trunk/extensions/DSMW/CHANGELOG
@@ -4,6 +4,7 @@
55
66 * Compatibility with MediaWiki 1.17.
77 * Stylized all files using the stylize.php script.
 8+* Added propper i18n support.
89
910 == DSMW 1.0 ==
1011 * Tested with MW-1.16.0

Status & tagging log