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
31d0fb76
Commit
31d0fb76
authored
Sep 15, 2018
by
Carsten Rose
Browse files
New version 18.9.1
parent
8127b564
Pipeline
#898
passed with stage
in 1 minute and 36 seconds
Changes
9
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
31d0fb76
...
...
@@ -36,6 +36,47 @@ Features
Bug Fixes
^^^^^^^^^
Version 18.9.1
--------------
Date: 15.09.2018
Notes
^^^^^
*
Report
*
Type of nesting delimiter in 'report' now limited to '{', '
[
', '(', '['
* Hide/reuse report content later: `10.content=hide` and later `1000.head = {{10.content}}`
* New Excel import - copy Excel files directly into a DB table.
* Forms with named primary key different than 'id' are now supported.
Features
^^^^^^^^
* #1261 / Tablesorter, incl. saved sort, combined column sort, filters, pagination
* #3129 / suggestion for subrecord title design
* #4922 / Excel import
* #6300 / Disable preview button for requiredNew forms
* #6314 / HTML Mode & sendMailSubjectHtmlEntity for Forms.
* #6481 / Add custom primary key option to Forms.
* #6645 / better error message for incomplete download as link
* #6650 / Report hide content (line) - use later via a variable. First version - problem with enclosed ticks.
* #6653 / Add save button class/glyphicon/tooltip for submit button
* Thesis code correction
* Update QFQ download URL
Bug Fixes
^^^^^^^^^
* AbtractBuildForm.php: fix problem with subrecords in MultiDB Environment.
* #2340 / Report: Problematic Bracket - form now on, only ''{[(<'' will change the nesting token.
* #3333 / Fixed subquery recognition in reports '10.sql, 10.1.sql ...'
* #4837 / Don't display hidden pills
* #5467 / Fill Record Store when evaluating min/max parameters
* #6621 / Fix shifted subrecord head
* #6646 / Fix broken extraInfoButton for some FEs
Version 18.9.0
...
...
@@ -48,7 +89,7 @@ Features
* #6357 / Save pdf on server
* #5381 / Stored procedures can be called from QFQ Reports
*
F
4996 / Log QFQ Update with timestamp.
*
#
4996 / Log QFQ Update with timestamp.
* #6255 / Inline Report Editing - now with SIP and save.php api
Bug Fixes
...
...
doc/NewVersion.md
View file @
31d0fb76
...
...
@@ -44,12 +44,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 18.9.
0
New version 18.9.
1
6)
**New Tag**
:
git tag v18.9.
0
git push -u origin v18.9.
0
git tag v18.9.
1
git push -u origin v18.9.
1
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Manual.rst
View file @
31d0fb76
...
...
@@ -6803,7 +6803,9 @@ For additional customization there are the following options:
* You can pass in a default configuration object for the main `tablesorter()` function by using the attribute
`data-tablesorter-config` on the table.
Use JSON syntax when passing in your own configuration, such as:
data-tablesorter-config='{"theme":"bootstrap","widthFixed":true,"headerTemplate":"{content} {icon}","dateFormat":"ddmmyyyy","widgets":["uitheme","filter","saveSort","columnSelector"],"widgetOptions":{"filter_columnFilters":true,"filter_reset":".reset","filter_cssFilter":"form-control","columnSelector_mediaquery":false} }'
* If the above customization options are not enough, you can output your own HTML for the pager and/or column selector,
as well as your own `$(document).ready()` function with the desired config. In this case, it is recommended not to
use the above *tablesorter* classes since the QFQ javascript code could interfere with your javascript code.
...
...
extension/Documentation/Release.rst
View file @
31d0fb76
...
...
@@ -36,6 +36,47 @@ Features
Bug Fixes
^^^^^^^^^
Version 18.9.1
--------------
Date: 15.09.2018
Notes
^^^^^
* Report
* Type of nesting delimiter in 'report' now limited to '{', '[', '(', '['
* Hide/reuse report content later: `10.content=hide` and later `1000.head = {{10.content}}`
* New Excel import - copy Excel files directly into a DB table.
* Forms with named primary key different than 'id' are now supported.
Features
^^^^^^^^
* #1261 / Tablesorter, incl. saved sort, combined column sort, filters, pagination
* #3129 / suggestion for subrecord title design
* #4922 / Excel import
* #6300 / Disable preview button for requiredNew forms
* #6314 / HTML Mode & sendMailSubjectHtmlEntity for Forms.
* #6481 / Add custom primary key option to Forms.
* #6645 / better error message for incomplete download as link
* #6650 / Report hide content (line) - use later via a variable. First version - problem with enclosed ticks.
* #6653 / Add save button class/glyphicon/tooltip for submit button
* Thesis code correction
* Update QFQ download URL
Bug Fixes
^^^^^^^^^
* AbtractBuildForm.php: fix problem with subrecords in MultiDB Environment.
* #2340 / Report: Problematic Bracket - form now on, only ''{[(<'' will change the nesting token.
* #3333 / Fixed subquery recognition in reports '10.sql, 10.1.sql ...'
* #4837 / Don't display hidden pills
* #5467 / Fill Record Store when evaluating min/max parameters
* #6621 / Fix shifted subrecord head
* #6646 / Fix broken extraInfoButton for some FEs
Version 18.9.0
...
...
extension/Documentation/Settings.cfg
View file @
31d0fb76
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 18.9
release = 18.9.
0
release = 18.9.
1
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
31d0fb76
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'18.9'
# The full version, including alpha/beta/rc tags.
release
=
'18.9.
0
'
release
=
'18.9.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
31d0fb76
...
...
@@ -36,6 +36,47 @@ Features
Bug Fixes
^^^^^^^^^
Version 18.9.1
--------------
Date: 15.09.2018
Notes
^^^^^
* Report
* Type of nesting delimiter in 'report' now limited to '{', '[', '(', '['
* Hide/reuse report content later: `10.content=hide` and later `1000.head = {{10.content}}`
* New Excel import - copy Excel files directly into a DB table.
* Forms with named primary key different than 'id' are now supported.
Features
^^^^^^^^
* #1261 / Tablesorter, incl. saved sort, combined column sort, filters, pagination
* #3129 / suggestion for subrecord title design
* #4922 / Excel import
* #6300 / Disable preview button for requiredNew forms
* #6314 / HTML Mode & sendMailSubjectHtmlEntity for Forms.
* #6481 / Add custom primary key option to Forms.
* #6645 / better error message for incomplete download as link
* #6650 / Report hide content (line) - use later via a variable. First version - problem with enclosed ticks.
* #6653 / Add save button class/glyphicon/tooltip for submit button
* Thesis code correction
* Update QFQ download URL
Bug Fixes
^^^^^^^^^
* AbtractBuildForm.php: fix problem with subrecords in MultiDB Environment.
* #2340 / Report: Problematic Bracket - form now on, only ''{[(<'' will change the nesting token.
* #3333 / Fixed subquery recognition in reports '10.sql, 10.1.sql ...'
* #4837 / Don't display hidden pills
* #5467 / Fill Record Store when evaluating min/max parameters
* #6621 / Fix shifted subrecord head
* #6646 / Fix broken extraInfoButton for some FEs
Version 18.9.0
...
...
@@ -48,7 +89,7 @@ Features
* #6357 / Save pdf on server
* #5381 / Stored procedures can be called from QFQ Reports
*
F
4996 / Log QFQ Update with timestamp.
*
#
4996 / Log QFQ Update with timestamp.
* #6255 / Inline Report Editing - now with SIP and save.php api
Bug Fixes
...
...
extension/ext_emconf.php
View file @
31d0fb76
...
...
@@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.9.
0
'
,
'version'
=>
'18.9.
1
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
31d0fb76
18.9.
0
18.9.
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