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
9deb53fc
Commit
9deb53fc
authored
Jun 16, 2019
by
Carsten Rose
Browse files
New version 19.6.1
parent
4f434137
Pipeline
#1967
passed with stages
in 2 minutes and 37 seconds
Changes
7
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
9deb53fc
...
...
@@ -36,6 +36,30 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.6.1
--------------
Date: 16.06.2019
Notes
^^^^^
*
'pdftk' is no longer used.
*
Please install 'poppler-utils' - the command 'pdfunite' is the replacement of 'pdftk'.
Features
^^^^^^^^
*
#8558 / Split error message in toUser and toDeveloper. Add error code.
*
#8562 / Replace pdftk by pdfunite. 'pdftk' is outdated. It's hard to install on Ubuntu 18. It fails for recent PDFs.
'pdfunite' is based on poppler. URLs are preserved. Orientation and size are preserved.
Bug Fixes
^^^^^^^^^
*
Fix uniqIdQfq() - returned always badcaffeee1234
*
Refactor functions.sql to function.sql. Implement constants for Version numbers.
*
Update NewDoc.md
Version 19.6.0
--------------
...
...
@@ -50,10 +74,9 @@ Notes
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.
*
#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
*
#8430 / QFQ Doc mising.
*
Index.rst: customize URL for 'report a problem'.
*
Sitemap.rst: new created to be included by Index.rst.
...
...
@@ -62,6 +85,7 @@ Bug Fixes
*
Remove 'extension/Documentation.outdated'.
*
Update .gitignore to not commit rendered doc.
*
Manual.rst: Excel Export / PDF export replace 'uid:
<int>
' with 'uid:
<tt-content
record
id
>
'
*
Update SQL functions to hanlde errors more efficient.
...
...
Documentation/Release.rst
View file @
9deb53fc
...
...
@@ -36,6 +36,30 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.6.1
--------------
Date: 16.06.2019
Notes
^^^^^
* 'pdftk' is no longer used.
* Please install 'poppler-utils' - the command 'pdfunite' is the replacement of 'pdftk'.
Features
^^^^^^^^
* #8558 / Split error message in toUser and toDeveloper. Add error code.
* #8562 / Replace pdftk by pdfunite. 'pdftk' is outdated. It's hard to install on Ubuntu 18. It fails for recent PDFs.
'pdfunite' is based on poppler. URLs are preserved. Orientation and size are preserved.
Bug Fixes
^^^^^^^^^
* Fix uniqIdQfq() - returned always badcaffeee1234
* Refactor functions.sql to function.sql. Implement constants for Version numbers.
* Update NewDoc.md
Version 19.6.0
--------------
...
...
@@ -50,10 +74,9 @@ Notes
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.
* #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
* #8430 / QFQ Doc mising.
* Index.rst: customize URL for 'report a problem'.
* Sitemap.rst: new created to be included by Index.rst.
...
...
@@ -62,6 +85,7 @@ Bug Fixes
* Remove 'extension/Documentation.outdated'.
* Update .gitignore to not commit rendered doc.
* Manual.rst: Excel Export / PDF export replace 'uid:<int>' with 'uid:<tt-content record id>'
* Update SQL functions to hanlde errors more efficient.
...
...
Documentation/Settings.cfg
View file @
9deb53fc
...
...
@@ -22,7 +22,7 @@
project = QFQ - Quick Form Query
version = 19.6
release = 19.6.
0
release = 19.6.
1
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
doc/NewVersion.md
View file @
9deb53fc
...
...
@@ -40,25 +40,26 @@ Neue Versionsnummer
**Auto**
: ./setVersion.sh
<MAJOR>
.
<MINOR>
.
<MICRO>
Manuell:
-
*
extension/Documentation/_make/conf.py: release, version-
*
extension/Documentation/_make/conf.py: release, version-
*
Documentation/Settings.cfg: version
*
extension/ext_emconf.php: version
4)
Im Projektverzeichnis:
**Doc
**
4)
**Documentation
**
make doc_local (dadurch fallen Fehler in der RESTdoc Syntax auf)
cd Documentation
make doc-local (dadurch fallen Fehler in der RESTdoc Syntax auf)
5)
**Update Version & Commit**
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 19.6.
0
New version 19.6.
1
6)
**New Tag**
:
git tag v19.6.
0
git push -u origin v19.6.
0
git tag v19.6.
1
git push -u origin v19.6.
1
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
...
...
extension/RELEASE.txt
View file @
9deb53fc
...
...
@@ -36,6 +36,30 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.6.1
--------------
Date: 16.06.2019
Notes
^^^^^
* 'pdftk' is no longer used.
* Please install 'poppler-utils' - the command 'pdfunite' is the replacement of 'pdftk'.
Features
^^^^^^^^
* #8558 / Split error message in toUser and toDeveloper. Add error code.
* #8562 / Replace pdftk by pdfunite. 'pdftk' is outdated. It's hard to install on Ubuntu 18. It fails for recent PDFs.
'pdfunite' is based on poppler. URLs are preserved. Orientation and size are preserved.
Bug Fixes
^^^^^^^^^
* Fix uniqIdQfq() - returned always badcaffeee1234
* Refactor functions.sql to function.sql. Implement constants for Version numbers.
* Update NewDoc.md
Version 19.6.0
--------------
...
...
@@ -50,10 +74,9 @@ Notes
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.
* #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
* #8430 / QFQ Doc mising.
* Index.rst: customize URL for 'report a problem'.
* Sitemap.rst: new created to be included by Index.rst.
...
...
@@ -62,6 +85,7 @@ Bug Fixes
* Remove 'extension/Documentation.outdated'.
* Update .gitignore to not commit rendered doc.
* Manual.rst: Excel Export / PDF export replace 'uid:<int>' with 'uid:<tt-content record id>'
* Update SQL functions to hanlde errors more efficient.
...
...
extension/ext_emconf.php
View file @
9deb53fc
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.6.
0
'
,
'version'
=>
'19.6.
1
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-9.9.99'
,
...
...
version
View file @
9deb53fc
19.6.
0
19.6.
1
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