Index: trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMaps.php |
— | — | @@ -48,7 +48,8 @@ |
49 | 49 | Validator::addOutputFormat( 'gmaptype', array( __CLASS__, 'setGMapType' ) ); |
50 | 50 | Validator::addOutputFormat( 'gmaptypes', array( __CLASS__, 'setGMapTypes' ) ); |
51 | 51 | |
52 | | - Validator::addValidationFunction( 'is_google_overlay', array( __CLASS__, 'isGOverlay' ) ); |
| 52 | + // TODO |
| 53 | + //Validator::addValidationFunction( 'is_google_overlay', array( __CLASS__, 'isGOverlay' ) ); |
53 | 54 | |
54 | 55 | $allowedTypes = self::getTypeNames(); |
55 | 56 | |
Index: trunk/extensions/Maps/Includes/Maps_Mapper.php |
— | — | @@ -17,9 +17,11 @@ |
18 | 18 | * or formatting functions are handled. |
19 | 19 | */ |
20 | 20 | public static function initialize() { |
| 21 | + /* TODO |
21 | 22 | Validator::addValidationFunction( 'is_map_dimension', array( __CLASS__, 'isMapDimension' ) ); |
22 | 23 | Validator::addValidationFunction( 'is_location', array( __CLASS__, 'isLocation' ) ); |
23 | 24 | Validator::addValidationFunction( 'are_locations', array( __CLASS__, 'areLocations' ) ); |
| 25 | + */ |
24 | 26 | |
25 | 27 | Validator::addOutputFormat( 'mapdimension', array( __CLASS__, 'setMapDimension' ) ); |
26 | 28 | Validator::addOutputFormat( 'coordinateSet', array( __CLASS__, 'formatLocation' ) ); |
Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | echo '<b>Warning:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.'; |
38 | 38 | } |
39 | 39 | else { |
40 | | - define( 'Maps_VERSION', '0.7 alpha-2' ); |
| 40 | + define( 'Maps_VERSION', '0.7 alpha-4' ); |
41 | 41 | |
42 | 42 | // The different coordinate notations. |
43 | 43 | define( 'Maps_COORDS_FLOAT', 'float' ); |