r67422 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67421‎ | r67422 | r67423 >
Date:05:52, 6 June 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r67287
Modified paths:
  • /trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMaps.php (modified) (history)
  • /trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayers.php (modified) (history)
  • /trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMaps.php
@@ -21,7 +21,7 @@
2222 }
2323
2424 $wgAutoloadClasses['SMYahooMapsQP'] = dirname( __FILE__ ) . '/SM_YahooMapsQP.php';
25 -if ( class_exists( 'SMFormInput' ) ) $wgAutoloadClasses['SMYahooMapsFormInput'] = dirname( __FILE__ ) . '/SM_YahooMapsFormInput.php';
 25+if ( defined( 'SF_VERSION' ) ) $wgAutoloadClasses['SMYahooMapsFormInput'] = dirname( __FILE__ ) . '/SM_YahooMapsFormInput.php';
2626
2727 $egMapsServices['yahoomaps']['features']['qp'] = 'SMYahooMapsQP';
2828 $egMapsServices['yahoomaps']['features']['fi'] = 'SMYahooMapsFormInput';
\ No newline at end of file
Index: trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayers.php
@@ -21,7 +21,7 @@
2222 }
2323
2424 $wgAutoloadClasses['SMOpenLayersQP'] = dirname( __FILE__ ) . '/SM_OpenLayersQP.php';
25 -if ( class_exists( 'SMFormInput' ) ) $wgAutoloadClasses['SMOpenLayersFormInput'] = dirname( __FILE__ ) . '/SM_OpenLayersFormInput.php';
 25+if ( defined( 'SF_VERSION' ) ) $wgAutoloadClasses['SMOpenLayersFormInput'] = dirname( __FILE__ ) . '/SM_OpenLayersFormInput.php';
2626
2727 $egMapsServices['openlayers']['features']['qp'] = 'SMOpenLayersQP';
2828 $egMapsServices['openlayers']['features']['fi'] = 'SMOpenLayersFormInput';
\ No newline at end of file
Index: trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMaps.php
@@ -21,7 +21,7 @@
2222 }
2323
2424 $wgAutoloadClasses['SMGoogleMapsQP'] = dirname( __FILE__ ) . '/SM_GoogleMapsQP.php';
25 -if ( class_exists( 'SMFormInput' ) ) $wgAutoloadClasses['SMGoogleMapsFormInput'] = dirname( __FILE__ ) . '/SM_GoogleMapsFormInput.php';
 25+if ( defined( 'SF_VERSION' ) ) $wgAutoloadClasses['SMGoogleMapsFormInput'] = dirname( __FILE__ ) . '/SM_GoogleMapsFormInput.php';
2626
2727 $egMapsServices['googlemaps2']['features']['qp'] = 'SMGoogleMapsQP';
2828 $egMapsServices['googlemaps2']['features']['fi'] = 'SMGoogleMapsFormInput';
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67287Changes for 0.6.1 - fixed issue with SF featuresjeroendedauw17:52, 3 June 2010

Status & tagging log