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

568 Commits

Author SHA1 Message Date
Alex
485b6ded38 new Appointment window popup - simple, clean and nice
day names ready to add to translation .po file
swithch to string instead of selector  if only 1 respondent for case
time selectors switched to 15 min intervals, excluded last value as it will equal possible time limit
2015-05-20 15:31:27 +03:00
Alex
6710ae9415 hide displaying page headers in tabs as too space consuming 2015-05-20 15:12:26 +03:00
Alex
4c443320b4 merged rev446 2015-05-17 18:16:12 +03:00
Alex
7e774dc1ee Here it is
REWORKED sample strorage and sample variables organizatoin to have edit/delete/change options

Please, be very carefull with update
2015-05-17 18:04:19 +03:00
Alex
56c60b269e THE KEY file , all modification done for.
Now 4-in-1 
- edit sample_var name/type
- delete sample_var
- DELETE SAMPLE (competely) from sample/sampe_var/sample_import/sample_import_var_restrict
 - check for previously undeleted sample records in previously deidentified samples (with option to clear residues )
*prepared to check proper var types selections and delete var confirmation

Need to decide
- if required additional limitation on sample_var delete / type change 
- if required to delete sample  records from other tables as well (case , call attempts, calls, _notes)...  

all admin panel querries adjusted for sample_import_var_restrict table
2015-05-17 17:41:58 +03:00
Alex
10f6d8ede4 querries adjusted for sample_import_var_restrict table and exclude_var_id
reworked quotareport
2015-05-17 17:20:41 +03:00
Alex
2ea0d1b521 modified admin appointment creation to limit valid appointments within start-end range
!! requires updated jquerry date-timpeicker addon
2015-05-17 17:18:59 +03:00
Alex
790933c7bd limesurvey querries adjusted for sample_import_var_restrict table 2015-05-17 17:14:53 +03:00
Alex
ee3eac2234 querries adjusted for sample_import_var_restrict table,
modfied file naming
2015-05-17 17:13:25 +03:00
Alex
85f5c35405 functions querries adjusted for sample_import_var_restrict table and exclude_var_id in row quotas instead of exclude_var 2015-05-17 17:11:07 +03:00
Alex
2889678fe1 admin panel querries adjusted for sample_import_var_restrict table 2015-05-17 17:04:04 +03:00
Alex
b93fe090cc operator panel querries adjusted for sample_import_var_restrict table 2015-05-17 16:52:28 +03:00
Adam Zammit
22dfe12e41 Fixes lp:1452070 New numbers still drawn when 'allow new numbers to be drawn' set to No
Dev: Was only occuring when system sort process enabled
2015-05-06 09:34:14 +10:00
Alex
12a8c6ac7a branch for 'sample' var storage and dependant files modification 2015-04-29 02:20:16 +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
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
7066c8d919 merged changes from main rev 445 2015-04-01 17:23:48 +03:00
Alex
ed4e52d55e merged rev.445 2015-04-01 16:41:59 +03:00
Adam Zammit
a475567889 Fixes lp:1436664 - System sort process fails where database name not 'quexs'
Also fixes notices generated where the default language doesn't match the questionnaire language on quota reporting
2015-03-26 16:01:20 +11:00
Alex
a678d06d04 added attribute 'required' to input fields 2015-03-24 17:01:00 +03:00
Alex
cedd542ed8 added <tfoot> for $total to table function 2015-03-24 15:51:42 +03:00
Alex
bf22c9a06e removed bootstrap-switch addon application from branch, as all pages switched to bs-toogle application 2015-03-23 17:35:32 +03:00
Alex
2d508c83cb New page layout 2015-03-23 17:33:48 +03:00
Alex
ce1e8e7086 New page look and layout,
Features: sample data block, disabled "create appointment" for saces with missing sample id, "delete" protection,
modal "change call outcome", 

* "deidentify" currently blocked
2015-03-23 17:28:26 +03:00
Alex
ef47a7875a New look,
Features: added diff time to default zone, current time in zone list (converted to usertimezone ) ,  timezone selector filtered by continent to have shorter options  list

*to change continent filter edit row 99 (WHERE `Name` LIKE 'Europe%' OR `Name` LIKE 'Asia%')
 - > substitute "Europe" &/or "Asia" with required continent names (as in timezones list) 
    to filter by single continent delete  //  OR `Name` LIKE 'Asia%  // 
    to remove row, don't gorget to keep    //   ";  //  at thend of that querry
2015-03-23 17:19:25 +03:00
Alex
4a6a1f0026 file update, switch to bs-toggle 2015-03-23 17:07:11 +03:00
Alex
a4e32c4d66 New look,
Fetures: checkboxes transformed to toggle switches, clockpicker for time input
readonly input fields :  input time with clockpicker  only (to avoid input typing and format mistakes), better visualisation for year and weeks selection (in addsgift.php)
2015-03-23 16:59:35 +03:00
Alex
c876fbd21a 3 in 1 page for better usage and simulaneous view,
updated sidebar menu in  index.php
2015-03-23 16:41:19 +03:00
Alex
bb66576200 updates, small improvemnts 2015-03-23 13:41:38 +03:00
Alex
c89bf98c19 NEW look, new Feature: respondent Timezone and Local time displayappointments.php
updated jquery timepicker,  changed to "range" mode  ( start time max limits  end time min, end time min limits  start time max)
changed "create" behaviour (bug:1435257 ) - now call attemp is created only if appointment is submitted

*?? do we need to "delete" call attempt id apointment is deleted? ( filter by   called / not yet called cases?)

* required  to develop  date/time restriction according to shifts and timeslots ,  call addshift.php  if shift is not sheduled for required date/time
2015-03-23 13:31:22 +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
e3db2c8abf pages new look
modified input types, added field  restrictions  in   assignsample.php
2015-03-23 12:35:57 +03:00
Alex
4e565a8bbf new "Operators" menu pages
new Feature: Password generator,

switch to bs-toggle from bs-switch
2015-03-23 12:26:38 +03:00
Alex
25b94fb428 new look for pages 2015-03-23 12:03:33 +03:00
Alex
979981adb6 new "client" pages
NEW feature: pass generator for  new user add
2015-03-23 11:45:48 +03:00
Alex
43a1979a7d Fixed "typo" missing php closing tag 2015-03-23 11:43:06 +03:00
Alex
e2268206f7 new "quota" pages
increased nr of charachters for question description, 
modified  order to be more understandable to set quota parameters

*requires translation strings update
2015-03-23 11:40:37 +03:00
Alex
ab22e06703 new Sample import page
changed from bs-switch to bs-toggle,  added file input filter and restriction
2015-03-23 11:29:45 +03:00
Alex
f4be897763 jQuery Timepicker update to rev1.5.0
for localization just add .js.file for required languge code from https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src/i18n

jQuerry-ui update (only for timepicker )
2015-03-23 11:02:06 +03:00
Alex
f3911f7b5e new casestatus.php 2015-03-05 14:36:08 +03:00
Alex
506bab9585 merged with rev444 from ~adamzammit/quexs/main/ 2015-03-05 13:37:49 +03:00
Alex
217a19eaa7 merged rev443 from ~adamzammit/quexs/main/ 2015-03-05 13:37:01 +03:00
Alex
e1a9b2fc63 add iCheck library for coming updates (to replace standard checkbox and radio) 2015-03-05 13:27:09 +03:00
Alex
7f80ad71e1 updated admin panel files
added 'clockpicker'  library (could replace jquerry-ui timepicker later on in some files)
modified functions.display.php to handle external classes
modified addrow-v2.js to display cloned values and init clockpicker
2015-03-05 13:25:46 +03:00
Alex
08297ea098 forgotten to include functions.import.php 2015-03-05 12:59:31 +03:00
Alex
3a3023bbe3 modified import.php file + js lib 2015-03-05 12:32:41 +03:00
Alex
1443845b49 "Availability" tab bug fix 2015-02-26 15:56:51 +03:00
Adam Zammit
128104e16b Added readme for GIT 2015-02-26 11:02:26 +11:00