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
32501e60
Commit
32501e60
authored
Jan 17, 2019
by
Carsten Rose
Browse files
New version 19.01.2
parent
9b941081
Pipeline
#1366
passed with stage
in 2 minutes and 6 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
32501e60
...
...
@@ -36,6 +36,35 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.01.2
---------------
Date: 17.01.2019
Notes
^^^^^
*
Align FormElement labels left/center/right.
*
Cleanup FormEditor.
*
All SQL commands allowed now.
Features
^^^^^^^^
*
#7620 / Label align left/center/right. Defined by config/form/formelement.
*
#7647 / Preparation for Selenium Tests - Implement new token 'A' to add any custom attribute to '... AS _link'
*
Cleanup FormEditor: FormElement as second pill. Hide MultiForm as long as it not active. Rename Various to Layout.
*
Manual.rst: Add some tips. Add note how to extend TinyMCE valid_elements.
*
Delete composer in Resources dir, run phpunit tests in gitlab pipeline.
*
Database.php: allow all SQL commands.
Bug Fixes
^^^^^^^^^
*
#7671 / On FormElements, 'fillStoreVar' is now detected and fired at first.
*
Fix for checkbox-inline / radio-inline.
*
Check for non unique FormElements now allows multiple empty FormElements.
Version 19.01.1
---------------
...
...
doc/NewVersion.md
View file @
32501e60
...
...
@@ -51,12 +51,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 19.01.
1
New version 19.01.
2
6)
**New Tag**
:
git tag v19.01.
1
git push -u origin v19.01.
1
git tag v19.01.
2
git push -u origin v19.01.
2
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
...
...
extension/Documentation/Release.rst
View file @
32501e60
...
...
@@ -36,6 +36,35 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.01.2
---------------
Date: 17.01.2019
Notes
^^^^^
* Align FormElement labels left/center/right.
* Cleanup FormEditor.
* All SQL commands allowed now.
Features
^^^^^^^^
* #7620 / Label align left/center/right. Defined by config/form/formelement.
* #7647 / Preparation for Selenium Tests - Implement new token 'A' to add any custom attribute to '... AS _link'
* Cleanup FormEditor: FormElement as second pill. Hide MultiForm as long as it not active. Rename Various to Layout.
* Manual.rst: Add some tips. Add note how to extend TinyMCE valid_elements.
* Delete composer in Resources dir, run phpunit tests in gitlab pipeline.
* Database.php: allow all SQL commands.
Bug Fixes
^^^^^^^^^
* #7671 / On FormElements, 'fillStoreVar' is now detected and fired at first.
* Fix for checkbox-inline / radio-inline.
* Check for non unique FormElements now allows multiple empty FormElements.
Version 19.01.1
---------------
...
...
extension/Documentation/Settings.cfg
View file @
32501e60
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 19.01
release = 19.01.
1
release = 19.01.
2
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
32501e60
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'19.01'
# The full version, including alpha/beta/rc tags.
release
=
'19.01.
1
'
release
=
'19.01.
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
32501e60
...
...
@@ -36,6 +36,35 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.01.2
---------------
Date: 17.01.2019
Notes
^^^^^
* Align FormElement labels left/center/right.
* Cleanup FormEditor.
* All SQL commands allowed now.
Features
^^^^^^^^
* #7620 / Label align left/center/right. Defined by config/form/formelement.
* #7647 / Preparation for Selenium Tests - Implement new token 'A' to add any custom attribute to '... AS _link'
* Cleanup FormEditor: FormElement as second pill. Hide MultiForm as long as it not active. Rename Various to Layout.
* Manual.rst: Add some tips. Add note how to extend TinyMCE valid_elements.
* Delete composer in Resources dir, run phpunit tests in gitlab pipeline.
* Database.php: allow all SQL commands.
Bug Fixes
^^^^^^^^^
* #7671 / On FormElements, 'fillStoreVar' is now detected and fired at first.
* Fix for checkbox-inline / radio-inline.
* Check for non unique FormElements now allows multiple empty FormElements.
Version 19.01.1
---------------
...
...
extension/ext_emconf.php
View file @
32501e60
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.01.
1
'
,
'version'
=>
'19.01.
2
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
32501e60
19.01.
1
19.01.
2
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