aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/avatar/driver/interface.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/avatars] Remove trailing whitespace from avatar codeMarc Alexander2013-02-191-5/+5
* [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-191-2/+4
* [feature/avatars] Correct license, copyright and package infoMarc Alexander2013-02-031-3/+3
* [feature/avatars] Pass phpbb_user object to prepare_form_acp()Marc Alexander2013-01-081-1/+3
* [feature/avatars] Pass phpbb_user object to get_custom_html()Marc Alexander2013-01-081-1/+4
* [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-071-2/+4
* [feature/avatars] Fix docblocks and minor cosmetic issuesMarc Alexander2012-12-011-9/+18
* [feature/avatars] Let avatar manager handle $ignore_configMarc Alexander2012-11-301-9/+7
* [feature/avatars] Get list of enabled drivers from avatar managerMarc Alexander2012-11-301-7/+0
* [feature/avatars] Properly implement custom HTML in the interfaceMarc Alexander2012-11-291-2/+1
* [feature/avatars] Even more fixes to docblocksMarc Alexander2012-11-251-19/+19
* [feature/avatars] Move avatar specific settings to driversMarc Alexander2012-11-211-0/+7
* [feature/avatars] Fix the docs and small naming fixesMarc Alexander2012-11-191-5/+29
* [feature/avatars] Add service containers for avatarsMarc Alexander2012-11-151-0/+7
* [feature/avatars] Add support for custom avatar HTML codeMarc Alexander2012-11-141-1/+1
* [feature/avatars] Rewrite drivers to use full class nameIgor Wiedler2012-06-271-0/+10
* [feature/avatars] Remove unneeded argument for driver prepare_form()Igor Wiedler2012-06-271-1/+1
* [feature/avatars] Simplify clean_row, move it to avatar managerIgor Wiedler2012-04-081-11/+0
* [feature/avatars] Introduce an avatar driver interfaceIgor Wiedler2012-04-081-0/+71