| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
RFC-6068 asks for percent-encoding so that seems more correct.
Not sure about that one.
PHPBB3-10922
|
| |
|
|
| |
PHPBB3-10922
|
| |\
| |
| |
| |
| | |
* 3.1.x:
[ticket/13778] Update wording of the reCaptcha instructions
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13778] Update wording of the reCaptcha instructions
* VSEphpbb/ticket/13778:
[ticket/13778] Update wording of the reCaptcha instructions
|
| | | |
| | |
| | |
| | | |
PHPBB3-13778
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/12101] Remove HTML redirect workaround for Microsoft/IIS webserver
|
| | |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
[ticket/12101] Remove HTML redirect workaround for Microsoft/IIS webserver
* akoeplinger/ticket/12101:
[ticket/12101] Remove HTML redirect workaround for Microsoft/IIS webserver
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The code was added as a workaround for bugs in very old versions of IIS,
dating back to 2002: see commit 849d76697444f4e3523845f8c96569ccde57d868.
Newer IIS versions handle the 'Location' header just fine, so we can avoid
the unnecessary HTML page for redirects. Given that it seems to work fine
since IIS 6.0 (on WinServer 2003), I don't think it's worth adding a special
check for earlier versions as they are no longer supported by MS as well.
PHPBB3-12101
|
| |\ \
| | |
| | |
| | | |
[ticket/8672] Add class for retrieving imagesize without download
|
| | | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The new version of fastImageSize already makes sure that these files
and/or folders do not exist.
PHPBB3-8672
|
| | | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | | |
| | |
| | |
| | | |
PHPBB3-8672
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
getimagesize() always downloads the complete file before checking
the actual image dimensions. This class will be able to do the same
without having to download possibly large files.
PHPBB3-8672
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12745] Allow Unicode characters from the SMP to be used in text
* s9e/ticket/12745:
[ticket/12745] Added HTML entity test
[ticket/12745] Added support for Unicode characters outside BMP
[ticket/12745] Updated s9e\TextFormatter
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
https://github.com/phpbb/phpbb/pull/3548#issuecomment-96219167
PHPBB3-12745
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12745
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-12745
|
| |\ \ \
| | |/
| |/| |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/13755] Ignore dots in path when determining file extension.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13755
|
| |\ \ \ \
| |/ / /
| | | |
| | | | |
* 3.1.x:
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
* prep-release-3.1.4:
|
| | | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
* bantu/ticket/13765-3.1.4:
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
|
| |\ \ \ \ \ \
| |/ / / / /
| | | | | /
| |_|_|_|/
|/| | | | |
* 3.1.x:
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
* 3.0.x:
|
| | | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
* bantu/ticket/13765:
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
|
| | |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
* bantu/ticket/13765-3.1.4:
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
|
| | | |\ \ \ \ \
| | | | |/ / /
| | | |/| / /
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/13765:
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
Conflicts:
phpBB/includes/functions.php
phpBB/includes/startup.php
|
| | | | |/ /
| | | | |
| | | | |
| | | | | |
PHPBB3-13765
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13767] Remove vendor/s9e/text-formatter/.git during build
* s9e/ticket/13767:
[ticket/13767] Remove vendor/s9e/text-formatter/.git during build
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13767
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13774] Update s9e\TextFormatter
* s9e/ticket/13774:
[ticket/13774] Updated s9e\TextFormatter
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13774
|
| |\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
* 3.1.x:
[ticket/13772] Fix typo in phpbb\passwords\manager::__construct()
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13772] Fix typo in phpbb\passwords\manager::__construct()
* brunoais/ticket/13772:
[ticket/13772] Fix typo in phpbb\passwords\manager::__construct()
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13772
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13768] Update to symfony 2.8.*@dev
* Nicofuma/ticket/13768:
[ticket/13768] Fix deprecations
[ticket/13768] Update to symfony 2.8.*@dev
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13768
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13768
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13766] Add style_parent_id in textformater's data_access::get_st...
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13766
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | | |
[ticket/13654] Moving reporting into controller
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Moving report.php's content into different services and controllers to
better comply with the MVC model.
Also implementing:
* Replacement for reasons_display()
* Adding assign_meta_refresh_var() to \controller\helper
* Adding separate routes for easy configuration
* Updating unit tests to expect to correct results
* Add BC tests
PHPBB3-13654
|