r84099 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84098‎ | r84099 | r84100 >
Date:13:06, 16 March 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
updated release notes
Modified paths:
  • /branches/SemanticMaps0.8/RELEASE-NOTES (modified) (history)
  • /branches/SemanticMaps0.8/includes/services/GoogleMaps3/jquery.googlemapsinput.js (modified) (history)

Diff [purge]

Index: branches/SemanticMaps0.8/RELEASE-NOTES
@@ -17,8 +17,14 @@
1818
1919 * Fixed fatal error occuring when running maintenance/refreshLinks.php.
2020
 21+* Rewrote all the form inputs to jQuery plugins.
 22+
2123 * Rewrote the map printers to use the SMQueryHandler class.
2224
 25+* Added geocoding capability to the OpenLayers form input when having a GeoNames API account.
 26+
 27+* Added 'update map' button to all form inputs.
 28+
2329 === Semantic Maps 0.7.3 ===
2430 (2010-11-30)
2531
Index: branches/SemanticMaps0.8/includes/services/GoogleMaps3/jquery.googlemapsinput.js
@@ -41,7 +41,7 @@
4242 this.setupGeocoder = function() {
4343 if ( geocoder === false ) {
4444 geocoder = new google.maps.Geocoder();
45 - }
 45+ }
4646 }
4747
4848 this.geocodeAddress = function( address ) {

Status & tagging log