Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013981Openbravo ERPA. Platformpublic2010-07-16 13:262011-07-06 02:43
psarobe 
mtaal 
urgentmajoralways
closedfixed 
5
pi 
3.0MP1 
Core
No
0013981: Export client feature: It should export the client as UTF-8 encoding and as Unix format file
Export client feature: It should export the client as UTF-8 encoding and as Unix format file
Being in windows XP
1. Export the client
No tags attached.
Issue History
2010-07-16 13:26psarobeNew Issue
2010-07-16 13:26psarobeAssigned To => mtaal
2010-07-16 13:26psarobeStatusnew => scheduled
2010-07-16 13:26psarobefix_in_branch => pi
2011-05-20 14:55psarobeFixed in Version => 3.0MP0
2011-05-20 14:55psarobefix_in_branchpi =>
2011-05-20 15:18psarobeFixed in Version3.0MP0 =>
2011-05-20 15:18psarobeTarget Version => 3.0MP0
2011-05-23 13:20mtaalTarget Version3.0MP0 => 3.0MP1
2011-06-30 13:40hgbotCheckin
2011-06-30 13:40hgbotNote Added: 0038621
2011-06-30 13:40hgbotStatusscheduled => resolved
2011-06-30 13:40hgbotResolutionopen => fixed
2011-06-30 13:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/be337302e8d56bf7f002fd302a36e3063bd1de69 [^]
2011-07-01 13:05hgbotCheckin
2011-07-01 13:05hgbotNote Added: 0038675
2011-07-01 13:09hgbotCheckin
2011-07-01 13:09hgbotNote Added: 0038676
2011-07-04 18:38shuehnerNote Added: 0038749
2011-07-04 18:38shuehnerStatusresolved => new
2011-07-04 18:38shuehnerResolutionfixed => open
2011-07-05 18:58hgbotCheckin
2011-07-05 18:58hgbotNote Added: 0038795
2011-07-05 18:58hgbotStatusnew => resolved
2011-07-05 18:58hgbotResolutionopen => fixed
2011-07-05 18:58hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/be337302e8d56bf7f002fd302a36e3063bd1de69 [^] => http://code.openbravo.com/erp/devel/pi/rev/1d9e3d100adb6d23da08f62d545b4368a83f3022 [^]
2011-07-05 20:01shuehnerNote Added: 0038803
2011-07-05 20:01shuehnerStatusresolved => closed
2011-07-06 02:42hudsonbotCheckin
2011-07-06 02:42hudsonbotNote Added: 0038830
2011-07-06 02:42hudsonbotCheckin
2011-07-06 02:42hudsonbotNote Added: 0038850
2011-07-06 02:42hudsonbotCheckin
2011-07-06 02:42hudsonbotNote Added: 0038851
2011-07-06 02:43hudsonbotCheckin
2011-07-06 02:43hudsonbotNote Added: 0038886

Notes
(0038621)
hgbot   
2011-06-30 13:40   
Repository: erp/devel/pi
Changeset: be337302e8d56bf7f002fd302a36e3063bd1de69
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Jun 30 13:39:38 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/be337302e8d56bf7f002fd302a36e3063bd1de69 [^]

Fixes issue 13981: Export client feature: It should export the client as UTF-8 encoding and as Unix format file
Added new type of Outputstream writer which converts windows to linux line endings

---
M src/org/openbravo/service/db/ExportClientProcess.java
A src/org/openbravo/base/util/UnixOutputStreamWriter.java
---
(0038675)
hgbot   
2011-07-01 13:05   
Repository: erp/devel/pi
Changeset: b001f8635e047b7ceee292043fe9527b18c294ad
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Jul 01 13:05:13 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b001f8635e047b7ceee292043fe9527b18c294ad [^]

Related to issue 13981: Export client feature: It should export the client as UTF-8 encoding and as Unix format file
Instead of a special OutputStreamWriter set the system property

---
M src/org/openbravo/dal/xml/EntityXMLConverter.java
M src/org/openbravo/service/db/ExportClientProcess.java
R src/org/openbravo/base/util/UnixOutputStreamWriter.java
---
(0038676)
hgbot   
2011-07-01 13:09   
Repository: erp/devel/pi
Changeset: b6843b9634b89a68ddc8a3eecec7fe5135674745
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Jul 01 13:09:18 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b6843b9634b89a68ddc8a3eecec7fe5135674745 [^]

Related to issue 13981: Export client feature: It should export the client as UTF-8 encoding and as Unix format file
Changed location of setting the System property

---
M src/org/openbravo/dal/xml/EntityXMLConverter.java
---
(0038749)
shuehner   
2011-07-04 18:38   
The three cset's together lots the use UTF-8 property of the export. First changeset removes the call for it (as done inside new file). However 2nd changeset undoes additions of that new file but fails to undo it completely second param of OutputStreamWriter lost -> file now in native platform encoding instead of always UTF-8
(0038795)
hgbot   
2011-07-05 18:58   
Repository: erp/devel/pi
Changeset: 1d9e3d100adb6d23da08f62d545b4368a83f3022
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jul 05 18:58:28 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1d9e3d100adb6d23da08f62d545b4368a83f3022 [^]

Fixes issue 13981: Export client feature: It should export the client as UTF-8 encoding and as Unix format file
Set UTF-8 encoding back

---
M src/org/openbravo/service/db/ExportClientProcess.java
---
(0038803)
shuehner   
2011-07-05 20:01   
Reviewed+test on pi/pgsql/chromium (rev id: 1d9e3d100adb). Comparing client_data.xml exported on window + on linux shows no differences now as file is exported with CR-style line-endings now always. And was already exported with fixed encoding UTF-8 before.
(0038830)
hudsonbot   
2011-07-06 02:42   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f1c481b1a146 [^]

Maturity status: Test
(0038850)
hudsonbot   
2011-07-06 02:42   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f1c481b1a146 [^]

Maturity status: Test
(0038851)
hudsonbot   
2011-07-06 02:42   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f1c481b1a146 [^]

Maturity status: Test
(0038886)
hudsonbot   
2011-07-06 02:43   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f1c481b1a146 [^]

Maturity status: Test