Skip to content
GitLab
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
f33915fe
Commit
f33915fe
authored
Aug 28, 2019
by
Carsten Rose
Browse files
New version 19.8.0
parent
0d378e59
Pipeline
#2270
passed with stages
in 2 minutes and 42 seconds
Changes
7
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f33915fe
...
...
@@ -37,6 +37,46 @@ Bug Fixes
^^^^^^^^^
Version 19.8.0
--------------
Date: 28.08.2019
Notes
^^^^^
Features
^^^^^^^^
*
Manual.rst:
*
Update tablesorter
`class="sorter-false"`
.
*
Add note to include font-awesome.
*
QFQ_LOG documentation.
*
Enhance wkhtml debug info.
*
Add link to https://mariadb.com/kb/en/library/stored-routine-privileges/
*
Increase Length of column Form.forwardPage limit from 255 to 511.
*
Add SQL stored procedure QIFEMPTY().
*
Index.rst: Add Rafi, Elias, Nicola as further contributors.
*
#8851 / Add sqlLogMode modifyAll and restrict sqlLogMode modify.
*
#8859 / FormEditor: Filter + ColumnSelector.
*
#8856 / AutoCron: SQL logMode should be defined separately.
*
#8806 / Implement SQL stored procedure 'qnl2br()'.
Bug Fixes
^^^^^^^^^
*
#8933 / Broken record lock: lock extend does not work - fixed
*
#8846 / FormEditor: subrecord of FormElement might be wider than Form.
*
#8853 / fe.class=action: container should be hidden - hidden is wrong - FE-action might be assigned to templateGroup
Container. New solution: if FE.class='action' only templateGroups are in the 'container' list.
*
#6656 / DragnDrop' into 'master'
*
Update compatibility: API change in T3 makes QFQ incompatible with Typo3 >=9.4. Change compatibility back to <9.3.
Problem: sys_language_uid
*
Update QFQ from earlier/equal version than 0.19.2 fails to create table 'Cron'.
Version 19.7.1
--------------
...
...
Documentation-develop/NewVersion.md
View file @
f33915fe
...
...
@@ -53,12 +53,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 19.
7.1
New version 19.
8.0
6)
**New Tag**
:
git tag v19.
7.1
git push -u origin v19.
7.1
git tag v19.
8.0
git push -u origin v19.
8.0
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
...
...
Documentation/Release.rst
View file @
f33915fe
...
...
@@ -37,6 +37,46 @@ Bug Fixes
^^^^^^^^^
Version 19.8.0
--------------
Date: 28.08.2019
Notes
^^^^^
Features
^^^^^^^^
* Manual.rst:
* Update tablesorter `class="sorter-false"`.
* Add note to include font-awesome.
* QFQ_LOG documentation.
* Enhance wkhtml debug info.
* Add link to https://mariadb.com/kb/en/library/stored-routine-privileges/
* Increase Length of column Form.forwardPage limit from 255 to 511.
* Add SQL stored procedure QIFEMPTY().
* Index.rst: Add Rafi, Elias, Nicola as further contributors.
* #8851 / Add sqlLogMode modifyAll and restrict sqlLogMode modify.
* #8859 / FormEditor: Filter + ColumnSelector.
* #8856 / AutoCron: SQL logMode should be defined separately.
* #8806 / Implement SQL stored procedure 'qnl2br()'.
Bug Fixes
^^^^^^^^^
* #8933 / Broken record lock: lock extend does not work - fixed
* #8846 / FormEditor: subrecord of FormElement might be wider than Form.
* #8853 / fe.class=action: container should be hidden - hidden is wrong - FE-action might be assigned to templateGroup
Container. New solution: if FE.class='action' only templateGroups are in the 'container' list.
* #6656 / DragnDrop' into 'master'
* Update compatibility: API change in T3 makes QFQ incompatible with Typo3 >=9.4. Change compatibility back to <9.3.
Problem: sys_language_uid
* Update QFQ from earlier/equal version than 0.19.2 fails to create table 'Cron'.
Version 19.7.1
--------------
...
...
Documentation/Settings.cfg
View file @
f33915fe
...
...
@@ -21,8 +21,8 @@
; you can use in 'conf.py'
project = QFQ - Quick Form Query
version
= 19.
7
release
= 19.
7.1
version = 19.
8
release = 19.
8.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/RELEASE.txt
View file @
f33915fe
...
...
@@ -37,6 +37,46 @@ Bug Fixes
^^^^^^^^^
Version 19.8.0
--------------
Date: 28.08.2019
Notes
^^^^^
Features
^^^^^^^^
* Manual.rst:
* Update tablesorter `class="sorter-false"`.
* Add note to include font-awesome.
* QFQ_LOG documentation.
* Enhance wkhtml debug info.
* Add link to https://mariadb.com/kb/en/library/stored-routine-privileges/
* Increase Length of column Form.forwardPage limit from 255 to 511.
* Add SQL stored procedure QIFEMPTY().
* Index.rst: Add Rafi, Elias, Nicola as further contributors.
* #8851 / Add sqlLogMode modifyAll and restrict sqlLogMode modify.
* #8859 / FormEditor: Filter + ColumnSelector.
* #8856 / AutoCron: SQL logMode should be defined separately.
* #8806 / Implement SQL stored procedure 'qnl2br()'.
Bug Fixes
^^^^^^^^^
* #8933 / Broken record lock: lock extend does not work - fixed
* #8846 / FormEditor: subrecord of FormElement might be wider than Form.
* #8853 / fe.class=action: container should be hidden - hidden is wrong - FE-action might be assigned to templateGroup
Container. New solution: if FE.class='action' only templateGroups are in the 'container' list.
* #6656 / DragnDrop' into 'master'
* Update compatibility: API change in T3 makes QFQ incompatible with Typo3 >=9.4. Change compatibility back to <9.3.
Problem: sys_language_uid
* Update QFQ from earlier/equal version than 0.19.2 fails to create table 'Cron'.
Version 19.7.1
--------------
...
...
extension/ext_emconf.php
View file @
f33915fe
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.
7.1
'
,
'version'
=>
'19.
8.0
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-9.2.99'
,
...
...
version
View file @
f33915fe
19.
7.1
19.
8.0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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