diff --git a/ccm-bundle/bundles/demo/cfg/web-sci.xml b/ccm-bundle/bundles/demo/cfg/web-sci.xml index ce35e802d..b6c7b4f3d 100644 --- a/ccm-bundle/bundles/demo/cfg/web-sci.xml +++ b/ccm-bundle/bundles/demo/cfg/web-sci.xml @@ -122,6 +122,26 @@ com.arsdigita.versioning.VersioningServlet + + webdevsupport + com.arsdigita.webdevsupport.WebDevSupportServlet + + + + webadmin + com.arsdigita.ui.admin.AdminServlet + + + + webadmin-sitemap + com.arsdigita.ui.sitemap.SiteMapServlet + + + + webadmin-permissions + com.arsdigita.ui.permissions.PermissionsServlet + + oid-redirect com.arsdigita.web.OIDRedirectServlet @@ -270,7 +290,7 @@ - + subsite-files com.arsdigita.web.ApplicationFileServlet @@ -279,7 +299,7 @@ /templates/ccm-subsite - + @@ -372,12 +392,12 @@ /ccm-ldn-shortcuts/files/* - + subsite-files /ccm-subsite/files/* - + @@ -439,6 +459,26 @@ /versioning/* + + webdevsupport + /webdevsupport/* + + + + webadmin + /admin/* + + + + webadmin-sitemap + /admin-sitemap/* + + + + webadmin-permissions + /admin-permissions/* + + oid-redirect /redirect/* diff --git a/ccm-bundle/bundles/devel/cfg/web-sci.xml b/ccm-bundle/bundles/devel/cfg/web-sci.xml index cd676d146..7dc51883a 100644 --- a/ccm-bundle/bundles/devel/cfg/web-sci.xml +++ b/ccm-bundle/bundles/devel/cfg/web-sci.xml @@ -122,6 +122,26 @@ com.arsdigita.versioning.VersioningServlet + + webdevsupport + com.arsdigita.webdevsupport.WebDevSupportServlet + + + + webadmin + com.arsdigita.ui.admin.AdminServlet + + + + webadmin-sitemap + com.arsdigita.ui.sitemap.SiteMapServlet + + + + webadmin-permissions + com.arsdigita.ui.permissions.PermissionsServlet + + oid-redirect com.arsdigita.web.OIDRedirectServlet @@ -270,7 +290,7 @@ - + subsite-files com.arsdigita.web.ApplicationFileServlet @@ -279,7 +299,7 @@ /templates/ccm-subsite - + @@ -372,12 +392,12 @@ /ccm-ldn-shortcuts/files/* - + subsite-files /ccm-subsite/files/* - + @@ -439,6 +459,26 @@ /versioning/* + + webdevsupport + /webdevsupport/* + + + + webadmin + /admin/* + + + + webadmin-sitemap + /admin-sitemap/* + + + + webadmin-permissions + /admin-permissions/* + + oid-redirect /redirect/* diff --git a/ccm-core/application.xml b/ccm-core/application.xml index 96134a03f..b0ae8de49 100755 --- a/ccm-core/application.xml +++ b/ccm-core/application.xml @@ -2,7 +2,7 @@ 6.6.4 Upgrade Script (Oracle) + +-- + +-- Remove bebop entries in apm_package* which are not used anymore. +@@ default/6.6.3-6.6.4/remove_bebop_legacy_entries.sql + +-- Remove DS entries in apm_package* which are not used anymore. +@@ default/6.6.3-6.6.4/remove_ds_legacy_entries.sql + +-- Remove admin entries in apm_package* which are not used anymore. +@@ default/6.6.3-6.6.4/remove_admin_legacy_entries.sql + +-- Remove sitemap entries in apm_package* which are not used anymore. +@@ default/6.6.3-6.6.4/remove_sitemap_legacy_entries.sql + +-- Remove permissions entries in apm_package* which are not used anymore. +@@ default/6.6.3-6.6.4/remove_permissions_legacy_entries.sql diff --git a/ccm-core/sql/ccm-core/upgrade/postgres-6.6.3-6.6.4.sql b/ccm-core/sql/ccm-core/upgrade/postgres-6.6.3-6.6.4.sql new file mode 100644 index 000000000..79f88cf27 --- /dev/null +++ b/ccm-core/sql/ccm-core/upgrade/postgres-6.6.3-6.6.4.sql @@ -0,0 +1,42 @@ +-- +-- Copyright (C) 2012 Peter Boy All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- $DateTime: 2012/02/10 23:15:09 $ + +\echo Red Hat Enterprise CORE 6.6.3 -> 6.6.4 Upgrade Script (PostgreSQL) + +-- +-- + +begin; + +-- Remove bebop entries in apm_package* which are not used anymore. +\i default/6.6.3-6.6.4/remove_bebop_legacy_entries.sql + +-- Remove ds entries in apm_package* which are not used anymore. +\i default/6.6.3-6.6.4/remove_ds_legacy_entries.sql + +-- Remove admin entries in apm_package* which are not used anymore. +\i default/6.6.3-6.6.4/remove_admin_legacy_entries.sql + +-- Remove sitemap entries in apm_package* which are not used anymore. +\i default/6.6.3-6.6.4/remove_sitemap_legacy_entries.sql + +-- Remove permissions entries in apm_package* which are not used anymore. +\i default/6.6.3-6.6.4/remove_permissions_legacy_entries.sql + +commit; diff --git a/ccm-core/src/ccm-core.upgrade b/ccm-core/src/ccm-core.upgrade index 7d783752c..ede60c633 100755 --- a/ccm-core/src/ccm-core.upgrade +++ b/ccm-core/src/ccm-core.upgrade @@ -43,4 +43,11 @@