Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [feature/avatars] Remove trailing whitespace from avatar code | Marc Alexander | 2013-02-19 | 1 | -5/+5 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Pass phpbb_user to prepare and process form functions | Marc Alexander | 2013-02-19 | 1 | -2/+4 |
| | | | | | | | The phpbb_user object might be used for language variables and other things. PHPBB3-10018 | ||||
* | [feature/avatars] Correct license, copyright and package info | Marc Alexander | 2013-02-03 | 1 | -3/+3 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Pass phpbb_user object to prepare_form_acp() | Marc Alexander | 2013-01-08 | 1 | -1/+3 |
| | | | | | | | 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 | ||||
* | [feature/avatars] Pass phpbb_user object to get_custom_html() | Marc Alexander | 2013-01-08 | 1 | -1/+4 |
| | | | | | | | | 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 | ||||
* | [feature/avatars] Remove $request property and pass as argument if needed | Marc Alexander | 2013-01-07 | 1 | -2/+4 |
| | | | | | | | | 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 | ||||
* | [feature/avatars] Fix docblocks and minor cosmetic issues | Marc Alexander | 2012-12-01 | 1 | -9/+18 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Let avatar manager handle $ignore_config | Marc Alexander | 2012-11-30 | 1 | -9/+7 |
| | | | | | | | The avatar manager already handles if avatars are enabled. It should also handle ignoring the config settings. PHPBB3-10018 | ||||
* | [feature/avatars] Get list of enabled drivers from avatar manager | Marc Alexander | 2012-11-30 | 1 | -7/+0 |
| | | | | | | | | This shouldn't be done in the avatar drivers. We need to force the display all avatar drivers in the ACP or it won't be possible to enable avatars after they have been disabled. PHPBB3-10018 | ||||
* | [feature/avatars] Properly implement custom HTML in the interface | Marc Alexander | 2012-11-29 | 1 | -2/+1 |
| | | | | | | | | | Previously the driver class added a variable that defined wether an avatar driver would return custom HTML. The existence of this variable was implied in the interface. It's also not needed which is why it has been removed. PHPBB3-10018 | ||||
* | [feature/avatars] Even more fixes to docblocks | Marc Alexander | 2012-11-25 | 1 | -19/+19 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Move avatar specific settings to drivers | Marc Alexander | 2012-11-21 | 1 | -0/+7 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Fix the docs and small naming fixes | Marc Alexander | 2012-11-19 | 1 | -5/+29 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Add service containers for avatars | Marc Alexander | 2012-11-15 | 1 | -0/+7 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Add support for custom avatar HTML code | Marc Alexander | 2012-11-14 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Rewrite drivers to use full class name | Igor Wiedler | 2012-06-27 | 1 | -0/+10 |
| | | | | | | | | * Use full driver class name as avatar_type value * Move avatar drivers to core namespace * Make avatars installable through extensions PHPBB3-10018 | ||||
* | [feature/avatars] Remove unneeded argument for driver prepare_form() | Igor Wiedler | 2012-06-27 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Simplify clean_row, move it to avatar manager | Igor Wiedler | 2012-04-08 | 1 | -11/+0 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Introduce an avatar driver interface | Igor Wiedler | 2012-04-08 | 1 | -0/+71 |
PHPBB3-10018 |