aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/avatar/driver/gravatar.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-171-2/+2
|\
| * [ticket/14615] Fix HTML5 validation errors on avatar deletionJakub Senko2016-05-161-2/+2
| | | | | | | | PHPBB3-14615
* | Merge branch '3.1.x'Tristan Darricau2015-10-121-0/+13
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14191] Add core.get_gravatar_url_after event
| * [ticket/14191] Add core.get_gravatar_url_after eventJakub Senko2015-09-231-0/+13
| | | | | | | | PHPBB3-14191
* | [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-241-1/+1
| | | | | | | | PHPBB3-8672
* | [ticket/8672] Add class for retrieving imagesize without downloadMarc Alexander2015-04-241-6/+6
|/ | | | | | | | getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672
* [ticket/12822] Remove "None" option from avatar select boxesMarc Alexander2014-08-071-0/+5
| | | | | | | This option is just used for deleting avatars for which we already have a checkbox. PHPBB3-12822
* [ticket/12715] Cleanup comments in \phpbb\avatar\driver\*Tristan Darricau2014-06-151-5/+7
| | | | PHPBB3-12715
* [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-1/+2
| | | | PHPBB3-10073
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/11859] Make avatar drivers return template filenameMarc Alexander2013-11-271-0/+8
| | | | | | | | The service name might not follow the expected naming scheme which would cause abnormally long filenames and confusion for authors that might add more avatar drivers. PHPBB3-11859
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+3
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+172
PHPBB3-11698