From beadc0cb52dd5fb38fb6969ae27738898214a684 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Sun, 22 Jan 2023 23:39:54 +0100 Subject: [PATCH] New version 23.1.1 --- CHANGELOG.md | 35 ++++++++++++++++++++++---- Documentation-develop/NewVersion.md | 4 +-- Documentation/Release.rst | 10 ++++---- Documentation/Settings.cfg | 2 +- Documentation/conf.py | 2 +- extension/RELEASE.txt | 38 ++++++++++++++++++++++++----- extension/ext_emconf.php | 2 +- version | 2 +- 8 files changed, 73 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3aadc80b..74997eec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,30 @@ Features ^^^^^^^^ Bug Fixes ^^^^^^^^^ +Version 23.1.1 +-------------- + +Date: 22.01.2023 + +Notes ^^^^^ + +* Additional option to dynamically fill the STORE_SYSTEM: fillStoreSystemBySqlRow + +Features ^^^^^^^^ + +* # 11980 / check protected folder for access from outside after new qfq installation or update. +* # 13566 / Cleanup: Delete config-example.qfq.php +* # 15053 / New dynamic QFQ config option: fillStoreSystemBySqlRow. +* Update SANITIZE_ALLOW_EMAIL_MESSAGE to be more generic: 'Invalid email format' +* Update Documentation/Form.rst: Added QFQ Function QMANR(manr), broken ref to restAuthorization, fixed typos. +* Update copyright year + +Bug Fixes ^^^^^^^^^ + +* # 2665 / Fixed not working dynamic update with tinymce and codemirror. Improved frontend edit visualization, elements in window will be resized automatically. +* # 11517 / Fixed Bug not showing extraInfoButton on certain FormElements like: TextArea, Select, Checkbox, Radio, Upload, Editor. +* # 12066 / Form: Enter as submit forward not working. + Version 23.1.0 -------------- @@ -44,12 +68,14 @@ Date: 05.01.2023 Features ^^^^^^^^ * # 6250 / Enhance layout subrecord. +* # 10003 / Fieldset: stronger visualize group. * # 15036 / FormElement subrecord summary additional row(s). * # 15154 / FormElement input check via regexp: trim whitespace before regexp. Bug Fixes ^^^^^^^^^ * # 14305 / Bug "No form found with this id". +* # 14997 / Tablesorter: Filter value shown but no effect after 'Browser Back' * # 15191 / Broken datepicker in template group. * # 15214 / Inline report save history. * # 15229 / Typeahead and qfq-clear-me will be initialized after adding new fields. @@ -60,6 +86,7 @@ Bug Fixes ^^^^^^^^^ * Fixed date to datetime convert bug. * Fixed error coming from typeahead when array is empty. + Version 22.12.1 --------------- @@ -68,7 +95,7 @@ Date: 18.12.2022 Notes ^^^^^ * New Button Sizes: btn-tiny, btn-small. -* Caching for on the fly rendred files (PDF, Excel, ZIP). +* Caching for on the fly rendered files (PDF, Excel, ZIP). * Inline Report edit saves history to T3. Features ^^^^^^^^ @@ -133,7 +160,7 @@ Bug Fixes ^^^^^^^^^ * # 14245 / After change via datetimepicker form save button keeps disabled. * # 14303 / Datetime broken with picker * # 14323 / Render mode: Fixed unit test. -* # 15014 / (Again) Excel Import: fix import of regions. +* # 15013,#15014 / (Again) Excel Import: fix import of regions. * # 15026 / Multiple checkbox dynamic update not working correctly. * # 15027 / Excel Export error when BE user is logged in. * # 15028 / Encryption with special column name broken. @@ -147,8 +174,6 @@ Version 22.11.0 Date: 27.11.2022 -Notes ^^^^^ - Features ^^^^^^^^ * # 15075 / sendmail: special option forceSmtpSender @@ -251,7 +276,7 @@ datetimepicker, codemirror, ... from your typoscript template(s). Features ^^^^^^^^ * # 14616 / Fabric updated to version 5. Annotation of images should now be supported again by modern browsers. -* # 10012 / RedirectAllMailto: optionally dynamically set by current logged in FE or BE User. +* # 10011,#10012 / RedirectAllMailto: optionally dynamically set by current logged in FE or BE User. * # 14718 / Added prepared MySQL statement: QLEFT(), QRIGHT(). * # 14635 / Add comment to update /etc/ImageMagick-6/policy.xml in case of 'convert-im6.q16: no images defined'. * # 9052 / Report: CodeMirror with SQL Syntax Highlight in FE - minimized JS versions. diff --git a/Documentation-develop/NewVersion.md b/Documentation-develop/NewVersion.md index 54e8e66e7..2532ce6c1 100644 --- a/Documentation-develop/NewVersion.md +++ b/Documentation-develop/NewVersion.md @@ -44,7 +44,7 @@ Neue Versionsnummer **Achtung**: die Release Minor darf KEINE fuehrenden Nullen enthalten!!! Ansonsten funktioniert die Verteilung vie TER nicht. - **Auto**: ./setVersion.sh 23.1.0 + **Auto**: ./setVersion.sh 23.1.1 Manuell: @@ -56,7 +56,7 @@ Neue Versionsnummer * **Commit & Push** to develop branch: - New version 23.1.0 + New version 23.1.1 6) * Merge 'Develop' to **Master**. diff --git a/Documentation/Release.rst b/Documentation/Release.rst index 10544e0e4..564f18d00 100644 --- a/Documentation/Release.rst +++ b/Documentation/Release.rst @@ -65,10 +65,9 @@ Notes Features ^^^^^^^^ - * #15053 / New dynamic QFQ config option: fillStoreSystemBySqlRow. - * #13566 / Cleanup: Delete config-example.qfq.php * #11980 / check protected folder for access from outside after new qfq installation or update. - * #10003 / fieldset_stronger_visualize_group + * #13566 / Cleanup: Delete config-example.qfq.php + * #15053 / New dynamic QFQ config option: fillStoreSystemBySqlRow. * Update SANITIZE_ALLOW_EMAIL_MESSAGE to be more generic: 'Invalid email format' * Update Documentation/Form.rst: Added QFQ Function QMANR(manr), broken ref to restAuthorization, fixed typos. * Update copyright year @@ -76,8 +75,9 @@ Features Bug Fixes ^^^^^^^^^ - * #11517 / Fixed Bug not showing extraInfoButton on certain FormElements like: TextArea, Select, Checkbox, Radio, Upload, Editor refs #11517 - * #2665 / Fixed not working dynamic update with tinymce and codemirror. Improved frontend edit visualization, elements in window will be resized automatically. refs #2665 + * #2665 / Fixed not working dynamic update with tinymce and codemirror. Improved frontend edit visualization, elements in window will be resized automatically. + * #11517 / Fixed Bug not showing extraInfoButton on certain FormElements like: TextArea, Select, Checkbox, Radio, Upload, Editor. + * #12066 / Form: Enter as submit forward not working. Version 23.1.0 -------------- diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index dc81b1d52..b61825e07 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -22,7 +22,7 @@ project = QFQ - Quick Form Query version = 23.1 -release = 23.1.0 +release = 23.1.1 t3author = Carsten Rose copyright = since 2017 by the author diff --git a/Documentation/conf.py b/Documentation/conf.py index 887e1c907..eab4769a3 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -64,7 +64,7 @@ author = 'Carsten Rose, Benjamin Baer' # The short X.Y version. version = '23.1' # The full version, including alpha/beta/rc tags. -release = '23.1.0' +release = '23.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/extension/RELEASE.txt b/extension/RELEASE.txt index 49aea5b2a..564f18d00 100644 --- a/extension/RELEASE.txt +++ b/extension/RELEASE.txt @@ -52,6 +52,33 @@ Features Bug Fixes ^^^^^^^^^ +Version 23.1.1 +-------------- + +Date: 22.01.2023 + +Notes +^^^^^ + + * Additional option to dynamically fill the STORE_SYSTEM: fillStoreSystemBySqlRow + +Features +^^^^^^^^ + + * #11980 / check protected folder for access from outside after new qfq installation or update. + * #13566 / Cleanup: Delete config-example.qfq.php + * #15053 / New dynamic QFQ config option: fillStoreSystemBySqlRow. + * Update SANITIZE_ALLOW_EMAIL_MESSAGE to be more generic: 'Invalid email format' + * Update Documentation/Form.rst: Added QFQ Function QMANR(manr), broken ref to restAuthorization, fixed typos. + * Update copyright year + +Bug Fixes +^^^^^^^^^ + + * #2665 / Fixed not working dynamic update with tinymce and codemirror. Improved frontend edit visualization, elements in window will be resized automatically. + * #11517 / Fixed Bug not showing extraInfoButton on certain FormElements like: TextArea, Select, Checkbox, Radio, Upload, Editor. + * #12066 / Form: Enter as submit forward not working. + Version 23.1.0 -------------- @@ -61,6 +88,7 @@ Features ^^^^^^^^ * #6250 / Enhance layout subrecord. + * #10003 / Fieldset: stronger visualize group. * #15036 / FormElement subrecord summary additional row(s). * #15154 / FormElement input check via regexp: trim whitespace before regexp. @@ -68,6 +96,7 @@ Bug Fixes ^^^^^^^^^ * #14305 / Bug "No form found with this id". + * #14997 / Tablesorter: Filter value shown but no effect after 'Browser Back' * #15191 / Broken datepicker in template group. * #15214 / Inline report save history. * #15229 / Typeahead and qfq-clear-me will be initialized after adding new fields. @@ -88,7 +117,7 @@ Notes ^^^^^ * New Button Sizes: btn-tiny, btn-small. -* Caching for on the fly rendred files (PDF, Excel, ZIP). +* Caching for on the fly rendered files (PDF, Excel, ZIP). * Inline Report edit saves history to T3. Features @@ -157,7 +186,7 @@ Bug Fixes * #14245 / After change via datetimepicker form save button keeps disabled. * #14303 / Datetime broken with picker * #14323 / Render mode: Fixed unit test. -* #15014 / (Again) Excel Import: fix import of regions. +* #15013,#15014 / (Again) Excel Import: fix import of regions. * #15026 / Multiple checkbox dynamic update not working correctly. * #15027 / Excel Export error when BE user is logged in. * #15028 / Encryption with special column name broken. @@ -171,9 +200,6 @@ Version 22.11.0 Date: 27.11.2022 -Notes -^^^^^ - Features ^^^^^^^^ @@ -288,7 +314,7 @@ Features ^^^^^^^^ * #14616 / Fabric updated to version 5. Annotation of images should now be supported again by modern browsers. -* #10012 / RedirectAllMailto: optionally dynamically set by current logged in FE or BE User. +* #10011,#10012 / RedirectAllMailto: optionally dynamically set by current logged in FE or BE User. * #14718 / Added prepared MySQL statement: QLEFT(), QRIGHT(). * #14635 / Add comment to update /etc/ImageMagick-6/policy.xml in case of 'convert-im6.q16: no images defined'. * #9052 / Report: CodeMirror with SQL Syntax Highlight in FE - minimized JS versions. diff --git a/extension/ext_emconf.php b/extension/ext_emconf.php index 6c7de1121..e8190823b 100644 --- a/extension/ext_emconf.php +++ b/extension/ext_emconf.php @@ -12,7 +12,7 @@ $EM_CONF['qfq'] = array( 'dependencies' => 'fluid,extbase', 'clearcacheonload' => true, 'state' => 'stable', - 'version' => '23.1.0', + 'version' => '23.1.1', 'constraints' => [ 'depends' => [ 'typo3' => '7.0.0-10.9.99', diff --git a/version b/version index f8aed3e0b..9b241d7fd 100644 --- a/version +++ b/version @@ -1 +1 @@ -23.1.0 +23.1.1 -- GitLab