Commit Graph

430 Commits

Author SHA1 Message Date
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
hieplq 2ac37db0ad IDEMPIERE-3531:export to excel get error "java.lang.NoSuchMethodError: org.apache.poi.hssf.util.HSSFColor.getTripletHash()Ljava/util/Map" 2018-09-28 00:28:46 +07:00
hieplq 92067ca883 IDEMPIERE-3531:update to phatom 201809 2018-09-25 15:43:56 +07:00
hieplq 5c3e738dab IDEMPIERE-2610:kill warning:Class path contains multiple SLF4J bindings. 2018-09-12 17:01:04 +07:00
hieplq 0a5d5a78ac IDEMPIERE-3531: update jasper report to 6.7.0
+ add more Osgi for jasper dependency
+ don't fix incompatibility issue for swing
+ use bootdelegation to resolve org.w3c.dom.events issue. let all use class from jdk
2018-09-12 00:10:22 +07:00
Deepak Pansheriya 9a0b9fb317 IDEMPIERE-2319: Adding date value type support in Attribute set and adding transaction support on Attribute dialog 2014-11-19 20:36:20 +05:30
hieplq 6a238cada7 IDEMPIERE-3607:Invoice Report problem when using QR barcode
add fragment org.w3c.dom.svg.patch_1.1.0 from jasper studio to resolve issue
remove unuse lib xml-apis-ext
2018-08-29 15:02:55 +07:00
Carlos Ruiz 6088b89211 Integrate patch suggested by Ricardo Alexsander Santana https://groups.google.com/d/msg/idempiere/ur7Wx1DlXt8/TL2xL_2uBAAJ
A couple of additional fixes
2018-07-26 11:04:18 +02:00
Carlos Ruiz 40bcba3ce2 hg merge release-5.1 (merge release5.1 into default) 2018-07-14 18:03:36 +02:00
Carlos Ruiz d527b6279f Detected that when the server crashes because of Out Of Memory the init.d scripts are not able to terminate it properly / fix to look for the server using org.adempiere.server.application instead of the IDEMPIERE_HOME 2018-06-18 11:36:40 +02:00
Carlos Ruiz cd298bf31f hg merge release-5.1 (merge release5.1 into default) 2018-05-29 13:52:46 +02:00
Carlos Ruiz 434a0b0780 IDEMPIERE-3722 Distributed cache kills performance 2018-05-29 11:27:13 +02:00
Carlos Ruiz 919b6f34db hg merge release-5.1 (merge release5.1 into default) 2018-05-17 21:59:23 +02:00
hieplq 667aba2de6 IDEMPIERE-3531:convert osgi dependency on maven to p2 repository to support targerplatform
correct version of commons-digester
add jetty.conscrypt.openjdk.uber to support IDEMPIERE-3687
2018-04-23 14:05:08 +07:00
hieplq 33def47039 IDEMPIERE-3687:active alpn
by change from 9.4.8, alpn need a ALPNProcessors
use Conscrypt so faster and don't need maintain alpn-boot.jar on classpath
section ALPN Support: https://webtide.com/getting-started-with-jetty-and-jdk-9/
2018-04-16 11:00:49 +07:00
hieplq 88cf4f7a3f IDEMPIERE-3687:active alpn
by change from 9.4.8, alpn need a ALPNProcessors,
this patch use a default Processor so need alpn-boot.jar on classpath -Xbootclasspath/p:alpn-boot.jar
https://github.com/eclipse/jetty.project/issues/1894
2018-04-16 10:15:31 +07:00
hieplq 6bdede763b IDEMPIERE-3688:update jetty to 9.4.9 (test for maven build only) 2018-04-15 16:50:51 +07:00
hieplq 91e1082397 IDEMPIERE-3687:remove setting of alpn/http2 out of core 2018-04-14 12:05:53 +07:00
Carlos Ruiz 3182d8eec2 sync alpn-boot.jar with JDK 1.8.0u161 / 1.8.0u162 -> maven 2018-04-11 12:45:37 +02:00
hieplq 04840239dc IDEMPIERE-3531: update url of orbit for neon 3
update orbit url to R20180330011457
filter out jetty (now newer version include on eclipse repository) for eclipse
2018-04-10 22:49:16 +07:00
hieplq 335672de4f IDEMPIERE-3531: update url of orbit for neon 3
eclipse incorrect reconize latest version of asm bundle
update launch because have multi version of com.ibm.icu
2018-04-08 21:12:57 +02:00
Carlos Ruiz da53148c79 hg merge release-5.1 (merge release5.1 into default) 2018-04-08 21:06:13 +02:00
Heng Sin Low 3fc53dfb66 IDEMPIERE-3672 Setup fail due to OSGi framework version changed 2018-04-01 11:06:17 +08:00
hieplq d777e2982c Merge with default 2018-03-19 19:50:01 +07:00
Carlos Ruiz 0962dd0783 IDEMPIERE-3653 Hazelcast improvements / include some missing entries on template for aws discovery - change System.out to use logger 2018-03-16 09:25:36 -03:00
Carlos Ruiz 490adbe45d IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied / make script silent if no SQL files in folder 2018-03-16 09:23:48 -03:00
Carlos Ruiz b8f0aa4bd8 IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied 2018-03-14 18:13:08 -03:00
Carlos Ruiz 81066b1498 IDEMPIERE-3653 Hazelcast improvements / fix template version - add example of new recommended aws discovery strategy 2018-03-13 16:32:34 -03:00
hieplq 561ee74fc7 IDEMPIERE-3531:setup target file to use both place, maven build and eclipse development
online and offline taget platform with parameter
wire org.apache.lucene.core to 3.5.0.v20120725-1805 (match with current org.apache.lucene.analysis)
target file become simple because don't neeed filter out bundle
2018-02-27 13:44:40 +07:00
hieplq 9b33710a19 IDEMPIERE-3531:adapt with buckminster method
maven have beta version of groovy-all, so fix version of groovy-all to help buckminster materialize
new version of org.apache.commons.configuration request org.apache.commons.lang3
correct source bundle of zk and https://github.com/jetty-project/jasper-jsp/issues/5
update launch
2018-02-26 03:11:03 +07: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 34741c7d87 IDEMPIERE-3531:standard maven repository url
find out origin reposiroty for almost library
maven url include maven2 part
2018-02-03 16:38:23 +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
hieplq 7ceadfafed IDEMPIERE-3531:avoid dupplicate of bundle id
correct relative files
2018-01-30 14:42:03 +07:00
hieplq 073d0a7ddf IDEMPIERE-3531:avoid dupplicate of bundle id
at the moment, idempiere have feature and plugin same id make tycho error
2018-01-25 16:00:18 +07:00
Carlos Ruiz c922644b6f IDEMPIERE-3597 org/krysalis/barcode4j/output/CanvasProvider 2018-01-05 13:58:21 +01:00
Carlos Ruiz d6f2de3d7d IDEMPIERE-3451 IDEMPIERE_JAVA_OPTIONS property not work - improvement suggested by Silvano (freepath) 2017-12-06 16:22:05 +01:00
hieplq ed5f3b33d9 IDEMPIERE-3551:1008086 - External (non-plugin) 2Pack automation
break 2pack
2017-11-16 00:29:29 +07:00
Carlos Ruiz af3d52045f Point copyjars to new release 2017-11-01 01:14:36 +01:00
Carlos Ruiz 9a77d05f89 fix java reference in some projects pointing to old versions 2017-10-31 23:25:12 +01:00
Carlos Ruiz d63062d0d0 New version 2017-10-31 23:12:29 +01:00
Carlos Ruiz d6908fc065 Point to version 5.1 2017-10-31 23:03:48 +01:00
Carlos Ruiz af9c3d8ddd add win64 for jenkins daily build compilation 2017-10-25 11:08:57 +02:00
Carlos Ruiz 2ab22ddd87 Deprecate postgresql 8.4 - postgresql 10 was released and 8 is not supported since some time ago 2017-10-24 20:06:57 +02:00
hieplq ffdc57cbe8 IDEMPIERE-3353:sync development profile (eclipse) and package profile
1. on buckminster_linux_gtk_x86.properties
  add product.id=org.eclipse.equinox.p2.director so when uninstall in update process,
  it will keep material (plugins) for org.eclipse.equinox.p2.director

2. add org.idempiere.equinox.p2.director.feature to separate material (.sh)
  of org.adempiere.server.product and p2.director

3. change update-prd.sh to
  update org.idempiere.fitnesse.feature also

4. update director/configuration/config.ini folow update equinox to 4.7.x
2017-10-22 11:08:19 +07:00
hieplq d60cee554e IDEMPIERE-3136: sync launch 2017-10-18 11:47:57 +07:00
hieplq 321c9ed710 IDEMPIERE-3136:update equinox to 4.7.x (OXYGEN)
update to 4.7.1a
2017-10-18 11:47:21 +07:00
hieplq 929be757a2 Merge with development 2017-10-18 01:47:05 +07:00
Carlos Ruiz ea5192578b hg merge release-4.1 (merge release4.1 into development) 2017-10-13 16:41:48 +02:00
Diego Ruiz be3e157e6a IDEMPIERE-2761 Server does not work well with a different theme 2017-10-13 13:40:22 +02:00
Carlos Ruiz 601d9b6d85 IDEMPIERE-3440 on centos (and like centos) tmp is managed by OS, sometime it corrupt jetty 2017-10-11 15:46:16 +02:00
hieplq 432aeeb675 IDEMPIERE-3136:update jetty 9.4.7/eclipse oxygen 1 2017-09-28 20:05:25 +07:00
Carlos Ruiz 84b9538c14 hg merge release-4.1 (merge release4.1 into development) 2017-09-08 16:05:42 +02:00
hieplq 8fa9a6cae7 IDEMPIERE-3136:all stuff relate library of idempiere
correct debug setting.
separate zk configuration on development environemnt and product environment
https://www.zkoss.org/wiki/ZK_Configuration_Reference/zk.xml/The_Library_Properties/org.zkoss.zk.config.path
2017-08-30 13:34:39 +07:00
Carlos Ruiz 0312ee82c0 IDEMPIERE-3440 on centos (and like centos) tmp is managed by OS, sometime it corrupt jetty / based on patch from Hiep Lq 2017-08-26 19:33:36 +02:00
Carlos Ruiz 58df7a7405 IDEMPIERE-3451 IDEMPIERE_JAVA_OPTIONS property not work - general changes in setup process
- enable back the ability to configure the IDEMPIERE_JAVA_OPTIONS in idempiereEnv.properties and preserve it between setups (as suggested in patch from Vinicius and Eduardo)
- fix a minor issue on Console Setup - not assuming correctly the default database type
- implement update-prd.sh - so other products can be updated (not just org.adempiere.server.product)
2017-08-26 19:21:17 +02:00
hieplq a6cc2fbd4f IDEMPIERE-3136:update equinox to 4.7.x (OXYGEN)
https://www.eclipse.org/eclipse/news/4.7/platform_isv.php#Equinox
2017-07-05 09:43:34 +07:00
hieplq 5b556121fb IDEMPIERE-3136:update equinox to 4.7.x (OXYGEN)
https://www.eclipse.org/eclipse/news/4.7/platform_isv.php#Equinox
2017-07-01 22:25:41 +07:00
Carlos Ruiz 01cd2b1ef2 IDEMPIERE-2490 java.lang.IllegalStateException: Form too large -> IDEMPIERE-3118 IDEMPIERE-669 2017-07-06 14:42:56 +02:00
hieplq a79255a9f5 IDEMPIERE-3136:update jetty to 9.4.x
error when build 2nd on jenkin: CSpec org.apache.httpcomponents.httpclient.source:osgi.bundle$4.3.6.v201511171540 has no  action, group, or local artifact named bundle.jar

orbit repository have 2 version of org.apache.httpcomponents.httpclient
1st do materialize, buckminster get correct verison org.apache.httpcomponents.httpclient and org.apache.httpcomponents.httpclient.source at version 4.3.6
2nd do materialize at without clear old one (like on jenkin) it will get new one version of source at 4.5.2
i guest issue by wrong process dependency on org.idempiere.eclipse.platform-feature
after 1st materialize, cspec of org.idempiere.eclipse.platform-feature have dependency to org.apache.httpcomponents.httpclient.source and it will get newest version.
don't know why it don't happen to org.apache.httpcomponents.httpclient
2017-05-21 23:52:34 +07:00
hieplq 768762d32a IDEMPIERE-3136:all stuff relate library of idempiere
sync/clean/test when merger to core
2017-05-21 00:29:38 +07:00
hieplq 29dac9e3fb IDEMPIERE-3136:update jasper report to use P2
update note install launch
2017-05-14 22:39:20 +07:00
hieplq eca11cce8f IDEMPIERE-3353:sync development profile (eclipse) and package profile 2017-04-27 18:40:22 +07:00
hieplq 6868d3eaf6 IDEMPIERE-3353:sync development profile (eclipse) and package profile
on content tab of server.product, if click add required it will add feature server.feature include.
but it let can't materialize by dupplicate reference.
this action only help to display plugin when add at configuration tab. don't effect to runtime, so it's save to remove
2017-04-27 11:50:09 +07:00
hieplq 21cbb35b1d IDEMPIERE-3354:refine feature group
org.idempiere.customize should only dependency by server feature, so don't disturb other product
it also should option, just import when exsits
2017-04-27 12:55:16 +07:00
hieplq 40c595c969 IDEMPIERE-3353:sync development profile (eclipse) and package profile 2017-04-27 00:24:44 +07:00
hieplq ad5adf23e8 IDEMPIERE-3353:sync development profile (eclipse) and package profile
correct product define
2017-04-26 12:24:05 +07:00
hieplq 0a2478423e remove ztl-2.0.0-SNAPSHOT.jar to build offline repository without SNAPSHOT of plug-in 2017-04-25 14:30:15 +07:00
hieplq 624932c064 IDEMPIERE-3136:update equinox to 4.6.3 (neon)
swt.gtk.solaris.x86 swt.cocoa.macosx.x86 is stop support
launch isn't yet update, because it often conflic with launch on main branch hard for merged
2017-04-27 00:00:41 +07:00
hieplq ebd4fcece8 IDEMPIERE-3136:update jetty to 9.4.x
jetty resolved hpack issue here, so isn't need work-around https://github.com/eclipse/jetty.project/issues/1290
Atmosphere don't compactible with new jetty https://github.com/Atmosphere/atmosphere/issues/2242
SessionManager is removed:
   http://www.eclipse.org/jetty/documentation/9.4.x/session-management.html
   http://www.eclipse.org/jetty/documentation/9.3.0.v20150612/session-management.html
2017-04-22 12:27:40 +07:00
hieplq 8d03ae6d79 IDEMPIERE-2868:correct wrong configuration file 2017-02-21 16:02:03 +07:00
Carlos Ruiz 80d851ed8e hg merge release-4.1 (merge release4.1 into development) 2017-07-21 20:13:24 +02:00
Carlos Ruiz c62351bc7d IDEMPIERE-3136 - launcher complaining on dev about org.mortbay.jasper.apache-jsp 2017-07-16 12:19:19 +02:00
hieplq 4bf6e88159 IDEMPIERE-3709:stable sign database 2018-05-08 21:36:53 +07:00
hieplq a97cd8bf79 IDEMPIERE-3560:update.sh fail 2018-03-08 10:45:03 +07:00
Nicolas Micoud d556cb2a2d IDEMPIERE-3312 MUserPreference.createUserPreferences should use transaction 2017-03-25 14:18:46 +01:00
Carlos Ruiz 8c099ff144 Fix oracle datapump scripts 2017-02-28 13:35:29 +01:00
Carlos Ruiz 4c663e8c22 IDEMPIERE-3136 - fix for org.mortbay.jasper.apache-jsp 2017-02-18 08:18:24 +01:00
hieplq 54a9b658dd IDEMPIERE-3136:all stuff relate library of idempiere
1. org.mortbay.jetty.alpn.boot depend to version of jdk http://www.eclipse.org/jetty/documentation/9.4.x/alpn-chapter.html#alpn-versions
2. sometime it materialize to org.mortbay.jetty.alpn.boot.source folder
3. update new version is hard
so just download it as separate jar file
2017-02-18 09:48:08 +07:00
Carlos Ruiz f4648d26a1 Fix sample AccountingUS.csv to avoid the warning reported by Adam Tang at https://groups.google.com/d/msg/idempiere/V0emWIXtAiU/srBBnrNBCgAJ 2016-12-21 19:30:38 +01:00
Carlos Ruiz 3a813602ea fix issue with the launcher - not detecting java sources 2016-12-16 17:44:08 +01:00
Carlos Ruiz 7b3feb61b1 IDEMPIERE-3238 WebUIServlet deprecated? init.d/idempiere script not getting log message 2016-11-12 14:39:20 +01:00
Carlos Ruiz 2e4c0ce43f IDEMPIERE-3136 - fix for org.mortbay.jasper.apache-jsp 2016-11-08 08:46:49 +01:00
Carlos Ruiz 5da08bb301 point copyjars to 4.1 2016-10-31 14:27:56 +01:00
Carlos Ruiz 3d985bd0ed change references to new version 2016-10-30 20:30:07 +01:00
Carlos Ruiz 536fd017e6 set version 4.1 in credits 2016-10-30 20:23:55 +01:00
Andy Conn 5dd0ce6d59 Added USA alternative formatting 2016-07-20 11:36:38 -04:00
Carlos Ruiz 74642f7e0b hg merge experimental (merge experimental from hieplq into development) 2016-07-27 19:04:39 +02:00
Carlos Ruiz fb70ffc87d hg merge release-3.1 (merge release3.1 into development) 2016-07-27 15:54:02 +02:00
hieplq 35548c18e8 IDEMPIERE-3136:all stuff relate library of idempiere
update lauching, configuration for update library and 9.3.10 http2
2016-07-10 04:52:14 +07:00
hieplq a46d233f37 IDEMPIERE-3136:all stuff relate library of idempiere
update jetty to 9.3.10
work-around for:
https://github.com/eclipse/jetty.project/issues/262
https://github.com/eclipse/jetty.project/issues/704
2016-07-08 23:54:51 +07:00
hieplq 16bfc4f59b IDEMPIERE-3136:all stuff relate library of idempiere
update jetty to 9.3.10
2016-07-08 23:22:03 +07:00
hieplq 093c95874f IDEMPIERE-3136:all stuff relate library of idempiere
set runtime of all project to 1.8
2016-07-08 16:18:44 +07:00
hieplq 91c52aeded IDEMPIERE-3136:all stuff relate library of idempiere
update jetty to 9.3.10
2016-07-08 15:40:24 +07:00
hieplq 07ada50393 IDEMPIERE-3136:all stuff relate library of idempiere
replace bundle dependency by use import package for jasper report
2016-07-08 10:47:30 +07: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 98730ce2d6 IDEMPIERE-2968:make all url as properties let idempiere can total material with offline repository
use parameter for link to repository, so can use offline repository, so help increase test speed
2016-07-07 14:55:12 +07:00
Carlos Ruiz 9f716046f3 hg merge release-3.1 (merge release3.1 into development) 2016-05-30 23:39:12 -05:00
Carlos Ruiz 1d1a920a27 IDEMPIERE-3088 Frequent timeout exception on Webui 2016-05-30 23:32:35 -05:00
Carlos Ruiz d5e390c829 IDEMPIERE-3023 Update Dead Sessions when Server Shutdown 2016-05-30 23:24:51 -05:00
Carlos Ruiz 0ce374101f hg merge release-3.1 (merge release3.1 into development) 2016-05-30 21:19:18 -05:00
Carlos Ruiz 451e16699d IDEMPIERE-2490 java.lang.IllegalStateException: Form too large 2016-05-30 14:57:41 -05:00
Carlos Ruiz 98627381c6 IDEMPIERE-400 Column ad_system.lastbuildinfo is not updated / complement 2016-05-29 15:21:33 -05:00
Carlos Ruiz 38b12af349 IDEMPIERE-3023 Update Dead Sessions when Server Shutdown 2016-06-05 15:20:59 -05:00
hieplq 5c8e620ca8 IDEMPIERE-2969:update to use zk8-osgi library
update zk to 8.0.1
2016-01-20 13:50:13 +07:00
hieplq 72fca0bafc Merge with development 2015-12-26 18:48:04 +07:00
Carlos Ruiz 9e3d3ea03d IDEMPIERE-1554 scriptable Translation import - delete unmaintained translation files from core - must be managed as maintained translation repositories
references:
https://groups.google.com/d/msg/idempiere/RyrD8N-1NMM/bqaKYkhN3LEJ
http://wiki.idempiere.org/en/Translations
2015-12-22 22:29:23 -05:00
Carlos Ruiz 9d73baea76 IDEMPIERE-1554 scriptable Translation import 2015-12-22 22:22:06 -05:00
hieplq 3f0c230be9 IDEMPIERE-2969:update to use zk8-osgi library
add new zk osgi project
2015-12-10 20:58:11 +07:00
Carlos Ruiz 045e250a69 IDEMPIERE-2940:reduce size of repository / fix sourceforge links 2015-12-02 11:51:11 -05:00
hieplq 6f32d77846 IDEMPIERE-2940:reduce size of repository
move file server
2015-12-02 21:54:18 +07:00
hieplq 972dd355db IDEMPIERE-2940:reduce size of repository 2015-11-14 17:17:25 +07:00
hieplq 4b9b980fb3 IDEMPIERE-2910:update.sh run with issue
remove version in plug-in, use cquery to control
remove this plugin because just use in eclipse launch:org.apache.felix.webconsole.plugins.memoryusage
remove this plub-in because useless:org.apache.felix.webconsole.plugins.packageadmin
2015-11-10 17:07:12 +07:00
Carlos Ruiz 4335b8384f IDEMPIERE-1900 iDempiere Debian Installer / fix reference to jetty 2015-10-31 15:59:44 -05:00
Carlos Ruiz 91e61a764d fix oracle import (deprecated oracle 10 way - RUN_ImportIdempiere now uses datapump) 2015-10-31 14:37:45 -05:00
Carlos Ruiz 6a8183effa Update product version to 3.1.0 2015-10-30 21:18:07 -05:00
Carlos Ruiz dca4656a56 Upgrade version references to 3.1 2015-10-30 20:39:48 -05:00
Carlos Ruiz af5eb0feb0 IDEMPIERE-2868:Platform Upgrade for r3/Hazelcast 3.5.x / default to not multicast as per https://groups.google.com/d/msg/idempiere/ti56keZS-GM/L1yktv5JupoJ 2015-10-25 19:42:26 -05:00
hieplq 9abef3e419 IDEMPIERE-2868:Platform Upgrade for r3/Hazelcast 3.5.x 2015-10-25 11:30:25 +07:00
hieplq a56bb2eedf IDEMPIERE-2557: install of plugins is not persistent (add properties as tbayen investigate)
IDEMPIERE-2770: Jenkins build broken (remove apache ds bundle)
2015-08-22 22:49:04 +08:00
hieplq a1c99643b8 Backed out changeset: 92d336df50bc IDEMPIERE-2770 2015-08-22 17:34:15 +08:00
hieplq c8040ab521 fix build issue discuss at meeting http://www.globalqss.com/idempiere/irclog/%23idempiere.2015-08-12.log.html - IDEMPIERE-2770 Jenkins build broken 2015-08-14 05:03:00 +08:00
Carlos Ruiz e0aaa62d8d IDEMPIERE-1618 building server and client product gives error Java returned: 13 / apply same patch from tbayen to server 2015-08-11 08:33:42 -05:00
Carlos Ruiz c30cffc2a6 hg merge release-2.1 (merge release2.1 into development) 2015-07-01 21:05:10 -05:00
Carlos Ruiz a3ba251b49 hg merge release-2.1 (merge release2.1 into development) 2015-06-24 20:43:40 -05:00
Carlos Ruiz a9fd85fa31 IDEMPIERE-2662 Windows idempiere-server.bat broken 2015-06-23 21:46:27 -05:00
Carlos Ruiz 75026fc7e5 minor fix for start scripts in linux - Thanks to Juan Pablo Jaramillo Pineda for reporting https://groups.google.com/d/msg/idempiere-es/gs9WIeFwWF0/ixcWtWmbMWwJ 2015-05-04 11:18:02 -05:00
Carlos Ruiz b20eccf1ab IDEMPIERE-1900 iDempiere Debian Installer / thanks to V Brunner for reporting https://groups.google.com/d/msg/idempiere/WbaMAPfK6QM/OY0aa6Xh1yUJ 2015-03-25 11:49:07 -05:00
Carlos Ruiz c1fe36259a IDEMPIERE-1900 iDempiere Debian Installer / thanks to Max for reporting https://groups.google.com/d/msg/idempiere/a3HrHAez1_E/t3HwPgo6MmcJ 2015-03-22 17:22:55 -05:00
Carlos Ruiz 682332d832 IDEMPIERE-2674 Error while executing Database Export task (session freeze) / thanks to Arthur Oliveira de Melo 2015-07-01 18:59:04 -05:00
hieplq b1576bff8b IDEMPIERE-2244 RequestEMailProcess : integrate message in HTML 2015-05-13 10:33:06 -05:00
Carlos Ruiz e2ea5989e3 hg merge release-2.1 (merge release2.1 into development) 2015-05-06 19:55:36 -05:00
hieplq 9759e1f688 IDEMPIERE-2486:Keystore password cannot be changed 2015-03-13 21:16:23 +07:00
Carlos Ruiz fcf6daeb5f IDEMPIERE-1900 iDempiere Debian Installer / thanks to David Braude for reporting https://groups.google.com/d/msg/idempiere/hqmXe1fn0tA/C5B2zj3maJsJ 2015-02-23 09:21:20 -05:00
Carlos Ruiz f3eba129d1 merge development (8b3bdac18c82) into zk7 2014-11-05 17:38:46 -05:00
Carlos Ruiz 904d13c764 IDEMPIERE-1900 iDempiere Debian Installer / make the file name standard 2014-10-31 18:43:30 -05:00
Carlos Ruiz 05862ea8ce Update product version to 2.1.0 2014-10-31 02:17:38 -05:00
Carlos Ruiz fa74477ecf Update product version to 2.1.0 2014-10-30 23:30:38 -05:00
Carlos Ruiz 23c684d467 Merge development (8e403d4382f8) into zk7 branch 2014-10-29 13:43:18 -05:00
Carlos Ruiz 4803643ab2 IDEMPIERE-2245 Platform Upgrade for r3 2014-10-29 13:36:29 -05:00
Carlos Ruiz 78c3ca3bbe IDEMPIERE-166 Rebranding of logo and product name 2014-10-28 18:19:18 -05:00
Carlos Ruiz 21cf6fc9c5 IDEMPIERE-1939 zk7:request plug-in of model.generator is outdate. 2014-10-23 08:27:01 -05:00
Carlos Ruiz 3518f683e7 merge 1a4c747dfdf9 development into zk7 2014-10-22 14:42:27 -05:00
Heng Sin Low fd23d8427c IDEMPIERE-2245 Platform Upgrade for r3. Fix the need to have -Dosgi.user.area, -Dosgi.user.area.default and -Dosgi.configuration.area.default entries in eclipse.ini. Fix basedir for ant file. 2014-10-17 09:26:55 +08: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 611ca003e9 IDEMPIERE-2201 error "cp: cannot stat myEnvironment.sh: No such file or directory" when run idempiere as service 2014-10-01 12:51:47 -05:00
hieplq ebb5e1d6a4 IDEMPIERE-2180:debug option for the server start script 2014-09-17 21:16:14 +07:00
hieplq 28db4e66f8 IDEMPIERE-2180:debug option for the server start script 2014-09-17 21:16:14 +07:00
Carlos Ruiz 7176b33b11 Merge development (23d225fcc3d1) into zk7 branch 2014-08-27 08:39:42 -05:00
Carlos Ruiz f81ba706e9 IDEMPIERE-1685 Improve initial client setup for non-existing accounts in CoA 2014-08-01 11:07:59 +02:00
Thomas Bayen fdca6168a8 IDEMPIERE-2180 debug option for the server start script 2014-09-03 17:46:25 -05:00
Carlos Ruiz abcc230e24 IDEMPIERE-1554 scriptable Translation import / integrate patches provided by Thomas Bayen (tbayen) 2014-09-03 17:25:39 -05:00
Carlos Ruiz 20c500553a Merge development (859fa5991fa8) into zk7 branch 2014-07-03 16:44:22 -05:00
Carlos Ruiz 011aa28d01 Merge development (8eba0f14d231) into zk7 branch 2014-06-20 20:09:46 -05:00
Thomas Bayen 42a3f4f9f3 IDEMPIERE-1698 LEt the user choose a different JasperReports class 2014-06-18 14:06:59 +02:00
Carlos Ruiz d605bd38bb Fixing server.product.launch reported at https://groups.google.com/d/msg/idempiere/gV5u4i0CdZk/52A0uR7qAmQJ 2014-07-02 12:32:35 -05:00
Heng Sin Low 765a5f83fa Merge b2d0ef3e00eb (development branch) into 01f827cc13c3 (zk7 branch) 2014-04-27 20:14:21 +08:00
Heng Sin Low df81b807dc Merge development (10307) into zk7 (10294) branch 2014-04-09 10:47:51 +08:00
Heng Sin Low fa6541ff10 Merge development ( 10289 ) into zk7 ( 10252 ) branch 2014-04-03 09:17:58 +08: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 bd8bdb6cc9 IDEMPIERE-1900 iDempiere Debian Installer 2014-04-14 13:06:49 -05:00
Carlos Ruiz 4c8ad352ac IDEMPIERE-1844 RUN_ImportIdempiere.sh fails with wrong filename for database seed 2014-03-21 19:42:32 -05:00
Carlos Ruiz c3abe555e5 minor fix - clear dup default definition 2014-03-21 19:40:45 -05:00
Carlos Ruiz 508a981133 Adding idempiere_Suse.sh - minor fix to debian and redhat 2014-03-21 19:38:17 -05:00
Carlos Ruiz 6fb6825665 hg merge release-2.0 (merge release2 into development) 2014-02-19 10:14:38 -05:00
Carlos Ruiz a8f76d932b IDEMPIERE-400 Column ad_system.lastbuildinfo is not updated / apply same solution as IDEMPIERE-1676 2014-02-16 11:47:41 -05:00
Thomas Bayen 271d3180a5 IDEMPIERE-1676 zk tries to connect to X11 when DISPLAY is set 2014-01-08 08:41:43 -05:00
Thomas Bayen bf5560119f IDEMPIERE-1676 zk tries to connect to X11 when DISPLAY is set 2014-01-08 08:41:43 -05:00
Carlos Ruiz 881667bb11 IDEMPIERE-646 Debian start script can not stop the server 2014-01-08 08:40:54 -05:00
Carlos Ruiz 64648feaf9 IDEMPIERE-646 Debian start script can not stop the server 2014-01-08 08:40:54 -05:00
Carlos Ruiz f01a0b4b1f IDEMPIERE-1677 error message when stopping with debian service script / based on patch from Thomas Bayen (tbayen) 2014-01-08 08:21:10 -05:00
Elaine Tan eff55eb13f Merged release-1.0c into release-2.0 2013-12-27 19:04:44 +08:00
Elaine Tan 56f7a0c200 IDEMPIERE-400 Column ad_system.lastbuildinfo is not updated 2013-12-27 17:41:42 +08:00
Heng Sin Low 84f93dd0ac Update core product version to 2.0.0. Fixed installation and script. 2013-11-22 08:17:27 +08:00
Heng Sin Low bb6607d553 IDEMPIERE-1561 Update product version to 2.0.0. 2013-11-21 14:32:17 +08:00
Carlos Ruiz dd5f0cbd07 IDEMPIERE-1285 Estimated Landed Cost for PO / sample AccountingUS.csv 2013-08-24 10:44:05 -05:00
Heng Sin Low 7246f49bab IDEMPIERE-1285 Estimated Landed Cost for PO. 2013-08-19 21:27:04 +08:00
Nicolas Micoud 881041bd54 IDEMPIERE 1054 2013-06-19 16:17:18 +02:00
Nicolas Micoud bf71a220f3 IDEMPIERE-1054 2013-06-17 10:41:51 +02:00
Elaine Tan c8b3003dd7 start org.idempiere.webservices plug-in when server starts 2013-05-27 14:20:59 +08:00
Carlos Ruiz 330e3f9603 Fix RUN_ImportIdempiere not working for 8.4 2013-04-26 12:09:28 -05:00
Carlos Ruiz dfff7295f1 Database seeds - added support to import postgres 9.1 or higher (default) - and to import postgres 8.4 or 9.0 you can run RUN_ImportIdempiere.[bat|sh] 8.4 2013-04-25 00:42:24 -05:00
Carlos Ruiz e2b7706ced IDEMPIERE-864 oracle/unix scripts RUN_DBRestore.sh and RUN_DBRestoredp.sh are the same 2013-04-17 09:23:37 -05:00
Carlos Ruiz 814ecd6c9e IDEMPIERE-114 Server installer broken 2013-04-10 09:17:56 -05:00
Heng Sin Low a0e9c93f02 IDEMPIERE-833 Felix web console is missing the metatype service dependency 2013-04-05 09:52:05 +08:00
Carlos Ruiz c72fecccbe IDEMPIERE-675 - Internal Use with zero qty is dropping the inventory / Peer review 2013-04-03 11:56:33 -05:00
Carlos Ruiz f48984ef6e Move sql scripts required by installers 2013-04-02 22:45:38 -05:00
Heng Sin Low d2b454117c IDEMPIERE-748 error while print jasper report when using table component in ireport 4.6.0
IDEMPIERE-807 Jasper report not working when adding barcode
2013-04-01 16:27:24 +08:00
Carlos Ruiz 6956b186a9 IDEMPIERE-810 Allow Translation Import from webui 2013-03-28 18:01:59 -05:00
Carlos Ruiz b97fd2cff8 IDEMPIERE-645 Fitnesse Recorder 2013-03-12 15:24:26 -05:00
Carlos Ruiz 45ded86196 Fix broken launcher 2013-03-05 17:20:46 -05:00
David Peñuela 7d91588bc9 IDEMPIERE-582 Setup Wizard scrolling bars / And improvements to IDEMPIERE-393 Setup wizards 2013-03-04 23:07:57 -05:00
Carlos Ruiz 83a3822cec Fix launcher problems with swing and zk 2013-02-27 13:49:17 -05:00
Carlos Ruiz 434559b08a IDEMPIERE-633 AdempiereActivator.packIn() causes NullPointerException 2013-02-19 10:11:09 -05:00
Heng Sin Low a63999e429 Merge 1999418eaf79 2013-01-11 11:55:36 +08:00
Heng Sin Low f830e2c469 IDEMPIERE-546 Integrate Apache Felix Web Console. Accessible at osgi/system/console using the administrator login. 2013-01-11 11:49:46 +08:00
Heng Sin Low 23ac59efae http://jira.idempiere.com/browse/IDEMPIERE-92. Fixed deployment problem for selenium-fitnesse integration. 2013-01-04 22:34:14 +08:00
Hesham S. Ahmed c97bb89829 IDEMPIERE-543 RedHat Init Script does not stop iDempiere Server 2013-01-03 21:20:59 +03:00