LimeSurvey: Yii 08eef706

Author Committer Branch Timestamp Parent
TMSWhite TMSWhite Yii 2011-11-03 08:08:21 Yii be548296
Affected Issues  05541: Certain LimeReplacementFields no longer working in 2.00
Changeset

Fixed 05541: Certain LimeReplacementFields no longer working in 2.00
Dev Core problem was that Dtexts was calling EM before variables were properly set. Refactored so as to completely remove Dtexts.
Dev Works for Group-by-Group mode
Dev Needs to be tested for other survey modes, and for surveyls_url and email generation. If this change breaks those, then can create a different function to do EM replacements for those.

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

rm - application/libraries/Dtexts.php Diff File
mod - application/controllers/survey.php Diff File
mod - application/helpers/expressions/em_core_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/helpers/frontend_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File
mod - application/helpers/replacements_helper.php Diff File
mod - application/libraries/Group_format.php Diff File
mod - application/libraries/Question_format.php Diff File
mod - application/libraries/Survey_format.php Diff File