mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
. 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
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
xmlns:cm="http://www.alfresco.org/model/content/1.0"
|
xmlns:cm="http://www.alfresco.org/model/content/1.0"
|
||||||
xmlns:app="http://www.alfresco.org/model/application/1.0">
|
xmlns:app="http://www.alfresco.org/model/application/1.0">
|
||||||
|
|
||||||
|
<!-- NOTE: all replaced properties referenced from repository.properties file must also be
|
||||||
|
mapped in the application-context.xml importerBootstrap/configuration section -->
|
||||||
<cm:folder view:childName="${spaces.company_home.childname}">
|
<cm:folder view:childName="${spaces.company_home.childname}">
|
||||||
<app:uifacets />
|
<app:uifacets />
|
||||||
<cm:name>${spaces.company_home.name}</cm:name>
|
<cm:name>${spaces.company_home.name}</cm:name>
|
||||||
@@ -30,6 +32,13 @@
|
|||||||
<cm:title>${spaces.templates.content.name}</cm:title>
|
<cm:title>${spaces.templates.content.name}</cm:title>
|
||||||
<cm:description>${spaces.templates.content.description}</cm:description>
|
<cm:description>${spaces.templates.content.description}</cm:description>
|
||||||
</cm:folder>
|
</cm:folder>
|
||||||
|
<cm:folder view:childName="${spaces.savedsearches.childname}">
|
||||||
|
<app:uifacets />
|
||||||
|
<cm:name>${spaces.savedsearches.name}</cm:name>
|
||||||
|
<app:icon>space-icon-default</app:icon>
|
||||||
|
<cm:title>${spaces.savedsearches.name}</cm:title>
|
||||||
|
<cm:description>${spaces.savedsearches.description}</cm:description>
|
||||||
|
</cm:folder>
|
||||||
</cm:contains>
|
</cm:contains>
|
||||||
</cm:folder>
|
</cm:folder>
|
||||||
</cm:contains>
|
</cm:contains>
|
||||||
|
@@ -734,6 +734,7 @@
|
|||||||
<prop key="spaces.dictionary.childname">${spaces.dictionary.childname}</prop>
|
<prop key="spaces.dictionary.childname">${spaces.dictionary.childname}</prop>
|
||||||
<prop key="spaces.templates.childname">${spaces.templates.childname}</prop>
|
<prop key="spaces.templates.childname">${spaces.templates.childname}</prop>
|
||||||
<prop key="spaces.templates.content.childname">${spaces.templates.content.childname}</prop>
|
<prop key="spaces.templates.content.childname">${spaces.templates.content.childname}</prop>
|
||||||
|
<prop key="spaces.savedsearches.childname">${spaces.savedsearches.childname}</prop>
|
||||||
</props>
|
</props>
|
||||||
</property>
|
</property>
|
||||||
<!-- To specify a locale other than the system default, uncomment the following
|
<!-- To specify a locale other than the system default, uncomment the following
|
||||||
|
@@ -11,3 +11,6 @@ spaces.templates.description=Space templates
|
|||||||
|
|
||||||
spaces.templates.content.name=Content Templates
|
spaces.templates.content.name=Content Templates
|
||||||
spaces.templates.content.description=Content templates
|
spaces.templates.content.description=Content templates
|
||||||
|
|
||||||
|
spaces.savedsearches.name=Saved Searches
|
||||||
|
spaces.savedsearches.description=Saved Searches
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
dir.root=./alf_data
|
dir.root=./alf_data
|
||||||
|
|
||||||
|
|
||||||
dir.contentstore=${dir.root}/contentstore
|
dir.contentstore=${dir.root}/contentstore
|
||||||
|
|
||||||
# The location for lucene index files
|
# The location for lucene index files
|
||||||
@@ -70,6 +69,7 @@ spaces.company_home.childname=app:company_home
|
|||||||
spaces.dictionary.childname=app:dictionary
|
spaces.dictionary.childname=app:dictionary
|
||||||
spaces.templates.childname=app:space_templates
|
spaces.templates.childname=app:space_templates
|
||||||
spaces.templates.content.childname=app:content_templates
|
spaces.templates.content.childname=app:content_templates
|
||||||
|
spaces.savedsearches.childname=app:saved_searches
|
||||||
|
|
||||||
# Are user names case sensitive?
|
# Are user names case sensitive?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user