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
37d1eb37
Commit
37d1eb37
authored
Aug 26, 2018
by
Carsten Rose
Browse files
New version 18.8.0
parent
66494a2c
Pipeline
#761
passed with stage
in 1 minute and 35 seconds
Changes
8
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
37d1eb37
This diff is collapsed.
Click to expand it.
doc/NewVersion.md
View file @
37d1eb37
...
...
@@ -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
x.y.z.
New version
18.8.0
6)
**New Tag**
:
git tag v18.
6.1
git push -u origin v18.
6.1
git tag v18.
8.0
git push -u origin v18.
8.0
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Release.rst
View file @
37d1eb37
...
...
@@ -48,14 +48,14 @@ 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.
* 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)
* Drag and Drop now offers the possibility to show the renumbered values.
* #3294 / Improve Typo3 QFQ backend layout. Add sparql syntax highlighting.
* Manual.rst: security hints, T3 Setup best practice, text input retype, charactercountwrap.
* Config.qfq: central defaults for DATA_MATCH, DATA_ERROR
* #5878 / Formelement.type=note with #!report - whitespace is trimmed.
* Bootstrap QFQ development: switched from bower to npm only.
...
...
@@ -64,12 +64,12 @@ Features
Bug Fixes
^^^^^^^^^
* AbstractException.php: fixed problem with htmlEntities() on link to 'Edit Form' and 'Edit FormElement'.
* #5843 / File upload: limitation to file extensions are no case insensitive.
* #6247 / Replace deprecated each function
* #6281 / FormElement / column 'note': token '#!report' - STORE_RECORD does not work.
* #6331 / File Upload: Wrong error message if filesize is much too big.
* #6229 / Add QFQ icon to content element and content element wizard
* AbstractException.php: fixed problem with htmlEntities() on link to 'Edit Form' and 'Edit FormElement'.
Version 18.6.1
...
...
extension/Documentation/Settings.cfg
View file @
37d1eb37
...
...
@@ -2,8 +2,8 @@
[general]
project = QFQ - Quick Form Query
version = 18.
6
release = 18.
6.1
version = 18.
8
release = 18.
8.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
37d1eb37
...
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
#
# The short X.Y version.
version
=
'18.
6
'
version
=
'18.
8
'
# The full version, including alpha/beta/rc tags.
release
=
'18.
6.1
'
release
=
'18.
8.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
37d1eb37
This diff is collapsed.
Click to expand it.
extension/ext_emconf.php
View file @
37d1eb37
...
...
@@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.
6.1
'
,
'version'
=>
'18.
8.0
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
37d1eb37
18.
6.1
18.
8.0
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