That breaks FOP rendering. No one had the time to figure out why, so it
was just set to false. [hidden email] wrote: > Author: jonesde > Date: Wed Apr 2 10:16:58 2008 > New Revision: 643976 > > URL: http://svn.apache.org/viewvc?rev=643976&view=rev > Log: > Setting this to true by default, which is already mentioned in the technical production setup guide > > Modified: > ofbiz/trunk/framework/widget/config/widget.properties > > Modified: ofbiz/trunk/framework/widget/config/widget.properties > URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/config/widget.properties?rev=643976&r1=643975&r2=643976&view=diff > ============================================================================== > --- ofbiz/trunk/framework/widget/config/widget.properties (original) > +++ ofbiz/trunk/framework/widget/config/widget.properties Wed Apr 2 10:16:58 2008 > @@ -21,4 +21,4 @@ > #compress.HTML=true > > # Enable screen widget boundary comments > -widget.verbose=false > +widget.verbose=true > > > |
Administrator
|
So we should comment again (or put false) and update the technical production setup guide, isn't ? (with maybe a comment about why
it's commented in both the technical production setup guide and the widget.properties file) Jacques From: "Adrian Crum" <[hidden email]> > That breaks FOP rendering. No one had the time to figure out why, so it was just set to false. > > [hidden email] wrote: >> Author: jonesde >> Date: Wed Apr 2 10:16:58 2008 >> New Revision: 643976 >> >> URL: http://svn.apache.org/viewvc?rev=643976&view=rev >> Log: >> Setting this to true by default, which is already mentioned in the technical production setup guide >> >> Modified: >> ofbiz/trunk/framework/widget/config/widget.properties >> >> Modified: ofbiz/trunk/framework/widget/config/widget.properties >> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/config/widget.properties?rev=643976&r1=643975&r2=643976&view=diff >> ============================================================================== >> --- ofbiz/trunk/framework/widget/config/widget.properties (original) >> +++ ofbiz/trunk/framework/widget/config/widget.properties Wed Apr 2 10:16:58 2008 >> @@ -21,4 +21,4 @@ >> #compress.HTML=true >> # Enable screen widget boundary comments >> -widget.verbose=false >> +widget.verbose=true >> >> >> > |
Or maybe fix the bug? I'm actually just about done with that and will commit in a minute. -David On Apr 2, 2008, at 12:00 PM, Jacques Le Roux wrote: > So we should comment again (or put false) and update the technical > production setup guide, isn't ? (with maybe a comment about why it's > commented in both the technical production setup guide and the > widget.properties file) > > Jacques > > From: "Adrian Crum" <[hidden email]> >> That breaks FOP rendering. No one had the time to figure out why, >> so it was just set to false. >> >> [hidden email] wrote: >>> Author: jonesde >>> Date: Wed Apr 2 10:16:58 2008 >>> New Revision: 643976 >>> >>> URL: http://svn.apache.org/viewvc?rev=643976&view=rev >>> Log: >>> Setting this to true by default, which is already mentioned in the >>> technical production setup guide >>> >>> Modified: >>> ofbiz/trunk/framework/widget/config/widget.properties >>> >>> Modified: ofbiz/trunk/framework/widget/config/widget.properties >>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/config/widget.properties?rev=643976&r1=643975&r2=643976&view=diff >>> = >>> = >>> = >>> = >>> = >>> = >>> = >>> = >>> = >>> = >>> ==================================================================== >>> --- ofbiz/trunk/framework/widget/config/widget.properties (original) >>> +++ ofbiz/trunk/framework/widget/config/widget.properties Wed Apr >>> 2 10:16:58 2008 >>> @@ -21,4 +21,4 @@ >>> #compress.HTML=true >>> # Enable screen widget boundary comments >>> -widget.verbose=false >>> +widget.verbose=true >>> >>> >>> > |
Administrator
|
Sure, better :o)
Jacques From: "David E Jones" <[hidden email]> > > Or maybe fix the bug? > > I'm actually just about done with that and will commit in a minute. > > -David > > > On Apr 2, 2008, at 12:00 PM, Jacques Le Roux wrote: >> So we should comment again (or put false) and update the technical production setup guide, isn't ? (with maybe a comment about >> why it's commented in both the technical production setup guide and the widget.properties file) >> >> Jacques >> >> From: "Adrian Crum" <[hidden email]> >>> That breaks FOP rendering. No one had the time to figure out why, so it was just set to false. >>> >>> [hidden email] wrote: >>>> Author: jonesde >>>> Date: Wed Apr 2 10:16:58 2008 >>>> New Revision: 643976 >>>> >>>> URL: http://svn.apache.org/viewvc?rev=643976&view=rev >>>> Log: >>>> Setting this to true by default, which is already mentioned in the technical production setup guide >>>> >>>> Modified: >>>> ofbiz/trunk/framework/widget/config/widget.properties >>>> >>>> Modified: ofbiz/trunk/framework/widget/config/widget.properties >>>> URL: >>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/config/widget.properties?rev=643976&r1=643975&r2=643976&view=diff >>>> = = = = = = = = = = ==================================================================== >>>> --- ofbiz/trunk/framework/widget/config/widget.properties (original) >>>> +++ ofbiz/trunk/framework/widget/config/widget.properties Wed Apr 2 10:16:58 2008 >>>> @@ -21,4 +21,4 @@ >>>> #compress.HTML=true >>>> # Enable screen widget boundary comments >>>> -widget.verbose=false >>>> +widget.verbose=true >>>> >>>> >>>> >> > |
Free forum by Nabble | Edit this page |