LimeSurvey: Yii aa5608e9

Author Committer Branch Timestamp Parent
TMSWhite TMSWhite Yii 2012-02-08 11:44:51 Yii 9d3da4e1
Affected Issues  05777: performance issue: lots of irrelevant javacript is called with each onchange event
Changeset

Fixed issue 05777: performance issue: lots of irrelevant javacript is called with each onchange event
Dev Refactored Javascript code generated by EM to have separate relevance and validation functions for each qid
Dev Each relevance function knows exactly which variables and/or other qids could affect its operation, so ensures cascading while minimizing calling functions when nothing significant has changed
Dev also fixed issue with multi_set() - was not calling checkconditions onchange
Dev also fixed issue with slider - was not calling checkconditions onchange with the parameters that EM needs
Dev also fixed issue with Tab behavior - if tabbed off of a text input box, then clicked a checkbox, nothing would happen until next change - fixed.

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

mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/expressions/em_core_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - scripts/admin/expressions/em_javascript.js Diff File
mod - scripts/jquery/lime-slider.js Diff File
mod - scripts/survey_runtime.js Diff File