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
c66e2800
Commit
c66e2800
authored
Jun 12, 2019
by
Carsten Rose
Browse files
New version 19.6.0
parent
34ff8ee0
Pipeline
#1954
passed with stages
in 2 minutes and 28 seconds
Changes
7
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c66e2800
...
...
@@ -36,6 +36,35 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.6.0
--------------
Date: 12.06.2019
Notes
^^^^^
*
Add Marc Egger as Developer
Bug Fixes
^^^^^^^^^
*
#8465: Var substitute: '{{name:R:::0}}' default not used if it is '0'.
*
#8523: htmlid: remove spaces (war #8460). Replace uniqid() by uniqIdQfq() which delivers a constant id in case of running unit tests
*
Manual.rst: Excel Export / PDF export replace 'uid:
<int>
' with 'uid:
<tt-content
record
id
>
'
*
#8430 QFQ Doc mising.
*
Index.rst: customize URL for 'report a problem'.
*
Sitemap.rst: new created to be included by Index.rst.
*
Reformat Index.rst according https://github.com/TYPO3-Documentation/TYPO3CMS-Example-ExtensionManual.git.
*
Move doc to docker generation. Update ReST Syntax URLs.
*
Remove 'extension/Documentation.outdated'.
*
Update .gitignore to not commit rendered doc.
*
Update SQL functions to hanlde errors more efficient.
Version 19.5.1
--------------
...
...
@@ -53,10 +82,10 @@ Notes
Features
^^^^^^^^
*
#8391 /
Show
'Website: ...' in sendmail redirect all.
*
#8270 /
More button for columns with long text
.
*
#8270 / SQL Stored procedure QBAR():
e
scape '|'.
*
#8348 / Dropdown menu via '... AS _link'
*
#8391 /
Additional line
'Website: ...' in sendmail redirect all.
*
#8270 /
SQL Stored procedure QMORE(text,length): Limit long text to 'length' characters. Show button 'more'
.
*
#8270 / SQL Stored procedure QBAR(
text
):
E
scape
the character
'|'.
*
#8348 /
Dynamic
Dropdown menu via '... AS _link'
Bug Fixes
^^^^^^^^^
...
...
@@ -106,7 +135,7 @@ Notes
*
New Escape/Action Class:
*
'X': Throw an exception i
s
a variable is
no
t found. Custom message can be defined.
*
'X': Throw an exception i
f
a variable is
n'
t found. Custom message can be defined.
*
'S': Stop replacing nested variables.
*
Form forward:
...
...
Documentation/Release.rst
View file @
c66e2800
...
...
@@ -36,6 +36,35 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.6.0
--------------
Date: 12.06.2019
Notes
^^^^^
* Add Marc Egger as Developer
Bug Fixes
^^^^^^^^^
* #8465: Var substitute: '{{name:R:::0}}' default not used if it is '0'.
* #8523: htmlid: remove spaces (war #8460). Replace uniqid() by uniqIdQfq() which delivers a constant id in case of running unit tests
* Manual.rst: Excel Export / PDF export replace 'uid:<int>' with 'uid:<tt-content record id>'
* #8430 QFQ Doc mising.
* Index.rst: customize URL for 'report a problem'.
* Sitemap.rst: new created to be included by Index.rst.
* Reformat Index.rst according https://github.com/TYPO3-Documentation/TYPO3CMS-Example-ExtensionManual.git.
* Move doc to docker generation. Update ReST Syntax URLs.
* Remove 'extension/Documentation.outdated'.
* Update .gitignore to not commit rendered doc.
* Update SQL functions to hanlde errors more efficient.
Version 19.5.1
--------------
...
...
Documentation/Settings.cfg
View file @
c66e2800
...
...
@@ -21,8 +21,8 @@
; you can use in 'conf.py'
project = QFQ - Quick Form Query
version = 19.
5
release = 19.
5.1
version = 19.
6
release = 19.
6.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/RELEASE.txt
View file @
c66e2800
...
...
@@ -36,6 +36,35 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.6.0
--------------
Date: 12.06.2019
Notes
^^^^^
* Add Marc Egger as Developer
Bug Fixes
^^^^^^^^^
* #8465: Var substitute: '{{name:R:::0}}' default not used if it is '0'.
* #8523: htmlid: remove spaces (war #8460). Replace uniqid() by uniqIdQfq() which delivers a constant id in case of running unit tests
* Manual.rst: Excel Export / PDF export replace 'uid:<int>' with 'uid:<tt-content record id>'
* #8430 QFQ Doc mising.
* Index.rst: customize URL for 'report a problem'.
* Sitemap.rst: new created to be included by Index.rst.
* Reformat Index.rst according https://github.com/TYPO3-Documentation/TYPO3CMS-Example-ExtensionManual.git.
* Move doc to docker generation. Update ReST Syntax URLs.
* Remove 'extension/Documentation.outdated'.
* Update .gitignore to not commit rendered doc.
* Update SQL functions to hanlde errors more efficient.
Version 19.5.1
--------------
...
...
@@ -53,10 +82,10 @@ Notes
Features
^^^^^^^^
* #8391 /
Show
'Website: ...' in sendmail redirect all.
* #8270 /
More button for columns with long text
.
* #8270 / SQL Stored procedure QBAR():
e
scape '|'.
* #8348 / Dropdown menu via '... AS _link'
* #8391 /
Additional line
'Website: ...' in sendmail redirect all.
* #8270 /
SQL Stored procedure QMORE(text,length): Limit long text to 'length' characters. Show button 'more'
.
* #8270 / SQL Stored procedure QBAR(
text
):
E
scape
the character
'|'.
* #8348 /
Dynamic
Dropdown menu via '... AS _link'
Bug Fixes
^^^^^^^^^
...
...
@@ -106,7 +135,7 @@ Notes
* New Escape/Action Class:
* 'X': Throw an exception i
s
a variable is
no
t found. Custom message can be defined.
* 'X': Throw an exception i
f
a variable is
n'
t found. Custom message can be defined.
* 'S': Stop replacing nested variables.
* Form forward:
...
...
extension/ext_emconf.php
View file @
c66e2800
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.
5.1
'
,
'version'
=>
'19.
6.0
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-9.9.99'
,
...
...
setVersion.sh
View file @
c66e2800
#!/bin/bash
#
extension/
Documentation/_make/conf.py: release, version
#
extension/
Documentation/Settings.yml: version
# Documentation/_make/conf.py: release, version
# Documentation/Settings.yml: version
# extension/ext_emconf.php: version
ST
=
"'"
function
confPy
()
{
FILE
=
extension/
Documentation/_make/conf.py
FILE
=
Documentation/_make/conf.py
sed
-i
-r
's/^\s*version\s*=.+$/version = '
"'"
$SHORT
"'"
'/g'
${
FILE
}
sed
-i
-r
's/^\s*release\s*=.+$/release = '
"'"
$VERSION
"'"
'/g'
${
FILE
}
...
...
@@ -15,7 +15,7 @@ function confPy() {
function
settingsCfg
()
{
FILE
=
"
extension/
Documentation/Settings.cfg"
FILE
=
"Documentation/Settings.cfg"
sed
-i
-r
's/^\s*version\s*=.+$/version = '
$SHORT
'/g'
${
FILE
}
sed
-i
-r
's/^\s*release\s*=.+$/release = '
$VERSION
'/g'
${
FILE
}
...
...
@@ -54,7 +54,7 @@ MICRO="$3"
VERSION
=
"
$MAJOR
.
$MINOR
.
$MICRO
"
SHORT
=
"
$MAJOR
.
$MINOR
"
confPy
#
confPy
settingsCfg
extEmConf
versionFile
\ No newline at end of file
version
View file @
c66e2800
19.
5.1
19.
6.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