Removed explanatory text for updating (now in CHANGELOG)
Added new outcomes to databasestrings
Updated database schema to be as consistent as possible with original database
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 !!!
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
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
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)
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
increased nr of charachters for question description,
modified order to be more understandable to set quota parameters
*requires translation strings update