| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
PHPBB3-14615
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-14471
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them directly when required.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension. Simplified manager
interface by reducing unneeded methods.
PHPBB3-14387
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them within the manager method.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension.
PHPBB3-14387
|
| |
| |
| |
| |
| |
| |
| |
| | |
Create a driver method to provide the driver config name, and use it
within the manager method. Default driver config name is the same as now.
But new drivers are able to override the config name with their own.
PHPBB3-14387
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
* 3.1.x:
[ticket/13799] Split lines in HTML files for better readability
[ticket/13799] Add missing space before checked attribute
[ticket/13799] Correctly urlencode category and show selected avatar
[ticket/13799] Do not rawurlencode category in gallery avatar
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13799] Do not rawurlencode category in gallery avatar
* marc1706/ticket/13799:
[ticket/13799] Split lines in HTML files for better readability
[ticket/13799] Add missing space before checked attribute
[ticket/13799] Correctly urlencode category and show selected avatar
[ticket/13799] Do not rawurlencode category in gallery avatar
|
| | |
| | |
| | |
| | | |
PHPBB3-13799
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Otherwise the directory seperator will incorrectly be transformed to its
HTML replacement.
PHPBB3-13799
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/14191] Add core.get_gravatar_url_after event
|
| | |
| | |
| | |
| | | |
PHPBB3-14191
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
| | |
| | |
| | |
| | | |
PHPBB3-13904
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14150] Update fast-image-size to newest version
* marc1706/ticket/14150:
[ticket/14150] Update fast-image-size to newest version
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14150
|
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| | |
| | |
| | |
| | | |
PHPBB3-14142
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
Conflicts:
phpBB/phpbb/avatar/driver/upload.php
tests/avatar/manager_test.php
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/13981] Add events to capture avatar deletion or overwriting
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
An event to capture new avatar moving in place (and maybe overwriting
existing avatar), and another to capture deletion. Includes better error
processing. Rename event.
PHPBB3-13981
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
An event to capture overwriting, and another to capture deletion.
Includes better error processing. Replaced global by dependency injection.
Fix typo.
PHPBB3-13981
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
An event to capture overwriting, and another to capture deletion.
Includes better error processing. Replaced global by dependency injection.
PHPBB3-13981
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
An event to capture overwriting, and another to capture deletion.
Includes better error processing.
PHPBB3-13981
|
| | |/
| | |
| | |
| | | |
PHPBB3-13981
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove the previously uploaded avatar when a new one with a different
extension is uploaded, using existing delete method
PHPBB3-13980
|
| |/
| |
| |
| |
| |
| |
| | |
Remove the previously uploaded avatar when a new one with a different
extension is uploaded
PHPBB3-13980
|
| |
| |
| |
| | |
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/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
|
|\ \
| | |
| | |
| | | |
[ticket/13703] Use correct avatar path for PHPBB_USE_BOARD_URL_PATH
|
| |/
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
| |
Prior to this change, the path might have been incorrect when using
PHPBB_USE_BOARD_URL_PATH.
PHPBB3-13742
|
|\
| |
| |
| | |
[ticket/13197] Also delete group avatar from users that have it set
|
| |
| |
| |
| | |
PHPBB3-13197
|
| |
| |
| |
| | |
PHPBB3-13197
|
| |
| |
| |
| | |
PHPBB3-13197
|
|\ \ |
|
| |/
| |
| |
| | |
PHPBB3-13232
|
|/
|
|
|
|
|
| |
Read a bit of the file to ensure header values are populated and then
handle headers in the nested array structure too.
PHPBB3-13227
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
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
|