LimeSurvey: Yii 82792e44

Author Committer Branch Timestamp Parent
magiclko magiclko Yii 2011-05-09 08:41:59 Yii 24f9bd73
Changeset

All classes from classes folder ported except - phpmailer(not required anymore), pchart(will be used as it is now, no need for any change), inputfilter(not required) . In dTexts class, all its functions dFunctions have been ported as a helper not as a library(which ideally they should be, but not working when we port them as library), datetimeconverter class require adodb-time.inc.php (date time library) so wrapped this file as well. Made some models that were required and a view.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@10046 b72ed6b6-b9f8-46b5-92b4-906544132732

add - application/helpers/adodb/adodb-time.inc_helper.php Diff File
add - application/helpers/dTexts/dFunctionHide_helper.php Diff File
add - application/helpers/dTexts/dFunctionIfCount_helper.php Diff File
add - application/helpers/dTexts/dFunctionIfIn_helper.php Diff File
add - application/helpers/dTexts/dFunctionIf_helper.php Diff File
add - application/helpers/dTexts/dFunctionInsertAns_helper.php Diff File
add - application/helpers/dTexts/dFunctionSwitch_helper.php Diff File
add - application/helpers/dTexts/dFunctionToken_helper.php Diff File
add - application/helpers/surveytranslator_helper.php Diff File
add - application/libraries/Date_Time_Converter.php Diff File
add - application/libraries/Dtexts.php Diff File
add - application/models/surveys_dynamic_model.php Diff File
add - application/models/surveys_languagesettings_model.php Diff File
add - application/models/surveys_model.php Diff File
add - application/views/libraries/dTexts/hideJS_view.php Diff File