From 42133caec0c5436ce7a58c266091dbf69e3ab36c Mon Sep 17 00:00:00 2001 From: pb Date: Fri, 15 Feb 2008 20:22:21 +0000 Subject: [PATCH] incorporating APLAWS r1669, r1670, r1671 r1669 | chrisg23 | 2007-09-19 15:10:46 +0200 (Mi, 19 Sep 2007) Sourceforge patch 1797770 - put all those portal workspaces into one tidy group instead of having them clutter up the top level of the group admin tree. execute ccm upgrade --from-version 6.5.0 --to-version 6.5.1 in order to create top level group and move existing groups ------------------------------------------------------------------------ r1670 | chrisg23 | 2007-09-19 15:21:20 +0200 (Mi, 19 Sep 2007) Sourceforge patch 1569884 - option to use your selected html editor for the freeform html portlet - switch it on with ccm set com.arsdigita.london.portal.portlet.freeform_html.wysiwyg_editor=true - by default there is no change. If you use fckeditor, the included config prevents access to back end file system or content centre via the link dialog (on our site non-authors customise their homepages). ------------------------------------------------------------------------ r1671 | chrisg23 | 2007-09-19 15:48:47 +0200 (Mi, 19 Sep 2007) Sourceforge patch 1797923 - move individual application details above application list at ccm/portal/admin/sitemap.jsp git-svn-id: https://svn.libreccm.org/ccm/trunk@29 8810af33-2d31-482b-a856-94f89814c4df --- ccm-ldn-portal/application.xml | 2 +- ccm-ldn-portal/src/ccm-ldn-portal.upgrade | 3 + .../arsdigita/london/portal/Workspace.java | 8 ++ .../london/portal/WorkspaceConfig.java | 12 ++ .../WorkspaceConfig_parameter.properties | 5 + .../ui/portlet/FreeformHTMLPortletEditor.java | 26 +++- .../portal/upgrade/CreateContainerGroups.java | 115 ++++++++++++++++++ .../fckeditor/config/fckconfig_portlet.js | 30 +++++ .../web/packages/workspace/xsl/admin.xsl | 4 +- 9 files changed, 201 insertions(+), 4 deletions(-) create mode 100644 ccm-ldn-portal/src/com/arsdigita/london/portal/upgrade/CreateContainerGroups.java create mode 100644 ccm-ldn-portal/web/assets/fckeditor/config/fckconfig_portlet.js diff --git a/ccm-ldn-portal/application.xml b/ccm-ldn-portal/application.xml index 7760650fb..18fe7da86 100755 --- a/ccm-ldn-portal/application.xml +++ b/ccm-ldn-portal/application.xml @@ -2,7 +2,7 @@ diff --git a/ccm-ldn-portal/src/ccm-ldn-portal.upgrade b/ccm-ldn-portal/src/ccm-ldn-portal.upgrade index 59ac4c95e..51f1d6321 100755 --- a/ccm-ldn-portal/src/ccm-ldn-portal.upgrade +++ b/ccm-ldn-portal/src/ccm-ldn-portal.upgrade @@ -8,4 +8,7 @@