Commit Graph

17 Commits

Author SHA1 Message Date
Carlos Ruiz 1b2007ed3b IDEMPIERE-3876 Encoding and line delimiter issues / convert sources to unix line delimiter 2019-01-21 15:37:14 +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 a733237fc2 hg merge release-2.1 (merge release2.1 into development) 2015-08-19 16:42:28 -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 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 8c3f9cf771 IDEMPIERE-2544 solve some warnings 2015-07-03 11:18:10 -05:00
Carlos Ruiz 5ddb2d4b34 Generate model classes for release 1.0b 2013-04-25 01:24:59 -05:00
Carlos Ruiz ac93bd4473 IDEMPIERE-638 Check log level before calling logging method / log.info / Thanks to Richard Morales 2013-02-27 20:58:38 -05:00
Carlos Ruiz 4356fa8f64 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warnings on pipo.legacy 2013-02-07 11:14:24 -05:00
Carlos Ruiz 740908e0c5 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> dead code 2012-12-20 15:46:40 -05:00
Carlos Ruiz 7b0fe332a5 IDEMPIERE-362 Hide things that don't work on iDempiere 2012-09-21 20:40:08 -05:00
Carlos Ruiz ab55ed8406 IDEMPIERE-236 - Centralization of hardcoded IDs 2012-08-14 15:11:43 -05:00
Nicolas Micoud 57bc9b5d0b IDEMPIERE-236 Centralization of hardcoded IDs / massive upload (integrated into iDempiere by CarlosRuiz - globalqss) 2012-04-23 22:31:14 -05:00
Carlos Ruiz 26337eddb8 fixes #37 Make iDempiere safer using saveEx instead of save
https://bitbucket.org/idempiere/idempiere/issue/37
2011-06-14 15:39:10 -05:00
Carlos Ruiz 01a936b63f Fix problems with old DataElementHandler
- NPE when the name of a record was null
- NPE when the key1name or key2name were null
- add client filter when looking for a record (it was reading records from other clients in multitenant environment)
Heng Sin, can you please review these potential errors against the structure of the new pipo2
2011-02-27 00:42:44 -05:00
Carlos Ruiz c58e6f00c0 Fix inconsistency in packout - the xml file encoding property is defined as ISO-8859-1 but the file stream is written with utf-8. I had problems importing the generated files, all accents and special characters were imported wrongly. 2011-02-27 00:07:26 -05: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