Anonymous | Login | 2024-11-21 04:19 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000855 | ClearOS | app-account-import - Account Import | public | 2012-11-28 10:38 | 2012-12-17 19:39 | ||||
Reporter | bchambers | ||||||||
Assigned To | bchambers | ||||||||
Priority | normal | Severity | major | Reproducibility | sometimes | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 6.3.0 Updates | ||||||||
Target Version | 6.3.0 Updates | Fixed in Version | 6.3.0 Updates | ||||||
Summary | 0000855: Account import fails to recognize valid csv file on Windows | ||||||||
Description | Windows mime type for a CSV file upload is text/plain. This mime is not included in the default CodeIgniter Mime type list: /usr/clearos/framework/application/config/mimes.php | ||||||||
Additional Information | Edit /usr/clearos/framework/application/config/mimes.php and add: 'text/plain' to the 'csv' node. For example: 'csv' => array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel' , 'text/plain') | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000600) user2 2012-11-28 12:12 |
SVN 5049 (trunk), 5051 (6.3.4-1 tag) |
Issue History | |||
Date Modified | Username | Field | Change |
2012-11-28 10:38 | bchambers | New Issue | |
2012-11-28 10:38 | bchambers | Status | new => assigned |
2012-11-28 10:38 | bchambers | Assigned To | => user2 |
2012-11-28 12:12 | user2 | Note Added: 0000600 | |
2012-11-28 12:12 | user2 | Status | assigned => resolved |
2012-11-28 12:12 | user2 | Fixed in Version | => 6.3.0 Updates |
2012-11-28 12:12 | user2 | Resolution | open => fixed |
2012-11-28 12:12 | user2 | Assigned To | user2 => bchambers |
2012-12-17 19:39 | user2 | Status | resolved => closed |