| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This option is just used for deleting avatars for which we already have
a checkbox.
PHPBB3-12822
|
|
|
|
|
|
| |
... it limits translations.
PHPBB3-12462
|
|
|
|
| |
PHPBB3-9388
|
|
|
|
| |
PHPBB3-9388
|
|
|
|
| |
PHPBB3-10018
|
|
|
|
| |
PHPBB3-10018
|
|
|
|
|
|
| |
Previously this wasn't handled correctly if at all.
PHPBB3-10018
|
|
|
|
|
|
| |
Due to the changes to the avatar manager etc. these had to be updated.
PHPBB3-10018
|
|
|
|
| |
PHPBB3-10018
|
|
|
|
| |
PHPBB3-10018
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
PHPBB3-10018
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
List the avatar types more nicely, adding UCP modify user support
PHPBB3-10018
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
| |
Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates
PHPBB3-10780
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9757 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
| |
I'm very sorry. This should make W3C happy again.
git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
|
|
|
|
| |
#i91
#i92
#i93
#i94
#i95
#i96
git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
| |
- more label fixes
- simpler approach to get input cursor text
git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
|
| |
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
|
|
git-svn-id: file:///svn/phpbb/trunk@7003 89ea8834-ac86-4346-8a33-228a782c2dd0
|