Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
6ebd57e6
Commit
6ebd57e6
authored
Feb 22, 2019
by
Carsten Rose
Browse files
New version 19.2.3
parent
ca6d995f
Pipeline
#1564
passed with stage
in 2 minutes and 12 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
6ebd57e6
...
...
@@ -9,7 +9,7 @@
..
.. --------------------------------------------------
.. Best Practice T3 reST https://docs.typo3.org/typo3cms/drafts/github/xperseguers/RstPrimer/
.. External Links:
`Bootstrap <http://getbootstrap.com/>`
_
:
.. External Links:
`Bootstrap <http://getbootstrap.com/>`
_
.. Add Images: https://wiki.typo3.org/ReST_Syntax#Images
..
.. -
*- coding: utf-8 -*
- with BOM.
...
...
@@ -37,6 +37,36 @@ Bug Fixes
^^^^^^^^^
Version 19.2.3
--------------
Date: 22.02.2019
Notes
^^^^^
New:
`QFQ REST <https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#rest>`
_
interface implemented.
Features
^^^^^^^^
*
Rest Implementation with GET,PUT,POST,DELETE and authorization token
*
REST.md: add
*
Manual.rst: reformat all sql code to use tyoposcript - it seems mysql does not work
*
Manual.rst: Add some admonitions
Bug Fixes
^^^^^^^^^
*
#7925 / fixed:
1.
change CWD during split reduced to splitting only.
1.
fixed problem in mkDirParent() with absolute paths.
1.
make logger independent of CWD.
1.
fixed problem with
`mktemp --tmpdir`
(difference Ubuntu 16 / 18) by using PHP function again.
1.
fixed some 'undefined index' problems.
Version 19.2.2
--------------
...
...
doc/NewVersion.md
View file @
6ebd57e6
...
...
@@ -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.2.
2
New version 19.2.
3
6)
**New Tag**
:
git tag v19.2.
2
git push -u origin v19.2.
2
git tag v19.2.
3
git push -u origin v19.2.
3
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
...
...
extension/Documentation/Release.rst
View file @
6ebd57e6
...
...
@@ -9,7 +9,7 @@
..
.. --------------------------------------------------
.. Best Practice T3 reST https://docs.typo3.org/typo3cms/drafts/github/xperseguers/RstPrimer/
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
:
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Add Images: https://wiki.typo3.org/ReST_Syntax#Images
..
.. -*- coding: utf-8 -*- with BOM.
...
...
@@ -37,6 +37,36 @@ Bug Fixes
^^^^^^^^^
Version 19.2.3
--------------
Date: 22.02.2019
Notes
^^^^^
New: `QFQ REST <https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#rest>`_
interface implemented.
Features
^^^^^^^^
* Rest Implementation with GET,PUT,POST,DELETE and authorization token
* REST.md: add
* Manual.rst: reformat all sql code to use tyoposcript - it seems mysql does not work
* Manual.rst: Add some admonitions
Bug Fixes
^^^^^^^^^
* #7925 / fixed:
1. change CWD during split reduced to splitting only.
1. fixed problem in mkDirParent() with absolute paths.
1. make logger independent of CWD.
1. fixed problem with `mktemp --tmpdir`(difference Ubuntu 16 / 18) by using PHP function again.
1. fixed some 'undefined index' problems.
Version 19.2.2
--------------
...
...
extension/Documentation/Settings.cfg
View file @
6ebd57e6
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 19.2
release = 19.2.
2
release = 19.2.
3
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
6ebd57e6
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'19.2'
# The full version, including alpha/beta/rc tags.
release
=
'19.2.
2
'
release
=
'19.2.
3
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
6ebd57e6
...
...
@@ -9,7 +9,7 @@
..
.. --------------------------------------------------
.. Best Practice T3 reST https://docs.typo3.org/typo3cms/drafts/github/xperseguers/RstPrimer/
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
:
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Add Images: https://wiki.typo3.org/ReST_Syntax#Images
..
.. -*- coding: utf-8 -*- with BOM.
...
...
@@ -37,6 +37,36 @@ Bug Fixes
^^^^^^^^^
Version 19.2.3
--------------
Date: 22.02.2019
Notes
^^^^^
New: `QFQ REST <https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#rest>`_
interface implemented.
Features
^^^^^^^^
* Rest Implementation with GET,PUT,POST,DELETE and authorization token
* REST.md: add
* Manual.rst: reformat all sql code to use tyoposcript - it seems mysql does not work
* Manual.rst: Add some admonitions
Bug Fixes
^^^^^^^^^
* #7925 / fixed:
1. change CWD during split reduced to splitting only.
1. fixed problem in mkDirParent() with absolute paths.
1. make logger independent of CWD.
1. fixed problem with `mktemp --tmpdir`(difference Ubuntu 16 / 18) by using PHP function again.
1. fixed some 'undefined index' problems.
Version 19.2.2
--------------
...
...
extension/ext_emconf.php
View file @
6ebd57e6
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.2.
2
'
,
'version'
=>
'19.2.
3
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
6ebd57e6
19.2.
2
19.2.
3
Write
Preview
Markdown
is supported
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