aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/avatar/driver/gravatar.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11335] (avatars) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
* [feature/avatars] Remove trailing whitespace from avatar codeMarc Alexander2013-02-191-2/+2
* [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-191-2/+2
* [feature/avatars] Correct license, copyright and package infoMarc Alexander2013-02-031-4/+4
* [feature/avatars] Pass phpbb_user object to get_custom_html()Marc Alexander2013-01-081-1/+1
* [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-071-7/+7
* [feature/avatars] Let the server handle http or https for gravatarsMarc Alexander2012-12-271-1/+1
* [feature/avatars] Add more consistency to codebaseMarc Alexander2012-12-111-7/+12
* [feature/avatars] Fix docblocks and minor cosmetic issuesMarc Alexander2012-12-011-1/+1
* [feature/avatars] Create setting for enabling avatar in managerMarc Alexander2012-11-301-10/+0
* [feature/avatars] Let avatar manager handle $ignore_configMarc Alexander2012-11-301-18/+7
* [feature/avatars] Properly implement custom HTML in the interfaceMarc Alexander2012-11-291-4/+2
* [feature/avatars] Check for existing functions rather than using _onceMarc Alexander2012-11-261-1/+4
* [feature/avatars] Even more fixes to docblocksMarc Alexander2012-11-251-2/+2
* [feature/avatars] Docblock fixes and small change for php_extMarc Alexander2012-11-251-1/+1
* [feature/avatars] Miscellaneous fixesMarc Alexander2012-11-251-3/+2
* [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-6/+6
* [feature/avatars] Move avatar specific settings to driversMarc Alexander2012-11-211-0/+10
* [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] Fix the docs and small naming fixesMarc Alexander2012-11-191-3/+1
* [feature/avatars] Use https for gravatarMarc Alexander2012-11-191-3/+2
* [feature/avatars] Use correct names of input fieldsMarc Alexander2012-11-161-2/+2
* [feature/avatars] Shorten avatar driver's class nameMarc Alexander2012-11-161-0/+140