Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [ticket/10258] Change the DOCTYPE to HTML5 | Igor Wiedler | 2011-07-09 | 1 | -2/+3 | |
| | | | | | | | | PHPBB3-10258 | |||||
* | | [feature/request-class] Add server(), header() and is_ajax() to request | Igor Wiedler | 2011-07-15 | 1 | -21/+18 | |
|/ | | | | | | | | | | | | Extend the request class with helpers for reading server vars (server()) and HTTP request headers (header()). Refactor the existing code base to make use of these helpers, make $_SERVER a deactivated super global. Also introduce an is_ajax() method, which checks the X-Requested-With header for the value 'XMLHttpRequest', which is sent by JavaScript libraries, such as jQuery. PHPBB3-9716 | |||||
* | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-02-24 | 1 | -0/+3 | |
| | | | | | | | | | * develop-olympus: [ticket/10056] Corrected a typo in Firebird name. [ticket/10041] Use send_status_line more in download/file.php Conflicts: phpBB/download/file.php | |||||
* | [ticket/9790] Support for lighttpd's X-Sendfile header for attachments. | Andreas Fischer | 2011-01-18 | 1 | -15/+8 | |
| | | | | PHPBB3-9790 | |||||
* | [ticket/9790] Support for nginx's X-Accel-Redirect header for attachments. | Andreas Fischer | 2011-01-17 | 1 | -0/+10 | |
| | | | | PHPBB3-9790 | |||||
* | [ticket/9790] Always call file_gc(false) before sending the file. | Andreas Fischer | 2011-01-17 | 1 | -3/+4 | |
| | | | | | | This also unloads the cache before the file is send. PHPBB3-9790 | |||||
* | [ticket/9790] Add $exit parameter to file_gc(). | Andreas Fischer | 2011-01-17 | 1 | -2/+15 | |
| | | | | PHPBB3-9790 | |||||
* | [ticket/9627] Prefix function names with 'phpbb_'. | Andreas Fischer | 2010-10-23 | 1 | -6/+6 | |
| | | | | PHPBB3-9627 | |||||
* | [ticket/9627] Split http_range_request() into several functions. | Andreas Fischer | 2010-10-23 | 1 | -31/+50 | |
| | | | | | | | Split http_range_request() into several functions for better reusability and to allow some unit testing. PHPBB3-9627 | |||||
* | [ticket/9627] Make sure range request reads till the end of the file. | Andreas Fischer | 2010-10-23 | 1 | -0/+6 | |
| | | | | PHPBB3-9627 | |||||
* | [ticket/9627] Make use of 'static' since the function is called more than once | Andreas Fischer | 2010-10-23 | 1 | -9/+28 | |
| | | | | PHPBB3-9627 | |||||
* | [ticket/9627] Make sure the database record for the filesize is correct. | Andreas Fischer | 2010-10-23 | 1 | -0/+10 | |
| | | | | PHPBB3-9627 | |||||
* | [ticket/9627] Support for HTTP range requests in download/file.php | Andreas Fischer | 2010-10-23 | 1 | -0/+114 | |
| | | | | | | | Initial draft of "resume support" for attachments. This should allow users to resume partially downloaded attachments. PHPBB3-9627 | |||||
* | [ticket/9792] Move function definitions out of download/file.php | Andreas Fischer | 2010-08-30 | 1 | -0/+409 | |
Move functions defined in download/file.php out to includes/functions_download.php so they can be properly reused and unit tested. PHPBB3-9792 |