| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
[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
|
| |/
|
|
|
|
|
|
| |
This change makes the uploaded avatars use the PHPBB_USE_BOARD_URL_PATH
constant, which is needed when trying to use the get_user_avatar()
function in a listener for index changes.
PHPBB3-13703
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
develop-ascraeus
* github-marc1706/ticket/12822:
[ticket/12822] Fix test runs of avatar manager_test
[ticket/12822] Add method for deleting avatars and use confirm_box
[ticket/12822] Remove "None" option from avatar select boxes
|
| | |
| |
| |
| |
| |
| |
| | |
This option is just used for deleting avatars for which we already have
a checkbox.
PHPBB3-12822
|
| |/
|
|
| |
PHPBB3-12941
|
| |
|
|
| |
PHPBB3-11148
|
| |
|
|
| |
PHPBB3-12721
|
| |
|
|
| |
PHPBB3-12715
|
| |
|
|
| |
PHPBB3-12594
|
| |
|
|
|
| |
Conflicts:
phpBB/includes/acp/acp_board.php
|
| |
|
|
|
|
|
|
| |
The service name might not follow the expected naming scheme which would
cause abnormally long filenames and confusion for authors that might add
more avatar drivers.
PHPBB3-11859
|
| |
|
|
| |
PHPBB3-11980
|
| |
|
|
|
|
|
| |
This will ensure that avatars still properly display on extension pages
supplied via app.php.
PHPBB3-11930
|
| |
|
|
| |
PHPBB3-11700
|
|
|
PHPBB3-11698
|