r69786 MediaWiki - Code Review archive

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

Diff [purge]

Index: trunk/extensions/SemanticForms/SemanticForms.php
@@ -0,0 +1,7 @@
 2+<?php
 3+
 4+/**
 5+ * Main entry point for the SemanticForms extension.
 6+ */
 7+
 8+require_once dirname( __FILE__ ) . '/includes/SF_Settings.php';
\ No newline at end of file
Property changes on: trunk/extensions/SemanticForms/SemanticForms.php
___________________________________________________________________
Added: svn:eol-style
19 + native
Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php
@@ -13,7 +13,7 @@
1414 'path' => __FILE__,
1515 'name' => 'Semantic Forms',
1616 'version' => SF_VERSION,
17 - 'author' => 'Yaron Koren and others',
 17+ 'author' => '[http://www.mediawiki.org/wiki/User:Yaron_Koren Yaron Koren] and [http://www.ohloh.net/p/semantic-forms/contributors others]',
1818 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Forms',
1919 'descriptionmsg' => 'semanticforms-desc',
2020 );
Index: trunk/extensions/SemanticForms/includes/SF_Settings.php
@@ -1,6 +1,10 @@
22 <?php
33 /**
4 - * Default settings for Semantic Forms
 4+ * Default settings for Semantic Forms.
 5+ *
 6+ * Note:
 7+ * Do not use this file as entry point,
 8+ * use SemanticForms.php in this extensions root instead.
59 */
610 if ( !defined( 'MEDIAWIKI' ) ) die();
711

Status & tagging log