Carlos Ruiz
e1ce7e9ec9
Backed out changeset c14bc0ce677c - IDEMPIERE-3808 - works fine in 2018-12 but not yet in 2018-09
2019-01-10 15:39:41 +01:00
Carlos Ruiz
f79dc728a3
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. As advised by Heng Sin
2019-01-10 15:21:19 +01:00
Carlos Ruiz
090a34eb88
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. / eclipse still doesn't fully support - avoid annoying warning on launcher
2019-01-07 17:58:10 +01:00
Carlos Ruiz
d14338729b
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment.
2019-01-07 13:22:58 +01:00
Carlos Ruiz
9487335169
Preparing release 6.2 - upgrade versions
2019-01-05 23:56:28 +01:00
Carlos Ruiz
33b8b505d7
IDEMPIERE-3852 Export zip button (pack out) has error for tabs beyond third level (FHCA-815)
2018-12-19 20:00:20 +01:00
Deepak Pansheriya
ce5914a3fb
IDEMPIERE-3803 : PackOut process is not exporting UUIDs references for fields AD_Image_ID
2018-10-17 07:52:58 -04:00
Carlos Ruiz
19fed8e7fd
IDEMPIERE-3508 2pack: suport export from normal string column to text long string column / fix R_MailText.MailText imported as 1.dat|string
2018-11-13 17:21:51 -02:00
Carlos Ruiz
a7d4a7d690
IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow
2018-11-12 15:29:22 -02:00
Carlos Ruiz
bc99a2669c
IDEMPIERE-3816 Deadlock in 2Pack after creating a foreign key constraint with AD_Sequence
2018-11-10 23:19:17 -02:00
Carlos Ruiz
d3ddf88d83
IDEMPIERE-2771 Improve 2pack tracing for errors - fix problem reported by Andrea Bellotto
...
https://groups.google.com/d/msg/idempiere/8RwwI6duAAs/idONU539CAAJ
2018-11-05 21:48:12 -02:00
Carlos Ruiz
7eeb4a8463
More versioning for 6.1
2018-11-04 18:32:21 -02:00
Carlos Ruiz
ee4303d453
set version to 6.1
2018-11-04 14:47:53 -02:00
hieplq
479deb9b27
Merge
2018-10-31 17:31:38 +07:00
Carlos Ruiz
eba4ceca7f
hg merge release-5.1 (merge release5.1 into default)
2018-10-26 15:36:31 +02:00
hieplq
5e5d79f614
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle)
2018-10-24 13:07:45 +07:00
hieplq
155810c3f1
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:25:50 +07:00
hieplq
0a010a526d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project)
...
run auto update maven projec (side effect from 15ccf00c09f5).
2018-10-24 08:56:57 +07:00
hieplq
1c5a89128b
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (Bundle-RequiredExecutionEnvironment)
...
eclipse don't reconize Bundle-RequiredExecutionEnvironment 10
2018-10-23 17:29:35 +07:00
hieplq
82c8c5b31d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10
...
change targetPlatform and classpath to JavaSE-10
2018-10-16 07:08:34 +07:00
Carlos Ruiz
069bc5e5ba
IDEMPIERE-2771 Improve 2pack tracing for errors / AP2-694 Packin sometimes notifies Success when is a Failure
2018-10-13 10:33:53 +02:00
hieplq
fe0f36668b
IDEMPIERE-3531: add manifest for java 9 warning
2018-09-11 09:04:49 +07:00
Carlos Ruiz
da53148c79
hg merge release-5.1 (merge release5.1 into default)
2018-04-08 21:06:13 +02:00
Carlos Ruiz
814016b2fc
IDEMPIERE-3660 Improve Packin - allow application on all tenants / manage properly non-readable zip files
2018-03-20 17:35:43 -03:00
hieplq
d777e2982c
Merge with default
2018-03-19 19:50:01 +07:00
Carlos Ruiz
00ec75b027
IDEMPIERE-3660 Improve Packin / PackIn is not notifying for non System tenant
2018-03-16 18:03:03 -03:00
Carlos Ruiz
89c00b7ada
IDEMPIERE-3660 Improve Packin - allow application on all tenants
2018-03-16 17:49:25 -03:00
hieplq
31ad04d7ef
IDEMPIERE-3531:auto update by eclipse when import project to new workspace by choose import exists maven project
2018-02-18 23:41:09 +07:00
hieplq
9482f02dec
IDEMPIERE-3531:add maven tycho configuration
2018-02-10 16:42:06 +07:00
hieplq
b8caaa1549
IDEMPIERE-3531:some plugin don't include class on output maven when export
...
"bin.includes = ." is mandatory for maven build
2018-02-11 00:37:05 +07:00
hieplq
d7808da56a
IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
...
a mavent project convert from plugin have flow default rule
1. maven project prefer setting JRE to Execution environment, so .classpath is updated
2. java class compliment to target/classes/, so build.propertie is updated
3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created
extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431
it happend on bundle use non-standard java package
org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs
on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
so change to warning method make it consitent with other
org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
hieplq
b6d9886732
IDEMPIERE-3531:standard lib folder
...
on all project, put library into lib folder, so easy apply parametrize
remove some unuse (don't see reference) library
2018-02-02 13:47:07 +07:00
Carlos Ruiz
c582c21810
IDEMPIERE-3551 1008086 - External (non-plugin) 2Pack automation
2017-11-08 18:29:30 +01:00
Carlos Ruiz
d63062d0d0
New version
2017-10-31 23:12:29 +01:00
hieplq
e91fdb28b4
IDEMPIERE-3508:2pack: suport export from normal string column to text long string column
2017-10-17 15:48:02 +07:00
hieplq
784c46fb24
IDEMPIERE-3508:2pack: suport export from normal string column to text long string column
2017-09-29 08:53:56 +07:00
hieplq
c8c2f1592a
IDEMPIERE-2544: on equinox osgi, bundle have service should be active
2017-04-26 10:06:46 +07:00
Carlos Ruiz
9bfe040d9b
Integrate patches from hengsin - IDEMPIERE-3416 Implement the ability to track open DB connections (1007726/1008135)
2017-06-30 15:57:15 +02:00
Carlos Ruiz
5625e27627
IDEMPIERE-3058 Make 2Pack transaction safe / fixing a case where the packin doesn't get the error marked
2017-06-29 14:32:27 +02:00
Carlos Ruiz
20a8d8d6f0
IDEMPIERE-3058 Make 2Pack transaction safe / fixing a case where the packin fails because of foreign keys but still was wrongly being marked as successful
2017-06-27 01:37:47 +02:00
Diego Ruiz
e012b916e2
1008086 IDEMPIERE-2771 implement semaphore in internal 2packs to avoid multiple servers applying same 2pack
2017-06-21 01:24:25 +02:00
Heng Sin Low
005419e6b3
IDEMPIERE-2771 1007609 Incremental 2Pack to apply ALL-unapplied instead of NEW
2017-05-17 17:52:09 +08:00
Carlos Ruiz
42cc55dd1a
IDEMPIERE-3367 2Pack not clearing foreign IDs
2017-05-19 14:48:43 +02:00
Carlos Ruiz
ec8c0ea178
IDEMPIERE-2771 Improve 2pack tracing for errors / add servername to the subject email
2016-12-08 00:03:57 +01:00
Carlos Ruiz
3d985bd0ed
change references to new version
2016-10-30 20:30:07 +01:00
Carlos Ruiz
2f05d731c1
hg merge release-3.1 (merge release3.1 into development)
2016-09-03 20:54:17 +02:00
Carlos Ruiz
74642f7e0b
hg merge experimental (merge experimental from hieplq into development)
2016-07-27 19:04:39 +02:00
hieplq
54bca51007
IDEMPIERE-3136:all stuff relate library of idempiere
...
remove version of dependency bundle
2016-07-07 12:51:24 +07:00
hieplq
116cde1e96
IDEMPIERE-3136:all stuff relate library of idempiere
...
set runtime of all project to 1.8
2016-07-07 10:59:31 +07:00
hieplq
4ae72bb050
IDEMPIERE-3136:all stuff relate library of idempiere
...
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:33 +07:00
Carlos Ruiz
3c4b899752
IDEMPIERE-3175 Found 2pack problems when UUID is filled with external values
2016-09-03 17:29:17 +02:00
Carlos Ruiz
fa8aa2345d
IDEMPIERE-2771 Improve 2pack tracing for errors / Found a failing 2Pack that is marked as successful because the foreign key validation is done at commit time and that is out of the check of PackInProcess - fix adding specific commit (1006169)
2016-07-08 17:50:48 +02:00
Carlos Ruiz
8bf236657c
IDEMPIERE-3058 Make 2Pack transaction safe (for postgres)
...
- added sysconfig 2PACK_COMMIT_DDL - by default now in postgresql the 2pack process everything in one transaction and rollback all in case of failure
- now 2Pack is marked as failed if there are unresolved elements
- fix a locking issue when creating change log and 2pack has locked ad_table foreign key
- the Incremental2PackActivator now reprocess the packages that are not marked as Completed successfully
- the Incremental2PackActivator stop processing more packin versions if one fails
2016-03-23 01:50:03 +01:00
Carlos Ruiz
18e494fd12
IDEMPIERE-3057 2Pack handler for SQL Statements that must not fail
2016-03-22 19:12:26 +01:00
Carlos Ruiz
6a8183effa
Update product version to 3.1.0
2015-10-30 21:18:07 -05:00
Carlos Ruiz
3c1199f5bf
hg merge release-2.1 (merge release2.1 into development)
2015-10-16 11:16:17 -05:00
Carlos Ruiz
6522a64289
IDEMPIERE-2756 Background threads losing context when user log out - fix validation / integrate fix from hengsin: Allow null context parameter for PO. Run pipodictionaryservice as system client ( ad_client_id=0 ).
2015-10-14 20:24:44 -05:00
Carlos Ruiz
536a21a514
IDEMPIERE-2771 Improve 2pack tracing for errors
2015-08-20 14:38:59 -05:00
Carlos Ruiz
4029fbd81c
IDEMPIERE-2771 Improve 2pack tracing for errors / implement mail notifier for 2packs
2015-08-19 22:12:11 -05:00
Carlos Ruiz
679e2fd06a
IDEMPIERE-2771 Improve 2pack tracing for errors / run role access update at the end
2015-08-18 21:03:55 -05:00
Carlos Ruiz
966d02d2fe
IDEMPIERE-2771 Improve 2pack tracing for errors / attach embedded 2pack for reprocessing - implement semaphore (120 secs) to process one 2pack at a time
2015-08-18 20:29:15 -05:00
Carlos Ruiz
0cc46e7e48
IDEMPIERE-2745 2Pack is not creating foreign keys / fix lock
2015-08-18 17:14:26 -05:00
Carlos Ruiz
04dc38b1e4
IDEMPIERE-2771 Improve 2pack tracing for errors / make 2pack more traceable: (1) added link between ad_package_imp and ad_package_imp_proc, added tab on Pack In to see the detail when processed, make the detail zoomable and show zoomable objects on Package Maintenance
2015-08-18 13:14:10 -05:00
Carlos Ruiz
0e0589d8be
IDEMPIERE-2745 2Pack is not creating foreign keys - foreign key processing needs to be done at the end as the primary keys of related tables can be inexistent when processing columns
2015-08-17 20:47:03 -05:00
Carlos Ruiz
a674a185a3
IDEMPIERE-2064 Implement toolbar+tab button / implement backward compatibility with 2packs generated before IDEMPIERE-2477
2015-08-04 15:52:19 -05:00
Carlos Ruiz
8ff9b52d2c
IDEMPIERE-2447 Migration script from packin adding unnecessary updates / fix issue -> Unknown column reference type=null
2015-04-07 21:06:24 -05:00
hieplq
1cac3f646f
IDEMPIERE-2544:to more warning compiler hidden good warning
...
leak resource
2015-04-04 13:37:51 +07:00
Carlos Ruiz
b90dbf35ba
hg merge release-2.1 (merge release2.1 into development)
2015-08-20 14:46:09 -05:00
Carlos Ruiz
a733237fc2
hg merge release-2.1 (merge release2.1 into development)
2015-08-19 16:42:28 -05:00
Carlos Ruiz
839a5370dc
hg merge release-2.1 (merge release2.1 into development)
2015-08-07 10:23:36 -05:00
Carlos Ruiz
8e0f178c35
hg merge release-2.1 (merge release2.1 into development)
2015-04-08 16:21:21 -05:00
Carlos Ruiz
bb9b63bdc7
hg merge release-2.1 (merge release2.1 into development)
2015-02-25 19:20:43 -05:00
Carlos Ruiz
942ae9aed9
hg merge release-2.1 (merge release2.1 into development)
2015-02-04 11:39:56 -05:00
Carlos Ruiz
833c03ddc0
IDEMPIERE-2447 Migration script from packin adding unnecessary updates
2015-02-04 10:16:19 -05:00
Carlos Ruiz
64faf954bc
hg merge release-2.1 (merge release2.1 into development)
2015-01-14 18:20:07 -05:00
Carlos Ruiz
dd4e1eba3a
IDEMPIERE-2397 packout should clear folder before run process.
2015-01-14 11:50:38 -05:00
Heng Sin Low
816e27a8e2
IDEMPIERE-2245 Platform Upgrade for r3. Fix Jenkin build error ( Patch from Carlos ). Fix login page show wrong version info.
2014-10-16 14:34:12 +08:00
Heng Sin Low
0b2fbe27ae
IDEMPIERE-2245 Platform Upgrade for r3.
2014-10-13 11:05:19 +08:00
Carlos Ruiz
7176b33b11
Merge development (23d225fcc3d1) into zk7 branch
2014-08-27 08:39:42 -05:00
Heng Sin Low
6758daac61
IDEMPIERE-2144 Pack in of Attachment: Update entry is using wrong index.
2014-08-13 15:06:08 +08:00
Carlos Ruiz
23258a7b89
hg merge development (merge development into zk7)
2014-07-23 13:04:51 -05:00
Carlos Ruiz
6953754984
IDEMPIERE-2079 2Pack problem exporting/importing translation tabs
2014-07-18 19:11:47 -05:00
Carlos Ruiz
5176931fc1
hg merge release-2.0 (merge release2 into development)
2014-07-18 19:10:49 -05:00
Carlos Ruiz
ce3406650e
IDEMPIERE-2079 2Pack problem exporting/importing translation tabs
2014-07-18 19:10:31 -05:00
Carlos Ruiz
fa74477ecf
Update product version to 2.1.0
2014-10-30 23:30:38 -05:00
Carlos Ruiz
e5241052d6
Merge development (18baef8639ba) into zk7 branch
2014-07-16 20:10:39 -05:00
hieplq
bb3e0460d3
IDEMPIERE-2052:make export csv function can export multi detail tab
2014-07-12 01:19:12 +07:00
Carlos Ruiz
49d477c2d5
Merge development (717d3f6bb6a2) into zk7 branch
2014-06-03 17:58:27 -05:00
Heng Sin Low
765a5f83fa
Merge b2d0ef3e00eb (development branch) into 01f827cc13c3 (zk7 branch)
2014-04-27 20:14:21 +08:00
Carlos Ruiz
e247dac3a8
hg merge release-2.0 (merge release2 into development)
2014-05-14 12:41:43 -05:00
Carlos Ruiz
bb7dd0a1cc
IDEMPIERE-1943 NPE using 2Pack with migrated DB with null on AD_Client_UU
2014-05-08 17:33:02 -05:00
Heng Sin Low
9e5826b772
IDEMPIERE-1635 Upgrade to zk7. Update platform to Gemini Web 2.2.2, Tomcat 7.0.35 and Eclipse 4.3 ( Kepler ).
2014-04-03 01:31:20 +08:00
Carlos Ruiz
1dd6fecce4
hg merge release-2.0 (merge release2 into development)
2014-04-16 17:58:44 -05:00
Carlos Ruiz
e75af0f62e
IDEMPIERE-1869 List Reference value are trimmed / drop trimming of strings on packin
2014-04-16 11:46:26 -05:00
Carlos Ruiz
3f0f694709
IDEMPIERE-1905 Add feedback to time-consuming processes
2014-04-16 09:17:02 -05:00
Juan David Arboleda
319e2d27b8
IDEMPIERE-1775 PackOut process is not exporting UUIDs references for fields M_Locator_ID and C_Location_ID
2014-03-12 08:36:13 -05:00
Carlos Ruiz
5f2afcf93a
hg merge release-1.0c (merge release1 into release2)
2014-02-05 11:19:17 -05:00
Carlos Ruiz
fef5e02b27
IDEMPIERE-1416 Pack-in issue when an attachment has been changed
2014-02-05 08:26:41 -05:00
Carlos Ruiz
e471faf00a
hg merge release-1.0c (merge release1 into release2)
2014-01-24 16:57:48 -05:00
Elaine Tan
2395338c24
1003322 2Pack enhancement for TrekGlobal Extension Development
...
- Inactive 'Update System Maintained Application Dictionary' field from 'Pack In' window
- Default trum to false for User Level
2014-01-23 14:25:40 +08:00