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
01ba775f
Commit
01ba775f
authored
Jul 17, 2019
by
Carsten Rose
Browse files
New version 19.7.1
parent
4ff9feab
Pipeline
#2119
passed with stages
in 2 minutes and 31 seconds
Changes
7
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
01ba775f
...
...
@@ -37,6 +37,34 @@ Bug Fixes
^^^^^^^^^
Version 19.7.1
--------------
Date: 17.07.2019
Notes
^^^^^
*
TWIG integration
Features
^^^^^^^^
*
TWIG:
* Add Twig Extension to parse QFQ Links
* Pass assoc-array of query result as context
* allow to pass template as string
*
Database.php: extend function sql error message
*
#8179 / extraButtonLock and extraButtonPassword might be specified without a value or with 0 or with 1.
Bug Fixes
^^^^^^^^^
*
Database.php: fix CodeException
*
Fabric: Readonly now displays annotations again.
Version 19.7.0
--------------
...
...
@@ -51,8 +79,8 @@ Notes
Features
^^^^^^^^
*
#7284 tablesorter save sort order
*
#8592 Fixed button display, added Alert instead of disabled button.
*
#7284
/
tablesorter save sort order
*
#8592
/
Fixed button display, added Alert instead of disabled button.
*
#8204 / position required mark
*
Excel.php: Delete superficial autoloader require
*
Cleanup: hashPassword.php moved from Api to External.
...
...
Documentation-develop/NewVersion.md
View file @
01ba775f
...
...
@@ -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.7.
0
New version 19.7.
1
6)
**New Tag**
:
git tag v19.7.
0
git push -u origin v19.7.
0
git tag v19.7.
1
git push -u origin v19.7.
1
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
...
...
Documentation/Release.rst
View file @
01ba775f
...
...
@@ -37,6 +37,34 @@ Bug Fixes
^^^^^^^^^
Version 19.7.1
--------------
Date: 17.07.2019
Notes
^^^^^
* TWIG integration
Features
^^^^^^^^
* TWIG:
* Add Twig Extension to parse QFQ Links
* Pass assoc-array of query result as context
* allow to pass template as string
* Database.php: extend function sql error message
* #8179 / extraButtonLock and extraButtonPassword might be specified without a value or with 0 or with 1.
Bug Fixes
^^^^^^^^^
* Database.php: fix CodeException
* Fabric: Readonly now displays annotations again.
Version 19.7.0
--------------
...
...
@@ -51,8 +79,8 @@ Notes
Features
^^^^^^^^
* #7284 tablesorter save sort order
* #8592 Fixed button display, added Alert instead of disabled button.
* #7284
/
tablesorter save sort order
* #8592
/
Fixed button display, added Alert instead of disabled button.
* #8204 / position required mark
* Excel.php: Delete superficial autoloader require
* Cleanup: hashPassword.php moved from Api to External.
...
...
Documentation/Settings.cfg
View file @
01ba775f
...
...
@@ -21,8 +21,8 @@
; you can use in 'conf.py'
project = QFQ - Quick Form Query
version = 19.7
release = 19.7.
0
version
= 19.7
release
= 19.7.
1
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/RELEASE.txt
View file @
01ba775f
...
...
@@ -37,6 +37,34 @@ Bug Fixes
^^^^^^^^^
Version 19.7.1
--------------
Date: 17.07.2019
Notes
^^^^^
* TWIG integration
Features
^^^^^^^^
* TWIG:
* Add Twig Extension to parse QFQ Links
* Pass assoc-array of query result as context
* allow to pass template as string
* Database.php: extend function sql error message
* #8179 / extraButtonLock and extraButtonPassword might be specified without a value or with 0 or with 1.
Bug Fixes
^^^^^^^^^
* Database.php: fix CodeException
* Fabric: Readonly now displays annotations again.
Version 19.7.0
--------------
...
...
@@ -51,8 +79,8 @@ Notes
Features
^^^^^^^^
* #7284 tablesorter save sort order
* #8592 Fixed button display, added Alert instead of disabled button.
* #7284
/
tablesorter save sort order
* #8592
/
Fixed button display, added Alert instead of disabled button.
* #8204 / position required mark
* Excel.php: Delete superficial autoloader require
* Cleanup: hashPassword.php moved from Api to External.
...
...
extension/ext_emconf.php
View file @
01ba775f
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.7.
0
'
,
'version'
=>
'19.7.
1
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-9.9.99'
,
...
...
version
View file @
01ba775f
19.7.
0
19.7.
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