aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_avatar_options_upload.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15671] Rewrite load extensions from a variable instead of harcode itRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15671
* [ticket/15671] Load extensions from a variable instead of harcode itRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15671
* [ticket/15671] Limit accepted formats for avatar uploadRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15671
* [ticket/11010] Fix input type for urlsVjacheslav Trushkin2013-05-201-1/+1
| | | | PHPBB3-11010
* [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-4/+4
| | | | PHPBB3-10018
* [feature/avatars] Replace colon usage with {L_COLON}Marc Alexander2012-11-121-2/+2
| | | | PHPBB3-10018
* [feature/avatars] Implement UCP remote/local avatarsCullen Walsh2012-03-181-4/+4
| | | | | | | | Implementing selection logic for gallery and remote avatars. Modified some of the driver interfaces to make things work nicer also. Upload functionality will be in the next commit. PHPBB3-10018
* [feature/avatars] UCP Avatar InterfaceCullen Walsh2012-03-181-0/+11
This stubs out the avatar form fields and how form processing will occur. Form processing is not yet implemented, but shouldn't be too hard. After this I will refactor/duplicate some of the logic for the ACP. PHPBB3-10018