LimeSurvey: master f1957a37

Author Committer Branch Timestamp Parent
user70560 ollehar1 master 2018-03-22 15:50:13 master 589a1d0a
Affected Issues  13490: GID placeholderfield missing sometimes
 13510: beforeQuestionRender didn't include Class
 13511: Allow new attribute in beforeQuestionRender (previously exist but undocumented)
Changeset

beforeQuestionRender Class + attributes (#1022)

  • Fixed issue 13510: beforeQuestionRender didn't include Class
    Dev: this one seems really needed … adding a class by plugin is needed
    Dev: but can not remove included function in old twig file

  • Dev: remove deprecated function
    Dev: getQuestionReplacement NEED question qanda, currently return only empty replacement
    Dev: didn't fix 13490

  • New feature 13511: Allow new attribute in beforeQuestionRender
    Dev: previously exist but undocumented
    Dev: replace of QUESTION_ESSENTIALS

mod - application/core/LS_Twig_Extension.php Diff File
mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/replacements_helper.php Diff File
mod - themes/survey/vanilla/views/subviews/survey/question_container.twig Diff File