You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/05/20 19:05:06 UTC

svn commit: r1744784 - in /ofbiz/trunk/specialpurpose/scrum: template/includes/ widget/ widget/demotest/

Author: deepak
Date: Fri May 20 19:05:06 2016
New Revision: 1744784

URL: http://svn.apache.org/viewvc?rev=1744784&view=rev
Log:
(OFBIZ-7021) Renamed specialpurpose scrum component ftl file name from lower camel case to upper camel case pattern. 

Added:
    ofbiz/trunk/specialpurpose/scrum/template/includes/BacklogByStatusChart.ftl
      - copied unchanged from r1744783, ofbiz/trunk/specialpurpose/scrum/template/includes/backlogByStatusChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/BacklogByTypeChart.ftl
      - copied unchanged from r1744783, ofbiz/trunk/specialpurpose/scrum/template/includes/backlogByTypeChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/BurnDown.ftl
      - copied unchanged from r1744783, ofbiz/trunk/specialpurpose/scrum/template/includes/burndown.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/DemoTest.ftl
      - copied unchanged from r1744783, ofbiz/trunk/specialpurpose/scrum/template/includes/demotest.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/PieChart.ftl
      - copied unchanged from r1744783, ofbiz/trunk/specialpurpose/scrum/template/includes/pieChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/ProjectAndSprintChart.ftl
      - copied unchanged from r1744783, ofbiz/trunk/specialpurpose/scrum/template/includes/projectAndSprintChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/ProjectByStatusChart.ftl
      - copied unchanged from r1744783, ofbiz/trunk/specialpurpose/scrum/template/includes/projectByStatusChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/Revision.ftl
      - copied unchanged from r1744783, ofbiz/trunk/specialpurpose/scrum/template/includes/revision.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/TaskByStatusChart.ftl
      - copied unchanged from r1744783, ofbiz/trunk/specialpurpose/scrum/template/includes/taskByStatusChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/TaskByTypeChart.ftl
      - copied unchanged from r1744783, ofbiz/trunk/specialpurpose/scrum/template/includes/taskByTypeChart.ftl
Removed:
    ofbiz/trunk/specialpurpose/scrum/template/includes/backlogByStatusChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/backlogByTypeChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/burndown.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/demotest.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/pieChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/projectAndSprintChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/projectByStatusChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/revision.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/taskByStatusChart.ftl
    ofbiz/trunk/specialpurpose/scrum/template/includes/taskByTypeChart.ftl
Modified:
    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/TaskScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml?rev=1744784&r1=1744783&r2=1744784&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/TaskScreens.xml Fri May 20 19:05:06 2016
@@ -189,7 +189,7 @@ under the License.
             <widgets>
                 <platform-specific>
                     <html>
-                        <html-template location="component://scrum/template/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=1744784&r1=1744783&r2=1744784&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml Fri May 20 19:05:06 2016
@@ -53,7 +53,7 @@
                             <widgets>
                                 <screenlet title="${uiLabelMap.ScrumDemoUser}">
                                     <platform-specific>
-                                        <html><html-template location="component://scrum/template/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=1744784&r1=1744783&r2=1744784&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml Fri May 20 19:05:06 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/template/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/template/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/template/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/template/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/template/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/template/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/template/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/template/includes/taskByStatusChart.ftl"/></html>
+                                                    <html><html-template location="component://scrum/template/includes/TaskByStatusChart.ftl"/></html>
                                                 </platform-specific>
                                            </container>
                                        </screenlet>