[jira] Assigned: (OFBIZ-1809) Adding an item in the 2d (or 3d, etc., I guess) ship group of a splitted order without adding before in the 1st group you get a "Please Select Your Shipping Method." erro

2009-03-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-1809: -- Assignee: Jacques Le Roux > Adding an item in the 2d (or 3d, etc., I guess) ship group

[jira] Commented: (OFBIZ-2243) In hyperlink and sub-hyperlink elements, replacement of target parameters by parameter sub-elements

2009-03-29 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693646#action_12693646 ] David E. Jones commented on OFBIZ-2243: --- Wow... that's quite the set of regexps... >

Re: Weird param in URL

2009-03-29 Thread David E Jones
Actually, it's not okay like this. Whatever is in the value attribute will be put directly into the HTML hidden input value attribute. If you run this and take a look at the HTML generated you'll see what I mean... It looks like this may be meant to append the externalLoginKey parameter

[jira] Commented: (OFBIZ-2256) Secure URLs

2009-03-29 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693641#action_12693641 ] David E. Jones commented on OFBIZ-2256: --- We might want to leave this open for the FTL

[jira] Updated: (OFBIZ-2259) Testing - Rollback database changes after each test-suite using the GenericDelegator

2009-03-29 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray updated OFBIZ-2259: -- Attachment: rollback.patch It would be great to get some feedback on this before I commit it in the nex

[jira] Created: (OFBIZ-2259) Testing - Rollback database changes after each test-suite using the GenericDelegator

2009-03-29 Thread Scott Gray (JIRA)
Testing - Rollback database changes after each test-suite using the GenericDelegator Key: OFBIZ-2259 URL: https://issues.apache.org/jira/browse/OFBIZ-2259 Project: O

[jira] Commented: (OFBIZ-2256) Secure URLs

2009-03-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693594#action_12693594 ] Jacques Le Roux commented on OFBIZ-2256: BTW your work on ftl files was intersting

[jira] Closed: (OFBIZ-2256) Secure URLs

2009-03-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2256. -- Resolution: Won't Fix Assignee: Jacques Le Roux Sorry Pratik, Most of what you submitted

[jira] Updated: (OFBIZ-1235) Create the theme for the form widget

2009-03-29 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WeizhanGuo updated OFBIZ-1235: -- Attachment: ftlMacroRenderer.patch The HTML macro can work, I have do some test about this, but haven't

Secure URLs

2009-03-29 Thread Jacques Le Roux
Looks like it's all done for XML files, still work to be done in ftl files... Jacques From: Author: jleroux Date: Sun Mar 29 14:02:55 2009 New Revision: 759684 URL: http://svn.apache.org/viewvc?rev=759684&view=rev Log: 21th set of changes explained in https://issues.apache.org/jira/browse/OF

[jira] Commented: (OFBIZ-2243) In hyperlink and sub-hyperlink elements, replacement of target parameters by parameter sub-elements

2009-03-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693562#action_12693562 ] Jacques Le Roux commented on OFBIZ-2243: Strange how And also because I wanted

[jira] Closed: (OFBIZ-2243) In hyperlink and sub-hyperlink elements, replacement of target parameters by parameter sub-elements

2009-03-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2243. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux For those

Re: Weird param in URL

2009-03-29 Thread Jacques Le Roux
Forgot this issue, there was a typo in, and I found other cases where 2 string are concatenated like that, so it's ok In applications/order/webapp/ordermgr/return/ReturnForms.xml, it has been migrated like that use-when="returnHeader!=null&&returnHeader.getString("fromPartyId")!=null">

It's ok for ${returnHeader.fromPartyId}${externalKeyParam}

2009-03-29 Thread Jacques Le Roux
Forgot the 1st mail about this issue, there was a typo in, and I found other cases where 2 string are concatenated like that, so it's ok In applications/order/webapp/ordermgr/return/ReturnForms.xml, it's migrated like that use-when="returnHeader!=null&&returnHeader.getString("fromPartyI

Weird param in URL

2009-03-29 Thread Jacques Le Roux
in r759666 I have commited this -target="/partymgr/control/editcreditcard?partyId=${returnHeader.fromPartyId}${externalKeyParam}" target-window="partymgr" description="${uiLabelMap.AccountingCreateNewCreditCard}" target-type="inter-app"/> +description="${uiLabelMap.Acco