-
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 23.x.x
Date:
Notes ^^^^^
Features ^^^^^^^^
Bug Fixes ^^^^^^^^^
Version 23.10.1
Date: 22.10.2023
Notes ^^^^^
Features ^^^^^^^^
- #15682 / Subrecord hide please save record first if there is no table title.
- #15098 / Implemented qfqFunction in QFQ variable for usage in forms.
- Doc: Replace many places single back tick by double back tick. Add hint for 'Row size too large'. Added Enis & Jan as Developer. Add hint use mysqldump with one row per record.
Bug Fixes ^^^^^^^^^
- #17003 / inline edit - dark mode has wrong css path.
- #17075 / Fix broken '... AS _restClient'.
- #17091 / upload_Incorrect_integer_value_fileSize.
- RTD: Fix broken readthedocs rendering.
Version 23.10.0
Date: 05.10.2023
Features ^^^^^^^^
- #16350 / QFQ Table 'FormSubmiLog': update recordid after insert.
- #16350 / sql.log: reference to FormSubmitLog entry. All SQL statements generated by one HTTP Post (Form Submit) can be identified.
- #16350 / Do not log Dirty.
- #16350 / If the T3 instance is behind a proxy, log HTTP_X_REAL_IP instead of REMOTE_ADDR in logfiles.
- #16584 / FormEditor Report: Default without statistics.
- #16589 / Implemented language configuration in backend for tt-content type qfq.
- #16798 / Report inline edit v2. Improved search inside inline edit report. Whole content will be searched. Added ability to switch the editor to dark mode.
- Doc: Refactor description of {{random:V}}.
- Doc: Add config option 'protectedFolderCheck'.
Bug Fixes ^^^^^^^^^
- #16573 / Fixed wrong built date and datetime string if default value was given.
- #16574 / Added multiple siteConfigurations compatibility for typo3 v10 and 11.
- #16616 / Fixed typeahead api query response problem if typeahead sql is not used.
- #16664 / Fix multi db user error.
- #16975 / Fix problem if a 'Form Submit' contains more than 64kB data. This can happen easily for 'fabric' elements.
Version 23.6.4
Date: 26.06.2023
Bug Fixes ^^^^^^^^^
- #16485 / TypeAhead: strpos() string, array given error.
- #16488 / Missing default values break saving records. New custom FE.parameter.defaultValue.
- #16491 / FE Typ Upload - JS failure: document.querySelector() is null.
Version 23.6.3
Date: 22.06.2023
Bug Fixes ^^^^^^^^^
- #16478 / Rest API: Fixed stream_get_contents failure in PHP8.1 Generic Error.
Version 23.6.2
Date: 21.06.2023
Bug Fixes ^^^^^^^^^
- #16475 / Spontaneous spaces in HTML emails.
- #16476 / SQL columns Text/Blog with default empty string becomes "''"
Version 23.6.1
Date: 16.06.2023
Notes ^^^^^
- QFQ is Typo3 V11 compatible
Bug Fixes ^^^^^^^^^