| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Adding link of posts behind displayed number of posts of the user
PHPBB3-12035
|
|
|
|
| |
PHPBB3-12093
|
|
|
|
| |
PHPBB3-12037
|
|
|
|
| |
PHPBB3-11811
|
|
|
|
|
|
| |
Amended the closing dd tag to the appropriate line: line 145 instead of 141
PHPBB3-11093
|
|
|
|
| |
PHPBB3-11135
|
|
|
|
|
|
|
|
| |
By default the 3.0.10 behaviour is kept, profile fields will not show up
if they have either not yet been selected or in case of an optional
dropdown field if the novalue option was selected.
PHPBB3-10965
|
|
|
|
| |
PHPBB3-10773
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| | |
* cyberalien/ticket/10860:
[ticket/10860] Fixing js error in updater
|
| |
| |
| |
| |
| |
| |
| |
| | |
Fixing javascript error in side-by-side diff styling in updater:
resizing inner block instead of outer block and increasing
height by inner/outer block difference.
PHPBB3-10860
|
| |
| |
| |
| | |
PHPBB3-10819
|
| |
| |
| |
| | |
PHPBB3-10819
|
|/
|
|
|
|
|
|
|
|
|
| |
Used transparent background for unchanged lines
Shortened the table headers and make the background grey
Added a border between the columns
Increased the font size on pre blocks
Added Consolas as the first pre font, for Windows users
Added wordwrapping for pre blocks
PHPBB3-10819
|
|
|
|
|
|
|
| |
Added POWERED_BY line to common.php and modified the templates
to use it.
PHPBB3-10607
|
|
|
|
| |
PHPBB3-9914
|
|
|
|
|
|
| |
Separates active and deactivated styles in styles list in acp
PHPBB3-10563
|
|
|
|
|
|
|
|
| |
Revert "[ticket/8996] Also fix the BBCode bug in subsilver2 and acp"
This reverts commit eb1f15bc8b7b7a284b25b2c9b9942714b6848ebc.
PHPBB3-8996
|
|\
| |
| |
| |
| | |
* callumacrae/ticket/8599:
[ticket/8599] Added ability to select all to add multiple smilies screen.
|
| |
| |
| |
| | |
PHPBB3-8599
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/8996:
[ticket/8996] Also fix the BBCode bug in subsilver2 and acp
[ticket/8996] Correctly apply BBCodes in IE6-9 when applying with accesskey
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* rxu/ticket/10419:
[ticket/10419] Reword the language strings
[ticket/10419] Reword some language strings, minor code changes
[ticket/10419] Add mbstring PHP ini parameters checks to ACP
|
| |/ /
| | |
| | |
| | | |
PHPBB3-10419
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When clicking on the "Users and groups" tab in the ACP, the user is
able to either enter the username of the member he wants to manage
or click on "Find a member" below the input field. Unfortunately,
the label for the input field is also "Find a member", which leads
some users to the idea that they can search for users using that
input field. By changing the label to "Enter username" this should
be clear to the user.
PHPBB3-9778
|
| | |
| | |
| | |
| | | |
PHPBB3-10315
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/8173:
[ticket/8173] Removed some redundant code in the BBCode JavaScript.
Conflicts:
phpBB/adm/style/acp_users_signature.html
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The following code can be found in the ACP, when changing a user's
signature:
t: '{ BBCODE_T_HELP }',
The code that uses it and the code that produces it were changed or
removed a while ago, but this code remained. In 2c4c1f9, the accesskey
for the list item button was changed to y from t, explaining the origin of
the redundant code - although it wasn't being used then, either.
This commit also changes the helpline code of "[*]" to y, as the access
key is y, so this makes it more consistent.
PHPBB3-8173
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/10032:
[ticket/10032] Fixed typos in bbcode button name.
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
addlistitem was addlitsitem.
PHPBB3-10032
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
There is no space between the first radio button and "Yes", while there
is a space between the second radio button and "No". This commit fixes
that.
PHPBB3-10292
|
| |
| |
| |
| | |
PHPBB3-9859
|
| |
| |
| |
| | |
PHPBB3-8138
|
| |
| |
| |
| |
| |
| | |
Move "copy permissions from" to below "parent forum" in forum creation form.
PHPBB3-10154
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Implement the suggestion made by Adam in the ticket, this will add
an additional checkbox to the mass e-mail page. By checking this
the mass e-mail shall also be send to banned users. By default
banned users however are excluded from the mass e-mail.
PHPBB3-9581
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/9911:
[ticket/9911] Correctly open "Minimum posts" on editing a rank in IE.
|
| | |
| | |
| | |
| | |
| | |
| | | |
IE handles onchange after the next click on the page, instead of directly like Firefox, Opera and Safari do. Changing it to onclick works.
PHPBB3-9911
|
|/ /
| |
| |
| |
| |
| |
| | |
Regression from PHPBB3-9695, innerHTML does not work on input-fields, so we
need to go back to "value", which we had before.
PHPBB3-9915
|
| |
| |
| |
| | |
PHPBB3-9675
|
| |
| |
| |
| | |
PHPBB3-9675
|
| |
| |
| |
| | |
PHPBB3-9859
|