[jira] [Updated] (OFBIZ-5356) Ability to select Lookup records having more than one primary key field

2013-11-17 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-5356: --- Fix Version/s: (was: Release Branch 12.04) SVN trunk Please consider t

[jira] [Commented] (OFBIZ-5396) Add ability to set , , form widget field key values manually

2013-11-17 Thread Christian Carlow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825044#comment-13825044 ] Christian Carlow commented on OFBIZ-5396: - So I was able to provide the equivalent

[jira] [Reopened] (OFBIZ-5356) Ability to select Lookup records having more than one primary key field

2013-11-17 Thread Christian Carlow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Carlow reopened OFBIZ-5356: - > Ability to select Lookup records having more than one primary key field > -

[jira] [Created] (OFBIZ-5396) Add ability to set , , form widget field key values manually

2013-11-17 Thread Christian Carlow (JIRA)
Christian Carlow created OFBIZ-5396: --- Summary: Add ability to set , , form widget field key values manually Key: OFBIZ-5396 URL: https://issues.apache.org/jira/browse/OFBIZ-5396 Project: OFBiz

Re: svn commit: r1542795 - /ofbiz/trunk/framework/catalina/src/org/ofbiz/catalina/container/CatalinaCo ntainer.java

2013-11-17 Thread Jacques Le Roux
Sorry again, BTW you are invited to try/use/break the demo trunk as most as possible ;) On Sunday, November 17, 2013 9:59 PM Jacques Le Roux wrote: > Sorry, the right initial address for Plumbr is http://plumbr.eu/ > > On Sunday, November 17, 2013 9:33 PM Jacques Le Roux > wrote: >> BTW, I h

Re: svn commit: r1542795 - /ofbiz/trunk/framework/catalina/src/org/ofbiz/catalina/container/CatalinaCo ntainer.java

2013-11-17 Thread Jacques Le Roux
Sorry, the right initial address for Plumbr is http://plumbr.eu/ On Sunday, November 17, 2013 9:33 PM Jacques Le Roux wrote: > BTW, I have installed Plumbr https://portal.plumbr.eu/ into the trunk demo > (don't ask how :D ) > It's running for more than a week, any leaks (no surprises) > > Jacq

Re: svn commit: r1542795 - /ofbiz/trunk/framework/catalina/src/org/ofbiz/catalina/container/CatalinaCo ntainer.java

2013-11-17 Thread Jacques Le Roux
BTW, I have installed Plumbr https://portal.plumbr.eu/ into the trunk demo (don't ask how :D ) It's running for more than a week, any leaks (no surprises) Jacques On Sunday, November 17, 2013 7:53 PM jler...@apache.org wrote: > Author: jleroux > Date: Sun Nov 17 18:53:17 2013 > New Revision: 1

Re: Updating Mini-language script files.

2013-11-17 Thread Adrian Crum
It has been tested thoroughly, but the stylesheet is making more changes than I like. I'm working on fixing that now. Adrian Crum Sandglass Software www.sandglass-software.com On 11/17/2013 1:46 PM, Jacques Le Roux wrote: Sounds like a good idea to me. Has it been seriously tested already? Ja

Re: svn commit: r1542530 - /ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/conditional/R egexpCondition.java

2013-11-17 Thread Jacques Le Roux
I don't see the relation with this change, is there one? Jacques On Sunday, November 17, 2013 5:07 PM Adrian Crum wrote: > Keep in mind the new Mini-language has a setting that will convert your > source code over to the new grammar. > > Adrian Crum > Sandglass Software > www.sandglass-softwar

Re: Updating Mini-language script files.

2013-11-17 Thread Jacques Le Roux
Sounds like a good idea to me. Has it been seriously tested already? Jacques On Sunday, November 17, 2013 6:51 PM Adrian Crum wrote: > It has been more than a year since I updated the Mini-language grammar. > Mini-language has a built-in feature to auto-correct scripts and update > the original

Updating Mini-language script files.

2013-11-17 Thread Adrian Crum
It has been more than a year since I updated the Mini-language grammar. Mini-language has a built-in feature to auto-correct scripts and update the original files. I would like to use that feature to update the script files so they use the new grammar. There will be no functional change to the

Re: svn commit: r1542530 - /ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/conditional/R egexpCondition.java

2013-11-17 Thread Adrian Crum
Keep in mind the new Mini-language has a setting that will convert your source code over to the new grammar. Adrian Crum Sandglass Software www.sandglass-software.com On 11/17/2013 9:25 AM, Jacques Le Roux wrote: It was a bit more than that, actually https://cwiki.apache.org/OFBADMIN/mini-lang

Re: svn commit: r1542530 - /ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/conditional/R egexpCondition.java

2013-11-17 Thread Jacques Le Roux
It was a bit more than that, actually https://cwiki.apache.org/OFBADMIN/mini-language-reference.html to https://cwiki.apache.org/confluence/display/OFBADMIN/Mini-language+Reference BTW, great job Adrian on, not only refactoring the minilang API, but also documenting it many details, thanks! Jacq

Re: svn commit: r1542709 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/PatternFactory.java

2013-11-17 Thread Adrian Crum
RegexPatternFactory is a good name. Thank you for the fixes. Adrian Crum Sandglass Software www.sandglass-software.com On 11/17/2013 8:51 AM, Jacques Le Roux wrote: OK, I renames it createOrGetPerl5CompiledPattern I thought also about naming PatternFactory.java OroPatternFactory.java for 2 r

Re: svn commit: r1542709 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/PatternFactory.java

2013-11-17 Thread Jacques Le Roux
OK, I renames it createOrGetPerl5CompiledPattern I thought also about naming PatternFactory.java OroPatternFactory.java for 2 reasons: 1) in case we would want to create a RegexPatternFactory.java for Java regex. 2) PatternFactory is a bit confusing as a name, since at 1st glance it could evoke

Re: svn commit: r1542709 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/PatternFactory.java

2013-11-17 Thread Adrian Crum
I included the RegEx "flavor" in the factory method name for a reason - someone might want to use one of the other flavors (Awk, etc). Adrian Crum Sandglass Software www.sandglass-software.com On 11/17/2013 6:35 AM, jler...@apache.org wrote: Author: jleroux Date: Sun Nov 17 11:35:49 2013 New R