Commit Graph

47 Commits

Author SHA1 Message Date
Heng Sin Low 6ec33a6eea IDEMPIERE-1347 2Pack: ColumnElementHandler should ensure column exists in database when IsSyncDatabase=Y. Remove unnecessary commit and packin log when there's no ddl action needed. 2013-09-12 02:27:21 +08:00
Heng Sin Low 53731cbfff IDEMPIERE-1347 2Pack: ColumnElementHandler should ensure column exists in database when IsSyncDatabase=Y. 2013-09-10 14:44:18 +08:00
Carlos Ruiz b57c8c638f IDEMPIERE-1025 Improve translation for custom tables / do not insert translations if the language is not installed 2013-09-05 17:36:19 -05:00
Carlos Ruiz a576485e2c IDEMPIERE-1326 2pack is not adding treenodemm to menus on top 2013-09-03 17:07:42 -05:00
Heng Sin Low cb926b2119 IDEMPIERE-1297 2Pack: Remove code for the lookup of record and reference using business key. Fixed regression. 2013-08-26 13:33:16 +08:00
Carlos Ruiz e6337d1837 Troubleshoot 2pack for IDEMPIERE-1265
Related to IDEMPIERE-1178 2Pack was exporting wrongly AD_ReportView_ID=NULL as a zero value
Also AD_Table_ID was being exported as NULL on columns
2013-08-23 19:29:59 -05:00
Heng Sin Low f724aa2656 IDEMPIERE-1297 2Pack: Remove code for the lookup of record and reference using business key. 2013-08-23 14:23:45 +08:00
Heng Sin Low be0f3bfdc5 IDEMPIERE-497 2Pack SQL Statement Handler improvements for Postgresql. Handle scenario where savepoint become invalid because there's commit or rollback clause in the sql statement. 2013-08-22 16:49:37 +08:00
Heng Sin Low 7875807f04 IDEMPIERE-497 2Pack SQL Statement Handler improvements for Postgresql. Use savepoint to rollback just the sql statement. 2013-08-15 01:04:47 +08:00
Carlos Ruiz fad6179c03 IDEMPIERE-1025 Improve translation for custom tables / failing on new as recordid was being set before savinb 2013-08-08 16:29:52 -05:00
Carlos Ruiz b67f23135c IDEMPIERE-1256 2Pack exporting repeated elements / refactor to use common array - previous approach was not working as the array was local 2013-08-08 02:01:29 -05:00
Carlos Ruiz 6c03341bc4 IDEMPIERE-1256 2Pack exporting repeated elements 2013-08-08 01:02:41 -05:00
Carlos Ruiz a14fd8642f IDEMPIERE-1025 Improve translation for custom tables / based on patch from Richard Morales 2013-08-05 17:49:37 -05:00
Heng Sin Low 26fe7cf2bc IDEMPIERE-1136 2Pack: Prevent unwanted overwrite of UUID key during pack in 2013-07-04 17:27:02 +08:00
Elaine Tan c39ca2a5f1 IDEMPIERE-1128 PackInHandler: Could not create new print paper record 2013-07-02 14:43:41 +08:00
Carlos Ruiz 109d00c75e IDEMPIERE-254 2Pack Stabilization and Enhancement / Enable auto-exporting attachment for reports - useful to deploy jasper attachments 2013-06-22 12:11:25 -05:00
Heng Sin Low cee1db4c65 IDEMPIERE-1030 Error when packing in workflows. 2013-06-20 15:39:29 +08:00
Heng Sin Low ff9ced3152 IDEMPIERE-643 Packout handler not found for type MV/ET. Merge entity type handler patch from Jan Thielemann. 2013-05-03 16:18:11 +08:00
Heng Sin Low 1279ad4203 minor: always trim away spaces from detail table name so "select * from c_order; c_orderline" work ( note the space after the semicolon separator ). 2013-04-21 20:57:43 +08:00
Richard Morales c45dfd9557 IDEMPIERE-638 Check log level before calling logging method / .log(Level 2013-03-15 22:52:05 -05:00
jan thielemann a02476581e ModelValidator for pipo 2013-02-28 11:26:53 +01: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
Richard Morales 65a9dc9adc IDEMPIERE-568 Review proper closing of JDBC statements and resultsets 2013-02-20 20:31:16 -05:00
Richard Morales 9b0c13b9f5 IDEMPIERE-568 Review proper closing of JDBC statements and resultsets 2013-02-19 16:08:13 -05:00
Heng Sin Low 21c2f0c05b IDEMPIERE-254 2Pack Stabilization and Enhancement. Fixed pack in bug with generic po. 2012-12-17 11:05:30 +08:00
Richard Morales 2035b8c7d3 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern SS_SHOULD_BE_STATIC 2012-12-11 19:21:13 -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
Heng Sin Low a7b786a446 IDEMPIERE-517 Packout is throwing Null Pointer exception on image 2012-11-26 12:39:24 +08:00
Carlos Ruiz f514eee8db IDEMPIERE-497 2Pack SQL Statement Handler improvements for Postgresql 2012-11-09 15:32:33 -05:00
David Peñuela b3de9ec20f IDEMPIERE-24 Export 2pack zip on BP window fails 2012-10-31 14:41:19 -05:00
Carlos Ruiz d91955538a IDEMPIERE-254 2Pack Stabilization and Enhancement / Menus not being exported by default 2012-09-19 15:46:53 -05:00
Heng Sin Low 61b569bd5d minor - typo. 2012-06-20 16:16:27 +08:00
Heng Sin Low b7c3d48f2d IDEMPIERE-254 2Pack Stabilization and Enhancement 2012-05-28 14:33:04 +08:00
Heng Sin Low ae747cd47c IDEMPIERE-254 2Pack Stabilization and Enhancement 2012-05-02 14:44:19 +08:00
Heng Sin Low 5998051089 Change generic export default to export ad_org_id reference instead of getting from context. 2010-12-28 23:28:07 +08:00
Heng Sin Low c66f9c6f10 Fixed NPE. 2010-12-27 08:34:05 +08:00
Heng Sin Low 221ccef992 Fixed resolve of AD_Column_ID reference. 2010-12-27 08:33:37 +08:00
Heng Sin Low 523d6dd5c8 Element name for ad_table is "AD_Table", not "table". 2010-12-27 08:32:28 +08:00
Heng Sin Low f552160532 Fixed a handler's endElement method is call multiple time if there are child elements. Fixed transaction name not use for reference lookup. 2010-12-26 10:19:53 +08:00
Heng Sin Low a32ef3df47 Fixed submenu element missing type="table" attribute 2010-12-26 09:21:09 +08:00
Heng Sin Low cc04468c7d added null check for Parent_ID element. 2010-12-24 11:55:02 +08:00
Heng Sin Low 25204acf0d Merge patch from red1 - fixed xerces dependency and not calling PackOut.getHandler with the correct handler Id. Rename AbstractElement.getPackOutProcess and getPackInProcess to getPackOut and getPackIn to avoid confusion that the method would return the SvrProcess instance which is not. 2010-12-23 17:27:44 +08:00
Heng Sin Low 490784dbbc 2pack refactoring - decouple from SvrProcess and DB Model. Enhance the grid tab export framework to support export of 2pack archive. 2010-12-14 07:59:58 +08:00
Heng Sin Low 2404603e03 Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
Heng Sin Low bdc88c1720 Added default buckminster properties file. 2010-11-03 15:42:52 +08:00
Heng Sin Low fb2ed910a2 refactoring and clean up 2010-10-22 11:08:26 +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