LimeSurvey: Yii c653bce5

Author Committer Branch Timestamp Parent
TMSWhite TMSWhite Yii 2011-10-13 13:42:49 Yii 6084cce9
Changeset

Dev (1) Change syntax-highlighting within EM so that has 4 colors, showing whether on prior page, on same page before/after current question, or on a later page
Dev (2) Move relevance out of question_attribtutes table and into question table (upgrade to db version 150)
Dev (3) Consolidate Relevance processing so that EM only has to do one set of DB queries per page - this needed for goal of completely removing back-end conditions processing
Dev (4) Performance tuning for EM, along with debug message showing how much of the time it took
Dev (5) expressions\test page to migrate existing Relevance between tables
Dev (6) Let sub-questions have separate relevance - this will be needed to support Array_filters
Dev NOTE - this has been thoroughly tested for Question-by-Question survey model only.

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

add - application/views/admin/expressions/test/upgrade_relevance_location.php Diff File
mod - application/config/version.php Diff File
mod - application/controllers/admin/database.php Diff File
mod - application/controllers/admin/dataentry.php Diff File
mod - application/controllers/admin/question.php Diff File
mod - application/controllers/printanswers.php Diff File
mod - application/core/Survey_Common_Controller.php Diff File
mod - application/helpers/common_helper.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/replacements_helper.php Diff File
mod - application/helpers/update/upgrade-all_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
mod - application/models/conditions_model.php Diff File
mod - application/models/question_attributes_model.php Diff File
mod - application/views/admin/expressions/test.php Diff File
mod - application/views/admin/survey/Question/editQuestion_view.php Diff File
mod - application/views/admin/survey/Question/questionbar_view.php Diff File
mod - installer/sql/create-mssql.sql Diff File
mod - installer/sql/create-mssqlnative.sql Diff File
mod - installer/sql/create-mysql.sql Diff File
mod - installer/sql/create-postgre.sql Diff File