In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
452 [In-Portal CMS] Other bug report always 2009-12-16 13:38 2010-05-11 03:00
Dmitry  
Dmitry  
normal  
closed 5.0.1  
fixed  
 
none 5.0.3-B1  
Google Groups http://groups.google.com/group/in-portal-bugs/browse_thread/thread/fbe98cd9c3debeae
0
0000452: CSV Export fails to send prepared File when it's name (without extension) will end with one of this symbols: ".", "c", "s", "v"
Csv export will fail to send prepared file, when it's name (without
extension) will end with one of this symbols: ".", "c", "s", "v". This
happens because rtrim is used to remove file extension and it will also
remove any of extension symbols from end of the filename. Checked other
places in system, where rtrim is used and they are fine.
patch 452-CSV_Export_fails_to_send_File-Dmitry-20100211-v1.patch (2,721) 2010-02-11 15:34
http://tracker.in-portal.org/file_download.php?file_id=285&type=bug
Issue History
2010-05-11 03:00 alex Note Added: 0002143
2010-05-11 03:00 alex Status resolved => closed
2010-03-15 17:00 Dmitry Note Added: 0001624
2010-03-15 17:00 Dmitry Status reviewed and tested => resolved
2010-03-15 17:00 Dmitry Fixed in Version => 5.0.3-B1
2010-03-15 17:00 Dmitry Resolution open => fixed
2010-03-15 17:00 Dmitry Assigned To !COMMUNITY => Dmitry
2010-03-15 17:00 Dmitry Changeset attached 5.0.x r13233
2010-03-11 03:18 alex Note Added: 0001549
2010-03-11 03:18 alex Status needs testing => reviewed and tested
2010-02-26 16:54 Dmitry Developer => Dmitry
2010-02-11 15:41 Dmitry Note Added: 0001477
2010-02-11 15:41 Dmitry Assigned To => !COMMUNITY
2010-02-11 15:41 Dmitry Status active => needs testing
2010-02-11 15:34 Dmitry File Added: 452-CSV_Export_fails_to_send_File-Dmitry-20100211-v1.patch
2010-01-06 06:21 alex Target Version Icebox => 5.0.3
2009-12-16 13:38 Dmitry New Issue
2009-12-16 13:38 Dmitry Reference => Google Groups http://groups.google.com/group/in-portal-bugs/browse_thread/thread/fbe98cd9c3debeae

Notes
(0001477)
Dmitry   
2010-02-11 15:41   
Patch attached and needs to be tested.

Patch changes 3 places (methods):

1. General GetCSV() method (CSV_Helper class) which is used in all NON-Catalog Export parts.

2. getExportFilename() method of kCatDBItemExportHelper class - used to create actual path where data will be written to. Used by Catalog Export functionality.

3. ExportPath() method of kDBTagProcessor class - used to show the Path after the export completed. Also used by Catalog Export functionality.


Please review.
(0001549)
alex   
2010-03-11 03:18   
ok
(0001624)
Dmitry   
2010-03-15 17:00   
Fix committed to 5.0.x branch. Commit Message:

Fixes 0000452: CSV Export fails to send prepared File when it's name (without extension) will end with one of this symbols: ".", "c", "s", "v"
(0002143)
alex   
2010-05-11 03:00   
Closing all tasks from released versions.