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
4dc3b79e
Commit
4dc3b79e
authored
Aug 25, 2017
by
Carsten Rose
Browse files
New version 0.19.6
parent
086f18bd
Changes
5
Hide whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
4dc3b79e
...
@@ -13,7 +13,7 @@ Neue Versionsnummer
...
@@ -13,7 +13,7 @@ Neue Versionsnummer
2) Die aktuellen Commits anschauen und wichtige Topics uebernehmen (git log > ~/qfq.log, alles bis zum letzten TAG anschauen):
2) Die aktuellen Commits anschauen und wichtige Topics uebernehmen (git log > ~/qfq.log, alles bis zum letzten TAG anschauen):
*
git log | grep -v -e '^commit ' -e '^Author: ' -e '^Date: ' -e '^Merge: ' > /tmp/out
*
git log | grep -v -e '^commit ' -e '^Author: ' -e '^Date: ' -e '^Merge: ' > /tmp/out
; pluma /tmp/out
*
qfq/extension/Documentation/Release.rst
*
qfq/extension/Documentation/Release.rst
*
Den Inhalt von Release.rst kopieren nach qfq/extension/RELEASE.txt.
*
Den Inhalt von Release.rst kopieren nach qfq/extension/RELEASE.txt.
...
@@ -37,8 +37,8 @@ Neue Versionsnummer
...
@@ -37,8 +37,8 @@ Neue Versionsnummer
6) New Tag:
6) New Tag:
git tag v0.19.
5
git tag v0.19.
6
git push -u origin v0.19.
5
git push -u origin v0.19.
6
7) PhpStorm: Sync all files to VM qfq.
7) PhpStorm: Sync all files to VM qfq.
...
...
extension/Documentation/Release.rst
View file @
4dc3b79e
...
@@ -34,6 +34,24 @@ Features
...
@@ -34,6 +34,24 @@ Features
Bug Fixes
Bug Fixes
^^^^^^^^^
^^^^^^^^^
Version 0.19.6
--------------
Features
^^^^^^^^
* #4299 / HTML Element 'Select': Placeholder
* Changes to the alert generation and added btn-group for multiple buttons.
* Should only show reload button and be modal when the conflict is mandatory.
* #4144 / Close/New: bei acquireLock=false anschliessend keine Nachfrage ob gespeichert werden soll
* #4120 / Removed Timeout from Dirty Alert Message
* #4283 / FE.parameter=emptyMeansNull
Bug Fixes
^^^^^^^^^
* #4281 Prevent save from being clicked multiple times. Save no turns orange when saving.
Version 0.19.5
Version 0.19.5
--------------
--------------
...
...
extension/Documentation/Settings.cfg
View file @
4dc3b79e
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
project = QFQ - Quick Form Query
version = 0.19
version = 0.19
release = 0.19.
5
release = 0.19.
6
t3author = Carsten Rose
t3author = Carsten Rose
copyright = since 2017 by the author
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
4dc3b79e
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
# The short X.Y version.
version
=
'0.19'
version
=
'0.19'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'0.19.
5
'
release
=
'0.19.
6
'
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
extension/ext_emconf.php
View file @
4dc3b79e
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'state'
=>
'alpha'
,
'version'
=>
'0.19.
5'
'version'
=>
'0.19.
6'
,
);
);
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