aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [feature/avatars] Implement better treatment of avatar errorsMarc Alexander2012-11-254-25/+21
* [feature/avatars] Small cosmetic changesMarc Alexander2012-11-254-15/+9
* [feature/avatars] Add static methods for handling driver namesMarc Alexander2012-11-255-12/+38
* [feature/avatars] Small fixesMarc Alexander2012-11-251-7/+4
* [feature/avatars] Only create avatar objects if necessaryMarc Alexander2012-11-257-8/+14
* [feature/avatars] Miscellaneous fixesMarc Alexander2012-11-257-27/+30
* [feature/avatars] Use new avatar types in database updaterMarc Alexander2012-11-251-3/+3
* [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-2528-157/+157
* [feature/avatars] Add allow_avatar_gravatar to schema_data.sqlMarc Alexander2012-11-221-0/+1
* [feature/avatars] Remove duplicate form enctypeMarc Alexander2012-11-221-1/+1
* [feature/avatars] Remove obsolete functions from functions_user.phpMarc Alexander2012-11-221-466/+0
* [feature/avatars] Add support for modularized avatars to ucp groupsMarc Alexander2012-11-225-160/+125
* [feature/avatars] Use RecursiveDirectoryIterator for gallery avatarMarc Alexander2012-11-211-33/+21
* [feature/avatars] Get rid of array_keys() in gallery avatarMarc Alexander2012-11-211-3/+6
* [feature/avatars] Use isset() instead of in_array()Marc Alexander2012-11-211-2/+2
* [feature/avatars] Use in_array() and fix tabbingMarc Alexander2012-11-211-4/+4
* [feature/avatars] Move avatar specific settings to driversMarc Alexander2012-11-217-9/+76
* [feature/avatars] Check if gravatar is within min/max width/heightMarc Alexander2012-11-211-0/+18
* [feature/avatars] Use constant for URL and fix usage of getimagesizeMarc Alexander2012-11-211-16/+39
* [feature/avatars] Use protected instead of privateMarc Alexander2012-11-194-12/+12
* [feature/avatars] Fix the docs and small naming fixesMarc Alexander2012-11-197-20/+71
* [feature/avatars] Use https for gravatarMarc Alexander2012-11-191-3/+2
* [feature/avatars] Miscellaenous template fixesMarc Alexander2012-11-183-4/+7
* [feature/avatars] Fix local and upload avatar in the ACPMarc Alexander2012-11-183-7/+7
* [feature/avatars] Handle deletion of avatarsMarc Alexander2012-11-186-4/+19
* [feature/avatars] Add subsilver2 supportMarc Alexander2012-11-186-54/+101
* [feature/avatars] Add missing assign_block_vars() for avatar optionsMarc Alexander2012-11-181-0/+4
* [feature/avatars] Use request class in upload avatarMarc Alexander2012-11-171-1/+2
* [feature/avatars] Small fixes after transition to service containersMarc Alexander2012-11-172-2/+2
* [feature/avatars] Fix acp front-end of user and group avatarsMarc Alexander2012-11-177-80/+51
* [feature/avatars] Add missing language variables for avatarsMarc Alexander2012-11-164-6/+21
* [feature/avatars] Check for gravatar when checking the avatar module_authMarc Alexander2012-11-162-1/+9
* [feature/avatars] Add gravatar to avatar settingsMarc Alexander2012-11-162-0/+2
* [feature/avatars] Use correct names of input fieldsMarc Alexander2012-11-163-5/+5
* [feature/avatars] Shorten avatar driver's class nameMarc Alexander2012-11-168-18/+18
* [feature/avatars] Shorten needed language variable for avatar titleMarc Alexander2012-11-161-4/+5
* [feature/avatars] Add service containers for avatarsMarc Alexander2012-11-1510-53/+122
* [feature/avatars] Add support for custom avatar HTML codeMarc Alexander2012-11-143-3/+3
* [feature/avatars] Add barebone gravatar driverMarc Alexander2012-11-132-0/+159
* [feature/avatars] fix 'user_avatar_type' in database updaterMarc Alexander2012-11-131-4/+2
* [feature/avatars] Fix coding guidelines infractionsMarc Alexander2012-11-123-5/+12
* [feature/avatars] Replace colon usage with {L_COLON}Marc Alexander2012-11-128-12/+12
* [feature/avatars] add missing html closing tags and fix tabbingMarc Alexander2012-11-122-4/+6
* Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur...Marc Alexander2012-11-1240-417/+1485
|\
| * Merge branch 'develop' into feature/avatarsIgor Wiedler2012-07-21128-662/+2755
| |\
| * | [feature/avatars] Rewrite drivers to use full class nameIgor Wiedler2012-06-279-38/+68
| * | [feature/avatars] Fixup avatars.js rewriteIgor Wiedler2012-06-272-4/+4
| * | [feature/avatars] Add self-invoking closure around avatars.jsIgor Wiedler2012-06-272-0/+12
| * | [feature/avatars] Rewrite avatars event handler to use jQueryIgor Wiedler2012-06-272-24/+8
| * | [feature/avatars] Move avatars JavaScript code to external JS fileIgor Wiedler2012-06-275-64/+40