Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
12940c23
Commit
12940c23
authored
Jun 29, 2021
by
Carsten Rose
Browse files
New version 21.6.0
parent
52643069
Pipeline
#5377
passed with stages
in 3 minutes and 16 seconds
Changes
8
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
12940c23
...
...
@@ -6,25 +6,18 @@
.. --
.. ^^
.. ""
.. ;;
.. ,,
..
.. --------------------------------------------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
.. ;; .. ,, .. .. --------------------------------------------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::
.. 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:
.. .. Definition:
.. some text becomes strong (only one line)
.. description has to indented
...
...
@@ -49,6 +42,31 @@ Features ^^^^^^^^
Bug Fixes ^^^^^^^^^
Version 21.6.0
--------------
Date: 29.6.2021
Notes ^^^^^
*
For full image HEIC/HEIF support, please install package
``libheif-examples``
.
Features ^^^^^^^^
*
# 12551 / Add QFQ bootstrap diagram
*
# 12615 / Implements silent HEIC/HEIF conversion to png. Write a note in realease notes, to install 'libheif-examples'.
*
# 12636 / New FormElement.encoding = 'single tick'
*
Form.rst: Update doc of Multi-Form
*
Best practice
`self-registration`
_
Bug Fixes ^^^^^^^^^
*
# 12701 / Bug 'spaces in mails'. Replaces '
<br>
' by '
<br>
\r\n
'
*
# 9371 / MultiSQL now accepts
`_id`
too.
*
# 12674 / QFQ Function subheader: skip deleted
*
Remove keySemId and keySemIdUser - outdated / deprecated since 0.19.0 (pre 09.2017)
*
Download.php: Fix broken variable $this->$downloadDebugLog.
Version 21.5.1
--------------
...
...
@@ -214,7 +232,7 @@ Features
^^^^^^^^
*
#10286 / Download Links: Glyphicon selbst wählen/ausblenden
*
#11878 / Purge extension option config.documentation
*
#
11878 / Purge extension option config.documentation
*
# 6793 / Source files for ZIP archives might now specified with a path/filename how they are called inside the ZIP.
*
log directory was moved into qfqProject directory
...
...
Documentation-develop/NewVersion.md
View file @
12940c23
...
...
@@ -45,7 +45,7 @@ Neue Versionsnummer
**Achtung**
: die Release Minor darf KEINE fuehrenden Nullen enthalten!!! Ansonsten funktioniert die Verteilung vie
TER nicht.
**Auto**
: ./setVersion.sh 21.
5.1
**Auto**
: ./setVersion.sh 21.
6.0
Manuell:
*
extension/Documentation/_make/conf.py: release, version-
...
...
@@ -56,11 +56,11 @@ Neue Versionsnummer
* **Commit & Push** to master branch:
New version 21.
5.1
New version 21.
6.0
6)
**New Tag**
:
git tag v21.
5.1 git push -u origin v21.5.1
git tag v21.
6.0
7)
**Merge 'master' into 'develop'**
...
...
Documentation/Release.rst
View file @
12940c23
...
...
@@ -52,6 +52,34 @@ Features
Bug Fixes
^^^^^^^^^
Version 21.6.0
--------------
Date: 29.6.2021
Notes
^^^^^
* For full image HEIC/HEIF support, please install package ``libheif-examples``.
Features
^^^^^^^^
* #12551 / Add QFQ bootstrap diagram
* #12615 / Implements silent HEIC/HEIF conversion to png. Write a note in realease notes, to install 'libheif-examples'.
* #12636 / New FormElement.encoding = 'single tick'
* Form.rst: Update doc of Multi-Form
* Best practice `self-registration`_
Bug Fixes
^^^^^^^^^
* #12701 / Bug 'spaces in mails'. Replaces '<br>' by '<br>\r\n'
* #9371 / MultiSQL now accepts `_id` too.
* #12674 / QFQ Function subheader: skip deleted
* Remove keySemId and keySemIdUser - outdated / deprecated since 0.19.0 (pre 09.2017)
* Download.php: Fix broken variable $this->$downloadDebugLog.
Version 21.5.1
--------------
...
...
Documentation/Settings.cfg
View file @
12940c23
...
...
@@ -21,8 +21,8 @@
; you can use in 'conf.py'
project = QFQ - Quick Form Query
version = 21.
5
release = 21.
5.1
version = 21.
6
release = 21.
6.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
Documentation/conf.py
View file @
12940c23
...
...
@@ -62,9 +62,9 @@ author = 'Carsten Rose, Benjamin Baer, Marc Egger'
# built documents.
#
# The short X.Y version.
version
=
'21.
5
'
version
=
'21.
6
'
# The full version, including alpha/beta/rc tags.
release
=
'21.
5.1
'
release
=
'21.
6.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
12940c23
...
...
@@ -16,7 +16,7 @@
.. 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)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
@@ -52,6 +52,34 @@ Features
Bug Fixes
^^^^^^^^^
Version 21.6.0
--------------
Date: 29.6.2021
Notes
^^^^^
* For full image HEIC/HEIF support, please install package ``libheif-examples``.
Features
^^^^^^^^
* #12551 / Add QFQ bootstrap diagram
* #12615 / Implements silent HEIC/HEIF conversion to png. Write a note in realease notes, to install 'libheif-examples'.
* #12636 / New FormElement.encoding = 'single tick'
* Form.rst: Update doc of Multi-Form
* Best practice `self-registration`_
Bug Fixes
^^^^^^^^^
* #12701 / Bug 'spaces in mails'. Replaces '<br>' by '<br>\r\n'
* #9371 / MultiSQL now accepts `_id` too.
* #12674 / QFQ Function subheader: skip deleted
* Remove keySemId and keySemIdUser - outdated / deprecated since 0.19.0 (pre 09.2017)
* Download.php: Fix broken variable $this->$downloadDebugLog.
Version 21.5.1
--------------
...
...
extension/ext_emconf.php
View file @
12940c23
...
...
@@ -12,7 +12,7 @@ $EM_CONF['qfq'] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'21.
5.1
'
,
'version'
=>
'21.
6.0
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-10.9.99'
,
...
...
version
View file @
12940c23
21.
5.1
21.
6.0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment