Openguides-commits Archive

List Statistics

  • Total Threads: 159
  • Total Posts: 9

Phrases Used to Find This Thread

  #1  
29-07-2012 08:58 PM
Openguides-commits member admin is online now
User
 

Author: kake
Date: 2012-07-29 20:58:36 +0100 (Sun, 29 Jul 2012)
New Revision: 1432

Modified:
trunk/Changes
trunk/t/904_leaflet.t
trunk/templates/header.tt
Log:
Updated URLs for Leaflet JavaScript and CSS.

Modified: trunk/Changes
===================================================================
--- trunk/Changes 2012-07-22 13:18:29 UTC (rev 1431)
+++ trunk/Changes 2012-07-29 19:58:36 UTC (rev 1432)
@@ -3,9 +3,12 @@
More detailed changelogs can be found at
.

+0.70 ?
+ Updated URLs for Leaflet JavaScript and CSS.
+
0.69 07 July 2012
The output of the "show_missing_metadata" action is now alphabetised.
- There's also now an option to view the results on a map. (#296 & #294)
+ There's also now an option to view the results on a map. (#296 & #294).
Fixed a JavaScript escaping issue for nodes with apostrophes in names.

0.68 21 May 2012

Modified: trunk/t/904_leaflet.t
===================================================================
--- trunk/t/904_leaflet.t 2012-07-22 13:18:29 UTC (rev 1431)
+++ trunk/t/904_leaflet.t 2012-07-29 19:58:36 UTC (rev 1432)
@@ -78,7 +78,7 @@
$output = $guide->display_node( id => "Red Lion", return_output => 1 );
unlike( $output, qr/ "...but not when Leaflet switched on." );
-like( $output, qr|http://code.leafletjs.com/.*leaflet.js|,
+like( $output, qr|http://cdn.leafletjs.com/.*leaflet.js|,
"Leaflet JavaScript is included when Leaflet switched on." );
like( $output, qr|http://example.com/static/map-leaflet.js|,
"...as is our own Leaflet map JavaScript." );

Modified: trunk/templates/header.tt
===================================================================
--- trunk/templates/header.tt 2012-07-22 13:18:29 UTC (rev 1431)
+++ trunk/templates/header.tt 2012-07-29 19:58:36 UTC (rev 1432)
@@ -33,9 +33,9 @@

[% END %]
[% IF config.use_leaflet %]
-
+

[% END %]

@@ -75,7 +75,7 @@
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
type="text/javascript">
-



_______________________________________________
openguides-commits mailing list
openguides-
http://urchin.earth.li/mailman/listinfo/openguides-commits
)





NewsArc Lists  |  Culture Pages   |  Computing Archive  |  Media-Pages
Link to this page on your blog or website by copying the HTML code below and pasting it into your site: