[Mapbender-commits] r7507 - trunk/mapbender/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jan 31 16:40:17 EST 2011


Author: christoph
Date: 2011-01-31 13:40:17 -0800 (Mon, 31 Jan 2011)
New Revision: 7507

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.2_to_2.7rc1_pgsql_UTF-8.sql
Log:
move update SQL of minified jQUery UI files to bottom

Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.2_to_2.7rc1_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.2_to_2.7rc1_pgsql_UTF-8.sql	2011-01-31 21:27:33 UTC (rev 7506)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.2_to_2.7rc1_pgsql_UTF-8.sql	2011-01-31 21:40:17 UTC (rev 7507)
@@ -3550,3 +3550,10 @@
 -- changed position for OpenLayers selements
 --
 UPDATE gui_element SET e_pos = 2 where e_id LIKE 'ol_%';
+
+--
+--replace jquery ui minified folder
+--resizeable
+--
+UPDATE gui_element SET e_mb_mod=replace(e_mb_mod,'/minified/','/') where e_id ilike 'jq_ui%' ;
+UPDATE gui_element SET e_mb_mod=replace(e_mb_mod,'.min.js','.js') where e_id ilike 'jq_ui%' ;



More information about the Mapbender_commits mailing list