Changesets: LimeSurvey

master 6fe88b1c

2004-04-25 00:15:49

jcleeland

Details Diff
Modified to NOT add a mandatory entry for boilerplate questions (something that shouldn't be possible to set anyway, but just in case!)


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1000 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - qanda.php Diff File

master c80ee954

2004-04-23 23:44:56

jcleeland

Details Diff
Major restructure of files, moving shared coding into functions out of group,survey and question.php files into index.php. Mostly tested but does need some more checking.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@999 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - group.php Diff File
mod - index.php Diff File
mod - question.php Diff File
mod - survey.php Diff File

master 0e8c9b86

2004-04-23 21:47:23

jcleeland

Details Diff
Bugfix: Fixed notices where error reporting is on (using isset checks).. also fixed updating flexible labels by column.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@998 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/dataentry.php Diff File

master b42d79ed

2004-04-23 21:43:58

jcleeland

Details Diff
Updated to recognise and handle flexible labels by column question type ("H")


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@997 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/browse.php Diff File
mod - admin/dataentry.php Diff File

master 23896737

2004-04-23 21:00:27

jcleeland

Details Diff
Created new functions, checkmandatory, checkconditionalmandatory referred to by the display scripts (question, group, survey). Also added array handling functions previously in the qanda.php script so that all public scripts could access them.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@996 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - index.php Diff File

master 5ffe2fa8

2004-04-23 20:59:23

jcleeland

Details Diff
Removed conditional answer checking functions from all scripts (question, group and survey) and placed single function in index.php referred by each.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@995 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - group.php Diff File
mod - question.php Diff File
mod - survey.php Diff File

master 295d7c79

2004-04-23 20:58:24

jcleeland

Details Diff
Removed array handling functions to index.php so they would be available to all public scripts.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@994 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - qanda.php Diff File

master 3deeec51

2004-04-23 20:39:06

jcleeland

Details Diff
Updated to handle "Flexible labels by column" question (type "H")


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@993 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/conditions.php Diff File

master 21d7a26c

2004-04-22 07:00:44

jcleeland

Details Diff
Bugfix - was not modified to handle question type "H" (flexible labels by column)


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@992 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/statistics.php Diff File

master d84f8105

2004-04-21 23:37:17

jcleeland

Details Diff
Simplified Chinese Translation kindly provided by Liang Zhao


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@991 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
add - lang/simplified-chinese.lang.php Diff File

master 7f66ae60

2004-04-20 06:23:37

jcleeland

Details Diff
Tweak - check existence of $notanswered array before counting


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@990 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - question.php Diff File

master 97a23e29

2004-04-20 06:23:05

jcleeland

Details Diff
Enhancements to jpgraph - now shows bar graphs instead of pie charts for multiple choice type questions. Font can be set in config.php ($jpgraphfont). Added check boxes for determining whether or not to display text based fields. Preliminary work for better summary displays of results for ranking questions (not yet enabled)


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@989 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/statistics.php Diff File

master b4a18cee

2004-04-20 05:27:53

jcleeland

Details Diff
Minor tweak checking for existance of $oldsid (for resetting survey session if survey changes without a nice exit)


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@988 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - index.php Diff File

master fc9992d3

2004-04-20 05:26:21

jcleeland

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
Attach Issues:
mod - qanda.php Diff File

master 3acb0678

2004-04-20 01:06:43

jcleeland

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
Attach Issues:
mod - admin/export.php Diff File

master 13bef384

2004-04-11 23:38:42

jcleeland

Details Diff
Hungarian translation provided by David Selmeczi


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@985 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
add - lang/hungarian.lang.php Diff File

master 221523b7

2004-04-11 20:17:25

jcleeland

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
Attach Issues:
mod - index.php Diff File

master 5d6fd51a

2004-04-11 20:15:46

jcleeland

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
Attach Issues:
mod - qanda.php Diff File

master 1e8edc3b

2004-04-09 00:38:30

jcleeland

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
Attach Issues:
mod - qanda.php Diff File

master 8c3ff3a2

2004-04-09 00:29:18

jcleeland

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
Attach Issues:
mod - qanda.php Diff File

master 16f75603

2004-04-09 00:04:31

jcleeland

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
Attach Issues:
mod - group.php Diff File
mod - question.php Diff File
mod - survey.php Diff File

master 736694fa

2004-04-08 23:56:04

jcleeland

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
Attach Issues:
mod - qanda.php Diff File

master d9bb6e7c

2004-04-08 23:50:58

jcleeland

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
Attach Issues:
mod - index.php Diff File

master 4677e824

2004-04-07 16:06:31

jcleeland

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
Attach Issues:
mod - admin/activate.php Diff File

master 8c5c56f2

2004-04-06 04:56:32

jcleeland

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
Attach Issues:
mod - admin/activate.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1420 1421 1422 1423 1424 1425 1426 ... 1460 1461 1462  Next  Last