Skip to content
GitLab
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
925a47f1
Commit
925a47f1
authored
Aug 26, 2018
by
Carsten Rose
Browse files
New version 18.8.1
parent
4ce20e15
Pipeline
#774
passed with stage
in 1 minute and 34 seconds
Changes
9
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
925a47f1
...
...
@@ -22,8 +22,8 @@
Release
=======
Version
0.future
--------------
--
Version
18.x.x
--------------
Date:
<date>
...
...
@@ -33,10 +33,35 @@ Notes
Features
^^^^^^^^
Bug Fixes
^^^^^^^^^
Version 18.08.1
---------------
Date: 26.08.2018
Features
^^^^^^^^
*
#4432 / Every 'form submit' will be logged with raw data.
*
#4763 / Render vertical text more stable: '... AS _vertical'
*
#4996 / Log QFQ Version update
*
#5403 / Tooltip on pills are now supported
*
#5876 / Subrecord title of column 'Edit' & 'Delete' are now customizable.
*
#6249 / Subrecords can now be reordered via drag and drop.
*
#6333 / Add to qfq.log: IP Address, User Agent, QFQ Cookie, FE User
Bug Fixes
^^^^^^^^^
*
#6401 / Handle Backticks in sendmail
*
#6452 / Empty form title: no title row will be rendered anymore.
Version 18.8.0
--------------
Date: 2
6
.08.2018
Date: 2
5
.08.2018
Notes
^^^^^
...
...
@@ -50,6 +75,7 @@ Features
*
#4922 / Excel Export - create Excel sheets from scratch or based on a template.
*
#3294 / Improve Typo3 QFQ backend layout. Add sparql syntax highlighting.
*
#5878 / Formelement.type=note with #!report - whitespace is trimmed.
*
#6314 / HTML Mails enabled by specifying flag 'mode=html'.
*
Import/Merge form: A new form 'copyFormFromExt' (see file
`copyFormFromExt.sql`
) offers a one click import of external
QFQ forms (incl. renumbering of id's).
*
formEditor.sql: resized Form.title from 255 to 511 (requested by IK Tool)
...
...
@@ -58,9 +84,6 @@ Features
*
Config.qfq: central defaults for DATA_MATCH, DATA_ERROR
*
Bootstrap QFQ development: switched from bower to npm only.
F6314: HTML Mails enabled by specifying flag 'mode=html'.
Bug Fixes
^^^^^^^^^
...
...
doc/NewVersion.md
View file @
925a47f1
...
...
@@ -43,12 +43,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 18.8.
0
New version 18.8.
1
6)
**New Tag**
:
git tag v18.8.
0
git push -u origin v18.8.
0
git tag v18.8.
1
git push -u origin v18.8.
1
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Manual.rst
View file @
925a47f1
...
...
@@ -3089,7 +3089,7 @@ Type: text
* *retypeLabel* = <text> (optional): The label of the second element.
* *retypeNote* = <text> (optional): The note of the second element.
* *characterCountWrap* = <span class="qfq-cc-style">Count: |</span> (optional).
* *characterCountWrap* = <span class="qfq-cc-style">Count: |
</span> (optional).
Displays a character counter below the input/textarea element.
* Also check the fe-parameter-attributes_ *data-...-error* to customize error messages shown by the validator.
* *hideZero* = 0|1 (optional): `with hideZero=1` a '0' in the value will be replaced by an empty string.
...
...
@@ -4845,7 +4845,7 @@ Table: Person
slaveId={{id:R0}}
sqlUpdate={{ UPDATE Person AS p SET p.name='{{cn:L:alnumx:s}}' WHERE p.id={{slaveId}} LIMIT 1 }}
.. _import-merge-form
.. _
`
import-merge-form
`:
Import/merge form
-----------------
...
...
@@ -4863,10 +4863,10 @@ Installation:
* Play (do all sql statements on your QFQ database, e.g. via `mysql <dbname> < copyFormFromExt.sql` or `phpMyAdmin`) the
file *<ext_dir>/qfq/sql/copyFormFromExt.sql*.
* Insert a link/button 'Copy form from ExtForm' to open the import/merge form. A good place is the list of all forms
(see `form-editor`_).
E.g.: ::
* Insert a link/button 'Copy form from ExtForm' to open the import/merge form. A good place is the list of all forms
(see `form-editor`_).
E.g.: ::
10.head = {{'b|p:id={{pageAlias:T}}&form=copyFormFromExt|t:Copy form from ExtForm' AS _link }} ...
10.head = {{'b|p:id={{pageAlias:T}}&form=copyFormFromExt|t:Copy form from ExtForm' AS _link }} ...
If there are several T3/QFQ instances and if forms should be imported frequently/easily, set up a one shot
'import Forms from db xyz' like: ::
...
...
extension/Documentation/Release.rst
View file @
925a47f1
...
...
@@ -22,8 +22,8 @@
Release
=======
Version
0.future
--------------
--
Version
18.x.x
--------------
Date: <date>
...
...
@@ -33,10 +33,35 @@ Notes
Features
^^^^^^^^
Bug Fixes
^^^^^^^^^
Version 18.08.1
---------------
Date: 26.08.2018
Features
^^^^^^^^
* #4432 / Every 'form submit' will be logged with raw data.
* #4763 / Render vertical text more stable: '... AS _vertical'
* #4996 / Log QFQ Version update
* #5403 / Tooltip on pills are now supported
* #5876 / Subrecord title of column 'Edit' & 'Delete' are now customizable.
* #6249 / Subrecords can now be reordered via drag and drop.
* #6333 / Add to qfq.log: IP Address, User Agent, QFQ Cookie, FE User
Bug Fixes
^^^^^^^^^
* #6401 / Handle Backticks in sendmail
* #6452 / Empty form title: no title row will be rendered anymore.
Version 18.8.0
--------------
Date: 2
6
.08.2018
Date: 2
5
.08.2018
Notes
^^^^^
...
...
@@ -50,6 +75,7 @@ Features
* #4922 / Excel Export - create Excel sheets from scratch or based on a template.
* #3294 / Improve Typo3 QFQ backend layout. Add sparql syntax highlighting.
* #5878 / Formelement.type=note with #!report - whitespace is trimmed.
* #6314 / HTML Mails enabled by specifying flag 'mode=html'.
* Import/Merge form: A new form 'copyFormFromExt' (see file `copyFormFromExt.sql`) offers a one click import of external
QFQ forms (incl. renumbering of id's).
* formEditor.sql: resized Form.title from 255 to 511 (requested by IK Tool)
...
...
@@ -58,9 +84,6 @@ Features
* Config.qfq: central defaults for DATA_MATCH, DATA_ERROR
* Bootstrap QFQ development: switched from bower to npm only.
F6314: HTML Mails enabled by specifying flag 'mode=html'.
Bug Fixes
^^^^^^^^^
...
...
extension/Documentation/Settings.cfg
View file @
925a47f1
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 18.8
release = 18.8.
0
release = 18.8.
1
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
925a47f1
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'18.8'
# The full version, including alpha/beta/rc tags.
release
=
'18.8.
0
'
release
=
'18.8.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
925a47f1
...
...
@@ -22,8 +22,8 @@
Release
=======
Version
0.future
--------------
--
Version
18.x.x
--------------
Date: <date>
...
...
@@ -33,10 +33,35 @@ Notes
Features
^^^^^^^^
Bug Fixes
^^^^^^^^^
Version 18.08.1
---------------
Date: 26.08.2018
Features
^^^^^^^^
* #4432 / Every 'form submit' will be logged with raw data.
* #4763 / Render vertical text more stable: '... AS _vertical'
* #4996 / Log QFQ Version update
* #5403 / Tooltip on pills are now supported
* #5876 / Subrecord title of column 'Edit' & 'Delete' are now customizable.
* #6249 / Subrecords can now be reordered via drag and drop.
* #6333 / Add to qfq.log: IP Address, User Agent, QFQ Cookie, FE User
Bug Fixes
^^^^^^^^^
* #6401 / Handle Backticks in sendmail
* #6452 / Empty form title: no title row will be rendered anymore.
Version 18.8.0
--------------
Date: 2
6
.08.2018
Date: 2
5
.08.2018
Notes
^^^^^
...
...
@@ -50,6 +75,7 @@ Features
* #4922 / Excel Export - create Excel sheets from scratch or based on a template.
* #3294 / Improve Typo3 QFQ backend layout. Add sparql syntax highlighting.
* #5878 / Formelement.type=note with #!report - whitespace is trimmed.
* #6314 / HTML Mails enabled by specifying flag 'mode=html'.
* Import/Merge form: A new form 'copyFormFromExt' (see file `copyFormFromExt.sql`) offers a one click import of external
QFQ forms (incl. renumbering of id's).
* formEditor.sql: resized Form.title from 255 to 511 (requested by IK Tool)
...
...
@@ -58,9 +84,6 @@ Features
* Config.qfq: central defaults for DATA_MATCH, DATA_ERROR
* Bootstrap QFQ development: switched from bower to npm only.
F6314: HTML Mails enabled by specifying flag 'mode=html'.
Bug Fixes
^^^^^^^^^
...
...
extension/ext_emconf.php
View file @
925a47f1
...
...
@@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.8.
0
'
,
'version'
=>
'18.8.
1
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
925a47f1
18.8.
0
18.8.
1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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