| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
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
|
| |
|
|
| |
PHPBB3-13774
|
| |\
| |
| |
| |
| | |
* 3.1.x:
[ticket/13772] Fix typo in phpbb\passwords\manager::__construct()
|
| | |
| |
| |
| | |
PHPBB3-13772
|
| | |
| |
| |
| | |
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
|
| | | |
| | |
| | |
| | | |
PHPBB3-13763
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | |
| | | |
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/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
|
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13701] Adds two new events to posting_pm_layout.html
Conflicts:
phpBB/docs/events.md
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
These events wrap the includes of posting_pm_header.html to add some
content before and after it.
PHPBB3-13701
|
| |\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
phpBB/styles/subsilver2/template/posting_poll_body.html
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13739] Add template core event posting_poll_body_options_after
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixing order of if statement and event
PHPBB3-13739
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixing if else construct in prosilver so that the event is placed correctly
PHPBB3-13739
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Template event added for the poll options while posting a topic
so that you may add additional options for polls.
PHPBB3-13739
|
| |\ \ \ \ \ \ \
| |/ / / / / / |
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/8494] Ignore errors from the database schema preparation
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This allows installing phpBB twice in the same database with a different
prefix
PHPBB3-8494
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/12368] Correctly check if avatars migration is installed
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-12368
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Try to set the avatar type to string value to check if new avatar
types are supported.
PHPBB3-12368
|
| |\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|