Commit Graph

2369 Commits

Author SHA1 Message Date
Carlos Ruiz a33cf4bec5 Preparing release 6.2 2019-01-05 23:34:22 +01:00
Carlos Ruiz a74c2948cd minor fix - webstore broken when login with admin @ gardenworld.com -> a much better solution suggested by Hiep Lq 2019-01-04 14:41:27 +01:00
Carlos Ruiz 8355ea74bf minor fix - webstore broken when login with admin @ gardenworld.com -> RFC6265 Cookie values may not contain character [ ] 2019-01-04 02:05:08 +01:00
Carlos Ruiz 85defe9615 IDEMPIERE-3859 Show Name (translated) instead of Value for list identifiers 2019-01-03 22:53:36 +01:00
hieplq f3db098703 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (jdk intenal package)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431
implement to don't use intenal package
2018-12-31 04:04:22 +07:00
Carlos Ruiz b32038f30b IDEMPIERE-2911 NF3.0 Tree On Any Table not working correctly in subtab 2018-12-29 00:04:32 +01:00
Carlos Ruiz bce0ae0611 IDEMPIERE-3808 - setup launchers with java 11 2018-12-28 23:14:02 +01:00
Carlos Ruiz e3a39971fc IDEMPIERE-3844 Date+Time not respected in process parameter / peer review - dropping also a legacy TRUNC on number <= - it doesn't make any sense to have trunc on numbers just based on that condition - it's inconsistent 2018-12-28 13:08:34 +01:00
Deepak Pansheriya e964bd84e5 IDEMPIERE-3844: Fix Date+Time not respected in process parameter. 2018-12-27 16:07:27 +05:30
hieplq 6c76b7e4b8 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
this commit by auto adjust from eclipse (exclude server.product.launch)

== setup eclipse like bellow to get stable build ==
1. keep eclipse at Eclipse 2018-09 (https://www.eclipse.org/downloads/packages/release/2018-09/r)
2. install "java-11-support-eclipse" https://marketplace.eclipse.org/content/java-11-support-eclipse-2018-09-49
3. call update "help/check for update"
4. now that eclipse full support jdk-11 and build stable without any issue

ref:https://groups.google.com/d/msg/idempiere/At6xXFyEcGY/IJ1ETiohCwAJ
2018-12-28 15:11:11 +07:00
Carlos Ruiz 8b73a1b743 hg merge experimental (merge experimental into default) 2018-12-27 16:57:47 +01:00
Carlos Ruiz e3cf7d225a hg merge release-6.1 (merge release6.1 into default) 2018-12-27 11:19:27 +01:00
Carlos Ruiz 6037389ced IDEMPIERE-3855 Implement AD_Tree.IsValueDisplayed - FHCA-817 2018-12-26 15:27:12 +01:00
Carlos Ruiz fbb6e1cf53 AP2-191 IDEMPIERE-3837 Revenue Recognition / fix issues discovered in QA 2018-12-26 13:11:01 +01:00
Carlos Ruiz 426951381c IDEMPIERE-3854 Conversion rate must validate period overlapping 2018-12-25 21:39:51 +01:00
Carlos Ruiz f3851b4688 IDEMPIERE-3853 Bug in Auto Allocation / IDEMPIERE-378 2018-12-25 21:39:37 +01:00
Carlos Ruiz 18f789b57c hg merge release-6.1 (merge release6.1 into default) 2018-12-21 16:45:29 +01:00
Carlos Ruiz 1fd56b7609 IDEMPIERE-3850 Performance improvement: implement reporting from read-only replica (from TrekGlobal) 2018-12-18 14:22:17 +01:00
Carlos Ruiz 46bdae37d7 IDEMPIERE-3766 Attachments is remove if storage is not available 2018-12-15 17:28:30 +01:00
Nicolas Micoud ec6d32fdd5 IDEMPIERE-3770 Translation : export only centralized data 2018-12-15 17:00:03 +01:00
Nicolas Micoud 69b0ad5ce8 IDEMPIERE-3780 AD_User.IsNoExpire to override MAX_INACTIVE_PERIOD_DAY 2018-12-15 16:50:08 +01:00
Ricardo Santana 867a86250d IDEMPIERE-3809 Error when packin a workflow node by a 2Pack 2018-12-15 16:32:06 +01:00
Carlos Ruiz 6bf4456dfc IDEMPIERE-3828 Error when packin a Process Parameter by a 2Pack / integrate patch suggested by Bruno de Melo Carvalho (dsoftware55.cc) 2018-12-15 16:27:04 +01:00
Heng Sin Low 021eb6d27f IDEMPIERE-3697 IDEMPIERE-3598 AP2-821 Invoice reversals not updating PO record as expected. Fix condition for auto create of matchpo in matchpo.reverse 2018-12-10 21:30:18 +08:00
hieplq 45e54b5da0 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
https://github.com/eclipse-ee4j
some already release so update, some not yet release so wait

https://eclipse-ee4j.github.io/javamail/
https://eclipse-ee4j.github.io/jaf/
2018-12-23 11:08:13 +07:00
hieplq 942800418e IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6.0.1, eclipse-1812, java11, tycho 1.3)
still use local repository for maven.to.p2 to continue update library
2018-12-22 15:49:50 +07:00
Nicolas Micoud 123eaf0c6f IDEMPIERE-3786 Number of records in detail grid must not be hardcoded 2018-12-15 14:21:00 +01:00
Carlos Ruiz 2bfa3f4c38 IDEMPIERE-3829 Scheduler not running - ( Failed to create new process instance ) in log / fix java.util.ConcurrentModificationException when running all housekeeping schedulers on start
13:51:15.942-----------> Scheduler.doWork: MProcess[53154-HouseKeeping] [173]
java.util.ConcurrentModificationException
	at java.base/java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:719)
	at java.base/java.util.LinkedHashMap$LinkedValueIterator.next(LinkedHashMap.java:746)
	at org.compiere.model.MTable.get(MTable.java:112)
	at org.compiere.model.Query.<init>(Query.java:134)
	at org.compiere.model.MScheduler.getParameters(MScheduler.java:165)
2018-12-15 14:08:41 +01:00
Carlos Ruiz 5260f31c57 IDEMPIERE-2558 don't allow use old password when change password / fix daysReuse=0 means this feature is not used / do not save password history if not configured / warning on log when saving plain passwords 2018-12-14 14:10:10 +01:00
Carlos Ruiz ed8e16bee4 IDEMPIERE-3829 Scheduler not running - ( Failed to create new process instance ) in log 2018-11-22 13:36:19 -02:00
Carlos Ruiz 7c023a5ac3 IDEMPIERE-3842 Cannot run Synchronize Column on oracle CLOB columns 2018-12-04 15:25:43 +01:00
Carlos Ruiz ac14fcd294 IDEMPIERE-3830 c3p0 defaults are not exploiting the power of c3p0 reliability 2018-11-28 22:17:48 +01:00
Murilo Habermann Torquato 0c3e75c1d0 Refs #6141 - class cast exception ( IDEMPIERE-3832) 2018-11-24 20:32:36 -02:00
Carlos Ruiz e89fbe3b29 IDEMPIERE-3837 Revenue Recognition / peer review 2018-11-28 01:54:58 +01:00
Carlos Ruiz fc2d69e8ab IDEMPIERE-3837 Revenue Recognition - integrate Revenue Recognition implementation from Adaxa 2018-11-28 01:12:21 +01:00
Carlos Ruiz f7e0668ee4 IDEMPIERE-3439 Create System windows to analyze all clients and users / Fix Packin AD_Preference problem 2018-11-23 15:41:50 -02:00
Carlos Ruiz 21a89ab521 IDEMPIERE-3824 Implement apply packin from folder from command line 2018-11-19 12:58:57 -02:00
Carlos Ruiz a7d4a7d690 IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow 2018-11-12 15:29:22 -02:00
Redhuan D. Oon f1b23aa97f IDEMPIERE-3811 Print Format Create From Table needs TrxName 2018-11-11 19:04:39 -02:00
Carlos Ruiz 53a19b0bf1 IDEMPIERE-3813 [MOrder] - Method getShipments() / integrate patch suggested by Gustavo Francisco (gustavo.fr4ncisco) 2018-11-11 18:58:05 -02:00
hieplq f39116d95d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (delete buckminster stuff) 2018-11-10 10:32:38 +07:00
Carlos Ruiz 30311f6b0a IDEMPIERE-3810 New IDs display type (AD_Reference) created via 2pack are created as String 2018-11-07 17:44:23 -02:00
Carlos Ruiz 7eeb4a8463 More versioning for 6.1 2018-11-04 18:32:21 -02:00
Carlos Ruiz 1e1b9b8bce Generate model for version 6.1 2018-11-04 15:09:32 -02:00
Carlos Ruiz ee4303d453 set version to 6.1 2018-11-04 14:47:53 -02:00
Carlos Ruiz f65f6f5d19 IDEMPIERE-3798 Fix launchers 2018-10-31 21:58:21 +01:00
hieplq 479deb9b27 Merge 2018-10-31 17:31:38 +07:00
hieplq 7ddd9b9692 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
use javax.activation bundle from eclipse can resolve issue conflic between tycho buil/eclipse build/eclipse runtime
2018-10-31 10:25:17 +07:00
hieplq 8a04f3e303 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
1. new version of cxf need new version of spring so get osgi version from org.apache.servicemix but spring of cxf limit to 4.0 so take 4.3.19.RELEASE_1
http://cxf.apache.org/docs/30-migration-guide.html

2. eclipse auto add --add-modules=ALL-SYSTEM when run eclipse launcher, so when run idempiere server from eclipse encounter bellow condition
   javax.activity, javax.xml.ws is depricate package to remove on jdk11
   that why this module is exclusive from build class path (but by --add-modules=ALL-SYSTEM it appear at runtime)
   we use some replace jar for that package (com.sun.activation for javax.activation)
2018-10-31 04:03:57 +07:00
Carlos Ruiz eba4ceca7f hg merge release-5.1 (merge release5.1 into default) 2018-10-26 15:36:31 +02:00