| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |\
| | |
| | |
| | | |
[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
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13697] Moving filesystem related functions to filesystem service
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
|
| |\ \ \ \ \ \ \
| |_|/ / / / /
|/| | / / / /
| | |/ / / /
| |/| | | | |
* 3.1.x:
[ticket/13763] Fix typo in extension lang file
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13763] Fix typo in extension lang file
* RMcGirr83/ticket/13763:
[ticket/13763] Fix typo in extension lang file
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13763
|
| |\ \ \ \ \ \
| |/ / / / / |
|
| | |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
[ticket/13756] Fix resize after upload with plupload
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13756
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13756
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| | | | | | |
|
| | |\ \ \ \
| | | |/ /
| | |/| | |
|
| | | | | | |
|
| | | | | | |
|
| | |/ / / |
|
| |\ \ \ \
| |/ / / |
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13749] Add missing slash to base uri in helper route tests
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-13749
|
| |\ \ \ \
| |/ / / |
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13493] Append page name to base url if it doesn't contain it
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13493
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/styles/subsilver2/template/posting_body.html
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13710] Allow template events near smilies display
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13710
|