2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Commit Graph

112 Commits

Author SHA1 Message Date
Adam Zammit a87bf854c2 Include skeletonquest Limesurvey theme and make it default for self completions
Allow for custom Limesurvey themes to work for self completions
2015-11-24 16:28:59 +11:00
Adam Zammit 516f6709c0 Fixes by Alex (thank you)
Changed session backend to files to save some db processing
2015-11-24 11:12:29 +11:00
Alex 988bc5ed3d fix admin bottom margin 2015-09-20 14:46:29 +03:00
Alex 51d5a3e034 login page cosmetics 2015-09-17 14:09:43 +03:00
Adam Zammit 009c111d69 Merged selected fixes from Alex (thanks!) 2015-09-07 12:24:00 +10:00
Adam Zammit 19a9d8c1ef Removed htaccess example files
Started updating changelog
2015-09-07 11:49:12 +10:00
Alex a2744f39fe ignore .htaccess and config.local files + cosmetics 2015-09-04 00:34:23 +03:00
Adam Zammit bfea4eb47a Added default for site config 2015-08-24 16:08:54 +10:00
Adam Zammit 517e6f551c Remove references to HTPASSWD
Updated user creation / editing code to refer to limesurvey session
2015-08-24 15:46:15 +10:00
Adam Zammit 2fb2d6ece5 bootstrapify login screen 2015-08-18 16:00:25 +10:00
Adam Zammit ec8522e316 Added authentication includes to all files 2015-08-14 16:15:20 +10:00
Adam Zammit c91a7082d6 Remove session2 table (redundant with lime_sessions)
Set limesurvey to use session authentication
2015-08-14 15:32:15 +10:00
Alex 684d7afac0 fix wrong characters in russian localization 2015-08-03 14:18:07 +03:00
Alex f1935863fd updated lime and gettext translations files 2015-07-16 18:31:35 +03:00
Alex b2a0602fd5 cosmetic and equalization with working branch 2015-05-20 15:35:02 +03:00
Alex 790933c7bd limesurvey querries adjusted for sample_import_var_restrict table 2015-05-17 17:14:53 +03:00
Alex 3602e1d6ba missing final tag 2015-04-29 01:07:05 +03:00
Alex 824dc5d957 some css modifications to Lime export results page layout and view. was too small text and overlapping 2015-04-01 18:32:14 +03:00
Adam Zammit 6602dbf33c Remove session expired message from Limesurvey
Make sure to destroy session so as to allow respondent selection module to operator correctly
2014-04-01 12:42:20 +11:00
Adam Zammit 1fee78451f Allow translations of queXS created strings in Limesurvey 2014-03-17 09:45:30 +11:00
Adam Zammit d1d991d92f allow internal limesurvey translations 2014-03-14 11:24:05 +11:00
Adam Zammit 2b01e4bb6c New Feature: Shift report in data output 2014-03-13 14:39:49 +11:00
Adam Zammit a58be39d6f Fix for respondent selection 2014-03-12 10:17:07 +11:00
Adam Zammit db3686de2e Fixed bug: OPERATOR and RESPONDENT replacements not working in respondent selection module 2014-03-11 12:00:04 +11:00
Adam Zammit 571debff63 Fixes lp:1257163 problem - closing case following self-completion on line 2013-12-12 14:44:11 +11:00
Adam Zammit fd8ae1855c Add caseid to SPSS output 2013-10-11 14:42:48 +11:00
Adam Zammit 90c42b2b2e Added more metadata to output including:
*Case notes
*Case outcome
*Total interview time over all calls
*Interview time for last call
*Last number dialled
*Operator username for last call
2013-10-11 13:50:29 +11:00
Adam Zammit 7e9d920386 Fix starting survey in a negative percent 2013-10-11 10:29:04 +11:00
root 60df5f2e75 Fixes:1220515 Database error when displaying questionnaire 2013-09-05 15:53:25 +10:00
Adam Zammit f69d62dec6 Added IS_INTERVIEWER token so can check if the questionnaire is administered by an interviewer by the following Lime Expression Manager code: {if(IS_INTERVIEWER,'This is an interviewer','THIS IS NOT AN INTERVIEWER')} 2013-06-07 10:40:15 +10:00
Adam Zammit e0ee24a492 Set default template if token specified but no equivalent token in queXS (i.e. when using limesurvey within queXS standalone) 2013-05-08 10:09:38 +10:00
Adam Zammit cf5addb19d Previews in Limesurvey should be as an interviewer 2013-04-29 16:11:41 +10:00
Adam Zammit 2b0cdce5f8 Only apply automatic text focus when working as an interviewer (otherwise may jump to strange part of page) 2013-04-29 15:09:55 +10:00
Adam Zammit cd4860622b Email from should be for this particular questionnaire
Only autoadvance if an interviewer
2013-04-08 10:45:00 +10:00
Adam Zammit fc74099de7 Add operator and respondent details to expression manager 2013-03-27 12:13:21 +11:00
Adam Zammit 7cb7de5d16 Replace date time hardcoding with defaults from config
Add operator and respondent details to core replacements in Limesurvey expression manager (need to use capitalisation)
2013-03-27 11:02:23 +11:00
Adam Zammit fa83098b49 Added appointment and outcome codes to list with comment 2013-03-25 16:04:34 +11:00
Adam Zammit d63d29ff19 Added limit on access to override all access 2013-03-21 11:51:45 +11:00
Adam Zammit f4ed476660 Allow editing of sample name and fixed bug from accessing external pages by non interviewer 2013-03-08 15:35:17 +11:00
Adam Zammit 17dcb4928b Don't refer to files outside the tree if not used by an interviewer 2013-03-08 15:29:13 +11:00
Adam Zammit 21ab42213f Updated default email template text 2013-03-08 13:52:56 +11:00
Adam Zammit a81d74debc Fix END URL for self completion 2013-02-27 15:59:43 +11:00
Adam Zammit 0b07934419 Fixed template URL for self completors 2013-02-27 15:37:04 +11:00
Adam Zammit aefb0c9e6b NOW() should be converted to UTC 2013-02-27 15:07:07 +11:00
Adam Zammit 2b7eeff881 Only display email button when enabled for questionnaire
Set a case note when completed online
2013-02-27 15:04:47 +11:00
Adam Zammit 62c5937765 Avoid notice if getting operator id when not one 2013-02-27 14:30:53 +11:00
Adam Zammit 4896c60f04 Make sure to get path of template right
HTaccess remove space that caused error
2013-02-27 14:26:44 +11:00
Adam Zammit ae5c2f8431 Added email to respondent popup
Changed id's of self completion outcomes to allow for a few custom ones to not effect
Added email validation and token getting functions
Optout function of limesurvey to set outcome to refused and add a case note for clarity
Need to do: Complete email function to actually send an email invitation
2013-02-25 15:25:08 +11:00
Adam Zammit 8749df9a0c Limesurvey to get template, mode and endurl from queXS when running in self complete mode 2013-02-20 16:00:28 +11:00
Adam Zammit 01cd69c0fc Add specification for storing self completion details
Allow for self completion without using interviewer argument to Limesurvey (need to update to take details from database)
2013-01-30 15:45:24 +11:00