| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
|
|
| |
More test cases to check against different versions
PHPBB3-10820
|
|
|
|
| |
PHPBB3-10820
|
|
|
|
| |
PHPBB3-10820
|
|
|
|
| |
PHPBB3-10820
|
|
|
|
| |
PHPBB3-10325
|
|
|
|
| |
PHPBB3-10820
|
|
|
|
| |
PHPBB3-10973
|
|
|
|
| |
PHPBB3-9916
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Apply the `__DIR__` fix to some remaining Ascraeus tests
PHPBB3-10011
|
|
|
|
| |
This merge commit includes ascraeus-specific renames and adjustments.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-9627
|
|
|
|
| |
PHPBB3-9627
|
|
PHPBB3-9627
|