Commit Graph

73 Commits

Author SHA1 Message Date
Heng Sin Low bb6607d553 IDEMPIERE-1561 Update product version to 2.0.0. 2013-11-21 14:32:17 +08:00
Carlos Ruiz 100a7b4385 Merged idempiere/idempiere/release-1.0c into release-1.0c 2013-11-15 10:23:24 -05:00
Elaine Tan b9c3f19c84 Support "trim" attribute at the element. It is an optional attribute and is defaulted to true (i.e. trimmable). 2013-11-14 12:39:44 +08:00
Carlos Ruiz 1e227ac399 IDEMPIERE-1489 Not able to Export column record 2013-11-08 16:55:41 -05:00
Heng Sin Low 5718de9d93 1003424 2Pack failed to export C_ValidCombination (Account) field correctly. IDEMPIERE-1508 2013-11-04 23:05:38 +08:00
Heng Sin Low 860a0a615d 1003423 2Pack failed to export AD_TreeNode data. IDEMPIERE-1507 2013-11-04 21:30:32 +08:00
Heng Sin Low f589147c87 Should always trim element content when pack in. 2013-10-11 13:55:27 +08:00
Heng Sin Low a6af9e3a6f 1003322 2Pack enhancement for Extension Development. 2013-10-09 18:03:51 +08:00
Heng Sin Low b2061ea8ef Minor: added null check to prevent runtime NPE. 2013-09-10 13:15:18 +08:00
Heng Sin Low e3adf9a113 Fixed auto packin doesn't work with attachment due to invalid package directory setting. 2013-09-07 03:59:28 +08:00
Heng Sin Low fb4c2d3007 IDEMPIERE-1297 2Pack: Remove code for the lookup of record and reference using business key. Fixed NPE in previous revision. 2013-09-07 03:52:22 +08:00
Heng Sin Low 01807c9191 IDEMPIERE-1297 2Pack: Remove code for the lookup of record and reference using business key. Fixed handling of column that reference zero id table. 2013-09-07 02:37:10 +08:00
Heng Sin Low 95170aec67 IDEMPIERE-1298 2Pack: Support copying of data from one client to another. 2013-08-26 14:32:24 +08: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
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 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 8d9a2ba66f IDEMPIERE-1223 Use ClassName as Name of OSGi component. 2013-07-31 16:30:15 +08:00
Carlos Ruiz 95bad1508c IDEMPIERE-1178 2Pack exporting AD_Role_ID=0 as null 2013-07-16 09:52:17 -05:00
Heng Sin Low ba2d798449 IDEMPIERE-1156 PackIn of New EntityType fails. Fixed NPE. 2013-07-09 22:08:59 +08:00
Carlos Ruiz 45bda82abc IDEMPIERE-1153 org.adempiere.pipo2.AbstractElementHandler.isProcessElement always returns false for enity types D and C / thanks to Anthony Sossah (xolali) 2013-07-06 17:17:48 -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
Juan David Arboleda f6d907ff63 IDEMPIERE-454 Easy import / Improvements (speed, export selected detail tab, bug fixes) 2013-05-04 14:10:19 -05: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 969ba70fe1 IDEMPIERE-734 autostarting plug-ins causes a lot of errors if 2Pack/AdempiereActivator is used. 2013-03-19 15:33:02 +08:00
Carlos Ruiz e7f817ec2b IDEMPIERE-638 Fix replacing Logger with CLogger 2013-03-15 22:41:36 -05:00
Carlos Ruiz 171c5db67d IDEMPIERE-37 Make iDempiere safer using saveEx instead of save 2013-03-12 08:39:50 -05:00
jan thielemann d4c7372155 ModelValidator for pipo 2013-02-28 11:26:45 +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 ada4a0f749 IDEMPIERE-638 Check log level before calling logging method / log.finer 2013-02-25 14:08:35 -05:00
Richard Morales 74d197cb57 IDEMPIERE-638 Check log level before calling logging method / logger.info+fine 2013-02-22 17:17:40 -05:00
Heng Sin Low f4da72ef50 IDEMPIERE-359 Add OSGi Service support for existing extension point. 1) Separate osgi service and equinox extension locator API. Service.locator() for OSGi service and EquinoxExtensionLocator.instance() for equinox extension. 2) Use OSGi service for all singleton component ( all factories and most services ) and equinox extension for others ( UI object, Process instance and PIPO handlers). 2013-02-13 16:15:43 +08:00
Richard Morales dc07ce8e37 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern LSYC_LOCAL_SYNCHRONIZED - StringBuffer 2012-12-13 18:11:15 -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 5662475b92 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern SIC_INNER_SHOULD_BE_STATIC 2012-12-11 19:47:25 -05:00
Carlos Ruiz 5e425251c9 Fix Packin showing errors about classnotfound 2012-12-11 18:09:31 -05:00
Richard Morales d9afbe2768 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern OS_OPEN_STREAM 2012-12-11 16:48:34 -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 2dfa60b73e IDEMPIERE-359 Add OSGi Service support for existing extension point 2012-11-06 11:39:23 +08:00
Carlos Ruiz 2fc2d6a9c1 IDEMPIERE-24 Export 2pack zip on BP window fails / make export safer with parenthesis on OR 2012-10-31 15:22:28 -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 066f24162e IDEMPIERE-454 Easy import / v1 -> Exporter - export data from 1 tab / Importer - allow insert in 1 tab 2012-10-26 00:03:39 -05:00
Carlos Ruiz f22faccda1 IDEMPIERE-436 AdempiereActivator is not able to run 2Pack 2012-09-19 19:20:36 -05:00
Carlos Ruiz af49e500be IDEMPIERE-254 2Pack Stabilization and Enhancement / Problems found importing packages 2012-09-19 19:12:23 -05:00
Heng Sin Low 59eefcc345 IDEMPIERE-309 Process UI: Add ask and file download dialog support 2012-06-20 15:53:10 +08:00
Heng Sin Low 668e61686f IDEMPIERE-166 Rebranding of logo and product name 2012-06-06 22:13:34 +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