[Mapbender-commits] r6899 - trunk/mapbender/resources/db/pgsql

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Sep 4 15:56:18 EDT 2010


Author: astrid_emde
Date: 2010-09-04 19:56:17 +0000 (Sat, 04 Sep 2010)
New Revision: 6899

Modified:
   trunk/mapbender/resources/db/pgsql/layout.sql
   trunk/mapbender/resources/db/pgsql/layout_with_map.sql
   trunk/mapbender/resources/db/pgsql/layout_with_map_and_toolbar.sql
   trunk/mapbender/resources/db/pgsql/layout_with_openlayers.sql
Log:
added INSERT to assign application to user 1

Modified: trunk/mapbender/resources/db/pgsql/layout.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/layout.sql	2010-09-04 19:38:04 UTC (rev 6898)
+++ trunk/mapbender/resources/db/pgsql/layout.sql	2010-09-04 19:56:17 UTC (rev 6899)
@@ -27,3 +27,5 @@
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('layout','jq_ui_draggable',5,1,'Draggable from the jQuery UI framework','','','','',NULL ,NULL,NULL ,NULL,NULL ,'','','','','../extensions/jquery-ui-1.8.1.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js','','jq_ui,jq_ui_mouse,jq_ui_widget','http://jqueryui.com/demos/draggable/');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('layout','jq_ui_dialog',5,1,'Dialog from jQuery UI framework','','','','',NULL ,NULL,NULL ,NULL,NULL ,'','','','','../extensions/jquery-ui-1.8.1.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js','','jq_ui,jq_ui_widget,jq_ui_button,jq_ui_draggable,jq_ui_mouse,jq_ui_position,jq_ui_resizable','');
 
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES ('layout',1,'owner');
+

Modified: trunk/mapbender/resources/db/pgsql/layout_with_map.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/layout_with_map.sql	2010-09-04 19:38:04 UTC (rev 6898)
+++ trunk/mapbender/resources/db/pgsql/layout_with_map.sql	2010-09-04 19:56:17 UTC (rev 6899)
@@ -54,3 +54,4 @@
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('layout_with_map','mapframe1','skipWmsIfSrsNotSupported','0','if set to 1, it skips the WMS request if the current SRS is not supported by the WMS; if set to 0, the WMS is always queried. Default is 0, because of backwards compatibility','var');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('layout_with_map','mapframe1','slippy','1','1 = Activates an animated, pseudo slippy map','var');
 
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES ('layout_with_map',1,'owner');

Modified: trunk/mapbender/resources/db/pgsql/layout_with_map_and_toolbar.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/layout_with_map_and_toolbar.sql	2010-09-04 19:38:04 UTC (rev 6898)
+++ trunk/mapbender/resources/db/pgsql/layout_with_map_and_toolbar.sql	2010-09-04 19:56:17 UTC (rev 6899)
@@ -71,3 +71,4 @@
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('layout_with_map_and_toolbar','jq_ui_dialog',5,1,'Dialog from jQuery UI framework','','','','',NULL ,NULL,NULL ,NULL,NULL ,'','','','','../extensions/jquery-ui-1.8.1.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js','','jq_ui,jq_ui_widget,jq_ui_button,jq_ui_draggable,jq_ui_mouse,jq_ui_position,jq_ui_resizable','');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('layout_with_map_and_toolbar','jq_ui_draggable',5,1,'Draggable from the jQuery UI framework','','','','',NULL ,NULL,NULL ,NULL,NULL ,'','','','','../extensions/jquery-ui-1.8.1.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js','','jq_ui,jq_ui_mouse,jq_ui_widget','http://jqueryui.com/demos/draggable/');
 
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES ('layout_with_map_and_toolbar',1,'owner');

Modified: trunk/mapbender/resources/db/pgsql/layout_with_openlayers.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/layout_with_openlayers.sql	2010-09-04 19:38:04 UTC (rev 6898)
+++ trunk/mapbender/resources/db/pgsql/layout_with_openlayers.sql	2010-09-04 19:56:17 UTC (rev 6899)
@@ -138,3 +138,6 @@
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('layout_with_openlayers','jq_ui_resizable',5,1,'Resizable from the jQuery UI framework','','','','',NULL ,NULL,NULL ,NULL,NULL ,'','','','../plugins/jq_ui_resizable.js','../extensions/jquery-ui-1.8.1.custom/development-bundle/ui/minified/jquery.ui.resizable.min.js','','jq_ui,jq_ui_mouse,jq_ui_widget','http://jqueryui.com/demos/resizable/');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('layout_with_openlayers','jq_ui_dialog',5,1,'Dialog from jQuery UI framework','','','','',NULL ,NULL,NULL ,NULL,NULL ,'','','','','../extensions/jquery-ui-1.8.1.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js','','jq_ui,jq_ui_widget,jq_ui_button,jq_ui_draggable,jq_ui_mouse,jq_ui_position,jq_ui_resizable','');
 
+INSERT into gui_mb_user (fkey_gui_id , fkey_mb_user_id , mb_user_type) VALUES ('layout_with_openlayers',1,'owner');
+
+



More information about the Mapbender_commits mailing list