r69463 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69462‎ | r69463 | r69464 >
Date:02:49, 17 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed bug found by tests added in r69462
Modified paths:
  • /trunk/extensions/Maps/Includes/Maps_CoordinateParser.php (modified) (history)
  • /trunk/extensions/Maps/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Includes/Maps_CoordinateParser.php
@@ -575,7 +575,7 @@
576576 $parsedCoords = self::parseCoordinates( $coordinates );
577577
578578 if ( $parsedCoords ) {
579 - return self::formatCoordinates( $parsedCoords );
 579+ return self::formatCoordinates( $parsedCoords, $targetFormat, $directional );
580580 } else {
581581 return false;
582582 }
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -47,6 +47,8 @@
4848
4949 * Fixed issue with with and height validation for % values, also causing backward compatibility problems with pre 0.6 setting definitions.
5050
 51+* Fixed several small bugs in the coordinate parser.
 52+
5153 === Maps 0.6.3 ===
5254 (2010-06-20)
5355

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69462Added more testsjeroendedauw02:47, 17 July 2010

Status & tagging log