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
e5718dde
Commit
e5718dde
authored
Nov 19, 2017
by
Carsten Rose
Browse files
New version 0.25.3
parent
504d8ace
Changes
9
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e5718dde
...
...
@@ -36,10 +36,46 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.3
--------------
Date: 19.11.2017
Notes
^^^^^
*
Report:
*
Special column name 'sendmail': the old way of position dependent parameter are deprecated. Instead use the new
defined token. See https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#column_sendmail
*
Every row is now merged in STORE_RECORD. Inner SQL statement can now retrieve outer values via STORE_RECORD.
E.g.
`{{column:R}}`
. No more level keys!
*
The config.qfq.ini directive
`VAR_ADD_BY_SQL`
is replaced by
`FILL_STORE_SYSTEM_BY_SQL_?`
. Up to 3 statements are possible.
Features
^^^^^^^^
*
Report / sendmail: control via token.
*
#4967 / config.qfq.ini: Rename 'VAR_ADD_BY_SQL' to 'FILL_STORE_SYSTEM_BY_SQL_1'. Handle up to 3 FILL_STORE_SYSTEM_SQL_x.
Implement an optional error message together with a full stop.
*
#4766: Set STORE_RECORD in Report per row.
Bug Fixes
^^^^^^^^^
*
#4966 / Variable {{feUser:T}} is not available in config.qfq.ini
`FILL_STORE_SYSTEM_?`
- changed ordering of store
initialization. Now: TCY...
*
#4944 / Delete: broken when using 'tableName' (instead of form).
*
#4904 / Undefined Index: DIRTY_FE_USER - PHP problem that constants cant be replaced inside of single ticks. Fixed.
*
#4965: insert path to QFQ cookie/session, to make usage of multiple QFQ installation on one host possible.
Version 0.25.2
--------------
Date: 8.11.17
Date: 8.11.
20
17
Notes
^^^^^
...
...
@@ -66,7 +102,7 @@ Bug Fixes
Version 0.25.1
--------------
Date: 3.11.17
Date: 3.11.
20
17
Bug Fixes
^^^^^^^^^
...
...
doc/NewVersion.md
View file @
e5718dde
...
...
@@ -48,8 +48,8 @@ Neue Versionsnummer
6)
**New Tag**
:
git tag v0.25.
2
git push -u origin v0.25.
2
git tag v0.25.
3
git push -u origin v0.25.
3
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Manual.rst
View file @
e5718dde
...
...
@@ -2262,7 +2262,7 @@ Fields:
| | 'disabled' ) | *Readonly*: user can't change any data. Data not saved. |
| | | *Disabled*: *FormElement* is not visible. |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Mode sql | `SELECT` statement with | A value given here overwrites the setting from `mode`. Most useful with :ref:`dynamic-update`. |
|Mode sql | `SELECT` statement with | A value given here overwrites the setting from `mode`. Most useful with :ref:`dynamic-update`.
|
| | a value like in `mode` | E.g.: {{SELECT IF( '{{otherFunding:FR:alnumx}}'='yes' ,'show', 'hidden' }} |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Class | enum('native', 'action', | Details below. |
...
...
@@ -5083,7 +5083,7 @@ Examples:
SELECT 'U:table=Person&r=123|q:Do you want delete John Doe?' AS _paged
SELECT 'U:form=person-main&r=123|q:Do you want delete John Doe?' AS _paged
.. _column_
P
ageX:
.. _column_
pp
ageX:
Columns: _Page[X]
^^^^^^^^^^^^^^^^^
...
...
@@ -5095,7 +5095,7 @@ Columns: _Page[X]
"[<page id|alias>[¶m=value&...]] | [text] | [tooltip] | [question parameter] | [class] | [target] | [render mode]" as _Pagee.
.. _column_
P
aged:
.. _column_
pp
aged:
Column: _Paged
^^^^^^^^^^^^^^
...
...
@@ -5407,7 +5407,7 @@ Most of the other Link-Class attributes can be used to customize the link.
SELECT "d:complete.pdf|t:Download PDF|f:fileadmin/test.pdf|U:id=export&r=1|u:www.w3c.org" AS _pdf
.. _column_
P
df:
.. _column_
pp
df:
Column: _Pdf | _File | _Zip
^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
extension/Documentation/Release.rst
View file @
e5718dde
...
...
@@ -36,10 +36,46 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.3
--------------
Date: 19.11.2017
Notes
^^^^^
* Report:
* Special column name 'sendmail': the old way of position dependent parameter are deprecated. Instead use the new
defined token. See https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#column_sendmail
* Every row is now merged in STORE_RECORD. Inner SQL statement can now retrieve outer values via STORE_RECORD.
E.g. `{{column:R}}`. No more level keys!
* The config.qfq.ini directive `VAR_ADD_BY_SQL` is replaced by `FILL_STORE_SYSTEM_BY_SQL_?`. Up to 3 statements are possible.
Features
^^^^^^^^
* Report / sendmail: control via token.
* #4967 / config.qfq.ini: Rename 'VAR_ADD_BY_SQL' to 'FILL_STORE_SYSTEM_BY_SQL_1'. Handle up to 3 FILL_STORE_SYSTEM_SQL_x.
Implement an optional error message together with a full stop.
* #4766: Set STORE_RECORD in Report per row.
Bug Fixes
^^^^^^^^^
* #4966 / Variable {{feUser:T}} is not available in config.qfq.ini `FILL_STORE_SYSTEM_?` - changed ordering of store
initialization. Now: TCY...
* #4944 / Delete: broken when using 'tableName' (instead of form).
* #4904 / Undefined Index: DIRTY_FE_USER - PHP problem that constants cant be replaced inside of single ticks. Fixed.
* #4965: insert path to QFQ cookie/session, to make usage of multiple QFQ installation on one host possible.
Version 0.25.2
--------------
Date: 8.11.17
Date: 8.11.
20
17
Notes
^^^^^
...
...
@@ -66,7 +102,7 @@ Bug Fixes
Version 0.25.1
--------------
Date: 3.11.17
Date: 3.11.
20
17
Bug Fixes
^^^^^^^^^
...
...
extension/Documentation/Settings.cfg
View file @
e5718dde
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 0.25
release = 0.25.
2
release = 0.25.
3
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
e5718dde
...
...
@@ -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.
2
'
release
=
'0.25.
3
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
e5718dde
...
...
@@ -36,10 +36,46 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.3
--------------
Date: 19.11.2017
Notes
^^^^^
* Report:
* Special column name 'sendmail': the old way of position dependent parameter are deprecated. Instead use the new
defined token. See https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#column_sendmail
* Every row is now merged in STORE_RECORD. Inner SQL statement can now retrieve outer values via STORE_RECORD.
E.g. `{{column:R}}`. No more level keys!
* The config.qfq.ini directive `VAR_ADD_BY_SQL` is replaced by `FILL_STORE_SYSTEM_BY_SQL_?`. Up to 3 statements are possible.
Features
^^^^^^^^
* Report / sendmail: control via token.
* #4967 / config.qfq.ini: Rename 'VAR_ADD_BY_SQL' to 'FILL_STORE_SYSTEM_BY_SQL_1'. Handle up to 3 FILL_STORE_SYSTEM_SQL_x.
Implement an optional error message together with a full stop.
* #4766: Set STORE_RECORD in Report per row.
Bug Fixes
^^^^^^^^^
* #4966 / Variable {{feUser:T}} is not available in config.qfq.ini `FILL_STORE_SYSTEM_?` - changed ordering of store
initialization. Now: TCY...
* #4944 / Delete: broken when using 'tableName' (instead of form).
* #4904 / Undefined Index: DIRTY_FE_USER - PHP problem that constants cant be replaced inside of single ticks. Fixed.
* #4965: insert path to QFQ cookie/session, to make usage of multiple QFQ installation on one host possible.
Version 0.25.2
--------------
Date: 8.11.17
Date: 8.11.
20
17
Notes
^^^^^
...
...
@@ -66,7 +102,7 @@ Bug Fixes
Version 0.25.1
--------------
Date: 3.11.17
Date: 3.11.
20
17
Bug Fixes
^^^^^^^^^
...
...
extension/ext_emconf.php
View file @
e5718dde
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.25.
2
'
'version'
=>
'0.25.
3
'
);
version
View file @
e5718dde
0.25.
2
0.25.
3
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