r70864 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70863‎ | r70864 | r70865 >
Date:09:48, 11 August 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Added settings file
Modified paths:
  • /trunk/extensions/Deployment/Deployment.php (modified) (history)
  • /trunk/extensions/Deployment/Deployment_Settings.php (added) (history)

Diff [purge]

Index: trunk/extensions/Deployment/Deployment.php
@@ -16,6 +16,8 @@
1717
1818 define( 'Deployment_VERSION', '0.1 alpha' );
1919
 20+include_once 'Deployment_Settings.php';
 21+
2022 // Register the initialization function.
2123 $wgExtensionFunctions[] = 'efDeploymentSetup';
2224
Index: trunk/extensions/Deployment/Deployment_Settings.php
@@ -0,0 +1,13 @@
 2+<?php
 3+
 4+/**
 5+ * Settings file for the Deployment extension.
 6+ * Extension documentation: http://www.mediawiki.org/wiki/Extension:Deployment
 7+ *
 8+ * @file Deployment_Settings.php
 9+ * @ingroup Deployment
 10+ *
 11+ * @author Jeroen De Dauw
 12+ */
 13+
 14+$wgRepositoryApiLocation = 'http://www.mediawiki.org/w/api.php';
\ No newline at end of file
Property changes on: trunk/extensions/Deployment/Deployment_Settings.php
___________________________________________________________________
Added: svn:eol-style
115 + native

Status & tagging log