r69787 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69786‎ | r69787 | r69788 >
Date:13:26, 23 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Added ExtensionName/ExtensionName.php entry point
Modified paths:
  • /trunk/extensions/SemanticDrilldown/SemanticDrilldown.php (added) (history)
  • /trunk/extensions/SemanticDrilldown/includes/SD_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/includes/SD_Settings.php
@@ -1,5 +1,14 @@
22 <?php
33
 4+/**
 5+ * Default settings for Semantic Drilldown.
 6+ *
 7+ * Note:
 8+ * Do not use this file as entry point,
 9+ * use SemanticDrilldown.php in this extensions root instead.
 10+ */
 11+if ( !defined( 'MEDIAWIKI' ) ) die();
 12+
413 # ##
514 # This is the path to your installation of Semantic Drilldown as
615 # seen from the web. Change it if required ($wgScriptPath is the
Index: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php
@@ -0,0 +1,7 @@
 2+<?php
 3+
 4+/**
 5+ * Main entry point for the SemanticDrilldown extension.
 6+ */
 7+
 8+require_once dirname( __FILE__ ) . '/includes/SD_Settings.php';
\ No newline at end of file
Property changes on: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php
___________________________________________________________________
Added: svn:eol-style
19 + native

Status & tagging log