- Mar 20, 2022
-
-
Carsten Rose authored
B13677 Implemented variable to get required new from form and set status of... See merge request !418
-
Carsten Rose authored
S13657 Added two new twig report files to system: FormEditorTwig and... See merge request !416
-
Carsten Rose authored
B13860 Fix for not clickable typeahead in safari. z-index of the first input... See merge request !415
-
Carsten Rose authored
B11325 SQL CALL is handled seperate. All statements will execute. If only a... See merge request !414
-
Carsten Rose authored
S13827 Fix for autofill in datetimepicker and all other given text elements.... See merge request !412
-
Carsten Rose authored
B13842 Fix for broken SIP in wkhtml and qfqpdf. Now correct string will be set... See merge request !413
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
# Conflicts: # javascript/src/Main.js
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
S13787 datetimepicker documentation added and JS Correction See merge request !409
-
- Mar 19, 2022
-
-
Carsten Rose authored
F13440 Save activated forms pill See merge request !408
-
- Mar 18, 2022
-
-
enured authored
B13677 Implemented variable to get required new from form and set status of formelement preview button correctly.
-
- Mar 16, 2022
-
-
enured authored
S13657 Added two new twig report files to system: FormEditorTwig and autoCronTwig. Documentation added for setup of these new files.
-
enured authored
B13860 Fix for not clickable typeahead in safari. z-index of the first input field from typeahead pair will be set to 1 if the second one is not set as auto.
-
- Mar 08, 2022
- Mar 07, 2022
- Feb 28, 2022
-
-
enured authored
B13842 Changed cookie params in session. Domain is not needed to give because we dont use subdomain. Better compatibility with qfqpdf.
-
enured authored
-
enured authored
B13842 Fix for broken SIP in wkhtml and qfqpdf. Now correct string will be set in cookie for wkhtml. For qfqpdf domain and its value with previous point is given to get the right cookie.
-
- Feb 21, 2022
-
-
enured authored
S13827 Better fix for ignoring autofill. Should work with every browser. For type password set autocomplete to new-password and every password element gets an own input type=text tag which is not displayed.
-
enured authored
S13827 Fix for autofill in datetimepicker and all other given text elements. Autofill will be ignored. For password it will give choice to select a generated password.
-
- Feb 20, 2022
-
-
Carsten Rose authored
Fixes #13818. Maybe there is a better place to fix the typeahead array issue than to sanitize all possible types of value
-
- Feb 18, 2022
-
-
enured authored
S13818 Changed to check only value of array. Because key(id) as a number is not needed to check. It doesnt has impact to output. An array is only given if typeAheadSql with id and value is used.
-
enured authored
S13818 Implemented check if $value is array and do the check in a foreach loop for every string in this array.
-
- Feb 14, 2022
- Feb 11, 2022
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Feb 07, 2022
-
-
enured authored
F13440 Implemented JS-script to save forms informations and get existing informations from session storage. The last activated pill will be saved as information for every form with its own record Id.
-
enured authored
F10782 TinyMCE: Feature for own base path is implemented. Over forms parameter user can give with 'fileUploadPath=fileadmin/...' own path upload. Documentation for base path file is added.
-