r54830 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54829‎ | r54830 | r54831 >
Date:00:18, 12 August 2009
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.3
Modified paths:
  • /trunk/extensions/Maps/Maps.i18n.php (modified) (history)
  • /trunk/extensions/Maps/Maps_ParserFunctions.php (modified) (history)
  • /trunk/extensions/Maps/OpenLayers/OpenLayers/img (deleted) (history)
  • /trunk/extensions/Maps/OpenLayers/OpenLayers/news.txt (added) (history)
  • /trunk/extensions/Maps/OpenLayers/OpenLayers/theme (deleted) (history)

Diff [purge]

Index: trunk/extensions/Maps/OpenLayers/OpenLayers/news.txt
@@ -0,0 +1,49 @@
 2+OpenLayers 2.8:
 3+ r9043
 4+ Released 06/22/09
 5+ http://trac.openlayers.org/wiki/Release/2.8/Notes
 6+
 7+OpenLayers 2.7:
 8+ r8063
 9+ Released 09/29/08
 10+ http://trac.openlayers.org/wiki/Release/2.7/Notes
 11+
 12+OpenLayers 2.6:
 13+ r6945
 14+ Released 04/15/08
 15+ http://trac.openlayers.org/wiki/Release/2.6/Notes
 16+
 17+OpenLayers 2.5:
 18+ r4899
 19+ Released 10/09/07
 20+ http://trac.openlayers.org/wiki/Release/2.5/Notes
 21+
 22+OpenLayers 2.4:
 23+ r3198
 24+ Released 05/29/07
 25+ http://trac.openlayers.org/wiki/Release/2.4/Notes
 26+
 27+OpenLayers 2.3:
 28+ r2255
 29+ Released 02/21/07
 30+ http://trac.openlayers.org/wiki/Release/2.3/Notes
 31+
 32+OpenLayers 2.2:
 33+ r1866
 34+ Released 11/15/06
 35+ http://trac.openlayers.org/wiki/Release/2.2/Notes
 36+
 37+OpenLayers 2.1:
 38+ r1521
 39+ Released 10/02/06
 40+ http://trac.openlayers.org/wiki/Release/2.1/Notes
 41+
 42+OpenLayers 2.0:
 43+ r1368
 44+ Released 08/25/06
 45+ http://trac.openlayers.org/wiki/Release/2.0/Notes
 46+
 47+OpenLayers 1.0
 48+ r787
 49+ Released 06/27/06
 50+ Initial release.
Index: trunk/extensions/Maps/Maps_ParserFunctions.php
@@ -49,7 +49,7 @@
5050 }
5151 }
5252 elseif (trim($coords) == "" && count($coordFails) > 0) {
53 - $output = '<i>'.wfMsg( 'maps_geocoding_failed' ).'</i>';
 53+ $output = '<i>'.wfMsg( 'maps_geocoding_failed', implode(',', $coordFails) ).'</i>';
5454 }
5555 else {
5656 $output = '<i>'.wfMsg( 'maps_coordinates_missing' ).'</i>';
Index: trunk/extensions/Maps/Maps.i18n.php
@@ -20,7 +20,7 @@
2121 Available mapping services: $1",
2222
2323 'maps_coordinates_missing' => 'No coordinates provided for the map.',
24 - 'maps_geocoding_failed' => 'The following address(es) could not be geocoded: $1. The map can not be displayed.',
 24+ 'maps_geocoding_failed' => 'The following address(es) could not be geocoded: $1. The map cannot be displayed.',
2525 'maps_geocoding_failed_for' => 'The following address(es) could not be geocoded and have been omitted from the map: $1',
2626 );
2727

Status & tagging log