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
e56926a3
Commit
e56926a3
authored
Sep 07, 2018
by
Carsten Rose
Browse files
New version 18.9.0
parent
d3a79910
Pipeline
#842
passed with stage
in 1 minute and 39 seconds
Changes
9
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e56926a3
...
...
@@ -37,6 +37,29 @@ Bug Fixes
^^^^^^^^^
Version 18.9.0
--------------
Date: 07.09.2018
Features
^^^^^^^^
*
#6357 / Save pdf on server
*
#5381 / Stored procedures can be called from QFQ Reports
*
F4996 / Log QFQ Update with timestamp.
*
#6255 / Inline Report Editing - now with SIP and save.php api
Bug Fixes
^^^^^^^^^
*
#6465 / Allow newlines in form action queries (e.g. sqlInsert)
*
#4654 / Better FE color highlighting (UX)
*
#5689 / Default BS Columns for FormElement match Form setting
*
#6484 / Download Links mit css class
*
#6576 / download buttons are now rendered disabled with render mode r:3
*
Cookie Sitepath: wrong detected in case of API calls.
Version 18.8.2
--------------
...
...
doc/NewVersion.md
View file @
e56926a3
...
...
@@ -43,12 +43,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 18.
8.2
New version 18.
9.0
6)
**New Tag**
:
git tag v18.
8.2
git push -u origin v18.
8.2
git tag v18.
9.0
git push -u origin v18.
9.0
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Manual.rst
View file @
e56926a3
...
...
@@ -7363,7 +7363,7 @@ Tips:
* On general errors:
* Always check the Javascript console of your browser, see `javascriptProblem`_.
* Always check the Webserver logfiles
, see `webserverErrorLog`_
.
* Always check the Webserver logfiles.
QFQ specific
------------
...
...
extension/Documentation/Release.rst
View file @
e56926a3
...
...
@@ -37,6 +37,29 @@ Bug Fixes
^^^^^^^^^
Version 18.9.0
--------------
Date: 07.09.2018
Features
^^^^^^^^
* #6357 / Save pdf on server
* #5381 / Stored procedures can be called from QFQ Reports
* F4996 / Log QFQ Update with timestamp.
* #6255 / Inline Report Editing - now with SIP and save.php api
Bug Fixes
^^^^^^^^^
* #6465 / Allow newlines in form action queries (e.g. sqlInsert)
* #4654 / Better FE color highlighting (UX)
* #5689 / Default BS Columns for FormElement match Form setting
* #6484 / Download Links mit css class
* #6576 / download buttons are now rendered disabled with render mode r:3
* Cookie Sitepath: wrong detected in case of API calls.
Version 18.8.2
--------------
...
...
extension/Documentation/Settings.cfg
View file @
e56926a3
...
...
@@ -2,8 +2,8 @@
[general]
project = QFQ - Quick Form Query
version = 18.
8
release = 18.
8.2
version = 18.
9
release = 18.
9.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
e56926a3
...
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
#
# The short X.Y version.
version
=
'18.
8
'
version
=
'18.
9
'
# The full version, including alpha/beta/rc tags.
release
=
'18.
8.2
'
release
=
'18.
9.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
e56926a3
...
...
@@ -37,6 +37,29 @@ Bug Fixes
^^^^^^^^^
Version 18.9.0
--------------
Date: 07.09.2018
Features
^^^^^^^^
* #6357 / Save pdf on server
* #5381 / Stored procedures can be called from QFQ Reports
* F4996 / Log QFQ Update with timestamp.
* #6255 / Inline Report Editing - now with SIP and save.php api
Bug Fixes
^^^^^^^^^
* #6465 / Allow newlines in form action queries (e.g. sqlInsert)
* #4654 / Better FE color highlighting (UX)
* #5689 / Default BS Columns for FormElement match Form setting
* #6484 / Download Links mit css class
* #6576 / download buttons are now rendered disabled with render mode r:3
* Cookie Sitepath: wrong detected in case of API calls.
Version 18.8.2
--------------
...
...
extension/ext_emconf.php
View file @
e56926a3
...
...
@@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.
8.2
'
,
'version'
=>
'18.
9.0
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
e56926a3
18.
8.2
18.
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