diff --git a/ccm-sci-bundle/bundles/devel/cfg/integration.properties b/ccm-sci-bundle/bundles/devel/cfg/integration.properties index 803b34def..71763630c 100644 --- a/ccm-sci-bundle/bundles/devel/cfg/integration.properties +++ b/ccm-sci-bundle/bundles/devel/cfg/integration.properties @@ -1,15 +1,21 @@ # Scientific CMS devel bundle integration.properties # - waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage -waf.categorization.show_internal_name=true -waf.dispatcher.default_expiry=3600 +# +; dhtml editor to use (system wide) +; Xinha is default +; default: Xinha editor & src=/assets/xinha/XinhaLoader.js +#waf.bebop.dhtml_editor=FCKeditor +waf.categorization.show_internal_name=true + +waf.dispatcher.default_expiry=3600 +; waf.kernel.data_permission_check_enabled=false waf.kernel.primary_user_identifier=email +; if you activate screen_name, forum loader does not work. +; waf.kernel.primary_user_identifier=screen_name waf.kernel.supported_languages=de,en -waf.kernel.language_independent_item=true -waf.kernel.language_independent_code=de ; security.properties: waf.auto_registration_on=false @@ -31,6 +37,7 @@ waf.xml.xsl_transformer=xalan waf.xml.activate_full_date_formatter=true # ccm-cms parameters + com.arsdigita.cms.category_authoring_add_form=com.arsdigita.aplaws.ui.ItemCategoryPicker com.arsdigita.cms.default_folder_template_path=/default/aplaws-folder.jsp @@ -38,17 +45,27 @@ com.arsdigita.cms.default_item_template_path=/default/aplaws-item.jsp 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 +; com.arsdigita.cms.dhtml_editor_config=Xinha.Config,/assets/xinha/XinhaConfig.js +; as a temporary measure a different configuration file which includes a link selection box for CCM items +; and CCM images should be specified: com.arsdigita.cms.dhtml_editor_config=Xinha.Config,/assets/xinha/CCMcmsXinhaConfig.js + +; to use FCKeditor: +; com.arsdigita.cms.dhtml_editor_config=FCKEditor.Config.StyleDefault?,/assets/fckeditor/config/fckconfigOpenCCM.js +; com.arsdigita.cms.dhtml_editor_config=Xinha.Config,/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.disable_item_pfs=true -com.arsdigita.cms.hide_admin_tabs=false +com.arsdigita.cms.hide_admin_tabs=true com.arsdigita.cms.hide_folder_index_checkbox=true -com.arsdigita.cms.hide_launch_date=false -com.arsdigita.cms.hide_templates_tab=false -com.arsdigita.cms.hide_timezone=false -com.arsdigita.cms.hide_udct_ui=false +com.arsdigita.cms.hide_launch_date=true +com.arsdigita.cms.hide_templates_tab=true +com.arsdigita.cms.hide_timezone=true +com.arsdigita.cms.hide_udct_ui=true com.arsdigita.cms.use_section_categories=false com.arsdigita.cms.use_streamlined_creation=true @@ -95,21 +112,25 @@ com.arsdigita.subsite.root_category_picker=com.arsdigita.london.terms.ui.RootCat # 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.loader.category_files=bundle/categories/sci-nav-domain-1.00.xml,bundle/categories/sci-nav-hierarchy-1.00.xml + # ============================================================================================= # runtime specific configurations -waf.admin.email=webmaster@ccm.uni-bremen.de -waf.admin.name.given=CCM +waf.admin.email=webmaster@scientificCMS.org +waf.admin.name.given=SCI waf.admin.name.family=Administrator -waf.admin.password=nge2015 +waf.admin.password=sci2000 waf.admin.password.question=12345 waf.admin.password.answer=6 -waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/ccm?user\=ccm&password\=ccm +waf.runtime.jdbc_url=jdbc\:postgresql\://localhost/ccm-sci?user\=sci&password\=sci47web&stringtype\=unspecified waf.runtime.jdbc_pool_size=30 waf.web.server=localhost\:8080 diff --git a/ccm-sci-bundle/bundles/devel/cfg/project.xml b/ccm-sci-bundle/bundles/devel/cfg/project.xml index 0b43595ba..b778c4e3f 100644 --- a/ccm-sci-bundle/bundles/devel/cfg/project.xml +++ b/ccm-sci-bundle/bundles/devel/cfg/project.xml @@ -49,7 +49,7 @@ - + diff --git a/ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql b/ccm-sci-bundle/sql/ccm-sci-bundle/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql similarity index 100% rename from ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql rename to ccm-sci-bundle/sql/ccm-sci-bundle/upgrade/default/0.0.0-6.6.0/upd_nav_templates_table.sql diff --git a/ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_system_tables.sql b/ccm-sci-bundle/sql/ccm-sci-bundle/upgrade/default/0.0.0-6.6.0/upd_system_tables.sql similarity index 100% rename from ccm-sci-bundle/sql/upgrade/default/0.0.0-6.6.0/upd_system_tables.sql rename to ccm-sci-bundle/sql/ccm-sci-bundle/upgrade/default/0.0.0-6.6.0/upd_system_tables.sql diff --git a/ccm-sci-bundle/sql/upgrade/oracle-se-0.0.0-6.6.0.sql b/ccm-sci-bundle/sql/ccm-sci-bundle/upgrade/oracle-se-0.0.0-6.6.0.sql similarity index 100% rename from ccm-sci-bundle/sql/upgrade/oracle-se-0.0.0-6.6.0.sql rename to ccm-sci-bundle/sql/ccm-sci-bundle/upgrade/oracle-se-0.0.0-6.6.0.sql diff --git a/ccm-sci-bundle/sql/upgrade/postgres-0.0.0-6.6.0.sql b/ccm-sci-bundle/sql/ccm-sci-bundle/upgrade/postgres-0.0.0-6.6.0.sql similarity index 100% rename from ccm-sci-bundle/sql/upgrade/postgres-0.0.0-6.6.0.sql rename to ccm-sci-bundle/sql/ccm-sci-bundle/upgrade/postgres-0.0.0-6.6.0.sql diff --git a/ccm-sci-bundle/src/ccm-sci-bundle.config b/ccm-sci-bundle/src/ccm-sci-bundle.config new file mode 100644 index 000000000..2388ec38f --- /dev/null +++ b/ccm-sci-bundle/src/ccm-sci-bundle.config @@ -0,0 +1,11 @@ + + + + + + diff --git a/ccm-sci-bundle/src/ccm-sci-bundle.load b/ccm-sci-bundle/src/ccm-sci-bundle.load new file mode 100644 index 000000000..c358fd8f0 --- /dev/null +++ b/ccm-sci-bundle/src/ccm-sci-bundle.load @@ -0,0 +1,22 @@ + + + +
+ +
+ + + + + + + + + + + + + + diff --git a/ccm-sci-bundle/src/ccm-sci-bundle.upgrade b/ccm-sci-bundle/src/ccm-sci-bundle.upgrade new file mode 100755 index 000000000..ffa6136ae --- /dev/null +++ b/ccm-sci-bundle/src/ccm-sci-bundle.upgrade @@ -0,0 +1,5 @@ + + +