r77960 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77959‎ | r77960 | r77961 >
Date:07:45, 7 December 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
removed uneeded checks
Modified paths:
  • /trunk/extensions/Deployment/specials/SpecialDashboard.php (modified) (history)
  • /trunk/extensions/Deployment/specials/SpecialExtensions.php (modified) (history)
  • /trunk/extensions/Deployment/specials/SpecialInstall.php (modified) (history)
  • /trunk/extensions/Deployment/specials/SpecialUpdate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Deployment/specials/SpecialExtensions.php
@@ -1,25 +1,15 @@
22 <?php
33
44 /**
5 - * File holding the SpecialExtensions class.
6 - *
7 - * @file SpecialExtensions.php
8 - * @ingroup Deployment
9 - * @ingroup SpecialPage
10 - *
11 - * @author Jeroen De Dauw
12 - */
13 -
14 -if ( !defined( 'MEDIAWIKI' ) ) {
15 - die( 'Not an entry point.' );
16 -}
17 -
18 -/**
195 * A special page that allows browing and searching through installed extensions.
206 * Based on Special:Version.
217 *
228 * @since 0.1
239 *
 10+ * @file SpecialExtensions.php
 11+ * @ingroup Deployment
 12+ * @ingroup SpecialPage
 13+ *
2414 * @author Jeroen De Dauw
2515 */
2616 class SpecialExtensions extends SpecialPage {
Index: trunk/extensions/Deployment/specials/SpecialUpdate.php
@@ -1,21 +1,11 @@
22 <?php
33
44 /**
5 - * File holding the SpecialUpdate class.
6 - *
 5+ * A special page that allows checking for updates for both MediaWiki itself and extensions.
 6+ *
77 * @file SpecialUpdate.php
88 * @ingroup Deployment
99 * @ingroup SpecialPage
10 - *
11 - * @author Jeroen De Dauw
12 - */
13 -
14 -if ( !defined( 'MEDIAWIKI' ) ) {
15 - die( 'Not an entry point.' );
16 -}
17 -
18 -/**
19 - * A special page that allows checking for updates for both MediaWiki itself and extensions.
2010 *
2111 * @author Jeroen De Dauw
2212 */
Index: trunk/extensions/Deployment/specials/SpecialInstall.php
@@ -1,21 +1,11 @@
22 <?php
33
44 /**
5 - * File holding the SpecialInstall class.
6 - *
 5+ * A special page that allows browing and searching through extensions that are in the connected extension repository.
 6+ *
77 * @file SpecialInstall.php
88 * @ingroup Deployment
99 * @ingroup SpecialPage
10 - *
11 - * @author Jeroen De Dauw
12 - */
13 -
14 -if ( !defined( 'MEDIAWIKI' ) ) {
15 - die( 'Not an entry point.' );
16 -}
17 -
18 -/**
19 - * A special page that allows browing and searching through extensions that are in the connected extension repository.
2010 *
2111 * @author Jeroen De Dauw
2212 */
Index: trunk/extensions/Deployment/specials/SpecialDashboard.php
@@ -1,21 +1,11 @@
22 <?php
33
44 /**
5 - * File holding the SpecialDashboard class.
6 - *
 5+ * A special page that serves as dashboard for administrative tasks related to deployment.
 6+ *
77 * @file SpecialDashboard.php
88 * @ingroup Deployment
99 * @ingroup SpecialPage
10 - *
11 - * @author Jeroen De Dauw
12 - */
13 -
14 -if ( !defined( 'MEDIAWIKI' ) ) {
15 - die( 'Not an entry point.' );
16 -}
17 -
18 -/**
19 - * A special page that serves as dashboard for administrative tasks related to deployment.
2010 *
2111 * @author Jeroen De Dauw
2212 */

Status & tagging log