LimeSurvey: Yii 20ad5337

Author Committer Branch Timestamp Parent
TMSWhite TMSWhite Yii 2011-09-30 21:32:33 Yii bf083b15
Changeset

Dev Removed all globals from templatereplace()
Dev Removed all calls to get_defined_vars() being passed to templatereplace(). Hopefully this results in some speed-up
Dev NOTE, many calls to templatereplace() are now preceeded by $redata = array(...), listing the 30 variables that used to be global and/or passed form get_defined_vars().
Dev -- Undeclared variables are commented out from that list for all features examined. Code portions where $redata still contains all of the variables are probably functions/features that have not been fully debugged.

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

mod - application/controllers/admin/question.php Diff File
mod - application/controllers/survey.php Diff File
mod - application/helpers/frontend_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