#3218 / download.php / export
Implemented download.php to offer SIP protected downloads for single files (any filetype) as well as concatenated PDF files and converted HTML pages. download.php: API Interface DownloadException.php: New exception class for downloads - might be extended for better error handling. OnArray.php: new function getArrayItemKeyNameStartWith() to filter for specific elements in an array. New function arrayEscapeshellarg() to escape args Download.php: Main class. Link.php, Report.php: implemented new link type 'd' (=download)
Showing
- extension/Documentation/Manual.rst 115 additions, 0 deletionsextension/Documentation/Manual.rst
- extension/qfq/api/download.php 29 additions, 0 deletionsextension/qfq/api/download.php
- extension/qfq/qfq/Constants.php 30 additions, 2 deletionsextension/qfq/qfq/Constants.php
- extension/qfq/qfq/exceptions/DownloadException.php 31 additions, 0 deletionsextension/qfq/qfq/exceptions/DownloadException.php
- extension/qfq/qfq/helper/OnArray.php 47 additions, 0 deletionsextension/qfq/qfq/helper/OnArray.php
- extension/qfq/qfq/report/Download.php 276 additions, 0 deletionsextension/qfq/qfq/report/Download.php
- extension/qfq/qfq/report/Link.php 27 additions, 5 deletionsextension/qfq/qfq/report/Link.php
- extension/qfq/qfq/report/Report.php 123 additions, 7 deletionsextension/qfq/qfq/report/Report.php
- extension/qfq/tests/phpunit/OnArrayTest.php 20 additions, 0 deletionsextension/qfq/tests/phpunit/OnArrayTest.php
Loading
Please register or sign in to comment