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
93a92640
Commit
93a92640
authored
Sep 10, 2017
by
Carsten Rose
Browse files
New Version 0.21.0
parent
47fa3b4a
Changes
7
Hide whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
93a92640
...
...
@@ -36,7 +36,9 @@ Neue Versionsnummer
5) Commit
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch: New version x.y.z.
*
Commit & Push new version changes to master branch:
New version x.y.z.
6) New Tag:
...
...
extension/Documentation/Manual.rst
View file @
93a92640
...
...
@@ -3567,7 +3567,7 @@ Custom default value only for 'new records'
In the specific `FormElement` set `value={{columnName:RSE}}`. The link to the form should be rendered with
'"...&columnName=<data>&..." AS _page'. The trick is that the STORE_RECORD is empty for new records, and therefore the
corresponding value from STORE_SIP will be returned. Existing records will use the already saved value.
corresponding value from STORE_SIP will be returned. Existing records will use the already saved value.
Central configured values
^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
extension/Documentation/Release.rst
View file @
93a92640
...
...
@@ -27,8 +27,8 @@ Version 0.future
Date: <date>
Chang
es
^^^^^
^^
Not
es
^^^^^
Features
^^^^^^^^
...
...
@@ -36,6 +36,27 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.21.0
--------------
Date: 10.09.2017
Notes
^^^^^
* The Form-Editor now has two 'requiredParamter' fields: one for 'New' record and one 'Edit'. Existing settings will be
automatically copied to both.
* The FormElement-Editor field 'Note' is not anymore a TinyMCE Editor. Instead a regular 'textarea' is used. Main reason
are incompatibilities between TinyMCE HTML mode and the neede CR/LF linebreaks needed for 'Report' Syntax in the 'note'
column.
Features
^^^^^^^^
* #4431 / FE.type=note: QFQ Report Syntax in 'FE.value' and 'FE.note'
* #4456 / formModeGlobal=requiredOff - Switches FormElement.mode=required to 'show' for all FE of the current Form.
* Feature #4356 / Form: required parameter - split between 'New' & 'Edit'
Version 0.20.0
--------------
...
...
extension/Documentation/Settings.cfg
View file @
93a92640
...
...
@@ -2,8 +2,8 @@
[general]
project = QFQ - Quick Form Query
version = 0.2
0
release = 0.2
0
.0
version = 0.2
1
release = 0.2
1
.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
93a92640
...
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
#
# The short X.Y version.
version
=
'0.2
0
'
version
=
'0.2
1
'
# The full version, including alpha/beta/rc tags.
release
=
'0.2
0
.0'
release
=
'0.2
1
.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
93a92640
...
...
@@ -25,8 +25,10 @@ Release
Version 0.future
----------------
Changes
^^^^^^^
Date: <date>
Notes
^^^^^
Features
^^^^^^^^
...
...
@@ -34,6 +36,27 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.21.0
--------------
Date: 10.09.2017
Notes
^^^^^
* The Form-Editor now has two 'requiredParamter' fields: one for 'New' record and one 'Edit'. Existing settings will be
automatically copied to both.
* The FormElement-Editor field 'Note' is not anymore a TinyMCE Editor. Instead a regular 'textarea' is used. Main reason
are incompatibilities between TinyMCE HTML mode and the neede CR/LF linebreaks needed for 'Report' Syntax in the 'note'
column.
Features
^^^^^^^^
* #4431 / FE.type=note: QFQ Report Syntax in 'FE.value' and 'FE.note'
* #4456 / formModeGlobal=requiredOff - Switches FormElement.mode=required to 'show' for all FE of the current Form.
* Feature #4356 / Form: required parameter - split between 'New' & 'Edit'
Version 0.20.0
--------------
...
...
extension/ext_emconf.php
View file @
93a92640
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.2
0
.0'
,
'version'
=>
'0.2
1
.0'
,
);
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