svn commit: r472295 - in /incubator/ofbiz/trunk/applications/content: webapp/content/ webapp/content/WEB-INF/ webapp/content/WEB-INF/pagedefs/ widget/cms/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r472295 - in /incubator/ofbiz/trunk/applications/content: webapp/content/ webapp/content/WEB-INF/ webapp/content/WEB-INF/pagedefs/ widget/cms/

jacopoc
Author: jacopoc
Date: Tue Nov  7 14:04:27 2006
New Revision: 472295

URL: http://svn.apache.org/viewvc?view=rev&rev=472295
Log:
removed more unused files from the content component.

Removed:
    incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/subcontent.xml
    incubator/ofbiz/trunk/applications/content/webapp/content/crud.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/edit.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/find.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/form.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/lru.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/related.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/rendersub.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/subcontent.ftl
    incubator/ofbiz/trunk/applications/content/widget/cms/contentaddprep.bsh
    incubator/ofbiz/trunk/applications/content/widget/cms/contentprep.bsh
    incubator/ofbiz/trunk/applications/content/widget/cms/editaddprep.bsh
    incubator/ofbiz/trunk/applications/content/widget/cms/index.bsh
    incubator/ofbiz/trunk/applications/content/widget/cms/ownercontentprep.bsh
    incubator/ofbiz/trunk/applications/content/widget/cms/userpermprepold.bsh
Modified:
    incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml?view=diff&rev=472295&r1=472294&r2=472295
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml Tue Nov  7 14:04:27 2006
@@ -1280,8 +1280,6 @@
         <response name="error" type="view" value="EditSurveyResponse"/>
     </request-map>
 
-    <request-map uri="subcontent"><security auth="true" https="true"/><response name="success" type="view" value="subcontent"/></request-map>
-
     <!-- ================ Layout Requests ================= -->
     <request-map uri="ListLayout"><security auth="true" https="true"/><response name="success" type="view" value="ListLayout"/></request-map>
     <request-map uri="clipFindLayout">
@@ -1605,7 +1603,6 @@
     <view-map name="EditLayoutUrl" page="/layout/EditLayoutUrl.ftl" type="jpublish"/>
 
     <view-map name="FindContent"  page="component://content/widget/content/ContentScreens.xml#FindContent" type="screen"/>
-    <view-map name="subcontent" page="/subcontent.ftl" type="jpublish"/>
 
     <view-map name="FindSurvey" page="component://content/widget/SurveyScreens.xml#FindSurvey" type="screen"/>
     <view-map name="EditSurvey" page="component://content/widget/SurveyScreens.xml#EditSurvey" type="screen"/>