aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/avatar/driver/local.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/avatars] Use "Main" as category for avatars in root of galleryMarc Alexander2013-02-191-6/+8
* [feature/avatars] Remove trailing whitespace from avatar codeMarc Alexander2013-02-191-1/+1
* [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-191-2/+2
* [feature/avatars] Use array for allowed extensions and implode if neededMarc Alexander2013-02-071-1/+1
* [feature/avatars] Correct license, copyright and package infoMarc Alexander2013-02-031-3/+3
* [feature/avatars] Move list of supported formats to avatar driver classMarc Alexander2013-01-251-1/+1
* [feature/avatars] Strictly check if avatar list is empty and cache resultMarc Alexander2013-01-081-2/+3
* [feature/avatars] Pass phpbb_user object to prepare_form_acp()Marc Alexander2013-01-081-1/+1
* [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-071-5/+5
* [feature/avatars] Improve handling of incorrect input for avatarsMarc Alexander2013-01-041-0/+7
* [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-1/+0
* [feature/avatars] Let avatar manager handle $ignore_configMarc Alexander2012-11-301-17/+6
* [feature/avatars] Even more fixes to docblocksMarc Alexander2012-11-251-2/+2
* [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-15/+15
* [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] Move avatar specific settings to driversMarc Alexander2012-11-211-0/+11
* [feature/avatars] Use protected instead of privateMarc Alexander2012-11-191-1/+1
* [feature/avatars] Fix the docs and small naming fixesMarc Alexander2012-11-191-1/+3
* [feature/avatars] Fix local and upload avatar in the ACPMarc Alexander2012-11-181-2/+3
* [feature/avatars] Add missing assign_block_vars() for avatar optionsMarc Alexander2012-11-181-0/+4
* [feature/avatars] Shorten avatar driver's class nameMarc Alexander2012-11-161-0/+190