aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/avatar/driver/driver.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/avatars] Document the use of the allowed extensions arrayMarc Alexander2013-02-131-1/+6
* [feature/avatars] Use array for allowed extensions and implode if neededMarc Alexander2013-02-071-1/+6
* [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-0/+5
* [feature/avatars] Pass phpbb_user object to prepare_form_acp()Marc Alexander2013-01-081-1/+1
* [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-8/+1
* [feature/avatars] Create setting for enabling avatar in managerMarc Alexander2012-11-301-28/+0
* [feature/avatars] Let avatar manager handle $ignore_configMarc Alexander2012-11-301-2/+2
* [feature/avatars] Get list of enabled drivers from avatar managerMarc Alexander2012-11-301-10/+0
* [feature/avatars] Properly implement custom HTML in the interfaceMarc Alexander2012-11-291-7/+0
* [feature/avatars] Even more fixes to docblocksMarc Alexander2012-11-251-19/+23
* [feature/avatars] Docblock fixes and small change for php_extMarc Alexander2012-11-251-31/+29
* [feature/avatars] Move avatar specific settings to driversMarc Alexander2012-11-211-0/+8
* [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/+1
* [feature/avatars] Shorten avatar driver's class nameMarc Alexander2012-11-161-2/+2
* [feature/avatars] Add service containers for avatarsMarc Alexander2012-11-151-0/+22
* [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/+21
* [feature/avatars] Remove unneeded argument for driver prepare_form()Igor Wiedler2012-06-271-3/+3
* [feature/avatars] Simplify clean_row, move it to avatar managerIgor Wiedler2012-04-081-41/+0
* [feature/avatars] Introduce an avatar driver interfaceIgor Wiedler2012-04-081-28/+11
* [feature/avatars] Use request object in avatar driversIgor Wiedler2012-04-071-2/+10
* [feature/avatars] Fix avatar driver filename for autoloadingIgor Wiedler2012-04-071-0/+172