Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Ideas in development Here are the implemented LimeSurvey ideas for the 1.87 release.

make it clear that template.js will not be used in BASIC TEMPLATE  
Written by apps the 9 Feb 10 at 14:59. Global category: Templates. Implemented
template.js is the natural place of all user javascripts

BASIC TEMPLATE has the peculiarity of not using template.js because it lacks the proper inclusion of it.

In the Template Editor, template.js is always shown, even if it's not called inside *pstpl. When editing BASIC template, you can edit template.js, bit it will not be loaded at runtime.

I suggest to make it crystal clear that this is the default behavior.
If not, the user may waste time in debug & design, until he notices that his javascripts are not there and fix the basic template.
Also, COPYING BASIC for your own work will result in inactivated template.js, so the issue reinforces itself in the copies/clones
1
votes
implemented
Selected solution (#1): add a commented inclusion
Written by apps the 9 Feb 10 at 14:59.
add at least a commented inclusion
< !-- < script type="text/javascript" src="$TEMPLATEURL$template.js"> -->
so that the designer guy can learn-by-reading that the user javascripts starts inactivated with BASIC, also he'll quickly reactivate template.js if he'll have to.

Add a comment or propose a solution >>

Slipstream Updates / Maintenance Page  
Written by Adam1V the 5 Nov 09 at 16:28. Related project: 1.x all. Implemented
I would like to see a maintenance page, which checks for updates / (even new builds) of Limesurvey.

If the software could auto-update, that would be a plus.
0
votes
implemented
Selected solution (#1): Add functionality
Written by Adam1V the 5 Nov 09 at 16:28.
Add additional page which compares build against latest build.
This is currently supported on most php forums (phpbb etc), as well as many other php platforms.

Add a comment or propose a solution >>