In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
961 [In-Portal CMS] Data Management bug report always 2011-01-09 07:34 2011-09-19 16:08
alex  
alex  
normal  
closed 5.1.1  
fixed  
 
none 5.1.3-B1  
https://groups.google.com/d/topic/in-portal-bugs/dl6UyTbJBNQ/discussion
Fixes warnings on CSV import/export
0
0000961: Warnings on CSV export/import on PHP5
I've got some warnings during CSV file import/export, when used on PHP5.

This happens, because deprecated "split" function is used there. It should be properly replaced with "preg_split" function.
patch depricated_code_and_some_warnigs_fixed.patch (4,308) 2011-01-09 07:34
http://tracker.in-portal.org/file_download.php?file_id=907&type=bug
Issue History
2011-09-19 16:08 alex Note Added: 0003865
2011-09-19 16:08 alex Status resolved => closed
2011-05-20 03:13 alex Changeset attached 5.1.x r14326
2011-05-20 03:13 alex Note Added: 0003434
2011-05-20 03:13 alex Status reviewed and tested => resolved
2011-05-20 03:13 alex Fixed in Version => 5.1.3-B1
2011-05-20 03:13 alex Resolution open => fixed
2011-05-20 03:13 alex Assigned To !COMMUNITY => alex
2011-04-04 11:49 Dmitry Target Version Icebox => 5.1.3
2011-01-09 10:29 Dmitry Note Added: 0003187
2011-01-09 10:29 Dmitry Status needs testing => reviewed and tested
2011-01-09 07:35 alex Assigned To => !COMMUNITY
2011-01-09 07:35 alex Developer => alex
2011-01-09 07:35 alex Status active => needs testing
2011-01-09 07:35 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/dl6UyTbJBNQ/discussion
2011-01-09 07:34 alex New Issue
2011-01-09 07:34 alex File Added: depricated_code_and_some_warnigs_fixed.patch
2011-01-09 07:34 alex Change Log Message => Fixes warnings on CSV import/export

Notes
(0003187)
Dmitry   
2011-01-09 10:29   
Tested ok.
(0003434)
alex   
2011-05-20 03:13   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000961: Warnings on CSV export/import on PHP5
(0003865)
alex   
2011-09-19 16:08   
Closing, since 5.1.3 release has been released.