How can I upgrade the ofbiz version of the opentaps?

2014-04-07 Thread gavinju
Now, the new version of ofbiz is 13.07. How can I upgrade the ofbiz version of the opentaps? Please give me some ideas. Thank you very much. -- View this message in context: http://ofbiz.135035.n4.nabble.com/How-can-I-upgrade-the-ofbiz-version-of-the-opentaps-tp4650259.html Sent from the OFBiz

About .gitignore

2014-04-07 Thread Jacques Le Roux
Instead of runtime/logs/cobertura-base.dat runtime/logs/cobertura-components.dat runtime/logs/cobertura-report runtime/logs/*.log* runtime/logs/*.html* runtime/logs/test-results/* could we not simply have runtime/logs/ ? Also why those are hidden? themes/flatgrey/w

Re: Birthday's Change

2014-04-07 Thread adrian . crum
Fixed in rev 1585574. Thanks! -Adrian Quoting gareth_car...@stannah.co.uk: The reason for this is because the mod Adrian Made for OFBIZ-5608, which calls getYear(), getMonth(), getDay() of java.util.Date, however getDay() returns the day of week not of the month, getDate() returns day of mon

[jira] [Updated] (OFBIZ-5608) Dates Displaying Incorrectly With Negative Offest Timezones.

2014-04-07 Thread Gareth Carter (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gareth Carter updated OFBIZ-5608: - Attachment: dates.patch test case was incorrect. > Dates Displaying Incorrectly With Negative Of

[jira] [Updated] (OFBIZ-5608) Dates Displaying Incorrectly With Negative Offest Timezones.

2014-04-07 Thread Gareth Carter (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gareth Carter updated OFBIZ-5608: - Attachment: (was: dates.patch) > Dates Displaying Incorrectly With Negative Offest Timezones.

[jira] [Updated] (OFBIZ-5608) Dates Displaying Incorrectly With Negative Offest Timezones.

2014-04-07 Thread Gareth Carter (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gareth Carter updated OFBIZ-5608: - Attachment: dates.patch I have uploaded a patch to: 1) Fix Adrian's code in commit 1585033 2) Not

Re: Birthday's Change

2014-04-07 Thread Rupert Howell
I've just set a custom time period up for the following dates: 4/3/2014 - 30/4/2014 Its being persisted as 2014-03-04 to the 2014-04-03 The below is a true failure. On 5 April 2014 11:28, Jacques Le Roux wrote: > Thanks Adrian! > > Is that a false failure or a test to adapt? > http://ci.apache

Re: Birthday's Change

2014-04-07 Thread Rupert Howell
I've reopened the Jira for this. I don't believe this fix will actually make any difference anyway. On 7 April 2014 09:48, wrote: > The reason for this is because the mod Adrian Made for OFBIZ-5608, which > calls getYear(), getMonth(), getDay() of java.util.Date, however getDay() > returns the

Re: Birthday's Change

2014-04-07 Thread gareth_carter
The reason for this is because the mod Adrian Made for OFBIZ-5608, which calls getYear(), getMonth(), getDay() of java.util.Date, however getDay() returns the day of week not of the month, getDate() returns day of month. Gareth Carter Software Development Analyst Stannah Management Services L

[jira] [Reopened] (OFBIZ-5608) Dates Displaying Incorrectly With Negative Offest Timezones.

2014-04-07 Thread Rupert Howell (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rupert Howell reopened OFBIZ-5608: -- Reopening - dates being saved totally incorrectly now. Investigating further. > Dates Displaying I