Changesets: LimeSurvey
master fc9992d3 2004-04-20 07:26 Details Diff |
Added "retriveanswer" function, and capacity to include answers to previously asked questions within question text using format {INSERTANS:SIDXGIDXQID}. This functionality is purely test at the moment and will probably be refined significantly later - sid and gid are probably redundant. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@987 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - qanda.php | Diff File | ||
master 3acb0678 2004-04-20 03:06 Details Diff |
Added handling for list with comment type question which was breaking export. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@986 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/export.php | Diff File | ||
master 13bef384 2004-04-12 01:38 Details Diff |
Hungarian translation provided by David Selmeczi git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@985 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
add - lang/hungarian.lang.php | Diff File | ||
master 221523b7 2004-04-11 22:17 Details Diff |
BUGFIX: Fixed checking if survey id has changed, and clearing of session variables. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@984 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - index.php | Diff File | ||
master 5d6fd51a 2004-04-11 22:15 Details Diff |
Error handling added to flexible array for when no matching labelset exists git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@983 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - qanda.php | Diff File | ||
master 1e8edc3b 2004-04-09 02:38 Details Diff |
All array type questions now listen to the "shownoanswer" setting from config.php git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@982 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - qanda.php | Diff File | ||
master 8c3ff3a2 2004-04-09 02:29 Details Diff |
Bugfix: array flexible labels now listens to $shownoanswer setting in config.php, also fixed $percwidth problem in flexible labels by column. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@981 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - qanda.php | Diff File | ||
master 16f75603 2004-04-09 02:04 Details Diff |
Modified to use the new qanda.php file. Now only calls file once, then iterates through display questions calling functions within qanda.php on each iteration. This should substantially improve processing speed as well as simplify future coding. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@980 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - group.php | Diff File | ||
mod - question.php | Diff File | ||
mod - survey.php | Diff File | ||
master 736694fa 2004-04-09 01:56 Details Diff |
Completely reworked. Now contains 4 major functions - "retrieveAnswers" which returns answer texts and input names, "mandatory_popup" which determines if the popup message about mandatory questions should show, "create_mandatorylist" which creates an array list of all mandatory questions being displayed and "retrieveConditionInfo" which returns an array containing information about any conditions for questions about to be displayed. Subsequent modifications made to question.php, group.php and survey.php to call the script just once, and call the functions within it as they iterate through display questions. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@979 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - qanda.php | Diff File | ||
master d9bb6e7c 2004-04-09 01:50 Details Diff |
BUGFIX: Checks to see that session variables exist in checkgroupfordisplay function before using them. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@978 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - index.php | Diff File | ||
master 4677e824 2004-04-07 18:06 Details Diff |
BUGFIX: Updated to work with question type "H" - array - flexible column. Second try! This should do the trick. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@977 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/activate.php | Diff File | ||
master 8c5c56f2 2004-04-06 06:56 Details Diff |
BUGFIX: Updated to work with question type "H" - array - flexible column. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@976 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/activate.php | Diff File | ||
master 5bcec774 2004-04-03 07:53 Details Diff |
Added check for isset for $htpasswddir git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@975 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/usercontrol.php | Diff File | ||
master 8cb0136b 2004-03-30 06:05 Details Diff |
Refined new function "checkgroupfordisplay" to deal with multiple option type questions. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@974 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - index.php | Diff File | ||
master c61e2bb0 2004-03-30 05:40 Details Diff |
Fixed moving previous/group description when last question in previous group is conditional and not displaying. Moved checking if the group has changed to function (checkIfNewGroup). git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@973 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - question.php | Diff File | ||
master 9151c87b 2004-03-29 22:22 Details Diff |
Modified checkgroupfordisplay function so that it can deal with conditions that rely on multiple conditional question ids (cqids) - that use the "and" boolean logic. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@972 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - index.php | Diff File | ||
master 560cf93d 2004-03-29 06:57 Details Diff |
Added functionality to use new function "checkgroupfordisplay" in index.php. So long as this returns false, script moves to next group (or previous group). Should no longer display a page for a group where none of the conditions for display are met. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@971 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - group.php | Diff File | ||
master 0459acae 2004-03-29 06:56 Details Diff |
New function checkgroupfordisplay($gid) which checks the current group to determine if it should or should not be displayed (returns true for "display" and false for "don't display") git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@970 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - index.php | Diff File | ||
master 0d042cd6 2004-03-29 05:18 Details Diff |
Modified to use new config.php setting $shownoanswer when determining whether or not to show the "No Answer" option in multiple/list answers that are not mandatory. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@969 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - qanda.php | Diff File | ||
master 943f9010 2004-03-29 05:16 Details Diff |
Added function to read CSV upload files line by line, instead of using fgets - which can't recognise Mac line endings. Also fixed removal of end of line character so that all variations are supported (previously end of line character was being saved to database causing problems with export.php when exporting data) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@968 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/tokens.php | Diff File | ||
master f8de9ca3 2004-03-28 05:26 Details Diff |
Added constants for conditions designer git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@967 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/lang/chinese/messages.php | Diff File | ||
mod - admin/lang/english/messages.php | Diff File | ||
mod - admin/lang/italian/messages.php | Diff File | ||
mod - admin/lang/spanish/messages.php | Diff File | ||
master 41368e56 2004-03-28 05:24 Details Diff |
TWEAK: Enlarged size of conditions designer window to allow for new copy conditions feature git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@966 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/html.php | Diff File | ||
master 26686bf4 2004-03-28 05:23 Details Diff |
NEW FEATURE: Added capacity to copy conditions from one question to subsequent questions. Also cleaned coding and inserted translation defines git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@965 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/conditions.php | Diff File | ||
master a290c8d5 2004-03-27 21:14 Details Diff |
BUGFIX: Where "other" fields are created at activate but not needed would break export. Fixed. Added handling for question type "E" git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@964 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/export.php | Diff File | ||
master 695240b9 2004-03-23 03:59 Details Diff |
BUGFIX: Dropdown (select) lists / javascript was not working properly when applied to conditional questions within the same page. Fixed by ensuring "java[fieldname]" field is updated when required. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@963 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - group.php | Diff File | ||
mod - survey.php | Diff File |