mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Calendar view refactored to use simple webscript to rendered templated calendar view (for easy of ACP generation). Expanded calendar webscript into classpath source tree and removed from repo (for ease of editing)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7569 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -192,7 +192,3 @@ patch.formsFolder.description=Adds 'Forms' folder to Data Dictionary.
|
|||||||
patch.tagRootCategory.description=Adds 'Tags' as new top-level category root.
|
patch.tagRootCategory.description=Adds 'Tags' as new top-level category root.
|
||||||
|
|
||||||
patch.projectsFolder.description=Adds 'Projects' folder to Company Home.
|
patch.projectsFolder.description=Adds 'Projects' folder to Company Home.
|
||||||
|
|
||||||
patch.calendarWebscripts.description=Add the Calendar space webscripts to Data Dictionary.
|
|
||||||
|
|
||||||
patch.calendarTemplates.description=Add the Calendar templates to the Data Dictionary.
|
|
@@ -1188,43 +1188,4 @@
|
|||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="patch.calendarWebscripts" class="org.alfresco.repo.admin.patch.impl.GenericBootstrapPatch" parent="basePatch" >
|
|
||||||
<property name="id"><value>patch.calendarWebscripts</value></property>
|
|
||||||
<property name="description"><value>patch.calendarWebscripts.description</value></property>
|
|
||||||
<property name="fixesFromSchema"><value>0</value></property>
|
|
||||||
<property name="fixesToSchema"><value>115</value></property>
|
|
||||||
<property name="targetSchema"><value>116</value></property>
|
|
||||||
<!-- bootstrap view -->
|
|
||||||
<property name="importerBootstrap">
|
|
||||||
<ref bean="spacesBootstrap" />
|
|
||||||
</property>
|
|
||||||
<property name="checkPath">
|
|
||||||
<value>/${spaces.company_home.childname}/${spaces.dictionary.childname}/cm:webscripts/cm:org/cm:alfresco/cm:calendar</value>
|
|
||||||
</property>
|
|
||||||
<property name="bootstrapView">
|
|
||||||
<props>
|
|
||||||
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/cm:webscripts/cm:org/cm:alfresco</prop>
|
|
||||||
<prop key="location">alfresco/bootstrap/calendar_webscripts.acp</prop>
|
|
||||||
</props>
|
|
||||||
</property>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="patch.calendarTemplates" class="org.alfresco.repo.admin.patch.impl.GenericBootstrapPatch" parent="basePatch" >
|
|
||||||
<property name="id"><value>patch.calendarTemplates</value></property>
|
|
||||||
<property name="description"><value>patch.calendarTemplates.description</value></property>
|
|
||||||
<property name="fixesFromSchema"><value>0</value></property>
|
|
||||||
<property name="fixesToSchema"><value>116</value></property>
|
|
||||||
<property name="targetSchema"><value>117</value></property>
|
|
||||||
<!-- bootstrap view -->
|
|
||||||
<property name="importerBootstrap">
|
|
||||||
<ref bean="spacesBootstrap" />
|
|
||||||
</property>
|
|
||||||
<property name="bootstrapView">
|
|
||||||
<props>
|
|
||||||
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.content.childname}</prop>
|
|
||||||
<prop key="location">alfresco/bootstrap/calendar_templates.acp</prop>
|
|
||||||
</props>
|
|
||||||
</property>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
</beans>
|
Reference in New Issue
Block a user