- Sep 29, 2022
-
-
enured authored
-
- Sep 27, 2022
-
-
enured authored
F10782: Implemented pictureUpload.php functionality in Class File. Upload is now handled by API file.php. Added feature for function updateT3QfqConfig, possible to give config array or key. updateT3QfqConfig is handled over bool variable. Function getUniqueFileName is now in HelperFile Class. Optimized set of baseUrl.
-
- Jun 02, 2021
-
-
Carsten Rose authored
Refs #12615. Implements silent HEIC/HEIF conversion to png. Write a note in realease notes, to install 'libheif-examples'.
-
- Aug 28, 2020
-
-
Marc Egger authored
-
- Aug 24, 2020
-
-
Marc Egger authored
Refs #11035 use Path:: for paths that are defined in config. Except for Log & absolute paths... they need more work.
-
- Sep 14, 2019
-
-
Carsten Rose authored
-
- Aug 29, 2019
-
-
Carsten Rose authored
-
- Jun 30, 2019
-
-
Carsten Rose authored
-
- Jun 20, 2019
-
-
- Jun 03, 2019
-
-
- Mar 29, 2019
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Dec 17, 2018
-
-
Carsten Rose authored
-
- Dec 02, 2018
-
-
Carsten Rose authored
Logger.php: remove UserAgent - that one is logged in FormSubmitLog Table. Add 'cookie' to filter individual actions.
-
- Oct 28, 2018
-
-
Carsten Rose authored
F4901: implement split with 'convert' (jpeg). Refactor chmod(), unlink(), rename(), rmdir(), copy() to use by QFQ version which throws an exception.
-
- Oct 04, 2018
-
-
Carsten Rose authored
-
- Oct 02, 2018
-
-
Carsten Rose authored
-
- Sep 15, 2018
-
-
Carsten Rose authored
-
- Jun 29, 2018
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Elias Villiger authored
-
Elias Villiger authored
-
- Jun 16, 2018
-
-
B5884: sql.log public readable. Default is now changed from typo3conf/sql.log to fileadmin/protected/log/sql.log|mail.log
-
- May 16, 2018
-
-
Carsten Rose authored
-
- Mar 02, 2018
-
-
Carsten Rose authored
- STORE_VARS contains now 'mimeType' and 'fileSize'. - sqlBefore and sqlAfter will be fired in Upload Advanced and new in Upload Simple as well. - STORE_VARS contains now `filenameOnly`. It can be used in downloadButton=....
-
- Mar 01, 2018
-
-
Carsten Rose authored
-
- Feb 11, 2018
-
-
Carsten Rose authored
-
- Nov 02, 2017
-
-
Carsten Rose authored
-
- Aug 28, 2017
-
-
Carsten Rose authored
-
- Jul 23, 2017
-
-
Carsten Rose authored
Dirty.php: add comments. Add timeout checking
-
- Jun 12, 2017
-
-
Carsten Rose authored
OnArray.php: typo in doc. doUpload: enhance type declaration.
-
- May 12, 2017
-
-
Carsten Rose authored
Implemented: file upload check for mime type and max file size. File.php, AbstractBuildForm.php: Implement FE_FILE_MIME_TYPE_ACCEPT and FE_FILE_MAX_FILE_SIZE
-
- Feb 15, 2017
-
-
Carsten Rose authored
Support.php, AbstractBuildForm.php: new function falseemptyToZero(). Constants.php: New UPLOAD_MODE_* Evaluate.php: fixed bug in 'skip' logic of evaluate->parseArray() Save.php: doUpload() now returns $modeUpload, which are needed in doUploadSlave(), rewrote logic of doUploadSlave(),
-
- May 04, 2016
-
-
Carsten Rose authored
-
- Apr 27, 2016
-
-
Carsten Rose authored
Sanitize.php: new sanitize class ALLBUT. New function safeFilename(). Support.php: New function mkDirParent(). Store.php: new system config variable SYSTEM_SITE_PATH. QuickFormQuery.php: fills STORE_RECORD before saving the current record. Save.php: moving the file to the final destination.
-
Carsten Rose authored
Store.php: fills arrays direct in $_SESSION - not sure if this works. AbstractBuildForm.php: buildFile() extended to create hidden sipUplaod element. BuildFormBootstrap.php: support different actions on calling file.php File.php, Save.php: rewrote whole logic of uploading files. See CODING.md
-
- Apr 26, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
file.php: API described. Store.php: Fixed STORE_EXTRA initialization bug AbstractBuildForm.php: code rearranged. Constants.php: UPLOAD added
-
Carsten Rose authored
file.php: created Store.php: New store 'STORE_EXTRA' implemented. BuildFormBootstrap: call to file.php implemented.
-