Commit Graph

171 Commits

Author SHA1 Message Date
Carlos Ruiz b2db385533 Integrate bug fixing from Compiere 260c 2007-02-26 07:46:50 +00:00
Carlos Ruiz 61d057576d fix bug 2pack not creating primary key on tables - tested in oracle
still not working in postgres because of convert issues
2007-02-26 04:15:10 +00:00
Carlos Ruiz 8425078adf Work in progress - integrate bug fixing from Compiere 260b 2007-02-25 22:25:35 +00:00
Heng Sin Low 244779d909 * fixed classpath 2007-02-25 19:04:43 +00:00
Carlos Ruiz dbd6a623b3 Work in progress - integrate bug fixing from Compiere 260b 2007-02-25 02:42:59 +00:00
Heng Sin Low ff08460d7b * [ 1666919 ] Transaction handling different for local and remote process 2007-02-23 09:42:40 +00:00
armenrz 0ab963ffed fix typo WHERE AD_Org_ID=0 WHERE AD_Client_ID=? 2007-02-22 09:41:08 +00:00
Heng Sin Low d766e40767 * refactoring and clean up of 2pack 2007-02-21 06:25:19 +00:00
Heng Sin Low 1a07843d6c * [ 1662462 ] Lock record when reading?
- move lock and unlock outside of transaction.
2007-02-21 05:19:38 +00:00
Heng Sin Low ddebc8ac20 * Unregister bug, add firefox support for *nix client 2007-02-21 03:17:12 +00:00
Carlos Ruiz d3d724bb10 Fix a circular dependency problem with PackOut on dbPort, moved to base 2007-02-20 20:12:54 +00:00
Heng Sin Low 76d6178c81 * Fixed a careless mistake in previous commit. 2007-02-20 14:45:55 +00:00
Heng Sin Low 646a4d07c8 * [ 1662983 ] Convert cutting backslash from string 2007-02-20 14:42:33 +00:00
Heng Sin Low 3e6ec3410c * [ 1661548 ] WAN: tab loading should be improved
- Improve loading of field meta data for wan profile
- Added optional background loading of field meta data ( default to off )
2007-02-20 13:36:58 +00:00
Heng Sin Low cf40117547 * [ 1659623 ] MLookups & ValidationCode are not working
* Added lookupinfo cache for lookup type of tabledir
2007-02-20 13:23:47 +00:00
teo_sarca 8a709d0e69 FR [ 1662447 ] Add column names in model classes 2007-02-20 10:44:43 +00:00
teo_sarca ec9723159a bug fix [ 1619179 ] Consistence: POInfo.getColumnIndex not working correct 2007-02-20 10:38:52 +00:00
Carlos Ruiz dd28e556a3 Avoid unnecesary calls to alter table 2007-02-19 05:57:30 +00:00
Carlos Ruiz ad2de61371 Fix bugs on 2pack
[ 1662989 ] PackOut & PackIn are not closing file
[ 1663097 ] 2Pack doesn't export/import AD_Column.ColumnSQL
[ 1663098 ] 2pack creating table for views
[ 1663099 ] 2pack creating table with primary key even if is child table
* Also added complete trx management for processes
* Also added lots of log.info and beautify indentation
* Also dropped the create/alter routines to reuse the Adempiere routines
2007-02-19 05:30:52 +00:00
Carlos Ruiz c558f0e247 Fix bug 1660876 - MRequestType and Performance Graph 2007-02-15 19:51:40 +00:00
Heng Sin Low cee78876e7 * [ 1658530 ] Remove jPDF dependency 2007-02-15 08:05:57 +00:00
Heng Sin Low 494e3f634c * [ 1658530 ] Remove jPDF dependency 2007-02-15 07:55:28 +00:00
teo_sarca 0ba3d62cb7 patch [ 1658923 ] Splash.java convert ISO 8859-2 to UTF-8 2007-02-13 23:29:24 +00:00
teo_sarca 69f48edd3c integrated Gavin Dunse patch [ 1658661 ] translate polish AmtInWords_PL.java Windows-1250 to UTF-8 2007-02-13 23:18:11 +00:00
teo_sarca cb075025a3 [ 1659217 ] WAN: org.compiere.db.CConnection.getInfo() throws NPE 2007-02-13 19:05:35 +00:00
Carlos Ruiz 0bed0fa571 Spanish files in UTF-8 2007-02-13 07:25:39 +00:00
Heng Sin Low 565422ab49 * make consistent with oracle setting 2007-02-12 22:06:50 +00:00
Heng Sin Low d592316168 * [ 1657621 ] Too many connections opened 2007-02-12 10:24:04 +00:00
Heng Sin Low 7a4012db51 * [ 1656849 ] WAN: every time when a query fails is tried to run locally 2007-02-11 16:46:43 +00:00
teo_sarca 7baf3f45c9 bug fix [ 1652623 ] AccessSqlParser.getTableInfo(String) - tablename parsing bug 2007-02-10 16:25:46 +00:00
afalcone bc9c157212 AmtInWords in Persian - Contributed by Bahman Movaqar (bmovaqar) 2007-02-08 20:27:42 +00:00
Heng Sin Low e373dbce82 * [ 1631888 ] Lazy loading of tab 2007-02-08 06:45:21 +00:00
Heng Sin Low 87733c7a47 * minor UI changes. 2007-02-08 05:41:39 +00:00
Heng Sin Low 44b157fb64 * [ 1654788 ] Online help pointing to www.adempiere.org 2007-02-08 05:04:22 +00:00
vpj-cd 8417e41564 solve [ 1653664 ] Error when try upload Libero.zip
http://sourceforge.net/tracker/index.php?func=detail&aid=1653664&group_id=176962&atid=879332
2007-02-06 22:57:04 +00:00
teo_sarca 95700fa18e FR [ 1646891 ] SvrProcess - post process support 2007-02-05 09:11:19 +00:00
teo_sarca ead0410b81 bug fix [ 1651801 ] GenerateModel: duplicate "getKeyNamePair" methods
* added carlos suggestion: now if there are more then one primary identifiers for a table, entire generation will fail
2007-02-04 18:51:42 +00:00
teo_sarca a4e7b53309 bug fix [ 1651801 ] GenerateModel: duplicate "getKeyNamePair" methods 2007-02-04 17:43:55 +00:00
teo_sarca 97657c2fae Converted DBRes_pt.java to UTF8
[ 1646656 ] Truncated characters on DBRes_xx.java files
2007-02-01 12:37:41 +00:00
teo_sarca e534956e2b bug fix [ 1648850 ] MTable.getClass works incorrect for table "Fact_Acct"
according with Carlos suggestion
2007-02-01 08:07:38 +00:00
Carlos Ruiz 09bc99eabb Revert Revision: 1366
Please see my comment here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1648850&group_id=176962&atid=879332
2007-02-01 05:07:02 +00:00
teo_sarca 138f16144d bug fix [ 1648850 ] MTable.getClass works incorrect for table "Fact_Acct" 2007-01-31 13:37:19 +00:00
vpj-cd 2362c44b3a solve 1636180 Imprimir Montos Expresados en Letras
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1636180&group_id=176962
2007-01-30 23:20:56 +00:00
afalcone 08a767ae54 bug fix [1636180] AmtInWords_ES 2007-01-30 21:15:52 +00:00
kontro 0e9b4e1df0 Removing finnish 'localization' because it's purpose is not to make people laugh. 2007-01-30 13:39:45 +00:00
teo_sarca f761750114 bug fix [ 1647864 ] WAN: delete record error 2007-01-30 13:23:55 +00:00
kontro 3a3c3fa672 Improving DeathMeat's work.
Now properties are loaded in utils_dev/properties.xml and
and imported from there to every other build file.
2007-01-30 10:13:17 +00:00
Heng Sin Low 269db8d10d * [ 1568770 ] Oracle CLOBs are limited in size 2007-01-30 09:13:14 +00:00
kthiemann b8c96c1581 contribution [ 1647225 ] Improved ANT scripts and NetBeans integration - by Johannes Gubo (deathmeat) 2007-01-30 09:06:53 +00:00
kontro dded588672 Undo changes in revision 1336.
It seemed to cause same amount of new problems than it fixed.
2007-01-29 21:43:11 +00:00