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

37 Commits

Author SHA1 Message Date
Alex
defe090114 switch from include ("auth-admin.php"); to require ("auth-admin.php"); 2015-09-15 20:20:26 +03:00
Adam Zammit
ec8522e316 Added authentication includes to all files 2015-08-14 16:15:20 +10:00
Adam Zammit
c097d61e42 Allow for titles not to appear where they don't need to be 2015-08-04 10:32:49 +10:00
Adam Zammit
78714121ec Fixed dialog box not appearing with new version of jquery / jquery ui
Fixed case not completing due to quotas with exclude_var_id of 0
Fixed notice on interface2 where $appointment  variable not specified
2015-08-03 16:00:05 +10:00
Alex
41cc3dbcb3 updated file links for easier Bootstrap, Jquery, Jquery-UI and Font-awesome updates
from  */bootstrap-3.3.2/* to */bootstrap/*
from  /js/jquery-2.1.3.min.js to /include/jquery/jquery.min.js
from  /jquery-ui/js/jquery-1.4.2.min.js   to   /jquery/jquery-1.4.2.min.js
from  /jquery-ui/js/jquery-ui-1.8.2.custom.min.js to /jquery-ui/jquery-ui.min.js
from  /jquery-ui/css/smoothness/jquery-ui-1.8.2.custom.css to /jquery-ui/jquery-ui.min.css

switch from  /font-awesome-4.3.0/  folder to  /font-awesome/  , updated links from */font-awesome-4.3.0/* to */font-awesome/*

!!!  files   with  childnap.js  require   jquery-1.4.2 ->  need to check if jquery-2.1.4 will work instead of jquery-1.4.2 !!!
2015-07-10 04:14:03 +03:00
Adam Zammit
54660f88eb Fixes lp:1394819 Automatic dialling doesn't work when using "No respondent selection" 2014-12-18 16:18:12 +11:00
Adam Zammit
d71578560d Made sure to bring up correct page on restart 2014-04-29 14:02:34 +10:00
Adam Zammit
03c1679f18 Merged Ability to create new cases as a referral from an existing case feature
Also improves timezone detection
2014-01-08 15:20:41 +11:00
Adam Zammit
6d81384378 Added featue for allowing operators to choose their own extension if not assigned one already 2013-11-26 11:49:38 +11:00
Adam Zammit
ae36595e72 Added new feature of automatic dialling using AUTO_DIAL_SECONDS parameter in config file
Will also automatically end the case after the same number of seconds
2013-11-20 11:40:46 +11:00
root
98f246dd03 Added referral function (requires addition to database) 2013-09-11 15:02:59 +10:00
Adam Zammit
712c975e78 Check if globally chat is enabled first 2013-07-17 10:33:03 +10:00
Adam Zammit
5c1dfd0444 Make tab appear when chat message is sent from supervisor 2013-07-17 09:56:49 +10:00
Adam Zammit
0554fd4b25 Added database changes to changelog (need to update database/quexs.sql)
Added operator_chat_enabled function
Added sUpervisor chat tab to index
updated chat to be able to send and receive
2013-07-16 16:34:36 +10:00
Adam Zammit
fc74099de7 Add operator and respondent details to expression manager 2013-03-27 12:13:21 +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
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
ec5c6fa833 Replaced short tags with long ones 2013-01-24 15:32:30 +11: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
a097c15443 Added "availability" feature
Administrators specificy "availability groups" which include days of the week and times
Operators then choose if a case will be available within the availability group
2011-07-04 06:18:19 +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
821eec5463 Replaced display:inline with display:"" to avoid changing location of box
Added statusbox class
Removed headerexpander script from index unless selected in config file
Can specify whether to escape ampersands when using get_respondentselection_url function
2011-01-28 01:12: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
c9eabe5408 Added note to display if logged off due to inactivity 2011-01-25 04:24:37 +00:00
azammitdcarf
6b9c892adf Added AUTO_LOGOUT_MINUTES support to the main screen (when enabled) 2011-01-25 04:12:07 +00:00
azammitdcarf
e5615b708a Can define centre and project information in administrative menu
Able to edit questionnaires RS text and name
Can disable/enable questionnaires for viewing in admin interface
RS text entered via new CKEditor including ability to insert tokens/template replace text
Added setting table and associated getter/setter functions (currently only used for centre information but could add more)
2011-01-18 03:32:21 +00:00
azammitdcarf
8dab3a26b4 Support for Internet Explorer browser 2011-01-11 05:01:22 +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
78e0c040c8 Javascript includes 2010-08-04 23:36:43 +00:00
azammitdcarf
b294830a69 Bug found by Saulius - case not ending when out of time 2009-03-04 01:00:07 +00:00
azammitdcarf
cdfb3a2195 Made calls, call attempts and cases only created in the one spot 2009-02-19 03:38:07 +00:00
azammitdcarf
ee3c57a18c Added transactions 2009-02-19 03:02:29 +00:00
azammitdcarf
8c7c0c014d added transactions 2009-02-19 02:12:16 +00:00
azammitdcarf
c0cecbd25b Added transactions 2009-02-17 22:47:28 +00:00
azammitdcarf
f988e1dad9 Import from DCARF SVN 2008-10-15 04:41:48 +00:00