Author: jleroux
Date: Thu Apr 25 14:28:30 2019 New Revision: 1858143 URL: http://svn.apache.org/viewvc?rev=1858143&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/release17.12/ (props changed) ofbiz/ofbiz-plugins/branches/release17.12/birt/webapp/birt/WEB-INF/web.xml ofbiz/ofbiz-plugins/branches/release17.12/scrum/webapp/demotest/WEB-INF/web.xml ofbiz/ofbiz-plugins/branches/release17.12/scrum/webapp/scrum/WEB-INF/web.xml Propchange: ofbiz/ofbiz-plugins/branches/release17.12/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Thu Apr 25 14:28:30 2019 @@ -11,4 +11,4 @@ /ofbiz/branches/multitenant20100310/plugins:921280-927264 /ofbiz/branches/release13.07/plugins:1547657 /ofbiz/ofbiz-framework/trunk:1836107 -/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569,1830856,1831084,1832727,1832800,1837796,1837845,1837857,1838249,1838381,1838816,1841650,1845558,1847272,1847346,1847398,1847528,1847530,1848009,1848396,1848398,1848921,1849119,1851002,1851068,1851135,1851185,1852988,1855082,1856802,1856917,1857120,1857173 +/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569,1830856,1831084,1832727,1832800,1837796,1837845,1837857,1838249,1838381,1838816,1841650,1845558,1847272,1847346,1847398,1847528,1847530,1848009,1848396,1848398,1848921,1849119,1851002,1851068,1851135,1851185,1852988,1855082,1856802,1856917,1857120,1857173,1858141 Modified: ofbiz/ofbiz-plugins/branches/release17.12/birt/webapp/birt/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/birt/webapp/birt/WEB-INF/web.xml?rev=1858143&r1=1858142&r2=1858143&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/branches/release17.12/birt/webapp/birt/WEB-INF/web.xml (original) +++ ofbiz/ofbiz-plugins/branches/release17.12/birt/webapp/birt/WEB-INF/web.xml Thu Apr 25 14:28:30 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/release17.12/scrum/webapp/demotest/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/scrum/webapp/demotest/WEB-INF/web.xml?rev=1858143&r1=1858142&r2=1858143&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/branches/release17.12/scrum/webapp/demotest/WEB-INF/web.xml (original) +++ ofbiz/ofbiz-plugins/branches/release17.12/scrum/webapp/demotest/WEB-INF/web.xml Thu Apr 25 14:28:30 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/release17.12/scrum/webapp/scrum/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/scrum/webapp/scrum/WEB-INF/web.xml?rev=1858143&r1=1858142&r2=1858143&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/branches/release17.12/scrum/webapp/scrum/WEB-INF/web.xml (original) +++ ofbiz/ofbiz-plugins/branches/release17.12/scrum/webapp/scrum/WEB-INF/web.xml Thu Apr 25 14:28:30 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> |
Free forum by Nabble | Edit this page |