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
b9e40065
Commit
b9e40065
authored
Jan 03, 2019
by
Carsten Rose
Browse files
New version 19.01.0
parent
353ce3c5
Pipeline
#1275
passed with stage
in 1 minute and 30 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
b9e40065
...
...
@@ -22,7 +22,7 @@
Release
=======
Version 1
8
.xx.x
Version 1
9
.xx.x
---------------
Date:
<date>
...
...
@@ -36,6 +36,32 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.01.0
---------------
Date: 03.01.2019
Notes
^^^^^
Features
^^^^^^^^
*
Session expired: report details about session timestamps
*
File not found in FE.type=file: Show more clearly that the pathfilename is only shown when ShowDebugInfo=on.
Bug Fixes
^^^^^^^^^
*
#7553 / If a pill is hidden, FE on that one should not be processed during save/update.
*
#7573 / Upload: Do FillStoreVar before slaveId.
*
#7551 / General error: Access to undefined index.
*
#7544 / General error: Download.php / Line: 175.
*
#7543 / General error: QuickFormQuery.php / Line: 1364. Happened during upload.
*
Download Excel (and all other download types): Content-Disposition header delivered/suppressed in the opposite
meaning as it should be. Seems to be fixed now.
Version 18.12.3
---------------
...
...
doc/NewVersion.md
View file @
b9e40065
...
...
@@ -49,12 +49,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 1
8.12.3
New version 1
9.01.0
6)
**New Tag**
:
git tag v1
8.12.3
git push -u origin v1
8.12.3
git tag v1
9.01.0
git push -u origin v1
9.01.0
7) Tickets: schliessen und der QFQ Version zuweisen.
...
...
extension/Documentation/Release.rst
View file @
b9e40065
...
...
@@ -22,7 +22,7 @@
Release
=======
Version 1
8
.xx.x
Version 1
9
.xx.x
---------------
Date: <date>
...
...
@@ -36,6 +36,32 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.01.0
---------------
Date: 03.01.2019
Notes
^^^^^
Features
^^^^^^^^
* Session expired: report details about session timestamps
* File not found in FE.type=file: Show more clearly that the pathfilename is only shown when ShowDebugInfo=on.
Bug Fixes
^^^^^^^^^
* #7553 / If a pill is hidden, FE on that one should not be processed during save/update.
* #7573 / Upload: Do FillStoreVar before slaveId.
* #7551 / General error: Access to undefined index.
* #7544 / General error: Download.php / Line: 175.
* #7543 / General error: QuickFormQuery.php / Line: 1364. Happened during upload.
* Download Excel (and all other download types): Content-Disposition header delivered/suppressed in the opposite
meaning as it should be. Seems to be fixed now.
Version 18.12.3
---------------
...
...
extension/Documentation/Settings.cfg
View file @
b9e40065
...
...
@@ -2,8 +2,8 @@
[general]
project = QFQ - Quick Form Query
version = 1
8.12
release = 1
8.12.3
version = 1
9.01
release = 1
9.01.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
b9e40065
...
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
#
# The short X.Y version.
version
=
'1
8.12
'
version
=
'1
9.01
'
# The full version, including alpha/beta/rc tags.
release
=
'1
8.12.3
'
release
=
'1
9.01.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
b9e40065
...
...
@@ -22,7 +22,7 @@
Release
=======
Version 1
8
.xx.x
Version 1
9
.xx.x
---------------
Date: <date>
...
...
@@ -36,6 +36,32 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.01.0
---------------
Date: 03.01.2019
Notes
^^^^^
Features
^^^^^^^^
* Session expired: report details about session timestamps
* File not found in FE.type=file: Show more clearly that the pathfilename is only shown when ShowDebugInfo=on.
Bug Fixes
^^^^^^^^^
* #7553 / If a pill is hidden, FE on that one should not be processed during save/update.
* #7573 / Upload: Do FillStoreVar before slaveId.
* #7551 / General error: Access to undefined index.
* #7544 / General error: Download.php / Line: 175.
* #7543 / General error: QuickFormQuery.php / Line: 1364. Happened during upload.
* Download Excel (and all other download types): Content-Disposition header delivered/suppressed in the opposite
meaning as it should be. Seems to be fixed now.
Version 18.12.3
---------------
...
...
extension/ext_emconf.php
View file @
b9e40065
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'1
8.12.3
'
,
'version'
=>
'1
9.01.0
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
b9e40065
1
8.12.3
1
9.01.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