Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007543Openbravo ERPE. Translationpublic2009-02-12 19:032009-04-22 00:00
shuehner 
shuehner 
lowminorhave not tried
closedfixed 
5
pi 
2.50beta 
Core
No
0007543: compile time translation takes too long when core.isindevelopment=y
if you set core to isindevelopment=y then i.e. ant compile -Dtab=xx takes several minutes longer then without the module being in development as the translation code is run in the first case.
No tags attached.
Issue History
2009-02-12 19:03shuehnerNew Issue
2009-02-12 19:03shuehnerAssigned To => shuehner
2009-02-12 19:03shuehnerRegression testing => No
2009-02-12 19:04svnbotCheckin
2009-02-12 19:04svnbotNote Added: 0013435
2009-02-12 19:04svnbotStatusnew => resolved
2009-02-12 19:04svnbotResolutionopen => fixed
2009-02-12 19:04svnbotsvn_revision => 13110
2009-02-12 19:35shuehnerStatusresolved => new
2009-02-12 19:35shuehnerResolutionfixed => open
2009-02-12 19:35shuehnerNote Added: 0013442
2009-02-13 15:53shuehnerPrioritynormal => low
2009-02-13 15:53shuehnerSeveritymajor => minor
2009-02-17 18:24rafarodaStatusnew => scheduled
2009-02-17 20:27svnbotCheckin
2009-02-17 20:27svnbotNote Added: 0013605
2009-02-17 20:27svnbotStatusscheduled => resolved
2009-02-17 20:27svnbotResolutionopen => fixed
2009-02-17 20:27svnbotsvn_revision13110 => 13298
2009-04-21 10:54psarobeStatusresolved => closed
2009-04-22 00:00anonymoussf_bug_id0 => 2777934

Notes
(0013435)
svnbot   
2009-02-12 19:04   
Repository: openbravo
Revision: 13110
Author: huehner
Date: 2009-02-12 19:04:04 +0100 (Thu, 12 Feb 2009)

Fixed 7543
Speedup compilation when translation is run for the core module by 1m30

---
U trunk/src-db/database/model/tables/AD_TEXTINTERFACES.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=13110&sc=1 [^]
(0013442)
shuehner   
2009-02-12 19:35   
Reopened as change did hit an restriction of data-length on oracle and was reverted in r13116
(0013605)
svnbot   
2009-02-17 20:27   
Repository: openbravo
Revision: 13298
Author: huehner
Date: 2009-02-17 20:27:16 +0100 (Tue, 17 Feb 2009)

Fixed 7543
- change size of filename column from 4000 to 500 characters
  - contains only relative local filenames like 'org/openbravo/**/template.file'
- add index on filename,text to speed up compiletime part of the translation process

---
U trunk/src-db/database/model/tables/AD_TEXTINTERFACES.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=13298&sc=1 [^]