Commit Graph

2578 Commits

Author SHA1 Message Date
Heng Sin Low aa73374af2 BF [ 1874419 ] JDBC Statement not close in a finally block 2008-02-14 22:34:09 +00:00
Heng Sin Low 84e38e45a1 BF [ 1874419 ] JDBC Statement not close in a finally block 2008-02-14 22:32:05 +00:00
Heng Sin Low 47ce11e65d BF [ 1874419 ] JDBC Statement not close in a finally block 2008-02-14 22:30:35 +00:00
Heng Sin Low 7821230d9c BF [ 1874419 ] JDBC Statement not close in a finally block 2008-02-14 22:28:38 +00:00
teo_sarca 4b7aa69c0b BF [ 1893828 ] Email should use same charset as ADempiere 2008-02-14 16:07:16 +00:00
mark_o eb27717a9c [ 1893518 ] Postgres: 098_BF1892475.sql broken
Minor patch (After ALTER statement ";" is missing.) Thanx to agenda_gm for reporting this.
2008-02-14 14:28:56 +00:00
teo_sarca fe5a502bfb BF [ 1893525 ] Process Dialog: Cannot select the text from text field 2008-02-14 12:13:14 +00:00
teo_sarca a79d599ff6 FR [ 1779410 ] VSortTab: display ID for not visible columns 2008-02-14 11:52:30 +00:00
teo_sarca 6550a13cc4 BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for AMenuStartItem
* organized imports for AMenuStartItem
* minor: never call ADialog.error<sync> in "catch" block because you have to close statement & resultset in finally
2008-02-14 09:33:51 +00:00
teo_sarca b4414a594f BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for FormFrame
* organized imports for FormFrame
2008-02-14 09:29:08 +00:00
Heng Sin Low 1dc1281bb4 [ 1893413 ] Email notification from scheduler doesn't set from user. 2008-02-14 09:16:23 +00:00
teo_sarca 1c40a3f7cd BF [ 1893410 ] NPE when try to open Form Frame w/o class 2008-02-14 09:14:33 +00:00
Heng Sin Low e02854dee6 [ 1893397 ] Table reference can't use virtual column as display column 2008-02-14 08:57:09 +00:00
teo_sarca 038d0c5142 BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for BPartnerValidate
* organized imports for BPartnerValidate
2008-02-14 07:45:51 +00:00
Heng Sin Low 3c059e91c8 [ 1854603 ] Prepare method is being called twice
- trx management fix.
- remove non-thread safe code.
2008-02-14 04:49:18 +00:00
Carlos Ruiz ac21848e01 Fix [ 1619300 ] Passwords shown in context variables 2008-02-14 04:33:50 +00:00
Carlos Ruiz 50d0a61176 Fix [ 1722235 ] Encryption for password wrongly managed 2008-02-14 03:32:55 +00:00
Carlos Ruiz 8459f86e36 Integrate contribution from Bahman
[ 1726329 ] Setting a column encrypted should also encrypt its contents
2008-02-14 03:30:55 +00:00
Heng Sin Low 353c1000c7 [ 1893254 ] Error in CalloutOrder.docType 2008-02-14 02:36:27 +00:00
Carlos Ruiz 282b42d59d Fix [ 1893051 ] NPE at Workflow Activities 2008-02-13 20:01:49 +00:00
Carlos Ruiz ec7588b1e3 [ 1885496 ] Performance NEEDS 2008-02-13 19:21:43 +00:00
teo_sarca 79cfb4f56b BF [ 1890206 ] getLines without reload not assigning trx - fixed for MPaySelectionCheck 2008-02-13 18:03:59 +00:00
teo_sarca e6ffe66916 BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for MAllocationHdr
* organized imports
* refactor: use MFactAcct.delete instead of "DELETE" sql query
2008-02-13 17:54:02 +00:00
teo_sarca 50b33b8f53 BF [ 1892920 ] Locators fieldshould be ordered by Warehouse/Value 2008-02-13 17:31:11 +00:00
teo_sarca c2d086291d BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for MLocatorLookup
* organized imports
* fixed java 5 generics warnings
2008-02-13 17:22:58 +00:00
Heng Sin Low 64ce410b20 * minor - more detail error message. 2008-02-13 17:06:27 +00:00
teo_sarca b37c0f827d BF [ 1885496 ] Performance NEEDS
- added caching support for MSysConfig
- added MSysConfigTest test case
2008-02-13 17:03:15 +00:00
teo_sarca ba4af07e4b ModelValidationEngine:
* fixed java 5 generics warnings
* organized imports
* commented 1 unused variable
2008-02-13 16:37:50 +00:00
Carlos Ruiz 44980e848b FR [ 1892819 ] Field Phone Format 2008-02-13 15:50:59 +00:00
Heng Sin Low 3603a3969c * fix mistake in previous commit, should be add instead of alter column. 2008-02-13 14:22:10 +00:00
Heng Sin Low 55b39023cb [ 1887651 ] Add Ad_Reference_Value_ID and AD_Val_Rule_ID to AD_Field
[ 1892335 ] Define custom info class at ad_column or ad_field
2008-02-13 09:25:53 +00:00
Heng Sin Low 2a60faf4b1 [ 1887651 ] Add Ad_Reference_Value_ID and AD_Val_Rule_ID to AD_Field
[ 1892335 ] Define custom info class at ad_column or ad_field
2008-02-13 09:21:44 +00:00
Heng Sin Low 8da616ddfd [ 1892335 ] Define custom info class at ad_column or ad_field 2008-02-13 09:20:21 +00:00
Heng Sin Low ac741f0218 [ 1892335 ] Define custom info class at ad_column or ad_field 2008-02-13 09:17:24 +00:00
Heng Sin Low 55174da98e [ 1892475 ] AD_Reference list is hardcoded to always sort by name 2008-02-13 08:27:10 +00:00
Heng Sin Low 5b1dd2078e [ 1892475 ] AD_Reference list is hardcoded to always sort by name 2008-02-13 08:23:37 +00:00
Heng Sin Low 4fc85cb975 * minor - remove unuse import. 2008-02-13 07:18:50 +00:00
Heng Sin Low 50ef51c3db * minor - remove unuse import. 2008-02-13 07:16:34 +00:00
Heng Sin Low 237cb78314 * minor - remove unuse import. 2008-02-13 07:15:54 +00:00
Heng Sin Low 569134d13a * minor - remove unuse import. 2008-02-13 07:15:14 +00:00
Heng Sin Low 589760901e * minor - organize import. 2008-02-13 07:13:18 +00:00
Heng Sin Low ae19bfa77e [ 1892461 ] Callout for VLocation field invoke twice 2008-02-13 07:04:06 +00:00
Heng Sin Low 294f4f87ed [ 1892439 ] Callout not invoke for changes to existing ASI
- previous commit introduce potential NPE
2008-02-13 06:45:41 +00:00
Heng Sin Low 95db1b9d11 [ 1892439 ] Callout not invoke for changes to existing ASI 2008-02-13 06:26:28 +00:00
Carlos Ruiz 911d7e4f3e Implement security mechanism for [ 1851190 ] Running outdated client can cause data corruption 2008-02-13 06:24:51 +00:00
Heng Sin Low e9e5ee5504 [ 1892439 ] Callout not invoke for changes to existing ASI 2008-02-13 06:18:04 +00:00
Heng Sin Low 1955c018cb [ 1878834 ] Bug in the Included Grid mode 2008-02-13 05:03:46 +00:00
Carlos Ruiz 4b874675ef Fix [ 1892384 ] Bug - not saving info on AD_Session 2008-02-13 04:29:00 +00:00
Heng Sin Low c6e4203274 [ 1854603 ] Prepare method is being called twice
- trx management fix.
2008-02-13 04:22:10 +00:00
Carlos Ruiz 2beae9081c [ 1755177 ] ad_changelog should have an 'action' field
[ 1783027 ] Add descriptive info to AD_Session (like Role)
[ 1755175 ] ad_changelog should capture insert too
2008-02-13 03:34:14 +00:00