-
Carsten Rose authoredCarsten Rose authored
.. ================================================== .. ================================================== ..
================================================== .. Header hierarchy .. == .. -- .. ^^ .. ""
.. ;; .. ,, .. .. --------------------------------------------used to the update the records specified ------ .. Best
Practice T3 reST: https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/WritingReST/CheatSheet.html
.. Reference: https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/WritingReST/Index.html
.. Italic italic
.. Bold bold
.. Code text
.. External Links: Bootstrap <http://getbootstrap.com/>
_
.. Internal Link: :ref:downloadButton
(default url text) or :ref:download Button<downloadButton>
(explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg .. .. .. Admonitions .. .. note:: .. important:: .. tip:: ..
warning::
.. Color: (blue) (orange) (green) (red)
.. .. Definition:
.. some text becomes strong (only one line)
.. description has to indented
.. -- coding: utf-8 -- with BOM.
.. include:: Includes.txt
.. _release:
Release
Version 22.x.x
Date:
Notes ^^^^^
Features ^^^^^^^^
Bug Fixes ^^^^^^^^^
Version 22.9.2
Date: 22.09.2022
Features ^^^^^^^^
-
- Add release notes to update UZH CD to latest version and to remove QFQ JS/CSS includes from custom typoscript template.
Version 22.9.1
Date: 18.09.2022
Notes ^^^^^
In 22.5.0 CodeMirror has been implemented for Report editing in the front end. QFQ delivers now the minimized Javascript version too. Please check http://docs.qfq.io/en/master/Installation.html#setup-css-js for updated JS includes.
T3 extension 'UZH_CD' should be updated to latest version >=22.09.18!
Attention: since 22.09.07 UZH_CD includes all JS/CSS (exception: fabric). Remove all QFQ standard JS/CSS includes like datetimepicker, codemirror, ... from your typoscript template(s).
Features ^^^^^^^^
Bug Fixes ^^^^^^^^^
Version 22.9.0
Date: 04.09.2022
Features ^^^^^^^^
- Report.rst: Add description details to tablesorter view saver. Fix Typo QESC_SQUOTE.
Bug Fixes ^^^^^^^^^
Version 22.8.1
Date: 28.08.2022
Features ^^^^^^^^
-
- Minor update form 'FormElement'
- Refactor $buildElementFunctionName: remove indirect function calls from AbtractBuildForm.php to simplify debugging.
- Extend Support::getColumnSize with further MariaDB column type sizes
- Extension config description baseUrl: updated.
Bug Fixes ^^^^^^^^^
-
-
-
-
- Removed empty typeahead request at the beginning
Version 22.8.0
Date: 22.08.2022
Notes ^^^^^
- Add Enis Nuredini as developer.
Features ^^^^^^^^
-
-
-
-
- FormEditor: Column fe.mode shows now fe.modeSql by default. If empty, fe.mode will be shown.
- QFQ_Encrypt_Decrypt - pre version - not finalized.
Bug Fixes ^^^^^^^^^
-
-
-
-
-
-
-
- SYSTEM_SECURITY_GET_MAX_LENGTH: take care that minimum is 32.
- Update Release.rst and Installation.rst: add missing Codemirror.css|js
- RestClient undefined array element fix.
Version 22.5.0
Date: 16.5.2022
Notes ^^^^^
Please update your CSS and JS (T3 Main Template > Setup) to include the new DateTime Picker. Forms cannot save if the JS files are missing::
page.includeCSS.file08 = typo3conf/ext/qfq/Resources/Public/Css/bootstrap-datetimepicker.min.css page.includeCSS.file09 = typo3conf/ext/qfq/Resources/Public/Css/codemirror.css page.includeJS.file14 = typo3conf/ext/qfq/Resources/Public/JavaScript/moment.min.js page.includeJS.file15 = typo3conf/ext/qfq/Resources/Public/JavaScript/bootstrap-datetimepicker.min.js page.includeJS.file16 = typo3conf/ext/qfq/Resources/Public/JavaScript/codemirror.min.js page.includeJS.file17 = typo3conf/ext/qfq/Resources/Public/JavaScript/code-mirror-mode/sql/sql.min.js
Features ^^^^^^^^
-
-
-
-
-
-
-
-
-
-
-
- Update / doc: datetimepicker requires moment.js - put it in example code before datetimepicker.
- Update / QFQ config note to baseUrl.
- Skip selenium to speed up.
- Move Marc Egger to further contributor.
Bug Fixes ^^^^^^^^^
Version 21.12.0
Date: 13.12.2021
Notes ^^^^^
-
New HTML to PDF renderer: puppeteer. Wrapped and used by qfqpdf. Solves various JS and CSS problems of wkhtml. Install:
mkdir /opt/qfqpdf; cd /opt/qfqpdf curl -L -o qfqpdf https://www.math.uzh.ch/repo/qfqpdf/current/qfqpdf-linux chmod a+x qfqpdf
-
Module php-curl not needed anymore - has been replaced by php-stream.
Features ^^^^^^^^
Bug Fixes ^^^^^^^^^
Version 21.6.0
Date: 29.6.2021
Notes ^^^^^
- For full image HEIC/HEIF support, please install package
libheif-examples
.
Features ^^^^^^^^
-
self-registration
_ -
-
-
- Form.rst: Update doc of Multi-Form
Bug Fixes ^^^^^^^^^
-
' by '
\r\n' -
_id
too. -
- Remove keySemId and keySemIdUser - outdated / deprecated since 0.19.0 (pre 09.2017)
- Download.php: Fix broken variable this->downloadDebugLog.