aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_avatar.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12822] Remove "None" option from avatar select boxesMarc Alexander2014-08-071-1/+0
| | | | | | | This option is just used for deleting avatars for which we already have a checkbox. PHPBB3-12822
* [ticket/12462] Do not use string "None" for different optionsJoas Schilling2014-06-251-1/+1
| | | | | | ... it limits translations. PHPBB3-12462
* [ticket/9388] Use "togglable" instead of "toggable"Cesar G2014-05-091-1/+1
| | | | PHPBB3-9388
* [ticket/9388] Use the new toggle function for the avatar type <select>.Cesar G2014-05-081-4/+2
| | | | PHPBB3-9388
* [feature/avatars] Minor variable naming fixesMarc Alexander2012-12-041-1/+1
| | | | PHPBB3-10018
* [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-3/+3
| | | | PHPBB3-10018
* [feature/avatars] Handle deletion of avatarsMarc Alexander2012-11-181-0/+1
| | | | | | Previously this wasn't handled correctly if at all. PHPBB3-10018
* [feature/avatars] Fix acp front-end of user and group avatarsMarc Alexander2012-11-171-46/+3
| | | | | | 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-1/+1
| | | | PHPBB3-10018
* [feature/avatars] add missing html closing tags and fix tabbingMarc Alexander2012-11-121-4/+5
| | | | PHPBB3-10018
* Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into ↵Marc Alexander2012-11-121-25/+27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | feature/avatars Conflicts: phpBB/adm/style/acp_groups.html phpBB/adm/style/acp_users_avatar.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_display.php phpBB/install/database_update.php phpBB/install/schemas/mssql_schema.sql phpBB/styles/prosilver/template/ucp_avatar_options.html
| * [feature/avatars] Move avatars JavaScript code to external JS fileIgor Wiedler2012-06-271-21/+2
| | | | | | | | PHPBB3-10018
| * [feature/avatars] Update ACP manage users, fix gallery focus issueCullen Walsh2012-03-181-11/+45
| | | | | | | | | | | | | | | | Updated ACP to match UCP with dropdown. Correctly determe which avatar to focus on by checking if the form was submitted and avatar_driver is set. PHPBB3-10018
| * [feature/avatars] Dynamically list the avatar types in UCP and ACPCullen Walsh2012-03-181-3/+3
| | | | | | | | | | | | List the avatar types more nicely, adding UCP modify user support PHPBB3-10018
| * [feature/avatars] Support proper avatar deletion, stub ACPCullen Walsh2012-03-181-70/+15
| | | | | | | | | | | | | | | | 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
* | [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-101-7/+7
|/ | | | | | Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* Bug #52495 - [Fix] Replace hard coded "px" with translated language-string.Joas Schilling2010-01-251-1/+1
| | | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
* Feature Bug #45375 - Add option to disable remote upload avatarsJoas Schilling2009-07-141-1/+3
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9757 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15038Henry Sudhof2007-11-051-1/+1
| | | | | | | I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-1/+2
| | | | | | | | | | | | #i91 #i92 #i93 #i94 #i95 #i96 git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481Meik Sievertsen2007-05-061-4/+4
| | | | | | | | - more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10461Jonathan Stanley2007-05-041-3/+3
| | | | | | | | | Rest of it... hurray++; for whenever stupid CSS classes need not be added and one can just do: input[type=text] { cursor: text; } git-svn-id: file:///svn/phpbb/trunk@7463 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8006David M2007-02-171-0/+75
git-svn-id: file:///svn/phpbb/trunk@7003 89ea8834-ac86-4346-8a33-228a782c2dd0