- Mar 20, 2022
-
-
Carsten Rose authored
-
- May 17, 2021
-
-
Marc Egger authored
-
- Feb 07, 2021
-
-
Marc Egger authored
-
- Aug 28, 2020
-
-
Marc Egger authored
-
- Aug 25, 2020
-
-
Marc Egger authored
-
- Nov 24, 2019
-
-
Carsten Rose authored
-
- Jun 30, 2019
-
-
Carsten Rose authored
-
- Jun 20, 2019
-
-
- Dec 17, 2018
-
-
Carsten Rose authored
-
- Aug 31, 2018
-
-
Elias Villiger authored
-
- Jul 07, 2018
-
-
Carsten Rose authored
-
- Jun 11, 2018
-
-
Carsten Rose authored
-
- Mar 15, 2018
-
-
Carsten Rose authored
-
- Mar 11, 2018
-
-
Carsten Rose authored
-
- Nov 23, 2017
-
-
Carsten Rose authored
-
- Oct 18, 2017
-
-
Carsten Rose authored
Unknown index fixed by isset()
-
- Aug 28, 2017
-
-
Carsten Rose authored
-
- Aug 14, 2017
-
-
Carsten Rose authored
save.php, QuickFormQuery.php: fixed malformed array for JSON Dirty.js, QfqForm.js: replace instance variable 'additionalQueryparameters' against parameter by call: optionalQueryParameters.
-
- Aug 07, 2017
-
-
Carsten Rose authored
-
- Jun 04, 2017
-
-
Carsten Rose authored
QfqForm.js: Preparation for client, to handle window.location.replace() by new API status 'url-skip-history'. Also changed "(data.redirect === "url" || data['redirect-url'])" to "(data.redirect === "url" && data['redirect-url'])" - CR did not understand the former logic ('or' instead of 'and'). #OPEN#: window.location.replace = 'index.php....' throws an JS exception that it the attribute 'replace' is readonly. Instead "window.location.replace('index.php....')" works as expected. PROTOCOL.md: add 'url-skip-history'. save.php: recode to become more readable. QuickFormQuery.php: getForwardMode() - temporarily fix to update status 'page' to 'url' (bug never caused a problem as long as '||' has been used on client side). Will change 'page' to 'url' asap.
-
- Apr 17, 2017
-
-
Carsten Rose authored
-
- Apr 10, 2017
-
-
Carsten Rose authored
The new class T3info() was fine, but relying classes assumed that all array elements always exist. This was not given in the past. The new implemention creates at least an empty entry for each element. AbstractException.php: removed garbage line. save.php: require_once missing PHP Exception classes. T3Info.php: recode.
-
- Apr 13, 2016
-
-
Carsten Rose authored
save.php: return JSON with updated values of all fields. AbstractBuildForm.php: updated to deliver values of all form elements Constants.php: constants to distinguish all or specific values of FEs. QUERY_TYPE_* Database.php: doSQL now returns affectedrows or lastinsertid in case of udpate/inset. Typos fixed. QuickFormQuery.php: deliver Values as JSON after save. Save.php: return lastinsertid or affectedrows.
-
- Apr 01, 2016
-
-
Carsten Rose authored
-
- Mar 15, 2016
-
-
Carsten Rose authored
-
- Mar 09, 2016
-
-
Carsten Rose authored
-
- Feb 25, 2016
-
-
Carsten Rose authored
save.php: moved constants to Constants.php to reuse them in delete.php. Fixed bug by building error messages. Sip: extended queryStringToSip() by optional Parameter $scriptName. AbstractBuilForm: renamed formEditLink() to createFormEditUrl(). Changed createFormEditUrl() to only return the final URL, without HTML tags. Implemented createDeleteUrl(). BuildFormBootstrap, BuildFormTable: rewrote code for using createFormEditLink(). Use of createDeleteUrl(). Constants: defined SIP_TABLE, API_* QuickFormQuery: reformat Code
-
- Feb 18, 2016
-
-
Carsten Rose authored
BuildFormBootstrap: fixed typo in class id pills QfqForm.js: rewrote logic after press 'save'
-
- Feb 12, 2016
-
-
Carsten Rose authored
-
- Feb 11, 2016
-
-
Carsten Rose authored
BuildFormBootstrap: Save Button prepared. AbstarcFromBuild: form.id specified
-
- Dec 23, 2015
-
-
robot authored
-