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
d2085457
Commit
d2085457
authored
May 03, 2019
by
Carsten Rose
Browse files
New version 19.5.0
parent
755d4d06
Changes
9
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
d2085457
...
...
@@ -36,6 +36,81 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.5.0
--------------
Date: 03.05.2019
Notes
^^^^^
*
QFQ is now T3 V9.5 compatible.
*
Minimal required version increased to T3 V7.
*
QFQ description in ext_emconf.php updated > will be displayed on TER.
Features
^^^^^^^^
*
#5103. Upload any file type:
* or *
.
*
*
Manual.rst: update all links to bootstrap to fixed version 3.4: https://getbootstrap.com/docs/3.4/...
Bug Fixes
^^^^^^^^^
*
Manual.rst: Update BS glyphicon URL
*
Manual.rst: replace '{{feUser:Y}}' by '{{feUser:T}}'
*
#8109 Change email pattern and disable sanitize for FORM_UPDATE
*
#8149 Excel Export cutoff at Column AA
*
#8113 Fehler in Dokumentation für Default value
Version 19.3.2
--------------
Date: 18.03.2019
Notes
^^^^^
*
New Escape/Action Class:
*
'X': Throw an exception is a variable is not found. Custom message can be defined.
*
'S': Stop replacing nested variables.
*
Form forward:
*
'url-sip': Call a target page with SIP encoded parameter
*
'url-sip-skip-history': Call a target page with SIP encoded parameter, do not add current page to browser history.
*
Report: new token 'fskipwrap' - comma separated list of column indexes. Suche columns won't be rendered with 'fbeg, fend'.
*
Upload max file size:
*
Default changed:
* old: 10MB
* new: System limit
*
Definition via a) system configuration, b) qfq setup, c) per Form, d) per FormElement
Features
^^^^^^^^
*
#8043 / New Escape/Action Class "Exception" if variable is not found.
*
#8012 / New Escape/Action Class "Stop replace" of nested variables.
*
#8067 / url-sip / url-sip-skip-history - Form forwarding can now be used with SIP encoded parameter.
*
#8072 / New token for Report: fskipwrap - wrapping of fields can be disabled per column.
*
#8041 / Upload: maxFileSize based on system maximum, qfq config, form config, formElement config
*
Manual.rst / Add more detailed description for '... AS _exec'. Add notes for 'fileSplit'.
Bug Fixes
^^^^^^^^^
*
#8035 / Missing sql.log: throws an error - fixed.
*
#8077 / PDF/fileSplit: uploaded PDF file with missing extension '.pdf' have not been recognized as PDF files - fixed.
*
#8076 / splitPdf: using 'fileSplit=jpeg' and uploading a PDF with only one page, results in filename 'split.jpg'
(missing index '-0'). New: split.jpg is renamed internally to split-0.jpg to provide a unified naming scheme.
*
#8075 / Catch exception on filesize() - fixed: now return '-' for non existing files.
Version 19.3.1
--------------
...
...
doc/NewVersion.md
View file @
d2085457
...
...
@@ -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.
3.2
New version 19.
5.0
6)
**New Tag**
:
git tag v19.
3.2
git push -u origin v19.
3.2
git tag v19.
5.0
git push -u origin v19.
5.0
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
...
...
extension/Documentation/Manual.rst
View file @
d2085457
...
...
@@ -1825,7 +1825,7 @@ Store: *VARS* - V
+-------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
| fileSize | Size of the uploaded file. |
+-------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
| mimeType | Mime type of the uploaded file.
|
| mimeType | Mime type of the uploaded file. |
+-------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
...
...
extension/Documentation/Release.rst
View file @
d2085457
...
...
@@ -36,6 +36,33 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.5.0
--------------
Date: 03.05.2019
Notes
^^^^^
* QFQ is now T3 V9.5 compatible.
* Minimal required version increased to T3 V7.
* QFQ description in ext_emconf.php updated > will be displayed on TER.
Features
^^^^^^^^
* #5103. Upload any file type: * or *.*
* Manual.rst: update all links to bootstrap to fixed version 3.4: https://getbootstrap.com/docs/3.4/...
Bug Fixes
^^^^^^^^^
* Manual.rst: Update BS glyphicon URL
* Manual.rst: replace '{{feUser:Y}}' by '{{feUser:T}}'
* #8109 Change email pattern and disable sanitize for FORM_UPDATE
* #8149 Excel Export cutoff at Column AA
* #8113 Fehler in Dokumentation für Default value
Version 19.3.2
--------------
...
...
extension/Documentation/Settings.cfg
View file @
d2085457
...
...
@@ -2,8 +2,8 @@
[general]
project = QFQ - Quick Form Query
version = 19.
3
release = 19.
3.2
version = 19.
5
release = 19.
5.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
d2085457
...
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
#
# The short X.Y version.
version
=
'19.
3
'
version
=
'19.
5
'
# The full version, including alpha/beta/rc tags.
release
=
'19.
3.2
'
release
=
'19.
5.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
d2085457
...
...
@@ -36,6 +36,81 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.5.0
--------------
Date: 03.05.2019
Notes
^^^^^
* QFQ is now T3 V9.5 compatible.
* Minimal required version increased to T3 V7.
* QFQ description in ext_emconf.php updated > will be displayed on TER.
Features
^^^^^^^^
* #5103. Upload any file type: * or *.*
* Manual.rst: update all links to bootstrap to fixed version 3.4: https://getbootstrap.com/docs/3.4/...
Bug Fixes
^^^^^^^^^
* Manual.rst: Update BS glyphicon URL
* Manual.rst: replace '{{feUser:Y}}' by '{{feUser:T}}'
* #8109 Change email pattern and disable sanitize for FORM_UPDATE
* #8149 Excel Export cutoff at Column AA
* #8113 Fehler in Dokumentation für Default value
Version 19.3.2
--------------
Date: 18.03.2019
Notes
^^^^^
* New Escape/Action Class:
* 'X': Throw an exception is a variable is not found. Custom message can be defined.
* 'S': Stop replacing nested variables.
* Form forward:
* 'url-sip': Call a target page with SIP encoded parameter
* 'url-sip-skip-history': Call a target page with SIP encoded parameter, do not add current page to browser history.
* Report: new token 'fskipwrap' - comma separated list of column indexes. Suche columns won't be rendered with 'fbeg, fend'.
* Upload max file size:
* Default changed:
* old: 10MB
* new: System limit
* Definition via a) system configuration, b) qfq setup, c) per Form, d) per FormElement
Features
^^^^^^^^
* #8043 / New Escape/Action Class "Exception" if variable is not found.
* #8012 / New Escape/Action Class "Stop replace" of nested variables.
* #8067 / url-sip / url-sip-skip-history - Form forwarding can now be used with SIP encoded parameter.
* #8072 / New token for Report: fskipwrap - wrapping of fields can be disabled per column.
* #8041 / Upload: maxFileSize based on system maximum, qfq config, form config, formElement config
* Manual.rst / Add more detailed description for '... AS _exec'. Add notes for 'fileSplit'.
Bug Fixes
^^^^^^^^^
* #8035 / Missing sql.log: throws an error - fixed.
* #8077 / PDF/fileSplit: uploaded PDF file with missing extension '.pdf' have not been recognized as PDF files - fixed.
* #8076 / splitPdf: using 'fileSplit=jpeg' and uploading a PDF with only one page, results in filename 'split.jpg'
(missing index '-0'). New: split.jpg is renamed internally to split-0.jpg to provide a unified naming scheme.
* #8075 / Catch exception on filesize() - fixed: now return '-' for non existing files.
Version 19.3.1
--------------
...
...
extension/ext_emconf.php
View file @
d2085457
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.
3.2
'
,
'version'
=>
'19.
5.0
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
d2085457
19.
3.2
19.
5.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