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:
Kevin Roast
2007-12-06 15:09:09 +00:00
parent dbcce08dfc
commit 6d36d20710
4 changed files with 1 additions and 44 deletions

View File

@@ -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.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.

View File

@@ -1188,43 +1188,4 @@
</property>
</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>