r92380 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92379‎ | r92380 | r92381 >
Date:20:35, 16 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rem not needed checks
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_CreateCategory.php (modified) (history)
  • /trunk/extensions/SemanticForms/specials/SF_CreateClass.php (modified) (history)
  • /trunk/extensions/SemanticForms/specials/SF_CreateProperty.php (modified) (history)
  • /trunk/extensions/SemanticForms/specials/SF_CreateTemplate.php (modified) (history)
  • /trunk/extensions/SemanticForms/specials/SF_FormEdit.php (modified) (history)
  • /trunk/extensions/SemanticForms/specials/SF_FormStart.php (modified) (history)
  • /trunk/extensions/SemanticForms/specials/SF_Forms.php (modified) (history)
  • /trunk/extensions/SemanticForms/specials/SF_RunQuery.php (modified) (history)
  • /trunk/extensions/SemanticForms/specials/SF_Templates.php (modified) (history)
  • /trunk/extensions/SemanticForms/specials/SF_UploadWindow.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_CreateCategory.php
@@ -8,8 +8,6 @@
99 * @ingroup SF
1010 */
1111
12 -if ( !defined( 'MEDIAWIKI' ) ) die();
13 -
1412 /**
1513 * @ingroup SFSpecialPages
1614 */
Index: trunk/extensions/SemanticForms/specials/SF_FormStart.php
@@ -8,7 +8,6 @@
99 * @file
1010 * @ingroup SF
1111 */
12 -if ( !defined( 'MEDIAWIKI' ) ) die();
1312
1413 /**
1514 * @ingroup SFSpecialPages
Index: trunk/extensions/SemanticForms/specials/SF_Forms.php
@@ -7,8 +7,6 @@
88 * @ingroup SF
99 */
1010
11 -if ( !defined( 'MEDIAWIKI' ) ) die();
12 -
1311 /**
1412 * @ingroup SFSpecialPages
1513 */
Index: trunk/extensions/SemanticForms/specials/SF_CreateProperty.php
@@ -8,8 +8,6 @@
99 * @ingroup SF
1010 */
1111
12 -if ( !defined( 'MEDIAWIKI' ) ) die();
13 -
1412 /**
1513 * @ingroup SFSpecialPages
1614 */
Index: trunk/extensions/SemanticForms/specials/SF_CreateClass.php
@@ -9,8 +9,6 @@
1010 * @ingroup SF
1111 */
1212
13 -if ( !defined( 'MEDIAWIKI' ) ) die();
14 -
1513 /**
1614 * @ingroup SFSpecialPages
1715 */
Index: trunk/extensions/SemanticForms/specials/SF_FormEdit.php
@@ -7,7 +7,6 @@
88 * @file
99 * @ingroup SF
1010 */
11 -if ( !defined( 'MEDIAWIKI' ) ) die();
1211
1312 /**
1413 * @ingroup SFSpecialPages
Index: trunk/extensions/SemanticForms/specials/SF_RunQuery.php
@@ -7,8 +7,6 @@
88 * @ingroup SF
99 */
1010
11 -if ( !defined( 'MEDIAWIKI' ) ) die();
12 -
1311 /**
1412 * @ingroup SFSpecialPages
1513 */
Index: trunk/extensions/SemanticForms/specials/SF_UploadWindow.php
@@ -14,7 +14,6 @@
1515 * @file
1616 * @ingroup SF
1717 */
18 -if ( !defined( 'MEDIAWIKI' ) ) die();
1918
2019 /**
2120 * @ingroup SFSpecialPages
Index: trunk/extensions/SemanticForms/specials/SF_Templates.php
@@ -7,8 +7,6 @@
88 * @ingroup SF
99 */
1010
11 -if ( !defined( 'MEDIAWIKI' ) ) die();
12 -
1311 /**
1412 * @ingroup SFSpecialPages
1513 */
Index: trunk/extensions/SemanticForms/specials/SF_CreateTemplate.php
@@ -8,8 +8,6 @@
99 * @ingroup SF
1010 */
1111
12 -if ( !defined( 'MEDIAWIKI' ) ) die();
13 -
1412 /**
1513 * @ingroup SFSpecialPages
1614 */