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
feb839b8
Commit
feb839b8
authored
Sep 09, 2019
by
Carsten Rose
Browse files
New version 19.9.0
parent
d58f5d5d
Pipeline
#2347
passed with stages
in 2 minutes and 39 seconds
Changes
7
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
feb839b8
...
...
@@ -37,6 +37,49 @@ Bug Fixes
^^^^^^^^^
Version 19.9.0
--------------
Date: 09.09.2019
Notes
^^^^^
*
Size of input elements now might be specified dynamically (with min and max height).
*
Twig converts json objects to an array.
Features
^^^^^^^^
*
Report.php: Twig, convert json object into associative array.
*
Test SQL stored procedure in Form report.
*
qfq-bs.css.less: a) reduce 'qfq-note' padding-top from 7 to 2 px, b) reduce 'legend' margin-bottom from 25 to 0.
*
Debug output sendmail redirect all: addresses now always space delimited.
*
FormEditor:
*
Remove FormElement 'tabindex'.
*
Change FormElement.class from 'Select' to 'Radio'.
*
Manual.rst:
*
Clean syntax highlight.
*
Update realtime log file QFQ code.
*
Add 'Best Practice' code to show QFQ log files in realtime. Reformat some content.
*
#7849 / New option 'fileTrash' and 'fileTrashText'.
*
#7682 / 'Input textarea auto height'
*
#4434 / Special column names now have to start with underscore. Earlier it was recognised even if there was no underscore.
Bug Fixes
^^^^^^^^^
*
#7860 / Special column name 'mailto' no handles text correctly if multi byte encoded.
*
#7849 / Missed filename after the file chooser selected an file. fixed.
*
#1201 / FE.parameter option 'tabindex' has never been implemented.
According https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex only the values '0' and '-1' are good.
*
Add table html-id to subrecords, created by QFQ. Needed for tablesorter.
*
Add TinyMCE to list of 'Software distributed together with QFQ'
Version 19.8.0
--------------
...
...
@@ -57,23 +100,23 @@ Features
*
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.
*
Add SQL stored procedure QIFEMPTY().
*
#8806 / Add SQL stored procedure QNL2BR().
*
#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 templateGrou
p
Container. New solution: if FE.class='action' only templateGroups are in the 'container' list.
*
#8853 / fe.class=action: container should be hidden - hidden is wrong - FE-action might be assigned to templateGrou
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
Problem: sys_language_uid
*
Update QFQ from earlier/equal version than 0.19.2 fails to create table 'Cron'.
...
...
@@ -149,8 +192,8 @@ Notes
The Rest API path changed:
-
old: typo3conf/ext/qfq/Source/api/rest.php
-
new: typo3conf/ext/qfq/Classes/Api/rest.php
*
old: typo3conf/ext/qfq/Source/api/rest.php
*
new: typo3conf/ext/qfq/Classes/Api/rest.php
QFQ is now PSR4 compliant.
...
...
@@ -724,8 +767,6 @@ Bug Fixes
*
FormAction.php: throw exception if 'fillStoreVar' selects more than one row.
Version 18.10.3
---------------
...
...
Documentation-develop/NewVersion.md
View file @
feb839b8
...
...
@@ -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.
8
.0
New version 19.
9
.0
6)
**New Tag**
:
git tag v19.
8
.0
git push -u origin v19.
8
.0
git tag v19.
9
.0
git push -u origin v19.
9
.0
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
...
...
Documentation/Release.rst
View file @
feb839b8
...
...
@@ -37,6 +37,49 @@ Bug Fixes
^^^^^^^^^
Version 19.9.0
--------------
Date: 09.09.2019
Notes
^^^^^
* Size of input elements now might be specified dynamically (with min and max height).
* Twig converts json objects to an array.
Features
^^^^^^^^
* Report.php: Twig, convert json object into associative array.
* Test SQL stored procedure in Form report.
* qfq-bs.css.less: a) reduce 'qfq-note' padding-top from 7 to 2 px, b) reduce 'legend' margin-bottom from 25 to 0.
* Debug output sendmail redirect all: addresses now always space delimited.
* FormEditor:
* Remove FormElement 'tabindex'.
* Change FormElement.class from 'Select' to 'Radio'.
* Manual.rst:
* Clean syntax highlight.
* Update realtime log file QFQ code.
* Add 'Best Practice' code to show QFQ log files in realtime. Reformat some content.
* #7849 / New option 'fileTrash' and 'fileTrashText'.
* #7682 / 'Input textarea auto height'
* #4434 / Special column names now have to start with underscore. Earlier it was recognised even if there was no underscore.
Bug Fixes
^^^^^^^^^
* #7860 / Special column name 'mailto' no handles text correctly if multi byte encoded.
* #7849 / Missed filename after the file chooser selected an file. fixed.
* #1201 / FE.parameter option 'tabindex' has never been implemented.
According https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex only the values '0' and '-1' are good.
* Add table html-id to subrecords, created by QFQ. Needed for tablesorter.
* Add TinyMCE to list of 'Software distributed together with QFQ'
Version 19.8.0
--------------
...
...
Documentation/Settings.cfg
View file @
feb839b8
...
...
@@ -21,8 +21,8 @@
; you can use in 'conf.py'
project = QFQ - Quick Form Query
version = 19.
8
release = 19.
8
.0
version = 19.
9
release = 19.
9
.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/RELEASE.txt
View file @
feb839b8
...
...
@@ -37,6 +37,49 @@ Bug Fixes
^^^^^^^^^
Version 19.9.0
--------------
Date: 09.09.2019
Notes
^^^^^
* Size of input elements now might be specified dynamically (with min and max height).
* Twig converts json objects to an array.
Features
^^^^^^^^
* Report.php: Twig, convert json object into associative array.
* Test SQL stored procedure in Form report.
* qfq-bs.css.less: a) reduce 'qfq-note' padding-top from 7 to 2 px, b) reduce 'legend' margin-bottom from 25 to 0.
* Debug output sendmail redirect all: addresses now always space delimited.
* FormEditor:
* Remove FormElement 'tabindex'.
* Change FormElement.class from 'Select' to 'Radio'.
* Manual.rst:
* Clean syntax highlight.
* Update realtime log file QFQ code.
* Add 'Best Practice' code to show QFQ log files in realtime. Reformat some content.
* #7849 / New option 'fileTrash' and 'fileTrashText'.
* #7682 / 'Input textarea auto height'
* #4434 / Special column names now have to start with underscore. Earlier it was recognised even if there was no underscore.
Bug Fixes
^^^^^^^^^
* #7860 / Special column name 'mailto' no handles text correctly if multi byte encoded.
* #7849 / Missed filename after the file chooser selected an file. fixed.
* #1201 / FE.parameter option 'tabindex' has never been implemented.
According https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex only the values '0' and '-1' are good.
* Add table html-id to subrecords, created by QFQ. Needed for tablesorter.
* Add TinyMCE to list of 'Software distributed together with QFQ'
Version 19.8.0
--------------
...
...
@@ -57,23 +100,23 @@ Features
* 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.
* Add SQL stored procedure QIFEMPTY().
* #8806 / Add SQL stored procedure QNL2BR().
* #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 templateGrou
p
Container. New solution: if FE.class='action' only templateGroups are in the 'container' list.
* #8853 / fe.class=action: container should be hidden - hidden is wrong - FE-action might be assigned to templateGrou
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
Problem: sys_language_uid
* Update QFQ from earlier/equal version than 0.19.2 fails to create table 'Cron'.
...
...
@@ -149,8 +192,8 @@ Notes
The Rest API path changed:
-
old: typo3conf/ext/qfq/Source/api/rest.php
-
new: typo3conf/ext/qfq/Classes/Api/rest.php
*
old: typo3conf/ext/qfq/Source/api/rest.php
*
new: typo3conf/ext/qfq/Classes/Api/rest.php
QFQ is now PSR4 compliant.
...
...
@@ -724,8 +767,6 @@ Bug Fixes
* FormAction.php: throw exception if 'fillStoreVar' selects more than one row.
Version 18.10.3
---------------
...
...
extension/ext_emconf.php
View file @
feb839b8
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.
8
.0'
,
'version'
=>
'19.
9
.0'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-9.2.99'
,
...
...
version
View file @
feb839b8
19.
8
.0
19.
9
.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