| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-16083
|
|
|
|
| |
PHPBB3-12372
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/12035] Correcting the condition
[ticket/12035] Adding necessary conditions
[ticket/12035] Adding link to user posts to ACP page
Conflicts:
phpBB/adm/style/acp_users_overview.html
|
| |
| |
| |
| | |
PHPBB3-12035
|
| |
| |
| |
| |
| |
| | |
Adding link of posts behind displayed number of posts of the user
PHPBB3-12035
|
| |
| |
| |
| | |
PHPBB3-11010
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| |
| |
| | |
Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates
PHPBB3-10780
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/11093] acp_users_overview.html has a wrongly placed </dd>
|
| |
| |
| |
| |
| |
| | |
Amended the closing dd tag to the appropriate line: line 145 instead of 141
PHPBB3-11093
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
By Dhruv Goel
via Dhruv Goel
* github-dhruv/ticket/10308:
[ticket/10308] fixes indentation
[ticket/10308] fixes language variable name
[ticket/10308] makes variable boolean
[ticket/10308] fixes sql query, limit it to 1
[ticket/10308] fixes user deletion if no posts
[ticket/10308] renames language key to USER_NO_POSTS_DELETE
[ticket/10308] fix language and user's total posts
[ticket/10308] fixes language entity.
[ticket/10308] Displays message to user if there are no posts.
[ticket/10308] disable retain/ delete posts option when deleting a user
|
| |
| |
| |
| |
| |
| |
| | |
indentation is fixed and user_posts variable is compared as a boolean
variable.
PHPBB3-10308
|
| |
| |
| |
| |
| |
| | |
Language variable has be renamed for better understanding
PHPBB3-10308
|
| |
| |
| |
| |
| |
| |
| | |
instead of fetching all posts by user we limit the query to 1 to check if
a user has posts or not
PHPBB3-10308
|
| |
| |
| |
| |
| |
| |
| | |
introduces a hidden input field with retain posts as the mode in case
user has no posts.
PHPBB3-10308
|
| |
| |
| |
| |
| |
| | |
language key renamed to make its usability more clearer.
PHPBB3-10308
|
| |
| |
| |
| |
| |
| |
| | |
language modified to be clear and select box disappears in case no
posts by user. user's total posts are fetched using a new query.
PHPBB3-10308
|
| |
| |
| |
| |
| |
| |
| | |
Language key has been changed and has been made more specific to
avoid conflicts
PHPBB3-10308
|
| |
| |
| |
| |
| |
| |
| | |
While deletng the user, if the user has no posts in addition to the
options being disabled an added message is displayed.
PHPBB3-10308
|
| |
| |
| |
| |
| |
| |
| | |
When deleting a user, it asks whether the posts by user should be retained
or deleted. The selection should be disable if the user has no posts.
PHPBB3-10308
|
|/
|
|
| |
PHPBB3-10535
|
|
|
|
| |
PHPBB3-8138
|
|
|
|
|
|
| |
invalid selection as the default
PHPBB3-9548
|
| |
|
|
|
|
|
|
| |
operation
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10340 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8801 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
|
|
|
|
|
|
|
| |
gone through every javascript invocation and making sure we adhere to our coding guidelines.
git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/trunk@8093 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
|
|
|
|
|
|
|
|
|
| |
input[type=text],input[type=password] { cursor: text; }
That'd be so much nicer... @_@
git-svn-id: file:///svn/phpbb/trunk@7465 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/trunk@7464 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
|
|
|
|
|
|
| |
quick tool ban - logging also syndicated, now always logged to ACP and MCP logs.
git-svn-id: file:///svn/phpbb/trunk@7426 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/trunk@7416 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/trunk@7413 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/trunk@7242 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
git-svn-id: file:///svn/phpbb/trunk@7003 89ea8834-ac86-4346-8a33-228a782c2dd0
|