r69785 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69784‎ | r69785 | r69786 >
Date:13:11, 23 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Added ExtensionName/ExtensionName.php entry point
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SRF_Settings.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (added) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -0,0 +1,13 @@
 2+<?php
 3+
 4+/**
 5+ * Main entry point for the SemanticResultFormats extension.
 6+ */
 7+
 8+/**
 9+ * This documentation group collects source code files belonging to SemanticResultFormats.
 10+ *
 11+ * @defgroup SemanticResultFormats SemanticResultFormats
 12+ */
 13+
 14+require_once dirname( __FILE__ ) . '/SRF_Settings.php';
\ No newline at end of file
Property changes on: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
___________________________________________________________________
Added: svn:eol-style
115 + native
Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php
@@ -1,15 +1,19 @@
22 <?php
 3+
34 /**
4 - * Initializing file for the Semantic Result Formats extension.
 5+ * Settings file for the Semantic Result Formats extension.
 6+ *
 7+ * NOTE: Do not use this file as entry point, use SemanticresultFormats.php instead.
58 *
69 * @file
710 * @ingroup SemanticResultFormats
811 */
 12+
913 if ( !defined( 'MEDIAWIKI' ) ) {
1014 die( 'Not an entry point.' );
1115 }
1216
13 -define( 'SRF_VERSION', '1.5.0' );
 17+define( 'SRF_VERSION', '1.5.1 alpha' );
1418
1519 $srfgScriptPath = $wgScriptPath . '/extensions/SemanticResultFormats'; // TODO: fix hardcoded path
1620 $srfgIP = dirname( __FILE__ );

Status & tagging log