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

23 Commits

Author SHA1 Message Date
Adam Zammit
15dab90d86 Check HTTPS to work on IIS better 2013-04-03 14:33:02 +11:00
Adam Zammit
ec5c6fa833 Replaced short tags with long ones 2013-01-24 15:32:30 +11:00
azammitdcarf
c569559964 Merging the updated Limesurvey 1.92+ branch of queXS to trunk 2012-11-21 04:04:39 +00:00
azammitdcarf
16d775ec4b Added ALTERNATE_INTERFACE config directive (defaults to false)
Alternate interface appears for non VoIP users when ALTERNATE_INTERFACE set to true
This interface is a bit faster to operate (less popup windows) and makes more sense when not using the system to auto-dial
Sponsored by Zimi
2011-10-05 04:29:41 +00:00
azammitdcarf
57879e7a4e added config directive TEMPORARY_DIRECTORY 2011-03-02 00:28:46 +00:00
azammitdcarf
ccf26f8b10 Determine if accessing by http or https for default configuration 2011-02-21 01:50:55 +00:00
azammitdcarf
df4c8c520c Added PROCESS_LOG_LIMIT for limit to rows to display of process logs 2011-02-17 04:29:10 +00:00
azammitdcarf
05f73f1ceb Added ALLOW_RESPONDENT_SELECTOR config directive to hide or show the respondent selector to the interviewer 2011-02-03 01:44:45 +00:00
azammitdcarf
d0ccbdc372 Added HEADER_EXPANDER_MANUAL config directive to allow for manual expanding/contracting (via clickable image) of the header area
Images from OpenIconLibrary: http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions
2011-02-03 01:25:54 +00:00
azammitdcarf
56272934f7 Added ALLOW_PAGE_REFRESH config directive (default true) 2011-02-02 05:35:08 +00:00
azammitdcarf
1ffb93df13 Added a "system sort" process which sorts cases and the sample file from enabled questionnaires periodically (based on SYSTEM_SORT_MINUTES config directive). Enabling this may improve performance where there is a large number of interviewers, a large sample or complex quotas as the sort doesn't need to be done for each interviewer at each case.
Allow for multiple background processes to run concurrently
2011-02-01 05:27:55 +00:00
azammitdcarf
29e10d7cb9 Can disable/enable tabs in config file 2011-01-27 01:45:14 +00:00
azammitdcarf
2f78104de5 Added contactdetails tab (like respondent information) and CONTACT_DETAILS_TAB config directive to display it
Added ability to expand/contract the header when not in use with HEADER_EXPANDER config directive and jQuery javascript code
2011-01-27 01:28:02 +00:00
azammitdcarf
f2e9f1c8d4 Added DEFAULT_TAB and DEFAULT_TAB_APPOINTMNT to config files to define default tab to see on case screen 2011-01-26 23:49:57 +00:00
azammitdcarf
a1c5b77fef Added AUTO_COMPLETE_OUTCOME (set call status complete when not using VoIP at end of completed questionnaire)
And AUTO_LOGOUT_MINUTES (logout from queXS when no activity on the screen) to config.default.php
2011-01-25 04:10:47 +00:00
azammitdcarf
7cd1a21d84 Added freepbx 2.8.0 integration functions
Added htpasswd integration functions
Adding an operator can now add a freepbx extension and/or a password for apache htpasswd authentication
Adding a client can now add a password for apache htpasswd authentication
Updated template for ACSPRI
Added .htaccess files by default
2010-12-22 04:51:51 +00:00
azammitdcarf
0ef7c93737 New feature: Seperate limesurvey instrument for respondent selection
Dev Merged back changes from mcmasterlimers branch
2010-09-29 23:19:08 +00:00
azammitdcarf
94e6114098 Typo in call.php
Added doc line to config.default.php
2010-02-22 23:03:51 +00:00
azammitdcarf
c42bdefa30 Added configuration directive for Auto advance: LIME_AUTO_ADVANCE 2010-02-07 22:32:48 +00:00
azammitdcarf
84652b4994 Added debug ability 2009-05-26 01:28:14 +00:00
azammitdcarf
bd621591aa functions.voip.php connect() method uses defaults from config.default.php instead of hard coded strings 2008-12-09 22:43:44 +00:00
azammitdcarf
30557ffadf Added VoIP watch from browser (executes background PHP file process.php) 2008-12-01 23:42:50 +00:00
azammitdcarf
bf03b51bca Split configuration file in to default and user configuration
Made LimeSurvey configuration rely on queXS configuration so it does not need to be configured twice
2008-11-24 05:55:39 +00:00