svn commit: r1740582 - in /ofbiz/trunk/specialpurpose/scrum: template/ template/includes/ templates/ webapp/scrum/includes/ widget/EmailTemplates.xml widget/TaskScreens.xml widget/demotest/DemotestScreen.xml widget/scrumScreens.xml

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

svn commit: r1740582 - in /ofbiz/trunk/specialpurpose/scrum: template/ template/includes/ templates/ webapp/scrum/includes/ widget/EmailTemplates.xml widget/TaskScreens.xml widget/demotest/DemotestScreen.xml widget/scrumScreens.xml

Deepak Dixit-5
Author: deepak
Date: Fri Apr 22 18:46:03 2016
New Revision: 1740582

URL: http://svn.apache.org/viewvc?rev=1740582&view=rev
Log:
(OFBIZ-6836) relocate .ftl files in the specialpurpose/scrum component.

Thanks Pierre for your contribution.

Added:
    ofbiz/trunk/specialpurpose/scrum/template/
      - copied from r1740441, ofbiz/trunk/specialpurpose/scrum/templates/
    ofbiz/trunk/specialpurpose/scrum/template/includes/
      - copied from r1740441, ofbiz/trunk/specialpurpose/scrum/webapp/scrum/includes/
Removed:
    ofbiz/trunk/specialpurpose/scrum/templates/
    ofbiz/trunk/specialpurpose/scrum/webapp/scrum/includes/
Modified:
    ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml
    ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml
    ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml
    ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml

Modified: ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml?rev=1740582&r1=1740581&r2=1740582&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml Fri Apr 22 18:46:03 2016
@@ -45,7 +45,7 @@ under the License.
                 <set field="title" value="Sprint Notification SprintId# ${sprintId}"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://scrum/templates/ActiveSprintNotification.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://scrum/template/ActiveSprintNotification.ftl"/></html></platform-specific>
             </widgets>
             <fail-widgets>
                 <label text="SprintId is required or PartyId is required"></label>
@@ -77,7 +77,7 @@ under the License.
                 <set field="title" value="Sprint Notification SprintId# ${sprintId}"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://scrum/templates/ClosedSprintNotification.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://scrum/template/ClosedSprintNotification.ftl"/></html></platform-specific>
             </widgets>
             <fail-widgets>
                 <label text="SprintId is required or PartyIdTo is required"></label>
@@ -96,7 +96,7 @@ under the License.
                 <set field="title" value="Backlog Notification backlog item# ${custRequestId}"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://scrum/templates/AcceptedBacklogNotification.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://scrum/template/AcceptedBacklogNotification.ftl"/></html></platform-specific>
             </widgets>
             <fail-widgets>
                 <label text="Backlog Id is required."></label>
@@ -118,7 +118,7 @@ under the License.
                 <set field="title" value="Backlog Notification backlog item# ${custRequestId}"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://scrum/templates/ReviewedBacklogNotification.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://scrum/template/ReviewedBacklogNotification.ftl"/></html></platform-specific>
             </widgets>
             <fail-widgets>
                 <label text="Backlog Id is required."></label>
@@ -137,7 +137,7 @@ under the License.
                 <set field="title" value="Backlog Notification backlog item# ${custRequestId}"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://scrum/templates/CompletedBacklogNotification.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://scrum/template/CompletedBacklogNotification.ftl"/></html></platform-specific>
             </widgets>
             <fail-widgets>
                 <label text="Backlog Id is required."></label>
@@ -159,7 +159,7 @@ under the License.
                 <set field="title" value="Backlog Notification backlog item# ${custRequestId}"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://scrum/templates/CancelledBacklogNotification.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://scrum/template/CancelledBacklogNotification.ftl"/></html></platform-specific>
             </widgets>
             <fail-widgets>
                 <label text="Backlog Id is required."></label>

Modified: ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml?rev=1740582&r1=1740581&r2=1740582&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml Fri Apr 22 18:46:03 2016
@@ -189,7 +189,7 @@ under the License.
             <widgets>
                 <platform-specific>
                     <html>
-                        <html-template location="component://scrum/webapp/scrum/includes/revision.ftl"/>
+                        <html-template location="component://scrum/template/includes/revision.ftl"/>
                     </html>
                 </platform-specific>
             </widgets>

Modified: ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml?rev=1740582&r1=1740581&r2=1740582&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml Fri Apr 22 18:46:03 2016
@@ -53,7 +53,7 @@
                             <widgets>
                                 <screenlet title="${uiLabelMap.ScrumDemoUser}">
                                     <platform-specific>
-                                        <html><html-template location="component://scrum/webapp/scrum/includes/demotest.ftl"/></html>
+                                        <html><html-template location="component://scrum/template/includes/demotest.ftl"/></html>
                                     </platform-specific>
                                 </screenlet>
                             </widgets>

Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml?rev=1740582&r1=1740581&r2=1740582&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml Fri Apr 22 18:46:03 2016
@@ -148,7 +148,7 @@ under the License.
                                 <container style="body">
                                 <screenlet title="${uiLabelMap.ScrumBurnDownChart}" id="BDChart" collapsible="true" initially-collapsed="false">
                                     <platform-specific>
-                                        <html><html-template location="component://scrum/webapp/scrum/includes/burndown.ftl"/></html>
+                                        <html><html-template location="component://scrum/template/includes/burndown.ftl"/></html>
                                     </platform-specific>
                                 </screenlet>
                                 </container>
@@ -1684,7 +1684,7 @@ under the License.
                                     </screenlet>
                                     <screenlet title="${uiLabelMap.ScrumBacklogsStatusChart}">
                                         <platform-specific>
-                                            <html><html-template location="component://scrum/webapp/scrum/includes/pieChart.ftl"/></html>
+                                            <html><html-template location="component://scrum/template/includes/pieChart.ftl"/></html>
                                         </platform-specific>
                                     </screenlet>
                                     <screenlet title="${uiLabelMap.ScrumRevisions}">
@@ -2741,12 +2741,12 @@ under the License.
                                         <screenlet id="projectAndSprintStatistics" title="${uiLabelMap.ScrumProjectAndSprintInformationChart}" collapsible="true">
                                             <container style="lefthalf">
                                                 <platform-specific>
-                                                    <html><html-template location="component://scrum/webapp/scrum/includes/projectByStatusChart.ftl"/></html>
+                                                    <html><html-template location="component://scrum/template/includes/projectByStatusChart.ftl"/></html>
                                                 </platform-specific>
                                             </container>
                                             <container style="righthalf">
                                                 <platform-specific>
-                                                    <html><html-template location="component://scrum/webapp/scrum/includes/projectAndSprintChart.ftl"/></html>
+                                                    <html><html-template location="component://scrum/template/includes/projectAndSprintChart.ftl"/></html>
                                                 </platform-specific>
                                             </container>
                                         </screenlet>
@@ -2754,12 +2754,12 @@ under the License.
                                         <screenlet id="backlogStatistics" title="${uiLabelMap.ScrumBacklogInformationChart}" collapsible="true">
                                             <container style="lefthalf">
                                                 <platform-specific>
-                                                    <html><html-template location="component://scrum/webapp/scrum/includes/backlogByTypeChart.ftl"/></html>
+                                                    <html><html-template location="component://scrum/template/includes/backlogByTypeChart.ftl"/></html>
                                                 </platform-specific>
                                             </container>
                                             <container style="righthalf">
                                                 <platform-specific>
-                                                    <html><html-template location="component://scrum/webapp/scrum/includes/backlogByStatusChart.ftl"/></html>
+                                                    <html><html-template location="component://scrum/template/includes/backlogByStatusChart.ftl"/></html>
                                                 </platform-specific>
                                             </container>
                                         </screenlet>
@@ -2767,12 +2767,12 @@ under the License.
                                         <screenlet id="taskStatistics" title="${uiLabelMap.ScrumTaskInformationChart}" collapsible="true">
                                             <container style="lefthalf">
                                                 <platform-specific>
-                                                    <html><html-template location="component://scrum/webapp/scrum/includes/taskByTypeChart.ftl"/></html>
+                                                    <html><html-template location="component://scrum/template/includes/taskByTypeChart.ftl"/></html>
                                                 </platform-specific>
                                            </container>
                                            <container style="righthalf">
                                                 <platform-specific>
-                                                    <html><html-template location="component://scrum/webapp/scrum/includes/taskByStatusChart.ftl"/></html>
+                                                    <html><html-template location="component://scrum/template/includes/taskByStatusChart.ftl"/></html>
                                                 </platform-specific>
                                            </container>
                                        </screenlet>