Carlos Ruiz
|
0646e28b82
|
IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> build
|
2012-12-21 10:05:17 -05:00 |
Richard Morales
|
ae3990ce11
|
IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> not used
|
2012-12-13 18:41:45 -05:00 |
Carlos Ruiz
|
24e4972406
|
IDEMPIERE-455 Discover and fix FindBugs problems / Pattern NP_NULL_ON_SOME_PATH (Thanks to Richard Morales)
|
2012-12-12 16:30:06 -05:00 |
Richard Morales
|
4c16922d20
|
IDEMPIERE-455 Discover and fix FindBugs problems / Pattern NP_NULL_ON_SOME_PATH_EXCEPTION
|
2012-12-12 10:49:56 -05:00 |
Richard Morales
|
1e30b56290
|
IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse Warning : Is never used
|
2012-12-06 15:00:04 -05:00 |
Richard Morales
|
a486d1317c
|
IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / findbugs fb-contrib pattern LSYC_LOCAL_SYNCHRONIZED_COLLECTION
|
2012-12-05 12:09:37 -05:00 |
Richard Morales
|
529089a426
|
IDEMPIERE-183 Fixed generic type warning
|
2012-12-04 11:24:23 -05:00 |
Carlos Ruiz
|
1c0b1ebd9e
|
IDEMPIERE-385 Resolve M_Storage locking and data consistency / lock storage record being updated
|
2012-11-28 10:12:56 -05:00 |
Heng Sin Low
|
c8b4a158b7
|
IDEMPIERE-491 Caching data can generate problem. Refactor the caching code, added distributed cache and cluster wide cache reset support.
|
2012-11-21 17:06:02 +08:00 |
Heng Sin Low
|
d4e9ae0656
|
IDEMPIERE-359 Add OSGi Service support for existing extension point. Move more core services to OSGi service.
|
2012-11-08 17:36:50 +08:00 |
Carlos Ruiz
|
4eed3a8640
|
IDEMPIERE-455 Discover and fix FindBugs problems / Pattern: ODR_OPEN_DATABASE_RESOURCE
|
2012-10-30 17:10:00 -05:00 |
Carlos Ruiz
|
e2c0220862
|
IDEMPIERE-472 Allow postgresql connection via SSL / Peer review
|
2012-10-26 13:46:55 -05:00 |
Juan David Arboleda
|
e99ca7f076
|
IDEMPIERE-472 Allow postgresql connection via SSL
|
2012-10-26 13:46:05 -05:00 |
Carlos Ruiz
|
595fda5ef4
|
IDEMPIERE-422 Complete Native Sequence feature / peer review and tests
|
2012-10-05 19:03:57 -05:00 |
Carlos Ruiz
|
9fcf487478
|
IDEMPIERE-236 - Centralization of hardcoded IDs / centralize also the MSysConfig keys - Thanks to David Peñuela
|
2012-08-14 19:07:21 -05:00 |
Heng Sin Low
|
668e61686f
|
IDEMPIERE-166 Rebranding of logo and product name
|
2012-06-06 22:13:34 +08:00 |
Heng Sin Low
|
acaf4948ee
|
IDEMPIERE-287 org.postgresql.util.PSQLException: Bad value for type int : 2min - change to use better solution from Carlos.
|
2012-06-01 12:13:36 +08:00 |
Heng Sin Low
|
c9e1a69cbe
|
IDEMPIERE-287 org.postgresql.util.PSQLException: Bad value for type int : 2min
|
2012-06-01 11:05:16 +08:00 |
Heng Sin Low
|
740243db9b
|
IDEMPIERE-287 org.postgresql.util.PSQLException: Bad value for type int : 2min
|
2012-06-01 10:43:47 +08:00 |
Heng Sin Low
|
0c15934a46
|
IDEMPIERE-120 Refactor Query timeout Implementation - move most postgresql specific code to DB_PostgreSQL
IDEMPIERE-121 Add API to support the locking of PO for update
(transplanted from e99036fafdbdc294ebb0b847d675e0aac42c1843)
|
2012-01-21 10:31:34 +08:00 |
Heng Sin Low
|
7c305591ad
|
Update .project and .classpath using PDE tools.
(transplanted from 1970ec9a52c07a50ca732e8491a60c45ea633886)
|
2011-06-01 10:32:12 +08:00 |
Carlos Ruiz
|
66602d43e8
|
Implement issue #1 Allow localhost on installation
http://hg.idempiere.com/idempiere/issue/1/allow-localhost-on-installation
|
2011-04-22 19:25:07 -05:00 |
teo_sarca
|
ecd3d5f8e2
|
[ 3137355 ] PG query not valid when contains quotes and backslashes
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3137355
|
2011-03-26 00:20:20 -05:00 |
teo_sarca
|
f12e817fd3
|
[ 3137355 ] PG query not valid when contains quotes and backslashes
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3137355
|
2011-03-26 00:19:04 -05:00 |
Heng Sin Low
|
acebf0625a
|
Implement statement timeout support for PostgreSQL
|
2011-02-07 10:26:06 +08:00 |
Heng Sin Low
|
0ed2e11bd0
|
Rename default connection pool properties file to server.default.properties and client.default.properties. This change would allow developer to create fragment to contribute a customize server.properties or client.properties
|
2011-01-19 16:55:38 +08:00 |
Heng Sin Low
|
8fa9544e4c
|
Revert storing db_type as lowercase as that cause setup and startup problem.
|
2010-12-17 08:08:42 +08:00 |
Heng Sin Low
|
b561dde609
|
(HENGSIN-10) Problems with RUN_ImportAdempiere.sh
- Store DB_Type and DB_PATH as lowercase in AdempiereEnv.properties as what adempiere used to be doing.
|
2010-12-16 16:52:04 +08:00 |
Heng Sin Low
|
2404603e03
|
Cleanup, remove redundant buckminster.properties.
|
2010-12-06 13:53:57 +08:00 |
Heng Sin Low
|
73deaa8a69
|
Fixed db type drop down not working after migration to equinox extension. Improve development setup to auto involve tomcat configuration ant script.
|
2010-11-29 15:41:28 +08:00 |
Heng Sin Low
|
ed6f264381
|
Implemented connection pool properties file support. Added convert statement cache for PostgreSQL. Enhance connection pool ability to survive under heavy load.
|
2010-11-29 11:35:13 +08:00 |
Heng Sin Low
|
af5cd44af8
|
Implemented db configuration as extension. Remove JVM type checking.
|
2010-11-29 01:59:28 +08:00 |
Heng Sin Low
|
42014bf770
|
Added default buckminster properties file.
|
2010-11-03 15:45:30 +08:00 |
Heng Sin Low
|
83715fa436
|
Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later )
|
2010-09-29 15:25:34 +08:00 |