LimeSurvey: master 3f4d7923

Author Committer Branch Timestamp Parent
Thomas White Thomas White master 2011-12-06 11:50 master 893a4d57
Changeset

New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions
Dev All 3 survey styles (question, group, all-in-one) working via "group.php", which should now be called something like navigation_controller.php
Dev So, all decisions about what to display and how to validate them are centrally coordinated
Dev Removed obsolete code
Dev Note - there is still some lingering duplicate processing - especially in qanda.php. No additional SQL queries should be needed to display questions/answers - can get them from EM cache - will require refactoring of qanda.php

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

rm - group1.php Diff
rm - qanda1.php Diff
rm - question.php Diff
rm - question1.php Diff
rm - save1.php Diff
rm - survey.php Diff
rm - survey1.php Diff
mod - common_functions.php Diff File
mod - group.php Diff File
mod - index.php Diff File
mod - qanda.php Diff File
mod - save.php Diff File