Carlos Ruiz
7c023a5ac3
IDEMPIERE-3842 Cannot run Synchronize Column on oracle CLOB columns
2018-12-04 15:25:43 +01:00
Carlos Ruiz
349c764730
IDEMPIERE-3841 PackIn throws NPE when cannot find AD_Window_ID for a Table element
2018-12-04 13:26:49 +01:00
Carlos Ruiz
7eb18d483e
IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow
2018-11-12 16:56:58 -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
56d065cfac
IDEMPIERE-3812 2Pack creating inactive columns in database
2018-11-08 09:29:01 -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
5e5d79f614
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle)
2018-10-24 13:07:45 +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
53583c1a1d
hg merge release-5.1 (merge release5.1 into default)
2018-09-27 20:48:58 +02:00
Carlos Ruiz
9132cee7f7
IDEMPIERE-3057 - improve notification from SQL Statements showing the count of records affected
2018-09-27 18:47:10 +02:00
hieplq
fe0f36668b
IDEMPIERE-3531: add manifest for java 9 warning
2018-09-11 09:04:49 +07:00
hieplq
d777e2982c
Merge with default
2018-03-19 19:50:01 +07:00
Carlos Ruiz
79ffb1fe76
IDEMPIERE-3659 Workflow with nodes in more than one tenant
2018-03-15 14:45:09 -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
d63062d0d0
New version
2017-10-31 23:12:29 +01:00
hieplq
b97d1d670a
IDEMPIERE-3455:NPE when pack-in to system don't have pack-out language
2017-08-13 23:13:38 +07:00
Carlos Ruiz
3d985bd0ed
change references to new version
2016-10-30 20:30:07 +01: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
a952e89522
IDEMPIERE-3137 Pack Out Print Format doesn't export translations
2016-07-08 17:49:43 +02:00
Carlos Ruiz
05f6571df4
IDEMPIERE-3137 Pack Out Print Format doesn't export translations
2016-07-08 16:28:15 +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
b90dbf35ba
hg merge release-2.1 (merge release2.1 into development)
2015-08-20 14:46:09 -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
a733237fc2
hg merge release-2.1 (merge release2.1 into development)
2015-08-19 16:42:28 -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
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
4d933e8287
refactor IDEMPIERE-1132 foreign key management for ticket IDEMPIERE-2745
2015-08-17 19:27:33 -05:00
Carlos Ruiz
1fc8f9cb95
IDEMPIERE-2664 DB Extensibility issues / remove calls to DB.isPostgreSQL and DB.isOracle to determine if identifiers are upper/lower-case
2015-08-17 15:36:17 -05:00
Carlos Ruiz
94dcdbccef
hg merge release-2.1 (merge release2.1 into development)
2015-07-29 11:46:17 -05:00
Carlos Ruiz
1d982987e5
IDEMPIERE-2745 2Pack is not creating foreign keys
2015-07-29 11:26:32 -05:00
Carlos Ruiz
2d8fd0cfb2
IDEMPIERE-643 Packout handler not found for type MV/ET. / minor - fix wrong message
2015-03-06 16:50:27 -05:00
hieplq
3c0db87bc3
IDEMPIERE-2563:packout with datatype without sql make NPE
2015-04-07 11:58:18 +07:00
Carlos Ruiz
3a53bbcc32
hg merge release-2.1 (merge release2.1 into development)
2015-03-14 08:14:39 -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
3518f683e7
merge 1a4c747dfdf9 development into zk7
2014-10-22 14:42:27 -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
Heng Sin Low
e56fac8f87
IDEMPIERE-2140 2pack SQL statements cross client borders.
2014-08-21 16:40:08 +08:00