svn commit: r1741146 - /ofbiz/trunk/framework/widget/dtd/widget-form.xsd

2016-04-26 Thread zhangwei
Author: zhangwei
Date: Wed Apr 27 04:50:26 2016
New Revision: 1741146

URL: http://svn.apache.org/viewvc?rev=1741146=rev
Log:
OFBIZ-7024 Attribute 'placeholder' is not allowed to appear in element 'text'

Modified:
ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-form.xsd?rev=1741146=1741145=1741146=diff
==
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Wed Apr 27 04:50:26 2016
@@ -1621,6 +1621,11 @@ under the License.
 
 
 
+
+
+Specifies a short hint that describes 
the expected value of an input field.
+
+
 
 
 




svn commit: r1741035 - /ofbiz/trunk/themes/tomahawk/data/TomahawkThemeData.xml

2016-04-26 Thread jleroux
Author: jleroux
Date: Tue Apr 26 14:15:06 2016
New Revision: 1741035

URL: http://svn.apache.org/viewvc?rev=1741035=rev
Log:
Fixes an issue with path to Tomahawk theme data

Modified:
ofbiz/trunk/themes/tomahawk/data/TomahawkThemeData.xml

Modified: ofbiz/trunk/themes/tomahawk/data/TomahawkThemeData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/data/TomahawkThemeData.xml?rev=1741035=1741034=1741035=diff
==
--- ofbiz/trunk/themes/tomahawk/data/TomahawkThemeData.xml (original)
+++ ofbiz/trunk/themes/tomahawk/data/TomahawkThemeData.xml Tue Apr 26 14:15:06 
2016
@@ -1,67 +1,67 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+




svn commit: r1741022 - in /ofbiz/trunk: framework/widget/dtd/compound-widgets.xsd specialpurpose/example/widget/example/ExampleCompoundWidgets.xml

2016-04-26 Thread jleroux
Author: jleroux
Date: Tue Apr 26 13:35:07 2016
New Revision: 1741022

URL: http://svn.apache.org/viewvc?rev=1741022=rev
Log:
Fixes "ExampleCompoundWidgets throws errors" - 
https://issues.apache.org/jira/browse/OFBIZ-7023

Actually this is due to both compound-widgets.xsd and 
ExampleCompoundWidgets.xml errors. Both have not visible effects but in logs

Modified:
ofbiz/trunk/framework/widget/dtd/compound-widgets.xsd
ofbiz/trunk/specialpurpose/example/widget/example/ExampleCompoundWidgets.xml

Modified: ofbiz/trunk/framework/widget/dtd/compound-widgets.xsd
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/compound-widgets.xsd?rev=1741022=1741021=1741022=diff
==
--- ofbiz/trunk/framework/widget/dtd/compound-widgets.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/compound-widgets.xsd Tue Apr 26 13:35:07 
2016
@@ -4,9 +4,9 @@
 
 
 
-
+
 
-
+
 
 
 

Modified: 
ofbiz/trunk/specialpurpose/example/widget/example/ExampleCompoundWidgets.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleCompoundWidgets.xml?rev=1741022=1741021=1741022=diff
==
--- 
ofbiz/trunk/specialpurpose/example/widget/example/ExampleCompoundWidgets.xml 
(original)
+++ 
ofbiz/trunk/specialpurpose/example/widget/example/ExampleCompoundWidgets.xml 
Tue Apr 26 13:35:07 2016
@@ -21,7 +21,7 @@ under the License.
 
 http://www.w3.org/2001/XMLSchema-instance; 
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/compound-widgets.xsd;>
 
-http://ofbiz.apache.org/Site-Conf; 
xsi:schemaLocation="http://ofbiz.apache.org/Site-Conf 
http://ofbiz.apache.org/dtds/site-conf.xsd;>
+http://www.w3.org/2001/XMLSchema-instance; 
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd;>
 
 
 
@@ -33,7 +33,7 @@ under the License.
 
 
 
-http://ofbiz.apache.org/Widget-Menu; 
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Menu 
http://ofbiz.apache.org/dtds/widget-menu.xsd;>
+http://www.w3.org/2001/XMLSchema-instance; 
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd;>
 
 
 
@@ -44,7 +44,7 @@ under the License.
 
 
 
-http://ofbiz.apache.org/Widget-Screen; 
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Screen 
http://ofbiz.apache.org/dtds/widget-screen.xsd;>
+http://www.w3.org/2001/XMLSchema-instance; 
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd;>
 
 
 
@@ -96,7 +96,7 @@ under the License.
 
 
 
-http://ofbiz.apache.org/Widget-Form; 
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form 
http://ofbiz.apache.org/dtds/widget-form.xsd;>
+http://www.w3.org/2001/XMLSchema-instance; 
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd;>
 
 
 
@@ -106,7 +106,7 @@ under the License.
 
 
 
-http://ofbiz.apache.org/Simple-Method; 
xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method 
http://ofbiz.apache.org/dtds/simple-methods.xsd;>
+http://www.w3.org/2001/XMLSchema-instance; 
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd;>