Index: trunk/extensions/SemanticMaps/GeoCoords/SM_GeoCoordsValue.php |
— | — | @@ -265,4 +265,4 @@ |
266 | 266 | return array( 0, 1 ); |
267 | 267 | } |
268 | 268 | |
269 | | -} |
| 269 | +} |
\ No newline at end of file |
Index: trunk/extensions/SemanticMaps/GeoCoords/SM_AreaValueDescription.php |
— | — | @@ -39,6 +39,8 @@ |
40 | 40 | |
41 | 41 | $ratio = array( |
42 | 42 | 'km' => 1000, |
| 43 | + 'kilometers' => 1000, |
| 44 | + 'kilometres' => 1000, |
43 | 45 | 'mile' => 1609.344, |
44 | 46 | 'miles' => 1609.344, |
45 | 47 | 'nautical mile' => 1852, |
Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | |
37 | 37 | // Only initialize the extension when all dependencies are present. |
38 | 38 | if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) { |
39 | | - define( 'SM_VERSION', '0.6 a26' ); |
| 39 | + define( 'SM_VERSION', '0.6 rc2' ); |
40 | 40 | |
41 | 41 | $smgScriptPath = ( isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps'; |
42 | 42 | $smgDir = dirname( __FILE__ ) . '/'; |
Index: trunk/extensions/Validator/Validator.class.php |
— | — | @@ -160,7 +160,7 @@ |
161 | 161 | if ( count( $defaultParams ) > 0 ) { |
162 | 162 | $defaultParam = array_shift( $defaultParams ); |
163 | 163 | $parameters[$defaultParam] = array( |
164 | | - 'original-value' => trim( $parts[0] ), |
| 164 | + 'original-value' => trim( $parts[0] ), |
165 | 165 | 'default' => $defaultNr, |
166 | 166 | 'position' => $nr |
167 | 167 | ); |
Index: trunk/extensions/Validator/Validator.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | die( 'Not an entry point.' ); |
26 | 26 | } |
27 | 27 | |
28 | | -define( 'Validator_VERSION', '0.3 a6' ); |
| 28 | +define( 'Validator_VERSION', '0.3 rc2' ); |
29 | 29 | |
30 | 30 | // Constants indicating the strictness of the parameter validation. |
31 | 31 | define( 'Validator_ERRORS_NONE', 0 ); |
Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | 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>.'; |
35 | 35 | } |
36 | 36 | else { |
37 | | - define( 'Maps_VERSION', '0.6 a26' ); |
| 37 | + define( 'Maps_VERSION', '0.6 rc2' ); |
38 | 38 | |
39 | 39 | // The different coordinate notations. |
40 | 40 | define( 'Maps_COORDS_FLOAT', 'float' ); |