diff --git a/ccm-bundle/application.xml b/ccm-bundle/application.xml
index 6bc53ddb9..603b7aef7 100644
--- a/ccm-bundle/application.xml
+++ b/ccm-bundle/application.xml
@@ -10,7 +10,7 @@
-
+
diff --git a/ccm-bundle/bundles/demo/cfg/integration.properties b/ccm-bundle/bundles/demo/cfg/integration.properties
index c6bf6108d..86ccc3737 100644
--- a/ccm-bundle/bundles/demo/cfg/integration.properties
+++ b/ccm-bundle/bundles/demo/cfg/integration.properties
@@ -1,4 +1,4 @@
-# Scientific CMS demo bundle integration.properties
+# Libre CMS demo bundle integration.properties
#
waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage
#
@@ -22,7 +22,7 @@ waf.auto_registration_on=false
; Searches for localized style sheet (among others)
waf.templating.stylesheet_resolver=com.arsdigita.templating.PatternStylesheetResolver
-waf.templating.stylesheet_paths=/WEB-INF/resources/scientificCMS-stylesheet-paths.txt
+waf.templating.stylesheet_paths=/WEB-INF/resources/librecms-stylesheet-paths.txt
core.ui.pagemap.root_page_url=navigation/
core.ui.pagemap.workspace_url=navigation/
@@ -42,7 +42,7 @@ com.arsdigita.cms.category_authoring_add_form=com.arsdigita.aplaws.ui.ItemCatego
com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp
com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp
-com.arsdigita.cms.default_template_resolver_class=com.arsdigita.london.subsite.dispatcher.SubsiteItemTemplateResolver
+com.arsdigita.cms.default_template_resolver_class=com.arsdigita.subsite.dispatcher.SubsiteItemTemplateResolver
; Configure dhtml editor for use in cms content-center
; Xinha is default and should work out of the box
@@ -55,8 +55,8 @@ com.arsdigita.cms.dhtml_editor_config=XinhaConfig,/assets/xinha/CCMcmsXinhaConfi
; com.arsdigita.cms.dhtml_editor_config=FCKEditor.Config.StyleDefault?,/assets/fckeditor/config/fckconfigOpenCCM.js
; com.arsdigita.cms.dhtml_editor_config=XinhaConfig,/assets/xinha/XinhaConfig.js
; com.arsdigita.cms.dhtml_editor_hidden_buttons=
-; com.arsdigita.cms.dhtml_editor_plugins=TableOperations,CSS
-com.arsdigita.cms.dhtml_editor_plugins=
+; com.arsdigita.cms.dhtml_editor_plugins=
+
com.arsdigita.cms.disable_item_pfs=true
@@ -96,10 +96,15 @@ com.arsdigita.forum.disable_page_caching=true
# ccm-navigation application
+; com.arsdigita.navigation.category_menu_show_grand_children_min=1
+; com.arsdigita.navigation.category_menu_show_grand_children=adaptive
+; com.arsdigita.navigation.category_menu_show_grand_children_limit=1
+; com.arsdigita.navigation.category_menu_show_grand_children_max=65536
com.arsdigita.navigation.category_menu_show_grand_children=false
+; com.arsdigita.navigation.category_menu_show_nephews=false
com.arsdigita.navigation.default_cat_root_path=/navigation/
-com.arsdigita.navigation.default_template=/templates/ccm-navigation/navigation/sci-default.jsp
-com.arsdigita.navigation.templates_file=bundle/navigation/sci-templates.txt
+com.arsdigita.navigation.default_template=/templates/ccm-navigation/navigation/gen-default.jsp
+com.arsdigita.navigation.templates_file=bundle/navigation/gen-templates.txt
# ccm-ldn-search application
@@ -107,19 +112,20 @@ com.arsdigita.london.search.show_sponsored_links=true
# ccm-ldn-subsite application
-com.arsdigita.london.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker
+com.arsdigita.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker
-# ccm-ldn-themedirector application
+# ccm-themedirector application
themedirector.default_theme_context=
# themedirector.default_theme_manifest=ccm-zes-aplaws.web.mf
themedirector.default_theme_path=themes/static/aplaws-generic
themedirector.file_extensions=bmp css gif jpeg jpg js png xml xsl
-# ccm-sci-bundle (Loader only)
-#com.arsdigita.bundle.category_files=bundle/categories/sci-nav-domain-1.00.xml,bundle/categories/sci-nav-hierarchy-1.00.xml
-
+# ccm-bundle (Loader only)
+#com.arsdigita.bundle.loader.category_files=bundle/categories/sci-nav-domain-1.00.xml,bundle/categories/sci-nav-hierarchy-1.00.xml
+#com.arsdigita.bundle.loader.custom_app_instances=com.arsdigita.navigation.Navigation:scimenu:ScientificCMS Navigation Menu,com.arsdigita.navigation.Navigation:libmenu:LibreCMS Navigation Menu
+#com.arsdigita.bundle.loader.domain_mappings=STD-NAV:/navigation/,STD-NAV:/generic/,STD-NAV:/portal/
# =============================================================================================
# runtime specific configurations
diff --git a/ccm-bundle/bundles/demo/cfg/project.xml b/ccm-bundle/bundles/demo/cfg/project.xml
index 75df5a621..0c60f93aa 100644
--- a/ccm-bundle/bundles/demo/cfg/project.xml
+++ b/ccm-bundle/bundles/demo/cfg/project.xml
@@ -1,19 +1,24 @@
-
+
-
-
+
+
+
+
+
+
@@ -36,13 +41,14 @@
+
+
-
diff --git a/ccm-bundle/bundles/demo/cfg/web-sci.xml b/ccm-bundle/bundles/demo/cfg/web-sci.xml
index 5babaffe0..55290512c 100644
--- a/ccm-bundle/bundles/demo/cfg/web-sci.xml
+++ b/ccm-bundle/bundles/demo/cfg/web-sci.xml
@@ -4,8 +4,8 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
- Scientific CMS
- Content and Collaboration Management for Scientific Institutions
+ LibreCMS DEMO Site
+ Community and Content Management
@@ -17,14 +17,13 @@
@@ -375,7 +374,7 @@
subsite-files
- /ccm-ldn-subsite/files/*
+ /ccm-subsite/files/*
diff --git a/ccm-bundle/bundles/devel/cfg/integration.properties b/ccm-bundle/bundles/devel/cfg/integration.properties
index 4f611efbf..067948bd0 100644
--- a/ccm-bundle/bundles/devel/cfg/integration.properties
+++ b/ccm-bundle/bundles/devel/cfg/integration.properties
@@ -42,7 +42,7 @@ com.arsdigita.cms.category_authoring_add_form=com.arsdigita.aplaws.ui.ItemCatego
com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp
com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp
-com.arsdigita.cms.default_template_resolver_class=com.arsdigita.london.subsite.dispatcher.SubsiteItemTemplateResolver
+com.arsdigita.cms.default_template_resolver_class=com.arsdigita.subsite.dispatcher.SubsiteItemTemplateResolver
; Configure dhtml editor for use in cms content-center
; Xinha is default and should work out of the box
@@ -96,10 +96,15 @@ com.arsdigita.forum.disable_page_caching=true
# ccm-navigation application
+; com.arsdigita.navigation.category_menu_show_grand_children_min=1
+; com.arsdigita.navigation.category_menu_show_grand_children=adaptive
+; com.arsdigita.navigation.category_menu_show_grand_children_limit=1
+; com.arsdigita.navigation.category_menu_show_grand_children_max=65536
com.arsdigita.navigation.category_menu_show_grand_children=false
+; com.arsdigita.navigation.category_menu_show_nephews=false
com.arsdigita.navigation.default_cat_root_path=/navigation/
-com.arsdigita.navigation.default_template=/templates/ccm-navigation/navigation/sci-default.jsp
-com.arsdigita.navigation.templates_file=bundle/navigation/sci-templates.txt
+com.arsdigita.navigation.default_template=/templates/ccm-navigation/navigation/gen-default.jsp
+com.arsdigita.navigation.templates_file=bundle/navigation/gen-templates.txt
# ccm-ldn-search application
@@ -107,7 +112,7 @@ com.arsdigita.london.search.show_sponsored_links=true
# ccm-ldn-subsite application
-com.arsdigita.london.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker
+com.arsdigita.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker
# ccm-themedirector application
@@ -117,21 +122,22 @@ themedirector.default_theme_path=themes/static/aplaws-generic
themedirector.file_extensions=bmp css gif jpeg jpg js png xml xsl
-# ccm-sci-bundle (Loader only)
-#com.arsdigita.bundle.category_files=bundle/categories/sci-nav-domain-1.00.xml,bundle/categories/sci-nav-hierarchy-1.00.xml
-
+# ccm-bundle (Loader only)
+#com.arsdigita.bundle.loader.category_files=bundle/categories/sci-nav-domain-1.00.xml,bundle/categories/sci-nav-hierarchy-1.00.xml
+#com.arsdigita.bundle.loader.custom_app_instances=com.arsdigita.navigation.Navigation:scimenu:ScientificCMS Navigation Menu,com.arsdigita.navigation.Navigation:libmenu:LibreCMS Navigation Menu
+#com.arsdigita.bundle.loader.domain_mappings=STD-NAV:/navigation/,STD-NAV:/generic/,STD-NAV:/portal/
# =============================================================================================
# runtime specific configurations
-waf.admin.email=webmaster@scientificCMS.org
-waf.admin.name.given=SCI
+waf.admin.email=webmaster@openccm.org
+waf.admin.name.given=OpenCCM
waf.admin.name.family=Administrator
-waf.admin.password=sci2000
-waf.admin.password.question=12345
+waf.admin.password=WaeGgfsh
+waf.admin.password.question=12345
waf.admin.password.answer=6
-waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/ccm-sci?user\=sci&password\=sci47web&stringtype\=unspecified
-waf.runtime.jdbc_pool_size=30
+waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/openccm?user\=ccm&password\=ccm42web
+waf.runtime.jdbc_pool_size=40
waf.web.server=localhost\:8080
diff --git a/ccm-bundle/bundles/devel/cfg/project.xml b/ccm-bundle/bundles/devel/cfg/project.xml
index cbb03ed52..aae5c6c7f 100644
--- a/ccm-bundle/bundles/devel/cfg/project.xml
+++ b/ccm-bundle/bundles/devel/cfg/project.xml
@@ -1,15 +1,16 @@
-
+
@@ -21,7 +22,7 @@
-
+
@@ -41,24 +42,25 @@
+
+
-
-
-
+
+
-
-
+
+
@@ -85,7 +87,7 @@
-
+
@@ -132,7 +134,7 @@
-
+
diff --git a/ccm-bundle/bundles/devel/cfg/web-sci.xml b/ccm-bundle/bundles/devel/cfg/web-sci.xml
index 5babaffe0..dc01134c3 100644
--- a/ccm-bundle/bundles/devel/cfg/web-sci.xml
+++ b/ccm-bundle/bundles/devel/cfg/web-sci.xml
@@ -4,8 +4,8 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
- Scientific CMS
- Content and Collaboration Management for Scientific Institutions
+ LibreCMS OpenCCM Site
+ Community and Content Management
@@ -17,14 +17,13 @@
@@ -375,7 +374,7 @@
subsite-files
- /ccm-ldn-subsite/files/*
+ /ccm-subsite/files/*
diff --git a/ccm-bundle/src/ccm-bundle.load b/ccm-bundle/src/ccm-bundle.load
index 758485901..bdd4fdf2a 100644
--- a/ccm-bundle/src/ccm-bundle.load
+++ b/ccm-bundle/src/ccm-bundle.load
@@ -6,8 +6,8 @@
-
+
diff --git a/ccm-bundle/src/com/arsdigita/bundle/ui/HomepageWorkspaceSelectionModel.java b/ccm-bundle/src/com/arsdigita/bundle/ui/HomepageWorkspaceSelectionModel.java
index fc6fc5d57..fbc67a05a 100644
--- a/ccm-bundle/src/com/arsdigita/bundle/ui/HomepageWorkspaceSelectionModel.java
+++ b/ccm-bundle/src/com/arsdigita/bundle/ui/HomepageWorkspaceSelectionModel.java
@@ -31,7 +31,7 @@ import com.arsdigita.portalworkspace.Workspace;
import com.arsdigita.portalworkspace.WorkspacePage;
import com.arsdigita.portalworkspace.WorkspacePageCollection;
-import com.arsdigita.london.subsite.Subsite;
+import com.arsdigita.subsite.Subsite;
import com.arsdigita.util.Assert;
import com.arsdigita.util.UncheckedWrapperException;
diff --git a/ccm-sci-bundle/bundles/demo/cfg/integration.properties b/ccm-sci-bundle/bundles/demo/cfg/integration.properties
index c6bf6108d..fe24ee817 100644
--- a/ccm-sci-bundle/bundles/demo/cfg/integration.properties
+++ b/ccm-sci-bundle/bundles/demo/cfg/integration.properties
@@ -42,7 +42,7 @@ com.arsdigita.cms.category_authoring_add_form=com.arsdigita.aplaws.ui.ItemCatego
com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp
com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp
-com.arsdigita.cms.default_template_resolver_class=com.arsdigita.london.subsite.dispatcher.SubsiteItemTemplateResolver
+com.arsdigita.cms.default_template_resolver_class=com.arsdigita.subsite.dispatcher.SubsiteItemTemplateResolver
; Configure dhtml editor for use in cms content-center
; Xinha is default and should work out of the box
@@ -107,10 +107,10 @@ com.arsdigita.london.search.show_sponsored_links=true
# ccm-ldn-subsite application
-com.arsdigita.london.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker
+com.arsdigita.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker
-# ccm-ldn-themedirector application
+# ccm-themedirector application
themedirector.default_theme_context=
# themedirector.default_theme_manifest=ccm-zes-aplaws.web.mf
themedirector.default_theme_path=themes/static/aplaws-generic
diff --git a/ccm-sci-bundle/bundles/demo/cfg/project.xml b/ccm-sci-bundle/bundles/demo/cfg/project.xml
index 75df5a621..1851e7cf2 100644
--- a/ccm-sci-bundle/bundles/demo/cfg/project.xml
+++ b/ccm-sci-bundle/bundles/demo/cfg/project.xml
@@ -36,13 +36,14 @@
+
+
-
diff --git a/ccm-sci-bundle/bundles/demo/cfg/web-sci.xml b/ccm-sci-bundle/bundles/demo/cfg/web-sci.xml
index 5babaffe0..f7a457a8e 100644
--- a/ccm-sci-bundle/bundles/demo/cfg/web-sci.xml
+++ b/ccm-sci-bundle/bundles/demo/cfg/web-sci.xml
@@ -17,14 +17,13 @@
@@ -375,7 +374,7 @@
subsite-files
- /ccm-ldn-subsite/files/*
+ /ccm-subsite/files/*
diff --git a/ccm-sci-bundle/bundles/devel/cfg/integration.properties b/ccm-sci-bundle/bundles/devel/cfg/integration.properties
index 7ad143bb0..811782df8 100644
--- a/ccm-sci-bundle/bundles/devel/cfg/integration.properties
+++ b/ccm-sci-bundle/bundles/devel/cfg/integration.properties
@@ -42,7 +42,7 @@ com.arsdigita.cms.category_authoring_add_form=com.arsdigita.aplaws.ui.ItemCatego
com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp
com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp
-com.arsdigita.cms.default_template_resolver_class=com.arsdigita.london.subsite.dispatcher.SubsiteItemTemplateResolver
+com.arsdigita.cms.default_template_resolver_class=com.arsdigita.subsite.dispatcher.SubsiteItemTemplateResolver
; Configure dhtml editor for use in cms content-center
; Xinha is default and should work out of the box
@@ -107,10 +107,10 @@ com.arsdigita.london.search.show_sponsored_links=true
# ccm-ldn-subsite application
-com.arsdigita.london.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker
+com.arsdigita.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCategoryPicker
-# ccm-ldn-themedirector application
+# ccm-themedirector application
themedirector.default_theme_context=
# themedirector.default_theme_manifest=ccm-zes-aplaws.web.mf
themedirector.default_theme_path=themes/static/aplaws-generic
diff --git a/ccm-sci-bundle/bundles/devel/cfg/project.xml b/ccm-sci-bundle/bundles/devel/cfg/project.xml
index 75df5a621..b778c4e3f 100644
--- a/ccm-sci-bundle/bundles/devel/cfg/project.xml
+++ b/ccm-sci-bundle/bundles/devel/cfg/project.xml
@@ -36,13 +36,15 @@
+
+
+
-
diff --git a/ccm-sci-bundle/bundles/devel/cfg/web-sci.xml b/ccm-sci-bundle/bundles/devel/cfg/web-sci.xml
index 5babaffe0..f7a457a8e 100644
--- a/ccm-sci-bundle/bundles/devel/cfg/web-sci.xml
+++ b/ccm-sci-bundle/bundles/devel/cfg/web-sci.xml
@@ -17,14 +17,13 @@
@@ -375,7 +374,7 @@
subsite-files
- /ccm-ldn-subsite/files/*
+ /ccm-subsite/files/*
diff --git a/ccm-sci-bundle/src/com/arsdigita/bundle/ui/HomepageWorkspaceSelectionModel.java b/ccm-sci-bundle/src/com/arsdigita/bundle/ui/HomepageWorkspaceSelectionModel.java
index fc6fc5d57..fbc67a05a 100644
--- a/ccm-sci-bundle/src/com/arsdigita/bundle/ui/HomepageWorkspaceSelectionModel.java
+++ b/ccm-sci-bundle/src/com/arsdigita/bundle/ui/HomepageWorkspaceSelectionModel.java
@@ -31,7 +31,7 @@ import com.arsdigita.portalworkspace.Workspace;
import com.arsdigita.portalworkspace.WorkspacePage;
import com.arsdigita.portalworkspace.WorkspacePageCollection;
-import com.arsdigita.london.subsite.Subsite;
+import com.arsdigita.subsite.Subsite;
import com.arsdigita.util.Assert;
import com.arsdigita.util.UncheckedWrapperException;