* # 12615 / Implements silent HEIC/HEIF conversion to png. Write a note in realease notes, to install 'libheif-examples'.
* # 12615 / Implements silent HEIC/HEIF conversion to png.
* # 12636 / New FormElement.encoding = 'single tick'
* Form.rst: Update doc of Multi-Form
...
...
@@ -218,6 +221,7 @@ Features
* HTTP Header: Add 'X-Api-Key'. Fix problem for token without argument name. Update doc.
* Add margin to qfq-badge
* Fix undefined clearMe
* File formEditor.sql only contains QFQ system table definitions anymore.
Bug Fixes
^^^^^^^^^
...
...
@@ -1075,7 +1079,7 @@ Bug Fixes
* #8315 / FE Datetime: 'd.m.yy hh:mm' thows an error
* #8278: Too long GET var crashes QFQ - Bug 1 - check GET Vars but try to report problem from POST var. Bug 2: writing log message crashed due to not initialized QFQ-config.
* Html2Pdf.php: Change logfile from sql.log to qfq.log
*qfqDefaultTables.sql: Add specific pattern message for Form.name allowed characters
*formEditor.sql: Add specific pattern message for Form.name allowed characters
* Config.php: more precise error message
Version 19.5.0
...
...
@@ -1364,8 +1368,8 @@ Bug Fixes
^^^^^^^^^
* # 7600 / Path to sendEmail has changed and is updated now.
* # 7603 / Fix problem: qfqDefaultTables.sql broken - missing semicolon. QFQ updates did not played qfqDefaultTables.sql.
Unit test for DatabaseUpdate(). Especially that qfqDefaultTables.sql is running fine.
* # 7603 / Fix problem: formEditor.sql broken - missing semicolon. QFQ updates did not played formEditor.sql.
Unit test for DatabaseUpdate(). Especially that formEditor.sql is running fine.
* # 7594 / FE.type=extra: don't name it 'type' or 'id' or 'L' - more detailed error message and an explanation in Manual.rst.
* Config.php: error message about to high session timeout now reports the PHP settings.