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
6f03eb04
Commit
6f03eb04
authored
Apr 20, 2017
by
Carsten Rose
Browse files
Release.rst, file.php: fixed Typo's and extend doc
parent
4e01a68b
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Release.rst
View file @
6f03eb04
...
...
@@ -73,7 +73,7 @@ Bug Fixes
* TypeAhead.js: Handle <ENTER> key properly.
* #3462 / FormElement.parameter: requiredList not ok for non numeric content. STORE_FORM had been called without 'sanatize class'.
Therefore, all non numeric values has been sanatized by default. New: SANATIZE_ALLOW_ALL.
Therefore, all non numeric values has been sanatized by default. New: SANATIZE_ALLOW_ALL.
* Corrected error message to use 'itemList' instead of 'itemValues'. Renamed constant too.
* #2542 / FormElement-Typ 'note' funktioniert nicht mit dynamic update. 'Label' and 'note' are fixed - 'value' is still not updated, open.
...
...
extension/qfq/api/file.php
View file @
6f03eb04
...
...
@@ -15,6 +15,7 @@ require_once(__DIR__ . '/../qfq/Constants.php');
require_once
(
__DIR__
.
'/../qfq/File.php'
);
/**
* Process File Upload - immediately when the the user selects a file.
* Return JSON encoded answer
*
* status: success|error
...
...
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