From c068713ef11a19cb218ec48471c7cc56b2be5ee9 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Thu, 12 Jan 2006 13:40:20 +0000 Subject: [PATCH] . First pass of the Saved Searches functionality for the web-client . Saved Searches bootstrap folder . Document details and Space details page now show a copy-and-paste NodeRef link . Minor bug fixes to Breadcrumb and ActionLink components git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2104 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/bootstrap/spaces.xml | 9 +++++++++ config/alfresco/core-services-context.xml | 1 + config/alfresco/messages/bootstrap-spaces.properties | 3 +++ config/alfresco/repository.properties | 2 +- 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/config/alfresco/bootstrap/spaces.xml b/config/alfresco/bootstrap/spaces.xml index 0604768d3b..5ee82d0e5d 100644 --- a/config/alfresco/bootstrap/spaces.xml +++ b/config/alfresco/bootstrap/spaces.xml @@ -2,6 +2,8 @@ xmlns:cm="http://www.alfresco.org/model/content/1.0" xmlns:app="http://www.alfresco.org/model/application/1.0"> + ${spaces.company_home.name} @@ -30,6 +32,13 @@ ${spaces.templates.content.name} ${spaces.templates.content.description} + + + ${spaces.savedsearches.name} + space-icon-default + ${spaces.savedsearches.name} + ${spaces.savedsearches.description} + diff --git a/config/alfresco/core-services-context.xml b/config/alfresco/core-services-context.xml index a1602f3298..ab868cf28c 100644 --- a/config/alfresco/core-services-context.xml +++ b/config/alfresco/core-services-context.xml @@ -734,6 +734,7 @@ ${spaces.dictionary.childname} ${spaces.templates.childname} ${spaces.templates.content.childname} + ${spaces.savedsearches.childname}