diff --git a/ccm-portalworkspace/application.xml b/ccm-portalworkspace/application.xml index d6c98c45f..c4ecb0572 100755 --- a/ccm-portalworkspace/application.xml +++ b/ccm-portalworkspace/application.xml @@ -2,7 +2,7 @@ diff --git a/ccm-portalworkspace/src/com/arsdigita/portalworkspace/portlet/MyWorkspacesPortlet.java b/ccm-portalworkspace/doc/unsupported/portlets/MyWorkspacesPortlet.java similarity index 100% rename from ccm-portalworkspace/src/com/arsdigita/portalworkspace/portlet/MyWorkspacesPortlet.java rename to ccm-portalworkspace/doc/unsupported/portlets/MyWorkspacesPortlet.java diff --git a/ccm-portalworkspace/doc/unsupported/portlets/README b/ccm-portalworkspace/doc/unsupported/portlets/README new file mode 100644 index 000000000..e9c23967d --- /dev/null +++ b/ccm-portalworkspace/doc/unsupported/portlets/README @@ -0,0 +1,22 @@ +MyWorkspacePortlet: + Code is broken and aborts program flow unrecoverable. + No documentation at all, seems to create a list of personaƶ Workspaces. + Not usefule for PortalWorkspace, as it is meant as a system wide frontpage + or as leaf for navigation. No option for personal homepages here. + May be useful for PortalServer and its personal homepages. + +WorkspaceNavigatorPortlet + Code is broken, no documentation at all. Seems to provide a list of child + Workspaces and related Workspaces. Not useful for PortalWorkspace because + it is not meant to form a interwoven system of portal pages. + Portlet of the same name is part of PortalServer where it should be useful. + +WorkspaceSummaryPortlet + Code is broken, no documentation at all. Seems to provide a list of objects, + probably participants. + +All 3 portlets have internal classes to provide a PortletRenderer. XML files +are missing, but the tags may be part of the PortalWorkspace applications XML. +Not checked. + + diff --git a/ccm-portalworkspace/src/com/arsdigita/portalworkspace/portlet/WorkspaceNavigatorPortlet.java b/ccm-portalworkspace/doc/unsupported/portlets/WorkspaceNavigatorPortlet.java similarity index 100% rename from ccm-portalworkspace/src/com/arsdigita/portalworkspace/portlet/WorkspaceNavigatorPortlet.java rename to ccm-portalworkspace/doc/unsupported/portlets/WorkspaceNavigatorPortlet.java diff --git a/ccm-portalworkspace/src/com/arsdigita/portalworkspace/portlet/WorkspaceSummaryPortlet.java b/ccm-portalworkspace/doc/unsupported/portlets/WorkspaceSummaryPortlet.java similarity index 100% rename from ccm-portalworkspace/src/com/arsdigita/portalworkspace/portlet/WorkspaceSummaryPortlet.java rename to ccm-portalworkspace/doc/unsupported/portlets/WorkspaceSummaryPortlet.java diff --git a/ccm-portalworkspace/src/com/arsdigita/portalworkspace/ui/WorkspaceTheme.java b/ccm-portalworkspace/doc/unsupported/ui/WorkspaceTheme.java similarity index 100% rename from ccm-portalworkspace/src/com/arsdigita/portalworkspace/ui/WorkspaceTheme.java rename to ccm-portalworkspace/doc/unsupported/ui/WorkspaceTheme.java diff --git a/ccm-portalworkspace/pdl/com/arsdigita/portalworkspace/WorkspaceTheme.pdl b/ccm-portalworkspace/doc/unsupported/ui/WorkspaceTheme.pdl similarity index 100% rename from ccm-portalworkspace/pdl/com/arsdigita/portalworkspace/WorkspaceTheme.pdl rename to ccm-portalworkspace/doc/unsupported/ui/WorkspaceTheme.pdl diff --git a/ccm-portalworkspace/src/com/arsdigita/portalworkspace/ui/WorkspaceThemeCollection.java b/ccm-portalworkspace/doc/unsupported/ui/WorkspaceThemeCollection.java similarity index 100% rename from ccm-portalworkspace/src/com/arsdigita/portalworkspace/ui/WorkspaceThemeCollection.java rename to ccm-portalworkspace/doc/unsupported/ui/WorkspaceThemeCollection.java diff --git a/ccm-portalworkspace/src/com/arsdigita/portalworkspace/ui/WorkspaceThemes.java b/ccm-portalworkspace/doc/unsupported/ui/WorkspaceThemes.java similarity index 100% rename from ccm-portalworkspace/src/com/arsdigita/portalworkspace/ui/WorkspaceThemes.java rename to ccm-portalworkspace/doc/unsupported/ui/WorkspaceThemes.java diff --git a/ccm-portalworkspace/pdl/com/arsdigita/portalworkspace/Workspace.pdl b/ccm-portalworkspace/pdl/com/arsdigita/portalworkspace/Workspace.pdl index 40b7c71d4..2cde44a19 100755 --- a/ccm-portalworkspace/pdl/com/arsdigita/portalworkspace/Workspace.pdl +++ b/ccm-portalworkspace/pdl/com/arsdigita/portalworkspace/Workspace.pdl @@ -24,7 +24,7 @@ object type Workspace extends Application { to pw_workspace_pages.workspace_id; PageLayout[1..1] defaultLayout = join pw_workspaces.default_layout_id to pw_workspace_page_layouts.layout_id; - WorkspaceTheme[0..1] theme = join pw_workspaces.theme_id to pw_workspace_themes.theme_id; + // WorkspaceTheme[0..1] theme = join pw_workspaces.theme_id to pw_workspace_themes.theme_id; User[0..1] owner = join pw_workspaces.owner_id to users.user_id; Workspace[0..n] relatedWorkspace = @@ -55,7 +55,7 @@ query childWorkspacesForApplicationID { acs_objects.display_name, acs_objects.default_domain_class, applications.parent_application_id, - applications.package_id, + // applications.package_id, applications.title, applications.primary_url, applications.description diff --git a/ccm-portalworkspace/src/ccm-portalworkspace.upgrade b/ccm-portalworkspace/src/ccm-portalworkspace.upgrade index 7cb5395bf..1aefe7b09 100755 --- a/ccm-portalworkspace/src/ccm-portalworkspace.upgrade +++ b/ccm-portalworkspace/src/ccm-portalworkspace.upgrade @@ -27,4 +27,8 @@