Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
d8d81fcd
Commit
d8d81fcd
authored
Mar 05, 2019
by
Carsten Rose
Browse files
New version 19.3.0
parent
5b31b4bf
Pipeline
#1680
passed with stage
in 2 minutes and 1 second
Changes
9
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
d8d81fcd
...
@@ -37,6 +37,37 @@ Bug Fixes
...
@@ -37,6 +37,37 @@ Bug Fixes
^^^^^^^^^
^^^^^^^^^
Version 19.3.0
--------------
Date: 05.03.2019
Notes
^^^^^
*
New FormElement 'datalist' for fe.type='select'.
*
FormElement 'annotate':
*
Now supports 'ReadOnly'.
*
'grafic': Undo/Redo
Features
^^^^^^^^
*
#7729 / Select as datalist
*
#7783 / FormElement 'annotate' - ReadOnly mode is now supported for grafic/text.
*
FormElement 'annotate/grafic' History for undo / redo
*
FormEditor: by creating a new FormElement, the feIdContainer is now preselected based on the last choice.
*
Manual.rst: started to use more predefined Sphinx formatting styles.
Bug Fixes
^^^^^^^^^
*
#7978 / mail.log: not written in some cases - fixed
*
#7949 / Table MailLog: missing column 'cc,bcc'
*
Manual.rst: correct parameter 'mode' for special column name '_sendMail'
Version 19.2.3
Version 19.2.3
--------------
--------------
...
@@ -59,13 +90,11 @@ Features
...
@@ -59,13 +90,11 @@ Features
Bug Fixes
Bug Fixes
^^^^^^^^^
^^^^^^^^^
*
#7925 / fixed:
*
#7925 / Change CWD during split reduced to splitting only.
*
#7925 / Fixed problem in mkDirParent() with absolute paths.
1.
change CWD during split reduced to splitting only.
*
#7925 / Make logger independent of CWD.
1.
fixed problem in mkDirParent() with absolute paths.
*
#7925 / Fixed problem with
`mktemp --tmpdir`
(difference Ubuntu 16 / 18) by using PHP function again.
1.
make logger independent of CWD.
*
#7925 / Fixed some 'undefined index' problems.
1.
fixed problem with
`mktemp --tmpdir`
(difference Ubuntu 16 / 18) by using PHP function again.
1.
fixed some 'undefined index' problems.
Version 19.2.2
Version 19.2.2
--------------
--------------
...
...
doc/NewVersion.md
View file @
d8d81fcd
...
@@ -53,12 +53,12 @@ Neue Versionsnummer
...
@@ -53,12 +53,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
*
Commit & Push new version changes to master branch:
New version 19.
2.3
New version 19.
3.0
6)
**New Tag**
:
6)
**New Tag**
:
git tag v19.
2.3
git tag v19.
3.0
git push -u origin v19.
2.3
git push -u origin v19.
3.0
7) Tickets:
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
*
Schliessen und der QFQ Version zuweisen.
...
...
extension/Documentation/Manual.rst
View file @
d8d81fcd
...
@@ -86,15 +86,15 @@ The program is not included in QFQ and has to be manually installed.
...
@@ -86,15 +86,15 @@ The program is not included in QFQ and has to be manually installed.
* The current version 0.12.4 might have trouble with https connections. Version 0.12.5-dev (github master branch)
* The current version 0.12.4 might have trouble with https connections. Version 0.12.5-dev (github master branch)
seems more reliable. Please contact the QFQ authors if you need a compiled Ubuntu version of wkhtmltopdf.
seems more reliable. Please contact the QFQ authors if you need a compiled Ubuntu version of wkhtmltopdf.
In
`
configuration
`
_ specify
the
::
In configuration_ specify::
config.cmdWkhtmltopdf
=
/opt/wkhtmltox/bin/wkhtmltopdf
`.
config.cmdWkhtmltopdf
:
/opt/wkhtmltox/bin/wkhtmltopdf
config.baseUrl
=
http://www.example.com/
`.
config.baseUrl
:
http://www.example.com/
If wkhtml has been compiled with dedicated libraries (not part of LD_LIBRARY_PATH), specify the LD_LIBRARY_PATH together
If wkhtml has been compiled with dedicated libraries (not part of LD_LIBRARY_PATH), specify the LD_LIBRARY_PATH together
with the path-filename:
:
:
with the path-filename::
cmdWkhtmltopdf
=
LD_LIBRARY_PATH=/opt/wkhtmltox/lib /opt/wkhtmltox/bin/wkhtmltopdf
config.
cmdWkhtmltopdf
:
LD_LIBRARY_PATH=/opt/wkhtmltox/lib /opt/wkhtmltox/bin/wkhtmltopdf
.. important::
.. important::
...
@@ -3072,7 +3072,7 @@ Checkboxes can be rendered in mode:
...
@@ -3072,7 +3072,7 @@ Checkboxes can be rendered in mode:
* ``itemList=red,blue,orange``
* ``itemList=red,blue,orange``
* ``itemList=1:red,2:blue,3:orange``
* ``itemList=1:red,2:blue,3:orange``
* If ':' or ',' are part of key or value, it needs to escaped by '\\'.
* If ':' or ',' are part of key or value, it needs to escaped by '\\'.
|
E.g.: `itemList=1:red\\: (with colon),2:blue\\, (with comma),3:orange``
E.g.: `itemList=1:red\\: (with colon),2:blue\\, (with comma),3:orange``
* *FormElement.sql1* = ``{{!SELECT id, value FROM someTable}}``
* *FormElement.sql1* = ``{{!SELECT id, value FROM someTable}}``
* *FormElement.maxlength* - vertical or horizontal alignment:
* *FormElement.maxlength* - vertical or horizontal alignment:
...
@@ -3308,8 +3308,7 @@ protected and will be loaded on demand.
...
@@ -3308,8 +3308,7 @@ protected and will be loaded on demand.
.. note::
.. note::
By using the the `FormElement` `annotate`, the JS code `fabric.min.js` and `qfq.fabric.min.js` has to be included.
By using the the `FormElement` `annotate`, the JS code `fabric.min.js` and `qfq.fabric.min.js` has to be included. See setup-css-js_.
See setup-css-js_.
Code
Code
""""
""""
...
@@ -3378,8 +3377,7 @@ Type: radio
...
@@ -3378,8 +3377,7 @@ Type: radio
2. *FormElement.parameter*:
2. *FormElement.parameter*:
* *itemList* = `
<attribute>
` E.g.: *itemList=red,blue,orange* or *itemList=1:red,2:blue,3:orange*
* *itemList* = `
<attribute>
` E.g.: *itemList=red,blue,orange* or *itemList=1:red,2:blue,3:orange*
* If ':' or ',' are part of key or value, it needs to escaped by '\\'.
* If ':' or ',' are part of key or value, it needs to escaped by '\\'. E.g.: `itemList=1:red\\: (with colon),2:blue\\, (with comma),3:orange`
| E.g.: `itemList=1:red\\: (with colon),2:blue\\, (with comma),3:orange`
3. Definition of the *enum* or *set* field (only labels, ids are not possible).
3. Definition of the *enum* or *set* field (only labels, ids are not possible).
...
@@ -3442,8 +3440,7 @@ Type: select
...
@@ -3442,8 +3440,7 @@ Type: select
* *FormElement.parameter*:
* *FormElement.parameter*:
* *itemList* = `
<attribute>
` - E.g.: *itemList=red,blue,orange* or *itemList=1:red,2:blue:3:orange*
* *itemList* = `
<attribute>
` - E.g.: *itemList=red,blue,orange* or *itemList=1:red,2:blue:3:orange*
* If ':' or ',' are part of key or value, it needs to escaped by '\\'.
* If ':' or ',' are part of key or value, it needs to escaped by '\\'. E.g.: `itemList=1:red\\: (with colon),2:blue\\, (with comma),3:orange`
| E.g.: `itemList=1:red\\: (with colon),2:blue\\, (with comma),3:orange`
* Definition of the *enum* or *set* field (only labels, ids are not possible).
* Definition of the *enum* or *set* field (only labels, ids are not possible).
...
@@ -4734,8 +4731,7 @@ Chart
...
@@ -4734,8 +4731,7 @@ Chart
to circumvent this:
to circumvent this:
* Don't nest the HTML
&
JavaScript code - bad workaround, this is not human readable.
* Don't nest the HTML
&
JavaScript code - bad workaround, this is not human readable.
* Select different nesting token, e.g. '
<
'
(
check
the
first
line
on
the
following
example
).
* Select different nesting token, e.g. '
<
'
(
check
the
first
line
on
the
following
example
).
::
::
#
<
#
<
...
...
extension/Documentation/Release.rst
View file @
d8d81fcd
...
@@ -37,6 +37,37 @@ Bug Fixes
...
@@ -37,6 +37,37 @@ Bug Fixes
^^^^^^^^^
^^^^^^^^^
Version 19.3.0
--------------
Date: 05.03.2019
Notes
^^^^^
* New FormElement 'datalist' for fe.type='select'.
* FormElement 'annotate':
* Now supports 'ReadOnly'.
* 'grafic': Undo/Redo
Features
^^^^^^^^
* #7729 / Select as datalist
* #7783 / FormElement 'annotate' - ReadOnly mode is now supported for grafic/text.
* FormElement 'annotate/grafic' History for undo / redo
* FormEditor: by creating a new FormElement, the feIdContainer is now preselected based on the last choice.
* Manual.rst: started to use more predefined Sphinx formatting styles.
Bug Fixes
^^^^^^^^^
* #7978 / mail.log: not written in some cases - fixed
* #7949 / Table MailLog: missing column 'cc,bcc'
* Manual.rst: correct parameter 'mode' for special column name '_sendMail'
Version 19.2.3
Version 19.2.3
--------------
--------------
...
@@ -62,7 +93,7 @@ Bug Fixes
...
@@ -62,7 +93,7 @@ Bug Fixes
* #7925 / Change CWD during split reduced to splitting only.
* #7925 / Change CWD during split reduced to splitting only.
* #7925 / Fixed problem in mkDirParent() with absolute paths.
* #7925 / Fixed problem in mkDirParent() with absolute paths.
* #7925 / Make logger independent of CWD.
* #7925 / Make logger independent of CWD.
* #7925 / Fixed problem with `mktemp --tmpdir`(difference Ubuntu 16 / 18) by using PHP function again.
* #7925 / Fixed problem with
`
`mktemp --tmpdir`
`
(difference Ubuntu 16 / 18) by using PHP function again.
* #7925 / Fixed some 'undefined index' problems.
* #7925 / Fixed some 'undefined index' problems.
Version 19.2.2
Version 19.2.2
...
...
extension/Documentation/Settings.cfg
View file @
d8d81fcd
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
[general]
[general]
project = QFQ - Quick Form Query
project = QFQ - Quick Form Query
version
= 19.
2
version = 19.
3
release
= 19.
2.3
release = 19.
3.0
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 @
d8d81fcd
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
# built documents.lease
#
#
# The short X.Y version.
# The short X.Y version.
version
=
'19.
2
'
version
=
'19.
3
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'19.
2.3
'
release
=
'19.
3.0
'
# 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 @
d8d81fcd
...
@@ -37,6 +37,37 @@ Bug Fixes
...
@@ -37,6 +37,37 @@ Bug Fixes
^^^^^^^^^
^^^^^^^^^
Version 19.3.0
--------------
Date: 05.03.2019
Notes
^^^^^
* New FormElement 'datalist' for fe.type='select'.
* FormElement 'annotate':
* Now supports 'ReadOnly'.
* 'grafic': Undo/Redo
Features
^^^^^^^^
* #7729 / Select as datalist
* #7783 / FormElement 'annotate' - ReadOnly mode is now supported for grafic/text.
* FormElement 'annotate/grafic' History for undo / redo
* FormEditor: by creating a new FormElement, the feIdContainer is now preselected based on the last choice.
* Manual.rst: started to use more predefined Sphinx formatting styles.
Bug Fixes
^^^^^^^^^
* #7978 / mail.log: not written in some cases - fixed
* #7949 / Table MailLog: missing column 'cc,bcc'
* Manual.rst: correct parameter 'mode' for special column name '_sendMail'
Version 19.2.3
Version 19.2.3
--------------
--------------
...
@@ -59,13 +90,11 @@ Features
...
@@ -59,13 +90,11 @@ Features
Bug Fixes
Bug Fixes
^^^^^^^^^
^^^^^^^^^
* #7925 / fixed:
* #7925 / Change CWD during split reduced to splitting only.
* #7925 / Fixed problem in mkDirParent() with absolute paths.
1. change CWD during split reduced to splitting only.
* #7925 / Make logger independent of CWD.
1. fixed problem in mkDirParent() with absolute paths.
* #7925 / Fixed problem with `mktemp --tmpdir`(difference Ubuntu 16 / 18) by using PHP function again.
1. make logger independent of CWD.
* #7925 / Fixed some 'undefined index' problems.
1. fixed problem with `mktemp --tmpdir`(difference Ubuntu 16 / 18) by using PHP function again.
1. fixed some 'undefined index' problems.
Version 19.2.2
Version 19.2.2
--------------
--------------
...
...
extension/ext_emconf.php
View file @
d8d81fcd
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'state'
=>
'stable'
,
'version'
=>
'19.
2.3
'
,
'version'
=>
'19.
3.0
'
,
'constraints'
=>
[
'constraints'
=>
[
'depends'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
d8d81fcd
19.
2.3
19.
3.0
Write
Preview
Markdown
is supported
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