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
7d4ba19f
Commit
7d4ba19f
authored
Oct 13, 2018
by
Carsten Rose
Browse files
New version 18.10.2
parent
51932e2c
Changes
6
Hide whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
7d4ba19f
...
...
@@ -44,14 +44,16 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 18.10.
1
New version 18.10.
2
6)
**New Tag**
:
git tag v18.10.
1
git push -u origin v18.10.
1
git tag v18.10.
2
git push -u origin v18.10.
2
7) PhpStorm:
**Sync**
all files to VM qfq.
7) Tickets: schliessen und der QFQ Version zuweisen.
8) PhpStorm:
**Sync**
all files to VM qfq.
Update Doku auf docs.typo3.org
...
...
extension/Documentation/Release.rst
View file @
7d4ba19f
...
...
@@ -37,10 +37,44 @@ Bug Fixes
^^^^^^^^^
Version 18.10.2
---------------
Date: 13.10.2018
Notes
^^^^^
Features
^^^^^^^^
* #2509 / Render encrypted mailto as single link
* #3281 / Trim form inputs
* #4649 / Add sqlBefore & sqlAfter to sendmail FE, move validate() before sqlBefore()/sqlAfter().
* #4922 / Some minor improvements to the excel import
* #5112 / Add incompatibility warning for encode specialchar and checkType allbut…
* #5450 / MySQL Exception: underline faulty area
* #6596 / uid ExcelExport / PDF
* #6944 / Add double comma SQL Hint
Bug Fixes
^^^^^^^^^
* #3529 / No double urldecode() of GET parameters
* #3613 / Label input note layout
* #3850 / Change set input maxlength
* #4545 / After delete: reload page with original parameters
* #4751 / Add bulleted und numbered lists back to tinyMCE Editor
* #4765 / Extend tooltip visibility for checkboxes and radio buttons
* #6911 / Only fire afterInsert on new record (also fix afterUpdate, beforeInsert,…
* #6929 / Treat single file argument like several file argument (savePdf: copy,…
Version 18.10.1
---------------
Date: 12.10.18
Date: 12.10.
20
18
Notes
^^^^^
...
...
@@ -72,10 +106,10 @@ Features
* #6894 / Upload: chmod for file creation.
* #6886 / Upload: Auto Orient - implementation.
* #6721
:
Log switching {{feUser:U}} to qfq.log. Log {{feUser:U}} to sql.log.
* #5458
:
Add '{{feUser:U}}' to be shown on exception.
* #6721
/
Log switching {{feUser:U}} to qfq.log. Log {{feUser:U}} to sql.log.
* #5458
/
Add '{{feUser:U}}' to be shown on exception.
* Manual.rst: Fix missing single tick in special column name '_=<var>'
* Report
:
Variables copied to STORE_USER via "... AS '_=<varname>'" are now available in STORE_RECORD by {{<varname>:R}}
* Report
/
Variables copied to STORE_USER via "... AS '_=<varname>'" are now available in STORE_RECORD by {{<varname>:R}}
Bug Fixes
^^^^^^^^^
...
...
extension/Documentation/Settings.cfg
View file @
7d4ba19f
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 18.10
release = 18.10.
1
release = 18.10.
2
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
7d4ba19f
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'18.10'
# The full version, including alpha/beta/rc tags.
release
=
'18.10.
1
'
release
=
'18.10.
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/ext_emconf.php
View file @
7d4ba19f
...
...
@@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.10.
1
'
,
'version'
=>
'18.10.
2
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
7d4ba19f
18.10.
1
18.10.
2
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