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
ffaf34e9
Commit
ffaf34e9
authored
Feb 02, 2020
by
Carsten Rose
Browse files
New version 20.2.0
parent
27c35041
Changes
7
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
ffaf34e9
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
Release
Release
=======
=======
Version
19
.x.x
Version
20
.x.x
--------------
--------------
Date:
<date>
Date:
<date>
...
@@ -36,6 +36,63 @@ Features
...
@@ -36,6 +36,63 @@ Features
Bug Fixes
Bug Fixes
^^^^^^^^^
^^^^^^^^^
Version 20.2.0
--------------
Date: 02.02.2020
Notes
^^^^^
*
Add new keyword 'render' in tt-content Report and QFQ config. 'render' will control if a) only Form OR Report will be
rendered (render=single) or b) as previous Form AND Report together (render=both).
Advantage: with 'render=single' no more SELECT ... FROM (SELECT '') AS fake WHERE '{{form:SE}}'=''.
Attention: NEW default behaviour in new QFQ installations - render=single. Behaviour in old installations is unchanged.
*
tt-content records with 'render = api' can stay on the same page as the link to get the content (e.g. Excel Export).
*
Change default doc page to qfq.io/doc.
*
Add new specialColumnName: '_noWrap' - skips wrapping of fbeg,fsep,fend.
*
First version of 'FullCalendar.io' - new SpecialColumnName will follow in the future.
Features
^^^^^^^^
*
#9929 / New keyword '_noWrap' for column names (alias) - skips wrapping of fbeg/fskip/fend.
*
#9905 / Keyword 'render' in Report. Final implementation. Doc updated.
*
#9959 / Update QFQ Config on the fly.
*
#9990 / Describe order of FormElement processing - https://qfq.io/doc/#form-process-order.
*
#8658 / FullCalendar.io V3 implemented.
*
#9535 / VerticalText new implementation.
*
Manual.rst: Add list of icons. Enhance sendmail doc.
*
Change color of qfq-info-
*
from blue to light-blue. Add qfq-primary, qfq-danger.
Bug Fixes
^^^^^^^^^
*
#5869 / Table names not properly escaped.
*
#10010 / FE.type=sendmail will now be fired together with fe.type=after
*
(not after).
*
Fixed problem with border showing when qfq-color-white is set.
*
Fix selenium tests, remove chromedriver from npm.
*
Log problem that crashes qfq when calendar dependencies are missing.
*
Fixed gruntfile problem.
Version 20.1.1
--------------
Date: 13.01.2020
Bug Fixes
^^^^^^^^^
*
#7705 / Fix problem with wrong value after save and form update.
*
#8587 / A form triggers a save only, if there are real table columns.
Version 20.1.0
--------------
Date: 09.01.2020
Date: 09.01.2020
Notes
Notes
...
...
Documentation-develop/NewVersion.md
View file @
ffaf34e9
...
@@ -43,7 +43,7 @@ Neue Versionsnummer
...
@@ -43,7 +43,7 @@ Neue Versionsnummer
**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
<MAJOR>
.
<MINOR>
.
<MICRO>
**Auto**
: ./setVersion.sh
20.2.0
Manuell:
Manuell:
*
extension/Documentation/_make/conf.py: release, version-
*
extension/Documentation/_make/conf.py: release, version-
...
@@ -59,12 +59,12 @@ Neue Versionsnummer
...
@@ -59,12 +59,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
*
Commit & Push new version changes to master branch:
New version 20.
1.1
New version 20.
2.0
6)
**New Tag**
:
6)
**New Tag**
:
git tag v20.
1.1
git tag v20.
2.0
git push -u origin v20.
1.1
git push -u origin v20.
2.0
7) Tickets:
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
*
Schliessen und der QFQ Version zuweisen.
...
...
Documentation/Release.rst
View file @
ffaf34e9
...
@@ -36,6 +36,50 @@ Features
...
@@ -36,6 +36,50 @@ Features
Bug Fixes
Bug Fixes
^^^^^^^^^
^^^^^^^^^
Version 20.2.0
--------------
Date: 02.02.2020
Notes
^^^^^
* Add new keyword 'render' in tt-content Report and QFQ config. 'render' will control if a) only Form OR Report will be
rendered (render=single) or b) as previous Form AND Report together (render=both).
Advantage: with 'render=single' no more SELECT ... FROM (SELECT '') AS fake WHERE '{{form:SE}}'=''.
Attention: NEW default behaviour in new QFQ installations - render=single. Behaviour in old installations is unchanged.
* tt-content records with 'render = api' can stay on the same page as the link to get the content (e.g. Excel Export).
* Change default doc page to qfq.io/doc.
* Add new specialColumnName: '_noWrap' - skips wrapping of fbeg,fsep,fend.
* First version of 'FullCalendar.io' - new SpecialColumnName will follow in the future.
Features
^^^^^^^^
* #9929 / New keyword '_noWrap' for column names (alias) - skips wrapping of fbeg/fskip/fend.
* #9905 / Keyword 'render' in Report. Final implementation. Doc updated.
* #9959 / Update QFQ Config on the fly.
* #9990 / Describe order of FormElement processing - https://qfq.io/doc/#form-process-order.
* #8658 / FullCalendar.io V3 implemented.
* #9535 / VerticalText new implementation.
* Manual.rst: Add list of icons. Enhance sendmail doc.
* Change color of qfq-info-* from blue to light-blue. Add qfq-primary, qfq-danger.
Bug Fixes
^^^^^^^^^
* #10010 / FE.type=sendmail will now be fired together with fe.type=after* (not after).
* #5869 / Table names not properly escaped.
* #9638 / TextArea: Autosize - broken when using clipboard,
* Fixed problem with border showing when qfq-color-white is set.
* Fix selenium tests, remove chromedriver from npm.
* Log problem that crashes qfq when calendar dependencies are missing.
* Fixed gruntfile problem.
Version 20.1.1
Version 20.1.1
--------------
--------------
...
...
Documentation/Settings.cfg
View file @
ffaf34e9
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
; you can use in 'conf.py'
; you can use in 'conf.py'
project = QFQ - Quick Form Query
project = QFQ - Quick Form Query
version = 20.
1
version = 20.
2
release = 20.
1.1
release = 20.
2.0
t3author = Carsten Rose
t3author = Carsten Rose
copyright = since 2017 by the author
copyright = since 2017 by the author
...
...
extension/RELEASE.txt
View file @
ffaf34e9
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
Release
Release
=======
=======
Version
19
.x.x
Version
20
.x.x
--------------
--------------
Date: <date>
Date: <date>
...
@@ -36,6 +36,63 @@ Features
...
@@ -36,6 +36,63 @@ Features
Bug Fixes
Bug Fixes
^^^^^^^^^
^^^^^^^^^
Version 20.2.0
--------------
Date: 02.02.2020
Notes
^^^^^
* Add new keyword 'render' in tt-content Report and QFQ config. 'render' will control if a) only Form OR Report will be
rendered (render=single) or b) as previous Form AND Report together (render=both).
Advantage: with 'render=single' no more SELECT ... FROM (SELECT '') AS fake WHERE '{{form:SE}}'=''.
Attention: NEW default behaviour in new QFQ installations - render=single. Behaviour in old installations is unchanged.
* tt-content records with 'render = api' can stay on the same page as the link to get the content (e.g. Excel Export).
* Change default doc page to qfq.io/doc.
* Add new specialColumnName: '_noWrap' - skips wrapping of fbeg,fsep,fend.
* First version of 'FullCalendar.io' - new SpecialColumnName will follow in the future.
Features
^^^^^^^^
* #9929 / New keyword '_noWrap' for column names (alias) - skips wrapping of fbeg/fskip/fend.
* #9905 / Keyword 'render' in Report. Final implementation. Doc updated.
* #9959 / Update QFQ Config on the fly.
* #9990 / Describe order of FormElement processing - https://qfq.io/doc/#form-process-order.
* #8658 / FullCalendar.io V3 implemented.
* #9535 / VerticalText new implementation.
* Manual.rst: Add list of icons. Enhance sendmail doc.
* Change color of qfq-info-* from blue to light-blue. Add qfq-primary, qfq-danger.
Bug Fixes
^^^^^^^^^
* #5869 / Table names not properly escaped.
* #10010 / FE.type=sendmail will now be fired together with fe.type=after* (not after).
* Fixed problem with border showing when qfq-color-white is set.
* Fix selenium tests, remove chromedriver from npm.
* Log problem that crashes qfq when calendar dependencies are missing.
* Fixed gruntfile problem.
Version 20.1.1
--------------
Date: 13.01.2020
Bug Fixes
^^^^^^^^^
* #7705 / Fix problem with wrong value after save and form update.
* #8587 / A form triggers a save only, if there are real table columns.
Version 20.1.0
--------------
Date: 09.01.2020
Date: 09.01.2020
Notes
Notes
...
...
extension/ext_emconf.php
View file @
ffaf34e9
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'state'
=>
'stable'
,
'version'
=>
'20.
1.1
'
,
'version'
=>
'20.
2.0
'
,
'constraints'
=>
[
'constraints'
=>
[
'depends'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-9.2.99'
,
'typo3'
=>
'7.0.0-9.2.99'
,
...
...
version
View file @
ffaf34e9
20.
1.1
20.
2.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