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
6bd020d6
Commit
6bd020d6
authored
Oct 04, 2018
by
Carsten Rose
Browse files
New version 18.10.0
parent
61581f76
Pipeline
#937
passed with stage
in 1 minute and 33 seconds
Changes
9
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
6bd020d6
...
...
@@ -37,6 +37,29 @@ Bug Fixes
^^^^^^^^^
Version 18.10.0
---------------
Date: 04.10.2018
Notes
^^^^^
Features
^^^^^^^^
*
#6894 / Upload: chmod for file creation.
*
#6886 / Upload: Auto Orient - implementation.
*
#6721: Log switching {{feUser:U}} to qfq.log. Log {{feUser:U}} to sql.log.
*
#5458: Add '{{feUser:U}}' to be shown on exception.
*
Manual.rst: Fix missing single tick in special column name '_=
<var>
'
*
Report: Variables copied to STORE_USER via "... AS '_=
<varname>
'" are now available in STORE_RECORD by {{
<varname>
:R}}
Bug Fixes
^^^^^^^^^
*
#6902 / Drag and drop in subrecords: expect 1 row got nothing.
Version 18.9.2
--------------
...
...
doc/NewVersion.md
View file @
6bd020d6
...
...
@@ -44,12 +44,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 18.
9.2
New version 18.
10.0
6)
**New Tag**
:
git tag v18.
9.2
git push -u origin v18.
9.2
git tag v18.
10.0
git push -u origin v18.
10.0
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Manual.rst
View file @
6bd020d6
...
...
@@ -1542,7 +1542,7 @@ Store: *SIP* - S
+-------------------------+-----------------------------------------------------------+
| table | current table name |
+-------------------------+-----------------------------------------------------------+
| urlparam | all non Typo3 parameter in one string
|
| urlparam | all non Typo3 parameter in one string |
+-------------------------+-----------------------------------------------------------+
| <user defined> | additional user defined link parameter |
+-------------------------+-----------------------------------------------------------+
...
...
@@ -1768,17 +1768,17 @@ To decide which Parameter should be placed on *Form.parameter* and which on *For
+-----------------------------+----------------------------------+---------------------------------------------------------------+------+-------------+----------+
| ldapAttributes | cn, email | List of attributes to save in STORE_LDAP | x | x | FSL |
+-----------------------------+----------------------------------+---------------------------------------------------------------+------+-------------+----------+
| ldapSearch | (mail=john.doe@example.com) | Regular LDAP search expression | x | x | FSL |
| ldapSearch | (mail=john.doe@example.com) | Regular LDAP search expression
| x | x | FSL |
+-----------------------------+----------------------------------+---------------------------------------------------------------+------+-------------+----------+
| ldapTimeLimit | 3 (default) | Maximum time to wait for an answer of the LDAP Server | x | x | TA, FSL |
+-----------------------------+----------------------------------+---------------------------------------------------------------+------+-------------+----------+
| ldapUseBindCredentials | ldapUseBindCredentials=1 | Use LDAP_1_* credentials from config-qfq-php_ for ldap_bind()| x | x | TA, FSL |
| ldapUseBindCredentials | ldapUseBindCredentials=1 | Use LDAP_1_* credentials from config-qfq-php_ for ldap_bind()
| x | x | TA, FSL |
+-----------------------------+----------------------------------+---------------------------------------------------------------+------+-------------+----------+
| typeAheadLdap | - | Enable LDAP as 'Typeahead' data source | | x | TA |
+-----------------------------+----------------------------------+---------------------------------------------------------------+------+-------------+----------+
| typeAheadLdapSearch | `(|(cn=*?*)(mail=*?*))` | Regular LDAP search expression, returns upto typeAheadLimit | x | x | TA |
| typeAheadLdapSearch | `(|(cn=*?*)(mail=*?*))` | Regular LDAP search expression, returns upto typeAheadLimit
| x | x | TA |
+-----------------------------+----------------------------------+---------------------------------------------------------------+------+-------------+----------+
| typeAheadLdapSearchPrefetch | `(mail=?)` | Regular LDAP search expression, typically return one record | x | x | TA |
| typeAheadLdapSearchPrefetch | `(mail=?)` | Regular LDAP search expression, typically return one record
| x | x | TA |
+-----------------------------+----------------------------------+---------------------------------------------------------------+------+-------------+----------+
| typeAheadLdapSearchPerToken | - | Split search value in token and OR-combine every search with | x | x | TA |
| | | the individual tokens | | | |
...
...
@@ -2658,7 +2658,7 @@ Fields:
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|tabindex | string |HTML tabindex attribute _`field-tabindex` |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Size | string |Visible length of input element. Might be omitted, depending on the chosen form layout. |
|Size | string |Visible length of input element. Might be omitted, depending on the chosen form layout.
|
| | |Format: <width>,<height> (in characters) _`field-size` |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|BS Label Columns | string | Number of bootstrap grid columns for label. By default empty, value inherits from the form. |
...
...
@@ -3499,7 +3499,7 @@ See also `downloadButton`_ to offer a download of an uploaded file.
process does not solve all orientation problems.
* *autoOrient* = [0|1]
* *autoOrientCmd = 'convert -auto-orient {{fileDestination:V}} {{fileDestination:V}}.new; mv {{fileDestination:V}}.new {{fileDestination:V}}'
* *autoOrientCmd
*
= 'convert -auto-orient {{fileDestination:V}} {{fileDestination:V}}.new; mv {{fileDestination:V}}.new {{fileDestination:V}}'
* *autoOrientMimeType* = image/jpeg,image/png,image/tiff
If the defaults for `autoOrientCmd` and `autoOrientMimeType` are sufficient, it's not necessary to specify them.
...
...
extension/Documentation/Release.rst
View file @
6bd020d6
...
...
@@ -37,6 +37,29 @@ Bug Fixes
^^^^^^^^^
Version 18.10.0
---------------
Date: 04.10.2018
Notes
^^^^^
Features
^^^^^^^^
* #6894 / Upload: chmod for file creation.
* #6886 / Upload: Auto Orient - implementation.
* #6721: Log switching {{feUser:U}} to qfq.log. Log {{feUser:U}} to sql.log.
* #5458: Add '{{feUser:U}}' to be shown on exception.
* Manual.rst: Fix missing single tick in special column name '_=<var>'
* Report: Variables copied to STORE_USER via "... AS '_=<varname>'" are now available in STORE_RECORD by {{<varname>:R}}
Bug Fixes
^^^^^^^^^
* #6902 / Drag and drop in subrecords: expect 1 row got nothing.
Version 18.9.2
--------------
...
...
extension/Documentation/Settings.cfg
View file @
6bd020d6
...
...
@@ -2,8 +2,8 @@
[general]
project = QFQ - Quick Form Query
version
= 18.
9
release
= 18.
9.2
version = 18.
10
release = 18.
10.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
6bd020d6
...
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
#
# The short X.Y version.
version
=
'18.
9
'
version
=
'18.
10
'
# The full version, including alpha/beta/rc tags.
release
=
'18.
9.2
'
release
=
'18.
10.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
6bd020d6
...
...
@@ -37,6 +37,29 @@ Bug Fixes
^^^^^^^^^
Version 18.10.0
---------------
Date: 04.10.2018
Notes
^^^^^
Features
^^^^^^^^
* #6894 / Upload: chmod for file creation.
* #6886 / Upload: Auto Orient - implementation.
* #6721: Log switching {{feUser:U}} to qfq.log. Log {{feUser:U}} to sql.log.
* #5458: Add '{{feUser:U}}' to be shown on exception.
* Manual.rst: Fix missing single tick in special column name '_=<var>'
* Report: Variables copied to STORE_USER via "... AS '_=<varname>'" are now available in STORE_RECORD by {{<varname>:R}}
Bug Fixes
^^^^^^^^^
* #6902 / Drag and drop in subrecords: expect 1 row got nothing.
Version 18.9.2
--------------
...
...
extension/ext_emconf.php
View file @
6bd020d6
...
...
@@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.
9.2
'
,
'version'
=>
'18.
10.0
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
6bd020d6
18.
9.2
18.
10.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