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
768c8a93
Commit
768c8a93
authored
May 17, 2021
by
Carsten Rose
Browse files
New version 21.5.1
parent
cf275dd2
Pipeline
#5248
passed with stages
in 3 minutes and 6 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
768c8a93
...
...
@@ -43,34 +43,51 @@ Version 21.x.x
Date:
<date>
Notes
^^^^^
Notes ^^^^^
Features
^^^^^^^^
Features ^^^^^^^^
Bug Fixes
^^^^^^^^^
Bug Fixes ^^^^^^^^^
Version 21.5.1
--------------
Date: 17.05.2021
Notes ^^^^^
*
The
`log`
directory was moved into the
`qfqProject`
directory in version 21.2.0 for new installations. But if the
directory
`fileadmin/protected/log`
already exists then QFQ keeps storing logs there. This was added to release notes
of 21.2.0 in hindsight.
Features ^^^^^^^^
*
# 12183 / Download table as csv
*
# 12159 / Make url paths absolute (relative to baseUrl)
Bug Fixes ^^^^^^^^^
*
# 12516 / Password Hashing Exception
Version 21.5.0
--------------
Date: 02.05.2021
Features
^^^^^^^^
Features ^^^^^^^^
*
CodingGuideline.rst: add Form Best practice
Bug Fixes
^^^^^^^^^
*
#10505 / Drag'n'Drop broken on Multi DB Instance - all checks done
*
#12475 / During QFQ update take care that all system tables exist.
*
#12479 / Remove unwrap('p-tag') for TinyMCE - currently, this breaks regular consecutive
<p>
tags
*
#12352 / Form As Json: copy via JSON in FormEditor broken.
*
#12398 / Fix check required for uploads
*
#10754 / Clean up stale requirements.txt
*
# 10505 / Drag'n'Drop broken on Multi DB Instance - all checks done
*
# 10754 / Clean up stale requirements.txt
*
# 11769 / Missing description table in Form.rst
*
# 12352 / Form As Json: copy via JSON in FormEditor broken.
*
# 12398 / Fix check required for uploads
*
# 12475 / During QFQ update take care that all system tables exist.
*
# 12479 / Remove unwrap('p-tag') for TinyMCE - currently, this breaks regular consecutive
<p>
tags
Version 21.4.0
...
...
@@ -189,13 +206,17 @@ Date: 01.02.2021
Notes
^^^^^
*
The
`log`
directory was moved into the
`qfqProject`
directory in version 21.2.0 for new installations. But if the
directory
`fileadmin/protected/log`
already exists then QFQ keeps storing logs there. This was added to release notes
of 21.2.0 in hindsight.
Features
^^^^^^^^
*
#10286 / Download Links: Glyphicon selbst wählen/ausblenden
*
#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.
*
# 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
Bug Fixes
^^^^^^^^^
...
...
Documentation-develop/NewVersion.md
View file @
768c8a93
...
...
@@ -42,9 +42,10 @@ Neue Versionsnummer
4) In folgenden Files anpassen:
**Achtung**
: die Release Minor darf KEINE fuehrenden Nullen enthalten!!! Ansonsten funktioniert die Verteilung vie TER nicht.
**Achtung**
: die Release Minor darf KEINE fuehrenden Nullen enthalten!!! Ansonsten funktioniert die Verteilung vie
TER nicht.
**Auto**
: ./setVersion.sh 21.5.
0a
**Auto**
: ./setVersion.sh 21.5.
1
Manuell:
*
extension/Documentation/_make/conf.py: release, version-
...
...
@@ -53,14 +54,13 @@ Neue Versionsnummer
5)
**Update Version & Commit**
*
**Commit & Push**
to master branch:
New version 21.5.
0a
* **Commit & Push** to master branch:
New version 21.5.
1
6)
**New Tag**
:
git tag v21.5.0a
git push -u origin v21.5.0a
git tag v21.5.1 git push -u origin v21.5.1
7)
**Merge 'master' into 'develop'**
...
...
Documentation/Release.rst
View file @
768c8a93
...
...
@@ -52,10 +52,10 @@ Features
Bug Fixes
^^^^^^^^^
Version 21.
y.y
Version 21.
5.1
--------------
Date:
<date>
Date:
17.05.2021
Notes
^^^^^
...
...
@@ -67,9 +67,14 @@ Notes
Features
^^^^^^^^
* #12183 / Download table as csv
* #12159 / Make url paths absolute (relative to baseUrl)
Bug Fixes
^^^^^^^^^
* #12516 / Password Hashing Exception
Version 21.5.0
--------------
...
...
Documentation/Settings.cfg
View file @
768c8a93
...
...
@@ -22,7 +22,7 @@
project = QFQ - Quick Form Query
version = 21.5
release = 21.5.
0a
release = 21.5.
1
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
Documentation/conf.py
View file @
768c8a93
...
...
@@ -64,7 +64,7 @@ author = 'Carsten Rose, Benjamin Baer, Marc Egger'
# The short X.Y version.
version
=
'21.5'
# The full version, including alpha/beta/rc tags.
release
=
'21.5.
0a
'
release
=
'21.5.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
768c8a93
...
...
@@ -52,6 +52,29 @@ Features
Bug Fixes
^^^^^^^^^
Version 21.5.1
--------------
Date: 17.05.2021
Notes
^^^^^
* The `log` directory was moved into the `qfqProject` directory in version 21.2.0 for new installations. But if the
directory `fileadmin/protected/log` already exists then QFQ keeps storing logs there. This was added to release notes
of 21.2.0 in hindsight.
Features
^^^^^^^^
* #12183 / Download table as csv
* #12159 / Make url paths absolute (relative to baseUrl)
Bug Fixes
^^^^^^^^^
* #12516 / Password Hashing Exception
Version 21.5.0
--------------
...
...
@@ -66,11 +89,12 @@ Bug Fixes
^^^^^^^^^
* #10505 / Drag'n'Drop broken on Multi DB Instance - all checks done
* #1
24
75 /
During QFQ update
ta
k
e
care that all system tables exist.
* #1
247
9 /
Remove unwrap('p-tag') for TinyMCE - currently, this breaks regular consecutive <p> tags
* #1
0
75
4
/
Clean up s
ta
l
e
requirements.txt
* #1
176
9 /
Missing description table in Form.rst
* #12352 / Form As Json: copy via JSON in FormEditor broken.
* #12398 / Fix check required for uploads
* #10754 / Clean up stale requirements.txt
* #12475 / During QFQ update take care that all system tables exist.
* #12479 / Remove unwrap('p-tag') for TinyMCE - currently, this breaks regular consecutive <p> tags
Version 21.4.0
...
...
@@ -189,6 +213,9 @@ Date: 01.02.2021
Notes
^^^^^
* The `log` directory was moved into the `qfqProject` directory in version 21.2.0 for new installations. But if the
directory `fileadmin/protected/log` already exists then QFQ keeps storing logs there. This was added to release notes
of 21.2.0 in hindsight.
Features
^^^^^^^^
...
...
@@ -196,6 +223,7 @@ Features
* #10286 / Download Links: Glyphicon selbst wählen/ausblenden
* #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
Bug Fixes
^^^^^^^^^
...
...
extension/ext_emconf.php
View file @
768c8a93
...
...
@@ -12,7 +12,7 @@ $EM_CONF['qfq'] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'21.5.
0a
'
,
'version'
=>
'21.5.
1
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-10.9.99'
,
...
...
version
View file @
768c8a93
21.5.
0a
21.5.
1
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