r86913 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86912‎ | r86913 | r86914 >
Date:22:28, 25 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rem obsolete setting
Modified paths:
  • /trunk/extensions/SemanticMaps/SM_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/SM_Settings.php
@@ -5,7 +5,7 @@
66 * More info can be found at http://www.mediawiki.org/wiki/Extension:Semantic_Maps#Settings
77 *
88 * NOTICE:
9 - * Changing one of these settings can be done by copieng or cutting it,
 9+ * Changing one of these settings can be done by copying or cutting it,
1010 * and placing it in LocalSettings.php, AFTER the inclusion of Semantic Maps.
1111 *
1212 * @file SM_Settings.php
@@ -31,16 +31,6 @@
3232
3333
3434
35 -# General
36 -
37 - # Boolean. Indicates if spatial extensions should be used for coordinate storage.
38 - # Spatial extensions significantly speed up querying, but are not present by default on postgres databases.
39 - # If this value is false, coordinates will be stored in 2 float fields.
40 - # You are unlikely to need to change this setting, so don't unless you know what you are doing!
41 - $smgUseSpatialExtensions = false; // TODO: $wgDBtype != 'postgres';
42 -
43 -
44 -
4535 # Queries
4636
4737 # Boolean. The default value for the forceshow parameter. Will force a map to be shown even when there are no query results

Follow-up revisions

RevisionCommit summaryAuthorDate
r86914follow up to r86913jeroendedauw22:32, 25 April 2011

Status & tagging log