| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
[ticket/14774] Support partial downloads of attachments
* danchr/ticket/14774:
[ticket/14774] Support partial downloads of attachments
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All browser engines that descend from WebKit declare themselves as
Safari in the user agent, including Chrome. Currently, the code
assumes that any Safari-like browser cannot handle the RFC-compliant
filename syntax. At least for recent versions of Safari, this is no
longer the case, and the legacy syntax results in URI-quoted
filenames. Using the standard syntax works as expected in both Safari
9 and Chrome 45.
The ticket reporting this issue is from January 2014, so we can safely
ignore compatibility: any browser still relying on the previous
behaviour is unlikely to receive security updates.
PHPBB3-12133
|
| |\ \
| | |
| | |
| | | |
[ticket/14764] Wrong link to database update script has been fixed
|
| | | |
| | |
| | |
| | | |
PHPBB3-14764
|
| | | |
| | |
| | |
| | | |
PHPBB3-10961
|
| |\ \ \
| |/ /
|/| /
| |/
| | |
* 3.1.x:
[ticket/14673] Changes wrong language variable in mcp_forum
|
| | |
| |
| |
| | |
PHPBB3-14673
|
| |\ \
| | |
| | |
| | | |
[ticket/14636] Restore BC with compatibility functions
|
| | | |
| | |
| | |
| | |
| | | |
PHPBB3-13573
PHPBB3-14636
|
| | | |
| | |
| | |
| | | |
PHPBB3-14636
|
| |\ \ \
| |/ /
|/| /
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-12925
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-14721
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-14713
|
| |\ \
| |/ |
|
| | |\
| | |
| | |
| | | |
[ticket/14616] Fixed auto-prune failing on large forums
|
| | | |
| | |
| | |
| | | |
PHPBB3-14616
|
| | | |
| | |
| | |
| | | |
PHPBB3-14616
|
| | | |
| | |
| | |
| | | |
PHPBB3-14616
|
| | | |
| | |
| | |
| | | |
PHPBB3-14616
|
| | | |
| | |
| | |
| | | |
PHPBB3-14616
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add the missing post_id value to the moderator log entry created upon
deleting one or more posts in the MCP topic view.
PHPBB3-14709
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
Conflicts:
phpBB/install/install_install.php
phpBB/language/en/install.php
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/14654] Change Imagemagick to ImageMagick
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14654
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14692] Remove duplicate subexpression in questionnaire.php
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Subexpression `($ip_address_ary[0] == '192' && $ip_address_ary[1] == '168')`
was repeated.
PHPBB3-14692
|
| |\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| | |\ \ \
| | |_|/
| |/| |
| | | | |
[ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This should help users trying to figure out why their
mail config is not working when they forgot to use a protocol prefix.
PHPBB3-14184
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* upstream/prep-release-3.2.0-RC1:
[prep-release-3.2.0-RC1] Update changelog
[prep-release-3.2.0-RC1] Add migration
[prep-release-3.2.0-RC1] Update schema.json
[prep-release-3.2.0-RC1] Update version to 3.2.0-RC1
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14690
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14660
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14660] Fix parsing board email messages through template engine.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14660
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14680] Fix wrong function name being checked in mcp_queue.
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14680
|
| |\ \ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Conflicts:
phpBB/language/en/install.php
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13716] Check phpBB version against config version
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13716
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13716
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Display a warning in the ACP if the version constant (files)
does not match the phpbb_config version
(often indicating that the database updates hasn't been run)
PHPBB3-13716
|
| |\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
phpBB/includes/ucp/ucp_profile.php
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13978] Add core.ucp_profile_modify_signature_sql_ary
|