| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11404] Use a default data row if $row is empty in clean_row() | Marc Alexander | 2013-03-07 | 1 | -10/+16 |
| | | | | | | | | | A statically defined $default_row will be used inside the phpbb_avatar_manager::clean_row() method if the $row passed to it is empty. PHPBB3-11404 | ||||
| * | [ticket/11404] Return empty array of avatar data if $row is empty | Marc Alexander | 2013-03-06 | 1 | -0/+11 |
| | | | | | | | | | | | While creating a group in the acp, the group data ($group_row) is empty. Due to that array_combine in phpbb_avatar_manager::clean_row() will cause PHP Warnings. In addition to that the required indexes 'avatar', 'avatar_width', 'avatar_height', and 'avatar_type' won't be defined. This patch will solve that issue. PHPBB3-11404 | ||||
| * | [feature/avatars] Correct license, copyright and package info | Marc Alexander | 2013-02-03 | 1 | -2/+2 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add missing @var to docblocks in avatar manager | Marc Alexander | 2013-01-09 | 1 | -0/+4 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add function for localizing errors | Marc Alexander | 2013-01-06 | 1 | -4/+29 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add missing docblocks to avatar manager | Marc Alexander | 2013-01-05 | 1 | -0/+16 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add missing explanation to docblock of get_all_drivers() | Marc Alexander | 2012-12-27 | 1 | -0/+4 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Some more miscellaneous changes | Marc Alexander | 2012-12-27 | 1 | -22/+22 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use callback method in avatar manager's clean row | Marc Alexander | 2012-12-17 | 1 | -7/+12 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix behavior of avatar manager and variables | Marc Alexander | 2012-12-04 | 1 | -10/+10 |
| | | | | | | | | The $force_all variable was only partially removed and the behavior was not consistent in all files. PHPBB3-10018 | ||||
| * | [feature/avatars] Use seperate function for retrieving the config name | Marc Alexander | 2012-12-04 | 1 | -3/+15 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use seperate function for retrieving all drivers | Marc Alexander | 2012-12-04 | 1 | -3/+22 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Removed unneeded dependencies | Marc Alexander | 2012-12-01 | 1 | -9/+1 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix docblocks and minor cosmetic issues | Marc Alexander | 2012-12-01 | 1 | -9/+4 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Create setting for enabling avatar in manager | Marc Alexander | 2012-11-30 | 1 | -0/+16 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix variable names | Marc Alexander | 2012-11-30 | 1 | -0/+1 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Let avatar manager handle $ignore_config | Marc Alexander | 2012-11-30 | 1 | -4/+5 |
| | | | | | | | | 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 | -4/+25 |
| | | | | | | | | | 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] Even more fixes to docblocks | Marc Alexander | 2012-11-25 | 1 | -17/+17 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Add static methods for handling driver names | Marc Alexander | 2012-11-25 | 1 | -0/+26 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use isset() instead of in_array() | Marc Alexander | 2012-11-21 | 1 | -2/+2 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use in_array() and fix tabbing | Marc Alexander | 2012-11-21 | 1 | -4/+4 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use protected instead of private | Marc Alexander | 2012-11-19 | 1 | -9/+9 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix the docs and small naming fixes | Marc Alexander | 2012-11-19 | 1 | -9/+29 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Shorten avatar driver's class name | Marc Alexander | 2012-11-16 | 1 | -3/+3 |
| | | | | | | | | | 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 | 1 | -31/+15 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix coding guidelines infractions | Marc Alexander | 2012-11-12 | 1 | -3/+8 |
| | | |||||
| * | [feature/avatars] Rewrite drivers to use full class name | Igor Wiedler | 2012-06-27 | 1 | -28/+27 |
| | | | | | | | | | * Use full driver class name as avatar_type value * Move avatar drivers to core namespace * Make avatars installable through extensions PHPBB3-10018 | ||||
| * | [feature/avatars] Fix error in avatar_manager::clean_row | Igor Wiedler | 2012-06-27 | 1 | -1/+1 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix clean_row regex, thanks to chris | Igor Wiedler | 2012-04-08 | 1 | -1/+1 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Simplify clean_row, move it to avatar manager | Igor Wiedler | 2012-04-08 | 1 | -0/+19 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fix CS | Igor Wiedler | 2012-04-07 | 1 | -1/+2 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Use request object in avatar drivers | Igor Wiedler | 2012-04-07 | 1 | -2/+4 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Remove unneeded require (class is now autoloaded) | Igor Wiedler | 2012-04-07 | 1 | -2/+0 |
| | | | | | PHPBB3-10018 | ||||
| * | [feature/avatars] Fixing typos in avatar manager and local avatars | Cullen Walsh | 2012-03-18 | 1 | -1/+1 |
| | | | | | | | See above PHPBB3-10018 | ||||
| * | [feature/avatars] Support proper avatar deletion, stub ACP | Cullen Walsh | 2012-03-18 | 1 | -0/+14 |
| | | | | | | | | | Fixing avatar deletion in the UCP and ACP, and stubbing the ACP configuration page. I'll admit I kind of got caught carried away, so this really should be a couple separate commits. PHPBB3-10018 | ||||
| * | [feature/avatars] Various cosmetic changes | Cullen Walsh | 2012-03-18 | 1 | -10/+11 |
| | | | | | | | | | | | | | Various small changes based on feedback from nn- * Renaming $php_ext to $phpEx * Fixing copyright years * Explain $ignore_config * Explain Regex * Copypasta package error * rename get_singleton PHPBB3-10018 | ||||
| * | [feature/avatars] UCP Avatar Interface | Cullen Walsh | 2012-03-18 | 1 | -0/+21 |
| | | | | | | | | | | This stubs out the avatar form fields and how form processing will occur. Form processing is not yet implemented, but shouldn't be too hard. After this I will refactor/duplicate some of the logic for the ACP. PHPBB3-10018 | ||||
| * | [feature/avatars] Refactor avatars to use manager | Cullen Walsh | 2012-03-18 | 1 | -0/+91 |
| Manager now stores singletons of each driver to speed loading. PHPBB3-10018 | |||||
