LimeSurvey: master 7f03e543

Author Committer Branch Timestamp Parent
TMSWhite TMSWhite master 2012-05-10 10:17:46 master 4e048e6d
Affected Issues  06078: invalid LimeExpressionManager->ngT() calls
Changeset

Fixed issue 06078: invalid LimeExpressionManager->ngT() calls
Dev Since min/max number of answers and min/max values can be dynamic, used EM to act as dynamic version of ngT()
Dev EM will detect cases where the messages are static, and generate static content for them (rather than the nested if() statements)
Dev Fixed printablesurvey so that only uses static tips - showing the pretty-print version with the nested if() statements does not make sense on printable survey
Dev added sample survey to test the dynamic plurals generation.

add - docs/demosurveys/ls2_plurals_test.lss Diff File
mod - admin/printablesurvey.php Diff File
mod - classes/expressions/LimeExpressionManager.php Diff File