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
8097bb66
Commit
8097bb66
authored
Sep 10, 2017
by
Carsten Rose
Browse files
New version 0.20.0
parent
48dc14f9
Changes
7
Hide whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
8097bb66
...
...
@@ -37,8 +37,8 @@ Neue Versionsnummer
6) New Tag:
git tag v0.
19.7
git push -u origin v0.
19.7
git tag v0.
20.0
git push -u origin v0.
20.0
7) PhpStorm: Sync all files to VM qfq.
...
...
extension/Documentation/Manual.rst
View file @
8097bb66
...
...
@@ -1823,7 +1823,7 @@ parameter
| typeAheadMinLength | int | Minimum number of characters which have to typed to start the search. |
+-----------------------------+--------+----------------------------------------------------------------------------------------------------------+
| mode | string | The value `readonly` will activate a global readonly mode of the form - the user can't change any data. |
| | | See :ref:`form-mode-global` |
| | | See :ref:`form-mode-global`
|
+-----------------------------+--------+----------------------------------------------------------------------------------------------------------+
| saveButtonActive | - | Make the 'save'-button active on *Form* load (instead of waiting for the first user change) |
+-----------------------------+--------+----------------------------------------------------------------------------------------------------------+
...
...
extension/Documentation/Release.rst
View file @
8097bb66
...
...
@@ -34,6 +34,33 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.20.0
--------------
Changes
^^^^^^^
* New configuration value EXTRA_BUTTON_INFO_POSITION in config.qfq.ini
Features
^^^^^^^^
* #4386 Fuer GRC: Optional Info Button bei 'input' wie bei 'textarea' - EXTRA_BUTTON_INFO_POSITION=below
* #4429 / subrecord: new FE parameter 'subrecordTableCass' - a custom class for the subrecord table might be specified.
* #4428 / subrecord: mode=readonly
* #4421 / subrecord: column of the sql1 row should go into the edit link - implemented
* #4399 / Do not render '_pdf' when r:5 or empty string
Bug Fixes
^^^^^^^^^
* #4396 / FE: Justify DATE and TIME in case it's DATETIME on a non primary table.
* #2414 / Deaktivieren von Option 'new' bei subrecord hat keine Folge
* #4426 / Subrecord: mode=hidden - still shown
* #4425/ Subrecords: Table head is not wrapped in <thead>
* #4331 / SQL Statement 'REPLACE' not fired - Keyword missing in list of SQL Keywords
Version 0.19.7
--------------
...
...
extension/Documentation/Settings.cfg
View file @
8097bb66
...
...
@@ -2,8 +2,8 @@
[general]
project = QFQ - Quick Form Query
version = 0.
19
release = 0.
19.7
version = 0.
20
release = 0.
20.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
8097bb66
...
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
#
# The short X.Y version.
version
=
'0.
19
'
version
=
'0.
20
'
# The full version, including alpha/beta/rc tags.
release
=
'0.
19.7
'
release
=
'0.
20.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
8097bb66
...
...
@@ -34,6 +34,33 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.20.0
--------------
Changes
^^^^^^^
* New configuration value EXTRA_BUTTON_INFO_POSITION in config.qfq.ini
Features
^^^^^^^^
* #4386 Fuer GRC: Optional Info Button bei 'input' wie bei 'textarea' - EXTRA_BUTTON_INFO_POSITION=below
* #4429 / subrecord: new FE parameter 'subrecordTableCass' - a custom class for the subrecord table might be specified.
* #4428 / subrecord: mode=readonly
* #4421 / subrecord: column of the sql1 row should go into the edit link - implemented
* #4399 / Do not render '_pdf' when r:5 or empty string
Bug Fixes
^^^^^^^^^
* #4396 / FE: Justify DATE and TIME in case it's DATETIME on a non primary table.
* #2414 / Deaktivieren von Option 'new' bei subrecord hat keine Folge
* #4426 / Subrecord: mode=hidden - still shown
* #4425/ Subrecords: Table head is not wrapped in <thead>
* #4331 / SQL Statement 'REPLACE' not fired - Keyword missing in list of SQL Keywords
Version 0.19.7
--------------
...
...
extension/ext_emconf.php
View file @
8097bb66
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.
19.7
'
,
'version'
=>
'0.
20.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