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
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
Alex
eac8b7c1d7 lost after merge from "customized_outcomes"" 2015-11-21 02:18:44 +03:00
Alex
defe090114 switch from include ("auth-admin.php"); to require ("auth-admin.php"); 2015-09-15 20:20:26 +03:00
Alex
562c16d626 added links to client panel and quotareport,
cosmetic for questionnaireprefill.php
2015-09-10 02:44:16 +03:00
Alex
b0ea86fc34 merged rev. 479 from main 2015-09-03 14:47:03 +03:00
Adam Zammit
ec8522e316 Added authentication includes to all files 2015-08-14 16:15:20 +10:00
Alex
7064f276fb fix missing translation tag 2015-08-10 20:33:09 +03:00
Alex
62b53ed732 merged rev.524 from ex-"Feature" branch - fix lp:1480880 2015-08-03 19:38:27 +03:00
Alex
4ef93acd81 merged rev.523 from ex-"Feature" branch 2015-08-03 19:34:14 +03:00
Alex
261728628c bug fix lp:1480880 - " disable "create new" questionnaire if no active Limesurvey available" 2015-08-03 14:16:18 +03:00
Adam Zammit
3da998446b Removed references to SITE_URL and OPERATOR_PANEL_NAME put other descriptions in config 2015-08-03 13:58:41 +10:00
Alex
029ec9cb27 updated comment strings 2015-07-20 15:44:47 +03: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
Alex
bb6943d386 revert to prev version in questionnairelist.php with changed merged from rev.448 2015-07-06 18:37:18 +03:00
Alex
2855f02e99 merged rev.448
!! requires check and update to operate with samle_var_id, exclude_var_id, 

Required  layout rework to prev. model + bootstrap
2015-06-26 16:28:10 +03:00
Adam Zammit
75dad27bc0 Updated to trunk 2015-06-02 12:44:50 +10:00
Alex
3e09fc0048 lol wrong way updated...
once again...  fixed 'required' attribute for input to apply only when field is visible 

+  merge with main rev.445
2015-04-01 18:29:49 +03:00
Alex
d38a79c57c fixed 'required' attribute for input to apply only when field is visible 2015-04-01 17:26:52 +03:00
Alex
ed4e52d55e merged rev.445 2015-04-01 16:41:59 +03:00
Alex
80f78fb3cb updated questionnairelist.php and new.php
TOTAL NEW look, crosslinks,

modified input types, added restrictions, collapse CKeditor textarea, "delete" protection 

switched to bs-toggle  
updated js/custom.js
2015-03-23 12:46:28 +03:00
Alex
d577f6096d NEW Admin panel pages: questionnairelist.php, samplelist.php, samplesearch.php,
updated callhistory.php, custom.css

aded library bootstrap-toggle,  bootstrap-confirmation.js
2015-02-24 02:19:56 +03:00
Adam Zammit
62ca8c9cba Fixed Bug lp:1410503 required URLto the CKeditor installation directory 2015-01-28 15:14:04 +11:00
Adam Zammit
892525d80f New tables created for complex quotas
Conversion of code to handle new schema begun
2014-01-28 14:58:05 +11: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
f5acc307a1 Fixes lp:1255359 Translation strings with single quotes break some SQL queries
Additional fix for submit buttons where the value needs to be double quoted
2013-11-27 12:21:37 +11:00
Adam Zammit
e5feb27daa Fixes lp:1255359 Translation strings with single quotes break some SQL queries 2013-11-27 12:03:07 +11:00
Adam Zammit
dc5a7e8ba9 Fixes lp:1255348 Text cut off when entering some special characters 2013-11-27 11:29:12 +11:00
root
98f246dd03 Added referral function (requires addition to database) 2013-09-11 15:02:59 +10:00
Adam Zammit
f853f56ced Mark URL as required for self completion 2013-04-29 11:59:21 +10:00
Adam Zammit
077a28f874 Removed reference to non existant table which causes delete operation to fail 2013-03-12 12:19:56 +11:00
Adam Zammit
10c68d7d11 Added ability to edit operators
Can delete all traces of a queXS questionnaire
2013-03-07 12:51:36 +11:00
Adam Zammit
a22f4acd66 Added self_complete flag to remove need to clear variables 2013-02-25 12:03:27 +11:00
Adam Zammit
e2f4a33fc8 Allow for questionnaire editing of self completion functions 2013-02-22 14:40:09 +11:00
Adam Zammit
546fd178f7 Allow for modification of respondent self completion of active questionnaire 2013-02-20 16:34:44 +11:00
Adam Zammit
28e0606088 Replaced the rest of the short tags with long ones 2013-01-24 15:33:27 +11:00
azammitdcarf
eaa9578ab8 Merging the Limesurvey 1.91+ branch of queXS in to the trunk 2011-09-08 01:58:41 +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