|
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
|
|
1
0
0
|
|
|
|
|
|
|
|
Improve general handling of mandatory questions at a survey
|
|
Written by Mazi the 23 Oct 09 at 16:24.
Related project: 1.x all.
New
|
|
When creating / testing / editing a survey mandatory question are really annoying. I can think of these situations where making questions of a survey (temporary) non mandatory will be a great improvement:
1. (Developer) Testing possible bugs
When importing a survey for testing mandatory question can drive you nuts.
2. (User) Previewing a survey which is in development
You just want to take a look at the questions and survey design, having to answer all mandatory questions is a mess.
|
|
|
Remove INSERTANS from question text at survey results
|
|
Written by Mazi the 15 Mar 10 at 17:52.
Related project: 1.x all.
New
|
When viewing survey results of questions which use INSERTANS placeholders these placeholders are displayed within the question text at the answer overview. When using lots of INSERTANS placeholders within one question the overview is hard to read (see screenshot) because of the additonal text/strings.
It would be nice if these placeholder were filtered.
An example can be found at http://bugs.limesurvey.org/view.php?id=3508
|
|
|
List assigned question attributes at question overview
|
|
Written by Mazi the 15 Jan 10 at 16:38.
Related project: 1.x all.
New
|
|
When chosing a question from the dropdown list at the admin panel you get some information about
- code
- question text
- quesdtion type
- label set
- mandatory?
What's missing is information about assigned question attributes. You always have to switch to the "edit question" screen to get information about assigned question attributes.
This is not very user friendly and a design problem which probably could be fixed easily.
|
|
|
Create statistics for date questions
|
|
Written by Mazi the 15 Jan 10 at 16:28.
Related project: 1.x all.
New
|
|
Up to now (LS 1.87) there are no statistics for question type "date" available. It would be nice to create some charts (showing results in a table isn't necessary from my point of view) so the admin gets an overview which date was entered.
|
|
|
|
|
Move the question help image to the templates
|
|
Written by Mazi the 29 Sep 09 at 11:02.
Related project: 1.x all.
Already implemented
|
|
Right now the question help icon is placed at /limesurvey/images. This makes it hard to style the question help section. You are not able to change the image using the template editor.
|
|