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
ac14fcd294
IDEMPIERE-3830 c3p0 defaults are not exploiting the power of c3p0 reliability
2018-11-28 22:17:48 +01:00
Carlos Ruiz
5d31f298fd
IDEMPIERE-2933 MERGE ENTITIES: update or delete on table "ad_user" violates foreign key constraint "aduser_adtabcustomization"
2018-11-28 22:11:06 +01:00
Murilo Habermann Torquato
0c3e75c1d0
Refs #6141 - class cast exception ( IDEMPIERE-3832)
2018-11-24 20:32:36 -02:00
Carlos Ruiz
8ab10c8bf5
IDEMPIERE-3837 Revenue Recognition / fix migration scripts issues
2018-11-28 13:44:32 +01:00
Carlos Ruiz
ead2c81d8a
IDEMPIERE-3837 Revenue Recognition / fix migration scripts issues
2018-11-28 13:14:39 +01:00
Carlos Ruiz
0db7c012e1
IDEMPIERE-3837 Revenue Recognition / fix migration scripts issues
2018-11-28 13:00:52 +01: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
c4af5b6523
IDEMPIERE-3585 Oracle APPARENT DEADLOCK warnings / set default for StatementCacheNumDeferredCloseThreads to zero - avoid problem about ORA-01000: maximum open cursors exceeded
2018-11-23 17:55:52 -02: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
63472d7ca9
IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied / safe error message when folder does not exist
2018-11-19 12:39:07 -02:00
Carlos Ruiz
620b9715bb
IDEMPIERE-3823 Schedule without Schedule Type is running wild / implemented to run once on reboot
2018-11-19 10:59:58 -02:00
Carlos Ruiz
28171cda7a
IDEMPIERE-3821 Adapt RUN_ImportIdempiere.sh to allow amazon postgresql RDS
2018-11-16 14:36:07 -02:00
Carlos Ruiz
15b9588912
IDEMPIERE-3820 Remove unnecessary legacy code requiring JDK instead of JRE
2018-11-16 14:03:16 -02:00
Carlos Ruiz
66d147281e
Helper linux scripts to generate iDempiere seed
2018-11-15 09:16:53 -02:00
Carlos Ruiz
4ef7c629f4
Helper linux scripts to generate iDempiere seed - just useful for release, not for backup
2018-11-14 14:45:40 -02: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
7eb18d483e
IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow
2018-11-12 16:56:58 -02:00
Carlos Ruiz
23edeb1625
IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow / move scripts to 6.1
2018-11-12 15:32:21 -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
Nicolas Micoud
1b88546a84
IDEMPIERE-3767 WReportCustomization / Tabs 1 and 5 are not scrollable
2018-11-11 18:34:41 -02:00
Nicolas Micoud
5e0a824d04
IDEMPIERE-3814 Toolbar doesn't respect restriction when window is opened on a sub tab
2018-11-11 18:31:51 -02:00
Carlos Ruiz
e98698cd89
IDEMPIERE-2771 implement semaphore in internal 2packs to avoid multiple servers applying same 2pack / Fixes for semaphore implementation
2018-11-10 23:21:17 -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
hieplq
f39116d95d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (delete buckminster stuff)
2018-11-10 10:32:38 +07:00
Carlos Ruiz
679cffb72d
IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied / add optional folder parameter to process out of migration
2018-11-09 21:33:47 -02:00
Carlos Ruiz
dd530a71f4
IDEMPIERE-3815 03_update_sequences.sql doesn't work when no sequence in oracle
2018-11-09 21:28:12 -02:00
hieplq
9c5a53db6f
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (spi-fly)
...
from warning: No classloader found for java.util.ServiceLoader:load(interface org.eclipse.jetty.websocket.api.extensions.Extension)
reason:
spi-fly on idempiere use Dynamic Weaving to lookup service provide
it use Bundle.ACTIVE event to start lookup service provide (see org.apache.aries.spifly.BaseActivator and ProviderBundleTrackerCustomizer)
so service provide need to active before it's used
solution:
active and set start level to 3 for some bundle relate websocket to plan support websocket
remain some warning:
10:39:31.747-----------> BaseActivator.log: No classloader found for java.util.ServiceLoader:load(interface org.atmosphere.inject.Injectable)
don't fix because it still work well, in case active this bundle will encounter issue relase package "org.atmosphere.annotation" not yet export
https://github.com/Atmosphere/atmosphere/issues/1896
WARNING: No classloader found for java.util.ServiceLoader:load(interface org.eclipse.jetty.xml.ConfigurationProcessorFactory)
WARNING: No classloader found for java.util.ServiceLoader:load(interface org.eclipse.jetty.xml.ConfigurationProcessorFactory)
just find SpringConfigurationProcessorFactory and SpringConfigurationProcessorFactory implement that service, it look for spring so don't need resolve
refer:http://aries.apache.org/modules/spi-fly.html
2018-11-09 13:02:20 +07:00
Carlos Ruiz
56d065cfac
IDEMPIERE-3812 2Pack creating inactive columns in database
2018-11-08 09:29:01 -02: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
faac96eb39
IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied / Fix issue with oracle migration script
2018-11-07 11:18:38 -02:00
Carlos Ruiz
0cf7b3b04f
IDEMPIERE-3795 Oracle user System is 'fixed' on the code / Implement JVM variable -DADEMPIERE_DB_SYSTEM_USER to indicate a different user than system(oracle) or postgres(postgresql) - useful for AWS / fix problem with oracle stopping installation even if the database exists if the system password is not provided
2018-11-07 11:05:39 -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
894945a441
starting maintenance branch for release-6.1
2018-11-04 21:59:46 -02:00
Carlos Ruiz
4aba73b917
Change sourceforge folder for seed database and jarfiles
2018-11-04 20:09:44 -02:00
Carlos Ruiz
7eeb4a8463
More versioning for 6.1
2018-11-04 18:32:21 -02:00
Carlos Ruiz
e6a6271355
Prepare folder for 6.1 scripts mainteinance
2018-11-04 15:12:03 -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
b97c1c6d1a
Migration script for GardenWorld periods year 2019
2018-11-03 18:34:48 +01:00
Carlos Ruiz
5a88fd1b49
IDEMPIERE-3760 Implement Virtual UI Column / fix oracle script
2018-11-01 01:23:39 +01:00
Carlos Ruiz
f65f6f5d19
IDEMPIERE-3798 Fix launchers
2018-10-31 21:58:21 +01:00
Carlos Ruiz
a78bb93284
Merged idempiere/idempiere-experimental/default into default
2018-10-31 15:27:30 +01:00
Carlos Ruiz
0c9838f464
IDEMPIERE-941 soapUI tests not working / fix 2pack for last version
2018-10-31 15:19:47 +01:00
hieplq
e8b409ae2a
IDEMPIERE-3560:update.sh fail(new dependency by update equinox)
2018-10-31 19:36:55 +07:00
hieplq
479deb9b27
Merge
2018-10-31 17:31:38 +07:00