svn commit: r1858142 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ birt/webapp/birt/WEB-INF/web.xml scrum/webapp/demotest/WEB-INF/web.xml scrum/webapp/scrum/WEB-INF/web.xml

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

svn commit: r1858142 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ birt/webapp/birt/WEB-INF/web.xml scrum/webapp/demotest/WEB-INF/web.xml scrum/webapp/scrum/WEB-INF/web.xml

jleroux@apache.org
Author: jleroux
Date: Thu Apr 25 14:28:18 2019
New Revision: 1858142

URL: http://svn.apache.org/viewvc?rev=1858142&view=rev
Log:
"Applied fix from plugins for revision: 1858141  "
------------------------------------------------------------------------
r1858141 | jleroux | 2019-04-25 16:27:36 +0200 (jeu. 25 avr. 2019) | 11 lignes

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/branches/release18.12/   (props changed)
    ofbiz/ofbiz-plugins/branches/release18.12/birt/webapp/birt/WEB-INF/web.xml
    ofbiz/ofbiz-plugins/branches/release18.12/scrum/webapp/demotest/WEB-INF/web.xml
    ofbiz/ofbiz-plugins/branches/release18.12/scrum/webapp/scrum/WEB-INF/web.xml

Propchange: ofbiz/ofbiz-plugins/branches/release18.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Apr 25 14:28:18 2019
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173
+/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141

Modified: ofbiz/ofbiz-plugins/branches/release18.12/birt/webapp/birt/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/birt/webapp/birt/WEB-INF/web.xml?rev=1858142&r1=1858141&r2=1858142&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release18.12/birt/webapp/birt/WEB-INF/web.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release18.12/birt/webapp/birt/WEB-INF/web.xml Thu Apr 25 14:28:18 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/branches/release18.12/scrum/webapp/demotest/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/scrum/webapp/demotest/WEB-INF/web.xml?rev=1858142&r1=1858141&r2=1858142&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release18.12/scrum/webapp/demotest/WEB-INF/web.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release18.12/scrum/webapp/demotest/WEB-INF/web.xml Thu Apr 25 14:28:18 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/branches/release18.12/scrum/webapp/scrum/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/scrum/webapp/scrum/WEB-INF/web.xml?rev=1858142&r1=1858141&r2=1858142&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release18.12/scrum/webapp/scrum/WEB-INF/web.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release18.12/scrum/webapp/scrum/WEB-INF/web.xml Thu Apr 25 14:28:18 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>