Skip to content
GitLab
Menu
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
29da1b07
Commit
29da1b07
authored
Aug 31, 2019
by
Carsten Rose
Browse files
Manual.rst: fix typo
parent
1006e223
Pipeline
#2309
passed with stages
in 2 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
29da1b07
...
@@ -3271,12 +3271,12 @@ Type: text
...
@@ -3271,12 +3271,12 @@ Type: text
* Counted as character.
* Counted as character.
* If only the width is given, the height becomes automatically '1'.
* If only the width is given, the height becomes automatically '1'.
* In general, the width of an input element is defined by the Bootstrap column width. The value here only has an
* In general, the width of an input element is defined by the Bootstrap column width. The value here only has an
impact on calculating the final height in the '<width>,<min height>,<max height>' mode.
impact on calculating the final height in the '<width>,<min height>,<max height>' mode.
* <width>,<min height>: with a <min height> > 1 the input element is of type 'textarea', width=<width>, height=<min height>
* <width>,<min height>: with a <min height> > 1 the input element is of type 'textarea', width=<width>, height=<min height>
* <width>,<min height>,<max height>: input element = textarea, width=<width>, height=`counting lines of current value`.
* <width>,<min height>,<max height>: input element = textarea, width=<width>, height=`counting lines of current value`.
If a line is longer than '<width>', the line counts as `length(<line>) / <width> + 1` lines. The width is never less than
If a line is longer than '<width>', the line counts as `length(<line>) / <width> + 1` lines. The width is never less than
<min width> or greater than <max width>.
<min width> or greater than <max width>.
* *FormElement.parameter*:
* *FormElement.parameter*:
...
...
Documentation/Release.rst
View file @
29da1b07
...
@@ -69,11 +69,11 @@ Bug Fixes
...
@@ -69,11 +69,11 @@ Bug Fixes
* #8933 / Broken record lock: lock extend does not work - fixed
* #8933 / Broken record lock: lock extend does not work - fixed
* #8846 / FormEditor: subrecord of FormElement might be wider than Form.
* #8846 / FormEditor: subrecord of FormElement might be wider than Form.
* #8853 / fe.class=action: container should be hidden - hidden is wrong - FE-action might be assigned to templateGrou
p
* #8853 / fe.class=action: container should be hidden - hidden is wrong - FE-action might be assigned to templateGrou
Container. New solution: if FE.class='action' only templateGroups are in the 'container' list.
Container. New solution: if FE.class='action' only templateGroups are in the 'container' list.
* #6656 / DragnDrop' into 'master'
* #6656 / DragnDrop' into 'master'
* Update compatibility: API change in T3 makes QFQ incompatible with Typo3 >=9.4. Change compatibility back to <9.3.
* Update compatibility: API change in T3 makes QFQ incompatible with Typo3 >=9.4. Change compatibility back to <9.3.
Problem: sys_language_uid
Problem: sys_language_uid
* Update QFQ from earlier/equal version than 0.19.2 fails to create table 'Cron'.
* Update QFQ from earlier/equal version than 0.19.2 fails to create table 'Cron'.
...
@@ -149,8 +149,8 @@ Notes
...
@@ -149,8 +149,8 @@ Notes
The Rest API path changed:
The Rest API path changed:
-
old: typo3conf/ext/qfq/Source/api/rest.php
*
old: typo3conf/ext/qfq/Source/api/rest.php
-
new: typo3conf/ext/qfq/Classes/Api/rest.php
*
new: typo3conf/ext/qfq/Classes/Api/rest.php
QFQ is now PSR4 compliant.
QFQ is now PSR4 compliant.
...
@@ -724,8 +724,6 @@ Bug Fixes
...
@@ -724,8 +724,6 @@ Bug Fixes
* FormAction.php: throw exception if 'fillStoreVar' selects more than one row.
* FormAction.php: throw exception if 'fillStoreVar' selects more than one row.
Version 18.10.3
Version 18.10.3
---------------
---------------
...
...
Write
Preview
Supports
Markdown
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