aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_avatar_options_remote.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14272] Assign min and max values for avatar driver settingsMarc Alexander2016-01-011-2/+2
| | | | PHPBB3-14272
* [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-2/+2
| | | | PHPBB3-14272
* [ticket/11010] Fixes for number input in acpVjacheslav Trushkin2013-05-201-2/+2
| | | | PHPBB3-11010
* [ticket/11010] Fix input type for urlsVjacheslav Trushkin2013-05-201-1/+1
| | | | PHPBB3-11010
* [feature/avatars] Add more consistency to codebaseMarc Alexander2012-12-111-2/+2
| | | | PHPBB3-10018
* [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-5/+5
| | | | PHPBB3-10018
* [feature/avatars] Fix acp front-end of user and group avatarsMarc Alexander2012-11-171-1/+1
| | | | | | Due to the changes to the avatar manager etc. these had to be updated. PHPBB3-10018
* [feature/avatars] Replace colon usage with {L_COLON}Marc Alexander2012-11-121-2/+2
| | | | PHPBB3-10018
* [feature/avatars] Support proper avatar deletion, stub ACPCullen Walsh2012-03-181-0/+11
Fixing avatar deletion in the UCP and ACP, and stubbing the ACP configuration page. I'll admit I kind of got caught carried away, so this really should be a couple separate commits. PHPBB3-10018