r69160 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69159‎ | r69160 | r69161 >
Date:22:03, 7 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.6.4 release (still need the release-notes)
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)
  • /trunk/extensions/Maps/Maps_Settings.php (modified) (history)
  • /trunk/extensions/Maps/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps.php
@@ -33,7 +33,7 @@
3434 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>.';
3535 }
3636 else {
37 - define( 'Maps_VERSION', '0.6.4 rc1' );
 37+ define( 'Maps_VERSION', '0.6.4' );
3838
3939 // The different coordinate notations.
4040 define( 'Maps_COORDS_FLOAT', 'float' );
Index: trunk/extensions/Maps/Maps_Settings.php
@@ -246,7 +246,7 @@
247247 'auto',
248248 'scale',
249249 'type',
250 - //'overlays' # Temporary disabled untill css issue has been fixed
 250+ 'overlays'
251251 );
252252
253253 # Array. The default overlays for the Google Maps v2 overlays control, and
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -7,6 +7,8 @@
88 http://mapping.referata.com/wiki/Maps/Version_history#Maps_change_log
99
1010
 11+TODO
 12+
1113 === Maps 0.6.3 ===
1214 (2010-06-20)
1315

Status & tagging log