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.91 release.

Need more efficient way to export all token fields at once  
Written by wjc3 the 15 Apr 11 at 19:38. Related project: 1.x all. Implemented
We use a lot of token fields/attributes. So every time we want to export the results to an application we have to manually check every box when choosing token fields in the "Token Controls" section.
0
votes
implemented
Selected solution (#1): Add single "Select all" check box to select all token fields for export
Written by wjc3 the 15 Apr 11 at 19:38.
Please add a single "Select all" box that can be checked which would then automatically select each individual token field.

Add a comment or propose a solution >>

List installation details before automatically running the update script  
Written by Mazi the 14 Jan 10 at 14:17. Related project: 1.x all. Implemented
When having many Limesurvey installations on the same server and you want to add another fresh installation you really have to take care to use the correct settings in config.php. Otherwise you might update an existing installation instead of setting up a new one because when calling /admin/install the update script is called automatically without asking you if you really want to proceed. You might end in having an old installation using old files but being updated to the latest DB scheme which causes lots of problems at this old installation.
1
votes
implemented
Selected solution (#1): List a summary of the installation which should be updated
Written by Mazi the 14 Jan 10 at 14:17.
Prevent the script from being run automatically without asking for the users agreement. List some of the following details first to identify which installation is updated:
- $sitename
- $adminname
- $rooturl

- $databasename
- $databaselocation
- $databaseuser
- $dbprefix

Add a link "Update this installation" to start the update.

See the 1 comments or propose a solution >>

Email notification formatting  
Written by peterbrown05 the 12 Oct 09 at 09:57. Related project: 1.x all. Implemented
When a survey has been completed, we have chosen to receive the full notification including questions + answers.

It would be nice if the email could be formatted via html/css so that it is easier to read in email client. presently it is essentially just plain text.
7
votes
implemented
Selected solution (#1): Use html/css formatting
Written by peterbrown05 the 12 Oct 09 at 09:57.
Use html/css formatting for the email send. Perhaps the ability to opt for text/html emails for those who use email clients without html

See the 3 comments or propose a solution >>