svn commit: r1820132 - in /ofbiz/site/dtds: datafiles.xsd site-conf.xsd test-suite.xsd widget-form.xsd

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

svn commit: r1820132 - in /ofbiz/site/dtds: datafiles.xsd site-conf.xsd test-suite.xsd widget-form.xsd

jleroux@apache.org
Author: jleroux
Date: Thu Jan  4 17:06:48 2018
New Revision: 1820132

URL: http://svn.apache.org/viewvc?rev=1820132&view=rev
Log:
Updates DTDs

Modified:
    ofbiz/site/dtds/datafiles.xsd
    ofbiz/site/dtds/site-conf.xsd
    ofbiz/site/dtds/test-suite.xsd
    ofbiz/site/dtds/widget-form.xsd

Modified: ofbiz/site/dtds/datafiles.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/datafiles.xsd?rev=1820132&r1=1820131&r2=1820132&view=diff
==============================================================================
--- ofbiz/site/dtds/datafiles.xsd (original)
+++ ofbiz/site/dtds/datafiles.xsd Thu Jan  4 17:06:48 2018
@@ -39,6 +39,7 @@ under the License.
         <xs:attribute name="sender"/>
         <xs:attribute name="receiver"/>
         <xs:attribute name="delimiter"/>
+        <xs:attribute name="start-line"/>
         <xs:attribute name="text-delimiter"/>
         <xs:attribute name="record-length"/>
         <xs:attribute name="separator-style" use="required">
@@ -50,6 +51,14 @@ under the License.
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
+        <xs:attribute name="eol-type" default="CR">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="CR"/>
+                    <xs:enumeration value="CRLF"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
         <xs:attribute name="description"/>
     </xs:attributeGroup>
     <xs:element name="record">

Modified: ofbiz/site/dtds/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/site-conf.xsd?rev=1820132&r1=1820131&r2=1820132&view=diff
==============================================================================
--- ofbiz/site/dtds/site-conf.xsd (original)
+++ ofbiz/site/dtds/site-conf.xsd Thu Jan  4 17:06:48 2018
@@ -573,7 +573,8 @@ under the License.
                     <xs:enumeration value="request">
                         <xs:annotation>
                             <xs:documentation>
-                                Internally chains to another request
+                                Internally chains to another request.
+                                Automatically redirect all current request parameters to the new request
                             </xs:documentation>
                         </xs:annotation>
                     </xs:enumeration>
@@ -581,7 +582,7 @@ under the License.
                         <xs:annotation>
                             <xs:documentation>
                                 Send a redirect down to the browser telling it to go to the new request.
-                                Automatically redirect all current request parameters to the new request or only redirected parameters if specified.
+                                Redirect only mentioned request parameters in controller.xml, using redirect-param attribute
                             </xs:documentation>
                         </xs:annotation>
                     </xs:enumeration>

Modified: ofbiz/site/dtds/test-suite.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/test-suite.xsd?rev=1820132&r1=1820131&r2=1820132&view=diff
==============================================================================
--- ofbiz/site/dtds/test-suite.xsd (original)
+++ ofbiz/site/dtds/test-suite.xsd Thu Jan  4 17:06:48 2018
@@ -86,6 +86,28 @@ under the License.
         </xs:attribute>
     </xs:attributeGroup>
 
+    <xs:element name="groovy-test-suite" substitutionGroup="TestCaseTypes">
+        <xs:annotation>
+            <xs:documentation>
+                Used for JUnit test suites written as a Groovy class. See http://groovy-lang.org/testing.html
+            </xs:documentation>
+        </xs:annotation>
+        <xs:complexType>
+            <xs:attributeGroup ref="attlist.groovy-test-suite"/>
+        </xs:complexType>
+    </xs:element>
+    <xs:attributeGroup name="attlist.groovy-test-suite">
+        <xs:attribute type="xs:string" name="name"/>
+        <xs:attribute type="xs:string" name="location" use="required">
+            <xs:annotation>
+                <xs:documentation>
+                    Give the location where is groovy file that contaions the test suite.
+                    You can use a flexible url location like component://mycomponent/groovyScript/test/MySuiteTest.groovy
+                </xs:documentation>
+            </xs:annotation>
+        </xs:attribute>
+    </xs:attributeGroup>
+
     <xs:element name="service-test" substitutionGroup="TestCaseTypes">
         <xs:complexType>
             <xs:attributeGroup ref="attlist.service-test"/>

Modified: ofbiz/site/dtds/widget-form.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-form.xsd?rev=1820132&r1=1820131&r2=1820132&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-form.xsd (original)
+++ ofbiz/site/dtds/widget-form.xsd Thu Jan  4 17:06:48 2018
@@ -1210,7 +1210,7 @@ under the License.
                         &lt;option key=&quot;_OTHER_&quot; description=&quot;Specify other&quot;/&gt;
                         - with '_OTHER_' being required and any 'description' allowed.
                         In order to use this feature, the javascript code contained in the file:
-                        images/webapp/images/combobox.js must be included in the page.
+                        common/js/util/combobox.js must be included in the page.
                     </xs:documentation>
                 </xs:annotation>
             </xs:attribute>