Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11548] Check upload avatar URL the same way as in phpBB 3.0 | Marc Alexander | 2013-07-12 | 1 | -0/+26 |
| | | | | | | | | | The upload avatar URL was checked for its length in phpBB 3.0. Additionally, starting with the new avatar system in phpBB 3.1, the URL was checked to prevent improper URLs being submitted. This minor change is needed for proper testing of the ucp and acp groups pages. PHPBB3-11548 | ||||
* | [ticket/11010] Fixes for number input in acp | Vjacheslav Trushkin | 2013-05-20 | 1 | -1/+1 |
| | | | | PHPBB3-11010 | ||||
* | [ticket/11335] (avatars) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 3 | -5/+5 |
| | | | | PHPBB3-11335 | ||||
* | [feature/avatars] Use "Main" as category for avatars in root of gallery | Marc Alexander | 2013-02-19 | 1 | -6/+8 |
| | | | | | | | | | 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 | ||||
* | [feature/avatars] Remove trailing whitespace from avatar code | Marc Alexander | 2013-02-19 | 3 | -8/+8 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Pass phpbb_user to prepare and process form functions | Marc Alexander | 2013-02-19 | 5 | -10/+12 |
| | | | | | | | The phpbb_user object might be used for language variables and other things. PHPBB3-10018 | ||||
* | [feature/avatars] Document the use of the allowed extensions array | Marc Alexander | 2013-02-13 | 1 | -1/+6 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Use array for allowed extensions and implode if needed | Marc Alexander | 2013-02-07 | 4 | -4/+9 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Correct license, copyright and package info | Marc Alexander | 2013-02-03 | 6 | -19/+19 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Move list of supported formats to avatar driver class | Marc Alexander | 2013-01-25 | 4 | -3/+8 |
| | | | | | | | Using the regex and turning it into an array if necessary seemed like the cleanest approach to achieve this. PHPBB3-10018 | ||||
* | [feature/avatars] Strictly check if avatar list is empty and cache result | Marc Alexander | 2013-01-08 | 1 | -2/+3 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Pass phpbb_user object to prepare_form_acp() | Marc Alexander | 2013-01-08 | 4 | -6/+6 |
| | | | | | | | 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 | 3 | -3/+6 |
| | | | | | | | | 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 | 6 | -33/+28 |
| | | | | | | | | 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] Improve handling of incorrect input for avatars | Marc Alexander | 2013-01-04 | 2 | -1/+13 |
| | | | | | | | | | 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 | ||||
* | [feature/avatars] Let the server handle http or https for gravatars | Marc Alexander | 2012-12-27 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Some more miscellaneous changes | Marc Alexander | 2012-12-27 | 2 | -2/+2 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Add more consistency to codebase | Marc Alexander | 2012-12-11 | 2 | -12/+22 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Fix docblocks and minor cosmetic issues | Marc Alexander | 2012-12-01 | 4 | -12/+21 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Create setting for enabling avatar in manager | Marc Alexander | 2012-11-30 | 5 | -66/+5 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Let avatar manager handle $ignore_config | Marc Alexander | 2012-11-30 | 5 | -63/+28 |
| | | | | | | | 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 | 2 | -17/+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 | 3 | -13/+3 |
| | | | | | | | | | 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] Check for existing functions rather than using _once | Marc Alexander | 2012-11-26 | 3 | -4/+17 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Even more fixes to docblocks | Marc Alexander | 2012-11-25 | 6 | -44/+48 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Docblock fixes and small change for php_ext | Marc Alexander | 2012-11-25 | 4 | -36/+34 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Miscellaneous fixes | Marc Alexander | 2012-11-25 | 2 | -4/+3 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Remove unnecessary abbreviations | Marc Alexander | 2012-11-25 | 4 | -31/+31 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Use RecursiveDirectoryIterator for gallery avatar | Marc Alexander | 2012-11-21 | 1 | -33/+21 |
| | | | | | | | RecursiveDirectoryIterator is now used for populating the avatar list array of the gallery avatar. PHPBB3-10018 | ||||
* | [feature/avatars] Get rid of array_keys() in gallery avatar | Marc Alexander | 2012-11-21 | 1 | -3/+6 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Move avatar specific settings to drivers | Marc Alexander | 2012-11-21 | 6 | -0/+61 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Check if gravatar is within min/max width/height | Marc Alexander | 2012-11-21 | 1 | -0/+18 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Use constant for URL and fix usage of getimagesize | Marc Alexander | 2012-11-21 | 1 | -16/+39 |
| | | | | | | | | We now use a constant for the gravatar URL. Additionally the usage of getimagesize() was reduced. It should only be run if the user didn't specify both the width and height of the avatar. PHPBB3-10018 | ||||
* | [feature/avatars] Use protected instead of private | Marc Alexander | 2012-11-19 | 3 | -3/+3 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Fix the docs and small naming fixes | Marc Alexander | 2012-11-19 | 5 | -11/+37 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Use https for gravatar | Marc Alexander | 2012-11-19 | 1 | -3/+2 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Fix local and upload avatar in the ACP | Marc Alexander | 2012-11-18 | 1 | -2/+3 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Add missing assign_block_vars() for avatar options | Marc Alexander | 2012-11-18 | 1 | -0/+4 |
| | | | | | | This is needed for selecting the gallery avatar while using subsilver2. PHPBB3-10018 | ||||
* | [feature/avatars] Use request class in upload avatar | Marc Alexander | 2012-11-17 | 1 | -1/+2 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Small fixes after transition to service containers | Marc Alexander | 2012-11-17 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Use correct names of input fields | Marc Alexander | 2012-11-16 | 2 | -4/+4 |
| | | | | | | | | | | | The name of the avatar input fields seem to have been copied from the local avatar (gallery avatar). Since the input fields have different names in the template files of the remote and gravatar avatars this will not properly default to the entered values. Additionally, the focused driver wasn't correctly filtered causing use to always default to no avatar. PHPBB3-10018 | ||||
* | [feature/avatars] Shorten avatar driver's class name | Marc Alexander | 2012-11-16 | 5 | -6/+6 |
| | | | | | | | | The addition of "core_" that was used until now would require additional avatar drivers (e.g. in extensions) to also include that in their class name which would be incorrect. PHPBB3-10018 | ||||
* | [feature/avatars] Add service containers for avatars | Marc Alexander | 2012-11-15 | 5 | -18/+39 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Add support for custom avatar HTML code | Marc Alexander | 2012-11-14 | 2 | -2/+2 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Add barebone gravatar driver | Marc Alexander | 2012-11-13 | 1 | -0/+148 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Fix coding guidelines infractions | Marc Alexander | 2012-11-12 | 1 | -1/+2 |
| | |||||
* | [feature/avatars] Rewrite drivers to use full class name | Igor Wiedler | 2012-06-27 | 5 | -3/+34 |
| | | | | | | | | * 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 | 4 | -7/+7 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Simplify clean_row, move it to avatar manager | Igor Wiedler | 2012-04-08 | 2 | -52/+0 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Introduce an avatar driver interface | Igor Wiedler | 2012-04-08 | 2 | -28/+82 |
| | | | | PHPBB3-10018 |