aboutsummaryrefslogtreecommitdiffstats
path: root/tests/download
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14774] Support partial downloads of attachmentsDan Villiom Podlaski Christiansen2016-09-071-7/+55
| | | | | | | | | | | | | | | phpBB already had limited support for partial downloads, but only for resuming downloads, disregarding any range ending before EOF. WebKit on iOS and OS X uses partial downloads when fetching media files. Previously, only MP3 attachments could play directly in the browser, reported as a live stream, but with this change, all supported media formats should render as expected. Tested using cURL by verifying that partial downloads give exactly the same results compared to Apache. PHPBB3-14774
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-272-6/+14
| | | | PHPBB3-12594
* [ticket/10820] Add test casesDhruv2013-06-051-4/+37
| | | | | | More test cases to check against different versions PHPBB3-10820
* [ticket/10820] Rename functionDhruv2013-06-051-2/+2
| | | | PHPBB3-10820
* [ticket/10820] Fix copyrightDhruv2013-06-051-1/+1
| | | | PHPBB3-10820
* [ticket/10820] Change function call in testsDhruv2013-06-051-1/+1
| | | | PHPBB3-10820
* [ticket/10820] Add test casesDhruv2013-05-121-0/+32
| | | | PHPBB3-10325
* [ticket/10820] add unit tests for phpbb_is_greater_ie7Dhruv2013-04-291-0/+65
| | | | PHPBB3-10820
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-1/+0
| | | | PHPBB3-10973
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-4/+8
| | | | | | | | | | | | 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
* [ticket/10011] Tests can't be ran on PHP < 5.3Erik Frèrejean2011-01-311-1/+1
| | | | | | Apply the `__DIR__` fix to some remaining Ascraeus tests PHPBB3-10011
* Merge branch 'develop-olympus' into developIgor Wiedler2011-01-101-0/+0
| | | | This merge commit includes ascraeus-specific renames and adjustments.
* Merge branch 'develop-olympus' into developIgor Wiedler2011-01-072-42/+1
| | | | | | | | | | | This commit also ports all ascraeus tests to the new format. Conflicts: tests/all_tests.php tests/network/all_tests.php tests/request/all_tests.php tests/request/request_var.php tests/template/templates/includephp.html
* [ticket/9627] Prefix function names with 'phpbb_'.Andreas Fischer2010-10-231-4/+4
| | | | PHPBB3-9627
* [ticket/9627] Adding unit tests for http_byte_range().Andreas Fischer2010-10-232-0/+66
| | | | PHPBB3-9627
* [ticket/9627] Adding download unit tests.Andreas Fischer2010-10-231-0/+36
PHPBB3-9627