aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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-21179-720/+3779
| |\
| * | [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
| * | [feature/avatars] Remove empty script tagIgor Wiedler2012-06-271-3/+0
| * | [feature/avatars] Remove unneeded argument for driver prepare_form()Igor Wiedler2012-06-274-7/+7
| * | [feature/avatars] Fix error in avatar_manager::clean_rowIgor Wiedler2012-06-271-1/+1
| * | Merge remote-tracking branch 'upstream/develop' into feature/avatarsIgor Wiedler2012-06-27254-1467/+2812
| |\ \
| * | | [feature/avatars] Fix clean_row regex, thanks to chrisIgor Wiedler2012-04-081-1/+1
| * | | [feature/avatars] Do not assign in an if statementIgor Wiedler2012-04-081-1/+2
| * | | [feature/avatars] Update avatars in database_updateIgor Wiedler2012-04-082-59/+35
| * | | [feature/avatars] Simplify clean_row, move it to avatar managerIgor Wiedler2012-04-087-57/+24
| * | | [feature/avatars] Introduce an avatar driver interfaceIgor Wiedler2012-04-086-33/+87
| * | | [feature/avatars] Introduce global phpbb_avatar_managerIgor Wiedler2012-04-086-28/+21
| * | | [feature/avatars] Fix avatar_type in create_schema_filesIgor Wiedler2012-04-086-11/+11
| * | | [feature/avatars] Fix CSIgor Wiedler2012-04-071-1/+2
| * | | [feature/avatars] Use request object in avatar driversIgor Wiedler2012-04-079-21/+33
| * | | [feature/avatars] Remove unneeded require (class is now autoloaded)Igor Wiedler2012-04-071-2/+0
| * | | [feature/avatars] Fix avatar driver filename for autoloadingIgor Wiedler2012-04-071-0/+0
| * | | Merge branch 'develop' into feature/avatarsIgor Wiedler2012-04-07211-5505/+5809
| |\ \ \
| * | | | [feature/avatars] Making schema changes for db tablesCullen Walsh2012-03-184-6/+10
| * | | | [feature/avatars] Support editing of group avatars in ACPCullen Walsh2012-03-185-148/+137
| * | | | [feature/avatars] Made ACP avatar gallery in Manage Users prettierCullen Walsh2012-03-184-27/+68
| * | | | [feature/avatars] Make avatars genericCullen Walsh2012-03-186-78/+141
| * | | | [feature/avatars] Update ACP manage users, fix gallery focus issueCullen Walsh2012-03-184-81/+92
| * | | | [feature/avatars] Rework UCP to be simpler/more consistentCullen Walsh2012-03-183-26/+94
| * | | | [feature/avatars] Dynamically list the avatar types in UCP and ACPCullen Walsh2012-03-183-48/+103