LimeSurvey: 2.2 6cbe601d

Author Committer Branch Timestamp Parent
user6379 user6379 2.2 2013-01-23 10:59 2.2 def14a7b
Changeset

Dev Always show clear all button in navigator.
Dev Show load / save buttons if saving is allowed. Load button still needs check to see if data is available.
Dev Added questioncount, read from session. These random session readings should be removed, it creates a spaghetti of dependencies.
Dev Always enable twig debugging, even if LS debugging is disabled. Should be removed before stable release.
Dev Added html comments to twig welcome template. This allows for easier checking if Twig rendering is actually used.
Dev Added support for translations using ngettext, use ntrans. Check welcome.twig for example.

mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/frontend_helper.php Diff File
mod - application/helpers/twig_helper.php Diff File
mod - templates/twig_default/welcome.twig Diff File