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
335d0ef2
Commit
335d0ef2
authored
Mar 15, 2018
by
Carsten Rose
Browse files
New Version 0.25.14a
parent
76c5b86a
Changes
8
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
335d0ef2
...
...
@@ -36,6 +36,28 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.14a
----------------
Date: 15.03.2018
Features
^^^^^^^^
*
Change getMimeType() in Report in case file is missing or
`file`
beaks: instead to throw an exception, an empty string is returned.
*
Updated protocol.md with Alert description
*
Update Status message for save/delete.
*
Makefile: 1) remove sonar, add dependency to let update-qfq-doc run. 2) do qfq doc commit inside of the Makefile.
*
Client: Changed save timeout from 1500 to 3000
*
Client: removing the blackout screen when modal gets dismissed
*
Client: modal alerts are now blocking everything.
*
Manual.rst: fix RST syntax errors.
Bug Fixes
^^^^^^^^^
*
#5677-TinyMCE broken - fixed
Version 0.25.14
---------------
...
...
doc/NewVersion.md
View file @
335d0ef2
...
...
@@ -47,8 +47,8 @@ Neue Versionsnummer
6)
**New Tag**
:
git tag v0.25.14
git push -u origin v0.25.14
git tag v0.25.14
a
git push -u origin v0.25.14
a
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Release.rst
View file @
335d0ef2
...
...
@@ -36,6 +36,28 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.14a
----------------
Date: 15.03.2018
Features
^^^^^^^^
* Change getMimeType() in Report in case file is missing or `file` beaks: instead to throw an exception, an empty string is returned.
* Updated protocol.md with Alert description
* Update Status message for save/delete.
* Makefile: 1) remove sonar, add dependency to let update-qfq-doc run. 2) do qfq doc commit inside of the Makefile.
* Client: Changed save timeout from 1500 to 3000
* Client: removing the blackout screen when modal gets dismissed
* Client: modal alerts are now blocking everything.
* Manual.rst: fix RST syntax errors.
Bug Fixes
^^^^^^^^^
* #5677-TinyMCE broken - fixed
Version 0.25.14
---------------
...
...
extension/Documentation/Settings.cfg
View file @
335d0ef2
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 0.25
release = 0.25.14
release = 0.25.14
a
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
335d0ef2
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'0.25'
# The full version, including alpha/beta/rc tags.
release
=
'0.25.14'
release
=
'0.25.14
a
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
335d0ef2
...
...
@@ -36,6 +36,28 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.14a
----------------
Date: 15.03.2018
Features
^^^^^^^^
* Change getMimeType() in Report in case file is missing or `file` beaks: instead to throw an exception, an empty string is returned.
* Updated protocol.md with Alert description
* Update Status message for save/delete.
* Makefile: 1) remove sonar, add dependency to let update-qfq-doc run. 2) do qfq doc commit inside of the Makefile.
* Client: Changed save timeout from 1500 to 3000
* Client: removing the blackout screen when modal gets dismissed
* Client: modal alerts are now blocking everything.
* Manual.rst: fix RST syntax errors.
Bug Fixes
^^^^^^^^^
* #5677-TinyMCE broken - fixed
Version 0.25.14
---------------
...
...
extension/ext_emconf.php
View file @
335d0ef2
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.25.14'
'version'
=>
'0.25.14
a
'
);
version
View file @
335d0ef2
0.25.14
0.25.14
a
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