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
e3a26080
Commit
e3a26080
authored
Dec 03, 2017
by
Carsten Rose
Browse files
New version 0.25.6
parent
c2f3d0fa
Changes
7
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e3a26080
...
@@ -36,6 +36,29 @@ Features
...
@@ -36,6 +36,29 @@ Features
Bug Fixes
Bug Fixes
^^^^^^^^^
^^^^^^^^^
Version 0.25.6
--------------
Date: 03.12.2017
Notes
^^^^^
Bigger changes in update form after save/dynamic update.
Bug Fixes
^^^^^^^^^
*
#4865: Pill Dynamic Updates Show / Hide
*
#5031 / Missing details in DbException: New definition of SYSTEM_SHOW_DEBUG_INFO: even after config.qfq.ini is parsed
and SIP Infos has been read - if there is no BE User logged in, the value stays on 'auto' (earlier it has been replaced
to 'no'). Staying on 'auto' keeps the information that replacing is still open and not replaced means 'no'-BE User logged in.
*
#5016 Loose checkbox value on save - Dirty workaround - better solution necessary.
*
#5017 - STORE_RECORD used in FormElement and via '#!report' - save & restore STORE_RECORD.
*
#5004 FormElement with state 'ReadOnly' will be saved with empty value - existing values will be overwritten - fixed.
*
'element-update' for type 'UPLOAD seems to make trouble. Exclude it like 'SELECT'
Version 0.25.5
Version 0.25.5
--------------
--------------
...
@@ -50,7 +73,7 @@ Bug Fixes
...
@@ -50,7 +73,7 @@ Bug Fixes
Version 0.25.4
Version 0.25.4
--------------
--------------
Date: 22.11.17
Date: 22.11.
20
17
Notes
Notes
^^^^^
^^^^^
...
...
extension/Documentation/Release.rst
View file @
e3a26080
...
@@ -36,6 +36,29 @@ Features
...
@@ -36,6 +36,29 @@ Features
Bug Fixes
Bug Fixes
^^^^^^^^^
^^^^^^^^^
Version 0.25.6
--------------
Date: 03.12.2017
Notes
^^^^^
Bigger changes in update form after save/dynamic update.
Bug Fixes
^^^^^^^^^
* #4865: Pill Dynamic Updates Show / Hide
* #5031 / Missing details in DbException: New definition of SYSTEM_SHOW_DEBUG_INFO: even after config.qfq.ini is parsed
and SIP Infos has been read - if there is no BE User logged in, the value stays on 'auto' (earlier it has been replaced
to 'no'). Staying on 'auto' keeps the information that replacing is still open and not replaced means 'no'-BE User logged in.
* #5016 Loose checkbox value on save - Dirty workaround - better solution necessary.
* #5017 - STORE_RECORD used in FormElement and via '#!report' - save & restore STORE_RECORD.
* #5004 FormElement with state 'ReadOnly' will be saved with empty value - existing values will be overwritten - fixed.
* 'element-update' for type 'UPLOAD seems to make trouble. Exclude it like 'SELECT'
Version 0.25.5
Version 0.25.5
--------------
--------------
...
@@ -50,7 +73,7 @@ Bug Fixes
...
@@ -50,7 +73,7 @@ Bug Fixes
Version 0.25.4
Version 0.25.4
--------------
--------------
Date: 22.11.17
Date: 22.11.
20
17
Notes
Notes
^^^^^
^^^^^
...
...
extension/Documentation/Settings.cfg
View file @
e3a26080
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
project = QFQ - Quick Form Query
version = 0.25
version = 0.25
release = 0.25.
5
release = 0.25.
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 @
e3a26080
...
@@ -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.25'
version
=
'0.25'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'0.25.
5
'
release
=
'0.25.
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/RELEASE.txt
View file @
e3a26080
...
@@ -36,6 +36,29 @@ Features
...
@@ -36,6 +36,29 @@ Features
Bug Fixes
Bug Fixes
^^^^^^^^^
^^^^^^^^^
Version 0.25.6
--------------
Date: 03.12.2017
Notes
^^^^^
Bigger changes in update form after save/dynamic update.
Bug Fixes
^^^^^^^^^
* #4865: Pill Dynamic Updates Show / Hide
* #5031 / Missing details in DbException: New definition of SYSTEM_SHOW_DEBUG_INFO: even after config.qfq.ini is parsed
and SIP Infos has been read - if there is no BE User logged in, the value stays on 'auto' (earlier it has been replaced
to 'no'). Staying on 'auto' keeps the information that replacing is still open and not replaced means 'no'-BE User logged in.
* #5016 Loose checkbox value on save - Dirty workaround - better solution necessary.
* #5017 - STORE_RECORD used in FormElement and via '#!report' - save & restore STORE_RECORD.
* #5004 FormElement with state 'ReadOnly' will be saved with empty value - existing values will be overwritten - fixed.
* 'element-update' for type 'UPLOAD seems to make trouble. Exclude it like 'SELECT'
Version 0.25.5
Version 0.25.5
--------------
--------------
...
@@ -50,7 +73,7 @@ Bug Fixes
...
@@ -50,7 +73,7 @@ Bug Fixes
Version 0.25.4
Version 0.25.4
--------------
--------------
Date: 22.11.17
Date: 22.11.
20
17
Notes
Notes
^^^^^
^^^^^
...
...
extension/ext_emconf.php
View file @
e3a26080
...
@@ -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.25.
5
'
'version'
=>
'0.25.
6
'
);
);
version
View file @
e3a26080
0.25.
5
0.25.
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