Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
dc12c05b
Commit
dc12c05b
authored
Sep 21, 2019
by
Carsten Rose
Browse files
New version 19.9.1
parent
1d1630dc
Pipeline
#2388
passed with stages
in 2 minutes and 35 seconds
Changes
7
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
dc12c05b
...
...
@@ -37,6 +37,34 @@ Bug Fixes
^^^^^^^^^
Version 19.9.1
--------------
Date: 21.09.2019
Notes
^^^^^
*
Use the CSS class 'qfq-sticky' in
`<thead>`
to make a table header 'sticky' - on long pages such tables headers are always
visible.
*
The page with the list of all forms: a new best practice report includes useful statistics
`Form-Editor-Usage`
_ - best
is to replace the old code.
Features
^^^^^^^^
*
#9203 / Pin the header of table (CCS 'sticky'), to make it always visible even if the page scrolls down.
*
#9172 / AutoCron: new colum 'autoGenerated', 'xId'
*
#9089 / Move Stored Procedure to SECURITY=INVOKER
*
Manual.rst: Best practice
`Form-Editor-Usage`
_
*
Reduce BS legend.font-size from 21 to 17.
*
Change doc of tablesorter to use 'sorter-false' as class.
Bug Fixes
^^^^^^^^^
*
#9074 / QFQ query with nested QFQ query failed, if the outer QFQ query is a multi column query ( ='{{!' ). Fixed.
Version 19.9.0
--------------
...
...
Documentation-develop/NewVersion.md
View file @
dc12c05b
...
...
@@ -53,11 +53,11 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 19.9.
0
New version 19.9.
1
6)
**New Tag**
:
git tag v19.9.
0
git tag v19.9.
1
git push -u origin v19.9.0
7) Tickets:
...
...
Documentation/Release.rst
View file @
dc12c05b
...
...
@@ -37,6 +37,34 @@ Bug Fixes
^^^^^^^^^
Version 19.9.1
--------------
Date: 21.09.2019
Notes
^^^^^
* Use the CSS class 'qfq-sticky' in `<thead>` to make a table header 'sticky' - on long pages such tables headers are always
visible.
* The page with the list of all forms: a new best practice report includes useful statistics `Form-Editor-Usage`_ - best
is to replace the old code.
Features
^^^^^^^^
* #9203 / Pin the header of table (CCS 'sticky'), to make it always visible even if the page scrolls down.
* #9172 / AutoCron: new colum 'autoGenerated', 'xId'
* #9089 / Move Stored Procedure to SECURITY=INVOKER
* Manual.rst: Best practice `Form-Editor-Usage`_
* Reduce BS legend.font-size from 21 to 17.
* Change doc of tablesorter to use 'sorter-false' as class.
Bug Fixes
^^^^^^^^^
* #9074 / QFQ query with nested QFQ query failed, if the outer QFQ query is a multi column query ( ='{{!' ). Fixed.
Version 19.9.0
--------------
...
...
Documentation/Settings.cfg
View file @
dc12c05b
...
...
@@ -22,7 +22,7 @@
project = QFQ - Quick Form Query
version = 19.9
release = 19.9.
0
release = 19.9.
1
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/RELEASE.txt
View file @
dc12c05b
...
...
@@ -37,6 +37,34 @@ Bug Fixes
^^^^^^^^^
Version 19.9.1
--------------
Date: 21.09.2019
Notes
^^^^^
* Use the CSS class 'qfq-sticky' in `<thead>` to make a table header 'sticky' - on long pages such tables headers are always
visible.
* The page with the list of all forms: a new best practice report includes useful statistics `Form-Editor-Usage`_ - best
is to replace the old code.
Features
^^^^^^^^
* #9203 / Pin the header of table (CCS 'sticky'), to make it always visible even if the page scrolls down.
* #9172 / AutoCron: new colum 'autoGenerated', 'xId'
* #9089 / Move Stored Procedure to SECURITY=INVOKER
* Manual.rst: Best practice `Form-Editor-Usage`_
* Reduce BS legend.font-size from 21 to 17.
* Change doc of tablesorter to use 'sorter-false' as class.
Bug Fixes
^^^^^^^^^
* #9074 / QFQ query with nested QFQ query failed, if the outer QFQ query is a multi column query ( ='{{!' ). Fixed.
Version 19.9.0
--------------
...
...
extension/ext_emconf.php
View file @
dc12c05b
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.9.
0
'
,
'version'
=>
'19.9.
1
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-9.2.99'
,
...
...
version
View file @
dc12c05b
19.9.
0
19.9.
1
Write
Preview
Markdown
is supported
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