| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11394:
[ticket/11394] Relax Migration Tools
|
| | |
| |
| |
| |
| |
| |
| | |
Do not throw as many exceptions in the migration tools (when something
unexpected occurs but can be safely ignored).
PHPBB3-11394
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11393:
[ticket/11393] Give more information on database updater
|
| | |/
| |
| |
| | |
PHPBB3-11393
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11395:
[ticket/11395] Prevent acp_modules::get_modules_info from reincluding files
|
| | |/
| |
| |
| | |
PHPBB3-11395
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# By Marc Alexander (100) and others
# Via Marc Alexander (8) and Igor Wiedler (3)
* remotes/marc/feature/avatars: (138 commits)
[feature/avatars] Update module_auth of ucp module and fix small issues
[feature/avatars] Add migrations data file for avatars
[feature/avatars] Reduce module auth of ucp avatar settings
[feature/avatars] Auto-clear avatar dimensions when first changing avatars
[feature/avatars] Use "Main" as category for avatars in root of gallery
[feature/avatars] Remove trailing whitespace from avatar code
[feature/avatars] Pass phpbb_user to prepare and process form functions
[feature/avatars] Document the use of the allowed extensions array
[feature/avatars] Use array for allowed extensions and implode if needed
[feature/avatars] Use deprecated for compatibility function
[feature/avatars] Correct license, copyright and package info
[feature/avatars] Move list of supported formats to avatar driver class
[feature/avatars] Add include of functions_display.php in BC function
[feature/avatars] Add note about when compatibility function was added
[feature/avatars] Add compatibility function for get_user_avatar()
[feature/avatars] Move definition of driver_collection to avatars.yml
[feature/avatars] Remove the obsolete request argument for avatar drivers
[feature/avatars] Add missing @var to docblocks in avatar manager
[feature/avatars] Remove not needed inline style
[feature/avatars] Differentiate tests for get drivers functions
...
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reduced the check effectively_installed() to just checking for the config
entry "allow_avatar_gravatar". Also added the missing update of the
module_auth of the ucp_profile avatar mode.
PHPBB3-10018
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The module_auth of the ucp avatar settings are used for checking if the
migration has already been installed.
PHPBB3-10018
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previously the avatar types that need to be enabled were hardcoded into
the module auth. This is no longer needed in the new avatar system.
PHPBB3-10018
|
| | |\ \
| | |/
| | |
| | |
| | | |
Conflicts:
phpBB/install/database_update.php
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In the remote avatar and gravatar the dimension input boxes will now be
cleared when changing the avatar. This will only happen once per
page-load. Any input after the first change will not trigger this.
PHPBB3-10018
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before this change the whole avatar gallery path would show as category.
Additionally, the avatars that were selected like that had an incorrect
path and didn't show up correctly.
With this patch it'll display "Main" as category and properly work.
PHPBBB3-10018
|
| | | |
| | |
| | |
| | | |
PHPBB3-10018
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The phpbb_user object might be used for language variables and other
things.
PHPBB3-10018
|
| | | |
| | |
| | |
| | | |
PHPBB3-10018
|
| | | |
| | |
| | |
| | | |
PHPBB3-10018
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
phpBB/config/services.yml
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also moved use of global variables inside the only if statement they are
used in.
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Using the regex and turning it into an array if necessary seemed like the
cleanest approach to achieve this.
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The needed function phpbb_get_avatar() is defined in
includes/functions_display.php. Include that file in the backwards
compatible function get_user_avatar().
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This should have been removed earlier when the phpbb_request object was
dropped from the arguments to the avatar drivers.
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Tests for get_all_drivers() and get_enabled_drivers() should be different.
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The phpbb_user object might be used for language variables. Pass it as a
function argument to prepare_form_acp() instead of using globals.
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Pass the phpbb_user object to function get_custom_html(). This object is
used in that method. Also fixed incorrect arguments to get_custom_html()
in phpbb_get_avatar().
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove the $request property from the phpbb_avatar_driver class and rather
pass it as function argument if it's needed in a function. Currently this
is only the case for the class methods prepare_form() and process_form().
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The upload avatar driver will now inform the user if insufficient data has
been entered for both remote and local avatar uploads.
The local avatar driver (gallery avatar) will also inform the user if he
didn't select a category and/or file before submitting.
PHPBB3-10018
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Although get_user_avatar() is not new, the phpbb prefix was prepended. This
is due to the fact that it was entirely rewritten and is therefore more or
less a completely new function.
PHPBB3-10018
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/includes/ucp/ucp_groups.php
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rather than showing the user an empty drop-down list for the local avatar
categories, inform him/her that there are currently no (local) avatars
available.
PHPBB3-10018
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10018
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10018
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10018
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10018
|
| | |\ \ \ \ |
|
| | | |\ \ \ \ |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10018
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10018
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Conflicts:
phpBB/install/database_update.php
|