You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2019/04/25 14:27:36 UTC

svn commit: r1858141 - in /ofbiz/ofbiz-plugins/trunk: birt/webapp/birt/WEB-INF/web.xml scrum/webapp/demotest/WEB-INF/web.xml scrum/webapp/scrum/WEB-INF/web.xml

Author: jleroux
Date: Thu Apr 25 14:27:36 2019
New Revision: 1858141

URL: http://svn.apache.org/viewvc?rev=1858141&view=rev
Log:
Fixed: Ensure html verbosity is following general setup
(OFBIZ-10940)

Currently the configuration of the Birt and Scrum component does not follow the 
- de facto - standard of having the html code reference the OFBiz widget and 
templates. 
See [1] vs [2]
[1] view-source:https://demo-trunk.ofbiz.apache.org/birt/control/main
[2] view-source:https://demo-trunk.ofbiz.apache.org/accounting/control/main

Thanks: Pierre Smits

Modified:
    ofbiz/ofbiz-plugins/trunk/birt/webapp/birt/WEB-INF/web.xml
    ofbiz/ofbiz-plugins/trunk/scrum/webapp/demotest/WEB-INF/web.xml
    ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/web.xml

Modified: ofbiz/ofbiz-plugins/trunk/birt/webapp/birt/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/birt/WEB-INF/web.xml?rev=1858141&r1=1858140&r2=1858141&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/webapp/birt/WEB-INF/web.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/webapp/birt/WEB-INF/web.xml Thu Apr 25 14:27:36 2019
@@ -35,16 +35,6 @@ under the License.
         <param-name>mainDecoratorLocation</param-name>
         <param-value>component://birt/widget/birt/BirtScreens.xml</param-value>
     </context-param>
-    <context-param>
-        <description>Enable widget boundary comments. See org.apache.ofbiz.widget.model.ModelWidget.widgetBoundaryCommentsEnabled().</description>
-        <param-name>widgetVerbose</param-name>
-        <param-value>false</param-value>
-    </context-param>
-    <context-param>
-        <description>Remove unnecessary whitespace from HTML output.</description>
-        <param-name>compressHTML</param-name>
-        <param-value>false</param-value>
-    </context-param>
     
     <filter>
         <display-name>ControlFilter</display-name>

Modified: ofbiz/ofbiz-plugins/trunk/scrum/webapp/demotest/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/webapp/demotest/WEB-INF/web.xml?rev=1858141&r1=1858140&r2=1858141&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/scrum/webapp/demotest/WEB-INF/web.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/scrum/webapp/demotest/WEB-INF/web.xml Thu Apr 25 14:27:36 2019
@@ -43,18 +43,6 @@ under the License.
         <param-value>component://scrum/widget/demotest/DemotestScreen.xml
         </param-value>
     </context-param>
-    <context-param>
-        <description>Enable widget boundary comments. See
-            org.apache.ofbiz.widget.model.ModelWidget.widgetBoundaryCommentsEnabled().
-        </description>
-        <param-name>widgetVerbose</param-name>
-        <param-value>false</param-value>
-    </context-param>
-    <context-param>
-        <description>Remove unnecessary whitespace from HTML output.</description>
-        <param-name>compressHTML</param-name>
-        <param-value>false</param-value>
-    </context-param>
 
     <filter>
         <display-name>ControlFilter</display-name>

Modified: ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/web.xml?rev=1858141&r1=1858140&r2=1858141&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/web.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/web.xml Thu Apr 25 14:27:36 2019
@@ -34,16 +34,6 @@ under the License.
         <param-name>mainDecoratorLocation</param-name>
         <param-value>component://scrum/widget/CommonScreens.xml</param-value>
     </context-param>
-    <context-param>
-        <description>Enable widget boundary comments. See org.apache.ofbiz.widget.model.ModelWidget.widgetBoundaryCommentsEnabled().</description>
-        <param-name>widgetVerbose</param-name>
-        <param-value>false</param-value>
-    </context-param>
-    <context-param>
-        <description>Remove unnecessary whitespace from HTML output.</description>
-        <param-name>compressHTML</param-name>
-        <param-value>false</param-value>
-    </context-param>
 
     <filter>
         <display-name>ControlFilter</display-name>