Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/templates/ClosedSprintNotification.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/templates/ClosedSprintNotification.ftl?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/templates/ClosedSprintNotification.ftl (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/templates/ClosedSprintNotification.ftl Sat Jan 14 14:40:09 2012 @@ -1,4 +1,21 @@ +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/testdef/scrumTests.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/testdef/scrumTests.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/testdef/scrumTests.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/testdef/scrumTests.xml Sat Jan 14 14:40:09 2012 @@ -1,3 +1,21 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <test-suite suite-name="scrumtests" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd"> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> <include location="component://common/webcommon/WEB-INF/common-controller.xml" /> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml Sat Jan 14 14:40:09 2012 @@ -1,105 +1,123 @@ <?xml version="1.0" encoding="UTF-8"?> -<web-app> - <display-name>Open For Business - scrum Component</display-name> - <description>scrum Component of the Open For Business Project - </description> - - <context-param> - <param-name>localDispatcherName</param-name> - <param-value>scrum</param-value> - <description>A unique name used to identify/recognize the local - dispatcher for the Service Engine</description> - </context-param> - <context-param> - <param-name>entityDelegatorName</param-name> - <param-value>default</param-value> - <description>The Name of the Entity Delegator to use, defined in - entityengine.xml</description> - </context-param> - <context-param> - <param-name>mainDecoratorLocation</param-name> - <param-value>component://scrum/widget/demotest/DemotestScreen.xml - </param-value> - <description>The location of the main-decorator screen to use for this - webapp; referred to as a context variable in screen def XML files. - </description> - </context-param> - <context-param> - <param-name>widgetVerbose</param-name> - <param-value>false</param-value> - <description>Enable widget boundary comments. See - org.ofbiz.widget.ModelWidget.widgetBoundaryCommentsEnabled(). - </description> - </context-param> - <context-param> - <param-name>compressHTML</param-name> - <param-value>false</param-value> - <description>Remove unnecessary whitespace from HTML output. - </description> - </context-param> - - <filter> - <filter-name>ContextFilter</filter-name> - <display-name>ContextFilter</display-name> - <filter-class>org.ofbiz.webapp.control.ContextFilter</filter-class> - <init-param> - <param-name>disableContextSecurity</param-name> - <param-value>N</param-value> - </init-param> - <init-param> - <param-name>allowedPaths</param-name> - <param-value>/error:/control:/select:/index.html:/index.jsp:/default.html:/default.jsp:/images:/includes/maincss.css - </param-value> - </init-param> - <init-param> - <param-name>errorCode</param-name> - <param-value>403</param-value> - </init-param> - <init-param> - <param-name>redirectPath</param-name> - <param-value>/control/main</param-value> - </init-param> - </filter> - <filter-mapping> - <filter-name>ContextFilter</filter-name> - <url-pattern>/*</url-pattern> - </filter-mapping> - - <listener> - <listener-class>org.ofbiz.webapp.control.ControlEventListener - </listener-class> - </listener> - <listener> - <listener-class>org.ofbiz.webapp.control.LoginEventListener - </listener-class> - </listener> - <!-- - NOTE: not all app servers support mounting implementations of the - HttpSessionActivationListener interface - --> - <!-- - <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> - --> - - <servlet> - <servlet-name>ControlServlet</servlet-name> - <display-name>ControlServlet</display-name> - <description>Main Control Servlet</description> - <servlet-class>org.ofbiz.webapp.control.ControlServlet</servlet-class> - <load-on-startup>1</load-on-startup> - </servlet> - <servlet-mapping> - <servlet-name>ControlServlet</servlet-name> - <url-pattern>/control/*</url-pattern> - </servlet-mapping> - - <session-config> - <session-timeout>60</session-timeout><!-- in minutes --> - </session-config> - - <welcome-file-list> - <welcome-file>index.jsp</welcome-file> - <welcome-file>index.html</welcome-file> - <welcome-file>index.htm</welcome-file> - </welcome-file-list> -</web-app> \ No newline at end of file +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <web-app> + <display-name>Open For Business - scrum Component</display-name> + <description>scrum Component of the Open For Business Project + </description> + + <context-param> + <param-name>localDispatcherName</param-name> + <param-value>scrum</param-value> + <description>A unique name used to identify/recognize the local + dispatcher for the Service Engine</description> + </context-param> + <context-param> + <param-name>entityDelegatorName</param-name> + <param-value>default</param-value> + <description>The Name of the Entity Delegator to use, defined in + entityengine.xml</description> + </context-param> + <context-param> + <param-name>mainDecoratorLocation</param-name> + <param-value>component://scrum/widget/demotest/DemotestScreen.xml + </param-value> + <description>The location of the main-decorator screen to use for this + webapp; referred to as a context variable in screen def XML files. + </description> + </context-param> + <context-param> + <param-name>widgetVerbose</param-name> + <param-value>false</param-value> + <description>Enable widget boundary comments. See + org.ofbiz.widget.ModelWidget.widgetBoundaryCommentsEnabled(). + </description> + </context-param> + <context-param> + <param-name>compressHTML</param-name> + <param-value>false</param-value> + <description>Remove unnecessary whitespace from HTML output. + </description> + </context-param> + + <filter> + <filter-name>ContextFilter</filter-name> + <display-name>ContextFilter</display-name> + <filter-class>org.ofbiz.webapp.control.ContextFilter</filter-class> + <init-param> + <param-name>disableContextSecurity</param-name> + <param-value>N</param-value> + </init-param> + <init-param> + <param-name>allowedPaths</param-name> + <param-value>/error:/control:/select:/index.html:/index.jsp:/default.html:/default.jsp:/images:/includes/maincss.css + </param-value> + </init-param> + <init-param> + <param-name>errorCode</param-name> + <param-value>403</param-value> + </init-param> + <init-param> + <param-name>redirectPath</param-name> + <param-value>/control/main</param-value> + </init-param> + </filter> + <filter-mapping> + <filter-name>ContextFilter</filter-name> + <url-pattern>/*</url-pattern> + </filter-mapping> + + <listener> + <listener-class>org.ofbiz.webapp.control.ControlEventListener + </listener-class> + </listener> + <listener> + <listener-class>org.ofbiz.webapp.control.LoginEventListener + </listener-class> + </listener> + <!-- + NOTE: not all app servers support mounting implementations of the + HttpSessionActivationListener interface + --> + <!-- + <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> + --> + + <servlet> + <servlet-name>ControlServlet</servlet-name> + <display-name>ControlServlet</display-name> + <description>Main Control Servlet</description> + <servlet-class>org.ofbiz.webapp.control.ControlServlet</servlet-class> + <load-on-startup>1</load-on-startup> + </servlet> + <servlet-mapping> + <servlet-name>ControlServlet</servlet-name> + <url-pattern>/control/*</url-pattern> + </servlet-mapping> + + <session-config> + <session-timeout>60</session-timeout><!-- in minutes --> + </session-config> + + <welcome-file-list> + <welcome-file>index.jsp</welcome-file> + <welcome-file>index.html</welcome-file> + <welcome-file>index.htm</welcome-file> + </welcome-file-list> + </web-app> \ No newline at end of file Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/error/error.jsp URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/error/error.jsp?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/error/error.jsp (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/error/error.jsp Sat Jan 14 14:40:09 2012 @@ -1,3 +1,21 @@ +<%-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--%> <%@ page import="org.ofbiz.base.util.*" %> <html> <head> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/index.jsp URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/index.jsp?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/index.jsp (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/demotest/index.jsp Sat Jan 14 14:40:09 2012 @@ -1 +1,19 @@ +<%-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--%> <%response.sendRedirect("control/main");%> \ No newline at end of file Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> <!-- The controller elements that are common to all OFBiz components Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <web-app> <display-name>Open For Business - scrum Component</display-name> <description>scrum Component of the Open For Business Project</description> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/error/error.jsp URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/error/error.jsp?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/error/error.jsp (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/error/error.jsp Sat Jan 14 14:40:09 2012 @@ -1,3 +1,21 @@ +<%-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--%> <%@ page import="org.ofbiz.base.util.*" %> <html> <head> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/includes/pieChart.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/includes/pieChart.ftl?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/includes/pieChart.ftl (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/includes/pieChart.ftl Sat Jan 14 14:40:09 2012 @@ -1,4 +1,21 @@ +<#-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <div id="params_birtReport" style='display:none'> <INPUT type="HIDDEN" name="productId" value="${product.productId}"/> </div> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/index.jsp URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/index.jsp?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/index.jsp (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/index.jsp Sat Jan 14 14:40:09 2012 @@ -1 +1,19 @@ +<%-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--%> <%response.sendRedirect("control/main");%> \ No newline at end of file Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogByStatusChart.rptdesign URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogByStatusChart.rptdesign?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogByStatusChart.rptdesign (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogByStatusChart.rptdesign Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build <2.6.1.v20100915-1750></property> <property name="units">in</property> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogByTypeChart.rptdesign URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogByTypeChart.rptdesign?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogByTypeChart.rptdesign (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogByTypeChart.rptdesign Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build <2.6.1.v20100915-1750></property> <property name="units">in</property> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogChart.rptdesign URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogChart.rptdesign?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogChart.rptdesign (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/BacklogChart.rptdesign Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build <2.6.1.v20100915-1750></property> <property name="units">in</property> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/Burndown.rptdesign URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/Burndown.rptdesign?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/Burndown.rptdesign (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/Burndown.rptdesign Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build <2.6.1.v20100915-1750></property> <property name="units">in</property> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/ProjectAndSprintChart.rptdesign URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/ProjectAndSprintChart.rptdesign?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/ProjectAndSprintChart.rptdesign (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/ProjectAndSprintChart.rptdesign Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build <2.6.1.v20100915-1750></property> <property name="units">in</property> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/ProjectByStatusChart.rptdesign URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/ProjectByStatusChart.rptdesign?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/ProjectByStatusChart.rptdesign (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/ProjectByStatusChart.rptdesign Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build <2.6.1.v20100915-1750></property> <property name="units">in</property> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/TaskByStatusChart.rptdesign URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/TaskByStatusChart.rptdesign?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/TaskByStatusChart.rptdesign (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/TaskByStatusChart.rptdesign Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build <2.6.1.v20100915-1750></property> <property name="units">in</property> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/TaskByTypeChart.rptdesign URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/TaskByTypeChart.rptdesign?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/TaskByTypeChart.rptdesign (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/webapp/scrum/reports/TaskByTypeChart.rptdesign Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build <2.6.1.v20100915-1750></property> <property name="units">in</property> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/CommonScreens.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/CommonScreens.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/CommonScreens.xml Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/CommunicationEventForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/CommunicationEventForms.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/CommunicationEventForms.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/CommunicationEventForms.xml Sat Jan 14 14:40:09 2012 @@ -1,5 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> -<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="EditEmail" type="single" target="${target}" default-map-name="communicationEvent" id="updateEmailForProductBacklog"> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/EmailTemplates.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/EmailTemplates.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/EmailTemplates.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/EmailTemplates.xml Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/OpenTestForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/OpenTestForms.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/OpenTestForms.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/OpenTestForms.xml Sat Jan 14 14:40:09 2012 @@ -32,11 +32,11 @@ </entity-and> <set field="partyId" from-field="partyAssignViewList[0].partyId"/> </row-actions> - <field name="workEffortId" title="${uiLabelMap.ScrumTaskName}"> - <hyperlink target="editDefaultTask" description="${workEffortName}"> - <parameter param-name="workEffortId"/> - <parameter param-name="productId"/> - </hyperlink></field> + <field name="workEffortId" title="${uiLabelMap.ScrumTaskName}"> + <hyperlink target="editDefaultTask" description="${workEffortName}"> + <parameter param-name="workEffortId"/> + <parameter param-name="productId"/> + </hyperlink></field> <field name="workEffortTypeId" title="${uiLabelMap.CommonType}"><display-entity entity-name="WorkEffortType" description="${description}"/></field> <field name="createdDate" title="${uiLabelMap.FormFieldTitle_createdDate}"><display/></field> <field name="partyId" title="${uiLabelMap.ScrumAssignedTo}"> @@ -63,8 +63,8 @@ </actions> <alt-target use-when="workEffortId!=null" target="updateDefaultTask"/> <field name="workEffortId"><hidden/></field> - <field name="workEffortName" title="${uiLabelMap.ScrumTaskName}"><text default-value="${workEffortName}"/></field> - <field name="productId" title="${uiLabelMap.ScrumProduct}"><display-entity entity-name="Product" description="${internalName}"></display-entity></field> + <field name="workEffortName" title="${uiLabelMap.ScrumTaskName}"><text default-value="${workEffortName}"/></field> + <field name="productId" title="${uiLabelMap.ScrumProduct}"><display-entity entity-name="Product" description="${internalName}"></display-entity></field> <field name="workEffortTypeId" title="${uiLabelMap.CommonType}"> <drop-down > <entity-options entity-name="WorkEffortType" description="${description}"> @@ -74,8 +74,8 @@ </field> <field name="workEffortPurposeTypeId"><hidden value="SCRUM_DEFAULT_TASK"/></field> <field name="plannedHours" title="${uiLabelMap.ScrumInitialPlannedHours}"><text size="3"/></field> - <field name="currentStatusId"><hidden value="STS_CREATED"/></field> - <field name="description" title="${uiLabelMap.CommonDescription}"><textarea/></field> + <field name="currentStatusId"><hidden value="STS_CREATED"/></field> + <field name="description" title="${uiLabelMap.CommonDescription}"><textarea/></field> <field name="partyId" title="${uiLabelMap.ScrumAssignedTo}"> <drop-down allow-empty="true"> <entity-options description="${lastName} ${firstName} ${middleName}" entity-name="ScrumMemberUserLoginAndSecurityGroup" key-field-name="partyId" > @@ -85,23 +85,23 @@ </entity-options> </drop-down> </field> - <field name="submitButton" title="${uiLabelMap.CommonCreate}" use-when="workEffortId==null"><submit/></field> + <field name="submitButton" title="${uiLabelMap.CommonCreate}" use-when="workEffortId==null"><submit/></field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}" use-when="workEffortId!=null"><submit/></field> </form> <form name="listCompletedTask" type="list" target="" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> - <entity-and entity-name="WorkEffortAndPartyAssign"> - <field-map field-name="currentStatusId" value="STS_COMPLETED"/> - </entity-and> + <entity-and entity-name="WorkEffortAndPartyAssign"> + <field-map field-name="currentStatusId" value="STS_COMPLETED"/> + </entity-and> </actions> <row-actions> <entity-one entity-name="PartyNameView" value-field="party"/> </row-actions> <field name="workEffortId" title="Task Name"> - <hyperlink target="taskView" description="${workEffortName}"> - <parameter param-name="taskId" from-field="workEffortId"/> - </hyperlink> + <hyperlink target="taskView" description="${workEffortName}"> + <parameter param-name="taskId" from-field="workEffortId"/> + </hyperlink> </field> <field name="description"><display/></field> <field name="partyId"> @@ -140,7 +140,7 @@ <parameter param-name="productId" from-field="parameters.productId"/> </hyperlink> </field> - <field name="custRequestTypeId"><display></display> </field> + <field name="custRequestTypeId"><display></display> </field> <field name="custRequestTypeId" title="${uiLabelMap.ScrumUnplanBacklog}"> <display description="${custRequestType}"/> </field> @@ -150,29 +150,29 @@ </field> </form> <form name="editTask" type="upload" target="createTestTask"> - <actions> - <entity-and entity-name="WorkEffortPartyAssignView" list="membersPartyId"> - <field-map field-name="workEffortId" from-field="sprintId"/> - </entity-and> - <entity-one entity-name="WorkEffort" value-field="sprint"> - <field-map field-name="workEffortId" from-field="sprintId"/> - </entity-one> - <set field="projectId" from-field="sprint.workEffortParentId"/> - <set field="partyId" from-field="workEffortPartyAssignment.partyId"/> - <set field="custRequestId" from-field="parameters.custRequestId"/> - <entity-one entity-name="WorkEffort" value-field="project"> - <field-map field-name="workEffortId" from-field="projectId"/> - </entity-one> - <entity-and entity-name="CustRequestItem" list="CustRequest"> - <field-map field-name="custRequestId" from-field="custRequestId"/> - </entity-and> + <actions> + <entity-and entity-name="WorkEffortPartyAssignView" list="membersPartyId"> + <field-map field-name="workEffortId" from-field="sprintId"/> + </entity-and> + <entity-one entity-name="WorkEffort" value-field="sprint"> + <field-map field-name="workEffortId" from-field="sprintId"/> + </entity-one> + <set field="projectId" from-field="sprint.workEffortParentId"/> + <set field="partyId" from-field="workEffortPartyAssignment.partyId"/> + <set field="custRequestId" from-field="parameters.custRequestId"/> + <entity-one entity-name="WorkEffort" value-field="project"> + <field-map field-name="workEffortId" from-field="projectId"/> + </entity-one> + <entity-and entity-name="CustRequestItem" list="CustRequest"> + <field-map field-name="custRequestId" from-field="custRequestId"/> + </entity-and> <entity-condition entity-name="ScrumMemberUserLoginAndSecurityGroup" list="ScrumMember"> <condition-list combine="and"> <condition-expr field-name="partyStatusId" operator="not-equals" value="PARTY_DISABLED"/> <condition-expr field-name="groupId" operator="equals" value="SCRUM_TEAM"/> </condition-list> </entity-condition> - </actions> + </actions> <field name="sprintStatusId"><hidden value="${parameters.sprintStatusId}"/></field> <field name="projectName" title="${uiLabelMap.ScrumProjectName}" use-when="projectId!=null"> <display description="${project.workEffortName} [${projectId}]"/> @@ -181,25 +181,25 @@ <field name="sprintName" title="${uiLabelMap.ScrumSprintName}" use-when="sprintId!=null"> <display description="${sprint.workEffortName} [${sprintId}]"/> </field> - <field name="custRequestId" title="${uiLabelMap.ScrumBacklogItem}"> - <display-entity entity-name="CustRequest" description="${description}"> - <sub-hyperlink target="EditProdBacklog"></sub-hyperlink> - </display-entity> - </field> - <field name="workEffortName" title="${uiLabelMap.ScrumTaskName}" required-field="true" tooltip="${uiLabelMap.ScrumToolTip100CharsMaximun}"><text/></field> - <field name="workEffortTypeId"><hidden value="SCRUM_TASK_ERROR"/></field> - <field name="currentStatusId"><hidden value="STS_CREATED"/></field> - <field name="roleTypeId"><hidden value="SCRUM_TEAM"/></field> - <field name="statusId"><hidden value="SCAS_ASSIGNED"/></field> - <field name="priority"><hidden value="1"/></field> - <field name="description" title="${uiLabelMap.CommonDescription}"><textarea rows="6"/></field> - <field name="uploadedFile"><file/></field> - <field name="contentTypeId"><hidden value="DOCUMENT"/></field> + <field name="custRequestId" title="${uiLabelMap.ScrumBacklogItem}"> + <display-entity entity-name="CustRequest" description="${description}"> + <sub-hyperlink target="EditProdBacklog"></sub-hyperlink> + </display-entity> + </field> + <field name="workEffortName" title="${uiLabelMap.ScrumTaskName}" required-field="true" tooltip="${uiLabelMap.ScrumToolTip100CharsMaximun}"><text/></field> + <field name="workEffortTypeId"><hidden value="SCRUM_TASK_ERROR"/></field> + <field name="currentStatusId"><hidden value="STS_CREATED"/></field> + <field name="roleTypeId"><hidden value="SCRUM_TEAM"/></field> + <field name="statusId"><hidden value="SCAS_ASSIGNED"/></field> + <field name="priority"><hidden value="1"/></field> + <field name="description" title="${uiLabelMap.CommonDescription}"><textarea rows="6"/></field> + <field name="uploadedFile"><file/></field> + <field name="contentTypeId"><hidden value="DOCUMENT"/></field> <field name="resourceStatusId"><hidden value="CTNT_PUBLISHED"/></field> <field name="workEffortContentTypeId"><hidden value="CREATED_MEDIA"/></field> <field name="mimeTypeId"><hidden value="application/octet-stream"/></field> <field name="sprintId"><hidden value="${parameters.sprintId}"/></field> - <field name="partyId" title="${uiLabelMap.ScrumAssignedTo}" use-when="sprintId!=null"> + <field name="partyId" title="${uiLabelMap.ScrumAssignedTo}" use-when="sprintId!=null"> <drop-down > <list-options key-name="partyId" list-name="membersPartyId" description="${lastName} ${firstName} ${middleName}"/> </drop-down> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/OpenTestScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/OpenTestScreens.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/OpenTestScreens.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/OpenTestScreens.xml Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/TimeSheetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/TimeSheetForms.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/TimeSheetForms.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/TimeSheetForms.xml Sat Jan 14 14:40:09 2012 @@ -23,24 +23,24 @@ <form name="FindTimeSheet" target="FindTimeSheet" title="" type="single" header-row-style="header-row" default-table-style="basic-table"> <actions> - <entity-condition entity-name="PartyRoleDetailAndPartyDetail" distinct="true" list="parties"> - <condition-list combine="or"> - <condition-expr field-name="roleTypeId" operator="equals" value="SCRUM_TEAM"/> - <condition-expr field-name="roleTypeId" operator="equals" value="SCRUM_MASTER"/> - </condition-list> - <select-field field-name="firstName"/> - <select-field field-name="middleName"/> - <select-field field-name="lastName"/> - <select-field field-name="partyId"/> - <order-by field-name="lastName"/> - </entity-condition> + <entity-condition entity-name="PartyRoleDetailAndPartyDetail" distinct="true" list="parties"> + <condition-list combine="or"> + <condition-expr field-name="roleTypeId" operator="equals" value="SCRUM_TEAM"/> + <condition-expr field-name="roleTypeId" operator="equals" value="SCRUM_MASTER"/> + </condition-list> + <select-field field-name="firstName"/> + <select-field field-name="middleName"/> + <select-field field-name="lastName"/> + <select-field field-name="partyId"/> + <order-by field-name="lastName"/> + </entity-condition> </actions> <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> <field name="timesheetId"><text-find ignore-case="true"/></field> <field name="comments"><text-find ignore-case="true"/></field> <field name="partyId" title="${uiLabelMap.PartyParty}"> <drop-down allow-empty="true"> - <list-options key-name="partyId" list-name="parties" description="${lastName} ${firstName} ${middleName}"/> + <list-options key-name="partyId" list-name="parties" description="${lastName} ${firstName} ${middleName}"/> </drop-down> </field> <field name="statusId" title="${uiLabelMap.CommonStatus}" position="1"> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/demotest/DemotestScreen.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/demotest/DemotestScreen.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/demotest/DemotestScreen.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/demotest/DemotestScreen.xml Sat Jan 14 14:40:09 2012 @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumForms.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumForms.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumForms.xml Sat Jan 14 14:40:09 2012 @@ -1,5 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> -<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="sprintList" type="list" use-row-submit="true" list-name="listIt" target="DeleteSprint" paginate-target="SprintList" separate-columns="true" Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumMenus.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumMenus.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumMenus.xml Sat Jan 14 14:40:09 2012 @@ -1,5 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> -<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> <menu name="ScrumAppBar" title="${uiLabelMap.ScrumApplication}" default-menu-item-name="products" id="app-navigation" type="simple" Modified: ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumScreens.xml?rev=1231507&r1=1231506&r2=1231507&view=diff ============================================================================== --- ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumScreens.xml (original) +++ ofbiz/branches/jackrabbit20100709/specialpurpose/scrum/widget/scrumScreens.xml Sat Jan 14 14:40:09 2012 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> |
Free forum by Nabble | Edit this page |