[Mapbender-commits] r5917 - in branches/2.5/resources/db: . mysql/iso/update mysql/utf8/update postgresql/iso/update postgresql/utf8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun Apr 11 07:45:58 EDT 2010


Author: tbaschetti
Date: 2010-04-11 07:45:57 -0400 (Sun, 11 Apr 2010)
New Revision: 5917

Added:
   branches/2.5/resources/db/mysql/iso/update/update_checkPermission.sql
   branches/2.5/resources/db/mysql/utf8/update/update_checkPermission.sql
   branches/2.5/resources/db/postgresql/iso/update/update_checkPermission.sql
   branches/2.5/resources/db/postgresql/utf8/update/update_checkPermission.sql
Modified:
   branches/2.5/resources/db/install_2.5.2.bat
   branches/2.5/resources/db/install_2.5.2.sh
Log:
http://trac.osgeo.org/mapbender/ticket/632


Modified: branches/2.5/resources/db/install_2.5.2.bat
===================================================================
--- branches/2.5/resources/db/install_2.5.2.bat	2010-04-11 11:35:02 UTC (rev 5916)
+++ branches/2.5/resources/db/install_2.5.2.bat	2010-04-11 11:45:57 UTC (rev 5917)
@@ -132,6 +132,8 @@
 psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f postgresql/%DBFOLDER%/update/update_2.5_to_2.5.1rc1_pgsql_%USEDBENC%.sql %DBNAME% 1>log_update.txt 2> err_update.txt
 echo to 2.5.1
 psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f postgresql/%DBFOLDER%/update/update_2.5.1rc1_to_2.5.1_pgsql_%USEDBENC%.sql %DBNAME% 1>>log_update.txt 2>> err_update.txt
+echo to 2.5.3
+psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f postgresql/%DBFOLDER%/update/update_checkPermission.sql %DBNAME% 1>>log_update.txt 2>> err_update.txt
 
 
 goto POFILES
@@ -154,7 +156,10 @@
 mysql %DBNAME% -p -h %DBHOST% -P %DBPORT% -u %DBUSER% < mysql/%DBFOLDER%/update/update_2.5_to_2.5.1rc1_mysql_%USEDBENC%.sql > log_update.txt 2> err_update.txt
 echo update to 2.5.1
 mysql %DBNAME% -p -h %DBHOST% -P %DBPORT% -u %DBUSER% < mysql/%DBFOLDER%/update/update_2.5.1rc1_to_2.5.1_mysql_%USEDBENC%.sql >> log_update.txt 2>> err_update.txt
+echo update to 2.5.3
+mysql %DBNAME% -p -h %DBHOST% -P %DBPORT% -u %DBUSER% < mysql/%DBFOLDER%/update/update_checkPermission.sql >> log_update.txt 2>> err_update.txt
 
+
 GOTO POFILES
 
 

Modified: branches/2.5/resources/db/install_2.5.2.sh
===================================================================
--- branches/2.5/resources/db/install_2.5.2.sh	2010-04-11 11:35:02 UTC (rev 5916)
+++ branches/2.5/resources/db/install_2.5.2.sh	2010-04-11 11:45:57 UTC (rev 5917)
@@ -142,6 +142,7 @@
 	mysql $DBNAME -p$DBPASSWORD -h $DBHOST -P $DBPORT < mysql/$DBFOLDER/mysql_data_2.5.sql > log_data.txt 2> err_data.txt
 	mysql $DBNAME -p$DBPASSWORD -h $DBHOST -P $DBPORT < mysql/$DBFOLDER/update/update_2.5_to_2.5.1rc1_mysql_$DBENCODING.sql > log_update.txt 2> err_update.txt
 	mysql $DBNAME -p$DBPASSWORD -h $DBHOST -P $DBPORT < mysql/$DBFOLDER/update/update_2.5.1rc1_to_2.5.1_mysql_$DBENCODING.sql >> log_update.txt 2>> err_update.txt
+	mysql $DBNAME -p$DBPASSWORD -h $DBHOST -P $DBPORT < mysql/$DBFOLDER/update/update_checkPermission.sql >> log_update.txt 2>> err_update.txt
 	
 }
 
@@ -163,11 +164,13 @@
     echo "loading data"	
     psql -U $DBUSER  -h $DBHOST -p $DBPORT -f postgresql/$DBFOLDER/pgsql_data_2.5.sql $DBNAME > log_data.txt 2> err_data.txt
 	echo "setting sequences"
-    psql -U $DBUSER  -h $DBHOST -p $DBPORT -f postgresql/pgsql_serial_set_sequences_2.5.sql $DBNAME > log_sequences.txt 2> err_squences.txt
+    # psql -U $DBUSER  -h $DBHOST -p $DBPORT -f postgresql/pgsql_serial_set_sequences_2.5.sql $DBNAME > log_sequences.txt 2> err_squences.txt
 	echo "update to 2.5.1rc1"
     psql -U $DBUSER  -h $DBHOST -p $DBPORT -f postgresql/$DBFOLDER/update/update_2.5_to_2.5.1rc1_pgsql_$DBENCODING.sql $DBNAME > log_update.txt 2> err_update.txt
 	echo "update to 2.5.1"
 	psql -U $DBUSER  -h $DBHOST -p $DBPORT -f postgresql/$DBFOLDER/update/update_2.5.1rc1_to_2.5.1_pgsql_$DBENCODING.sql $DBNAME >> log_update.txt 2>> err_update.txt
+	echo "update to 2.5.3"
+	psql -U $DBUSER  -h $DBHOST -p $DBPORT -f postgresql/$DBFOLDER/update/update_checkPermission.sql $DBNAME >> log_update.txt 2>> err_update.txt
 
 
 }

Added: branches/2.5/resources/db/mysql/iso/update/update_checkPermission.sql
===================================================================
--- branches/2.5/resources/db/mysql/iso/update/update_checkPermission.sql	                        (rev 0)
+++ branches/2.5/resources/db/mysql/iso/update/update_checkPermission.sql	2010-04-11 11:45:57 UTC (rev 5917)
@@ -0,0 +1,19 @@
+-- http://trac.osgeo.org/mapbender/ticket/632
+-- in later releases these are integrated in the according sql_updates, no extra update_checkPermission.sql
+/*loadWMSinternal zu Admin-Guis hinzufuegen*/
+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('admin2_de','loadWMSinternal',2,0,'Capabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin_de_services','loadWMSinternal',2,0,'Capabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+/*loadWMSinternal added to admin-guis*/
+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('admin1','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin_en_services','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin2_en','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+
+/*loadCSWinternal zu Admin-Guis hinzufuegen*/
+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('admin2_de','loadCSWinternal',2,0,'CatalogCapabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin_de_services','loadCSWinternal',2,0,'CatalogCapabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+/*loadCSWinternal added to admin-guis*/
+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('admin1','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin_en_services','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin2_en','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+
+


Property changes on: branches/2.5/resources/db/mysql/iso/update/update_checkPermission.sql
___________________________________________________________________
Added: svn:keywords
   + Id

Added: branches/2.5/resources/db/mysql/utf8/update/update_checkPermission.sql
===================================================================
--- branches/2.5/resources/db/mysql/utf8/update/update_checkPermission.sql	                        (rev 0)
+++ branches/2.5/resources/db/mysql/utf8/update/update_checkPermission.sql	2010-04-11 11:45:57 UTC (rev 5917)
@@ -0,0 +1,19 @@
+-- http://trac.osgeo.org/mapbender/ticket/632
+-- in later releases these are integrated in the according sql_updates, no extra update_checkPermission.sql
+/*loadWMSinternal zu Admin-Guis hinzufuegen*/
+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('admin2_de','loadWMSinternal',2,0,'Capabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin_de_services','loadWMSinternal',2,0,'Capabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+/*loadWMSinternal added to admin-guis*/
+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('admin1','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin_en_services','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin2_en','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+
+/*loadCSWinternal zu Admin-Guis hinzufuegen*/
+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('admin2_de','loadCSWinternal',2,0,'CatalogCapabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin_de_services','loadCSWinternal',2,0,'CatalogCapabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+/*loadCSWinternal added to admin-guis*/
+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('admin1','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin_en_services','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin2_en','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+
+


Property changes on: branches/2.5/resources/db/mysql/utf8/update/update_checkPermission.sql
___________________________________________________________________
Added: svn:keywords
   + Id

Added: branches/2.5/resources/db/postgresql/iso/update/update_checkPermission.sql
===================================================================
--- branches/2.5/resources/db/postgresql/iso/update/update_checkPermission.sql	                        (rev 0)
+++ branches/2.5/resources/db/postgresql/iso/update/update_checkPermission.sql	2010-04-11 11:45:57 UTC (rev 5917)
@@ -0,0 +1,19 @@
+-- http://trac.osgeo.org/mapbender/ticket/632
+-- in later releases these are integrated in the according sql_updates, no extra update_checkPermission.sql
+/*loadWMSinternal zu Admin-Guis hinzufuegen*/
+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('admin2_de','loadWMSinternal',2,0,'Capabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin_de_services','loadWMSinternal',2,0,'Capabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+/*loadWMSinternal added to admin-guis*/
+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('admin1','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin_en_services','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin2_en','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+
+/*loadCSWinternal zu Admin-Guis hinzufuegen*/
+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('admin2_de','loadCSWinternal',2,0,'CatalogCapabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin_de_services','loadCSWinternal',2,0,'CatalogCapabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+/*loadCSWinternal added to admin-guis*/
+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('admin1','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin_en_services','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin2_en','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+
+


Property changes on: branches/2.5/resources/db/postgresql/iso/update/update_checkPermission.sql
___________________________________________________________________
Added: svn:keywords
   + Id

Added: branches/2.5/resources/db/postgresql/utf8/update/update_checkPermission.sql
===================================================================
--- branches/2.5/resources/db/postgresql/utf8/update/update_checkPermission.sql	                        (rev 0)
+++ branches/2.5/resources/db/postgresql/utf8/update/update_checkPermission.sql	2010-04-11 11:45:57 UTC (rev 5917)
@@ -0,0 +1,19 @@
+-- http://trac.osgeo.org/mapbender/ticket/632
+-- in later releases these are integrated in the according sql_updates, no extra update_checkPermission.sql
+/*loadWMSinternal zu Admin-Guis hinzufuegen*/
+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('admin2_de','loadWMSinternal',2,0,'Capabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin_de_services','loadWMSinternal',2,0,'Capabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+/*loadWMSinternal added to admin-guis*/
+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('admin1','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin_en_services','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+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('admin2_en','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
+
+/*loadCSWinternal zu Admin-Guis hinzufuegen*/
+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('admin2_de','loadCSWinternal',2,0,'CatalogCapabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin_de_services','loadCSWinternal',2,0,'CatalogCapabilities hochladen interne Datei, nicht aktiv schalten!',	'','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','Capabilities hochladen interne Funktion','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+/*loadCSWinternal added to admin-guis*/
+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('admin1','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin_en_services','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+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('admin2_en','loadCSWinternal',2,0,'load Catalog Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadCatalog.php',	NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','',	'http://www.mapbender.org/index.php/newGUI');
+
+


Property changes on: branches/2.5/resources/db/postgresql/utf8/update/update_checkPermission.sql
___________________________________________________________________
Added: svn:keywords
   + Id



More information about the Mapbender_commits mailing list