LimeSurvey: Yii cd1590c8

Author Committer Branch Timestamp Parent
TMSWhite TMSWhite Yii 2012-09-12 19:51:16 Yii 4d9eda8f
Affected Issues  06478: Unable to import excel survey
Changeset

Fixed issue 06478: Unable to import excel survey
Dev Removed dependency upon excel_reader; instead read/write to tab separated value (.txt) file
Dev This works fine in the 1.92 extension.
Dev However, this still can has trouble (like with accents) in 2.0; but since the code changes are identical in 1.92, the source of that problem must be elsewhere (perhaps in the model->insertRecords() functions?)

mod - application/controllers/admin/export.php Diff File
mod - application/controllers/admin/surveyadmin.php Diff File
mod - application/helpers/admin/import_helper.php Diff File
rm - application/libraries/admin/excel/excel_reader2.php Diff File
mod - application/views/admin/survey/subview/tabImport_view.php Diff File
mod - application/views/admin/survey/surveybar_view.php Diff File