| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* 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
|
|\
| |
| |
| |
| |
| | |
* naderman/ticket/10198:
[ticket/10198] range validation for strings should limit characters not bytes
[ticket/10198] validate_config_vars() improperly validates multibyte strings
|
| |
| |
| |
| | |
PHPBB3-10198
|
| |
| |
| |
| | |
PHPBB3-10198
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* naderman/ticket/8138:
[ticket/8138] Add autocomplete="off" to acp_board and ldap settings
[ticket/8138] Add autocomplete="off" to a user and forum ACP.
|
| | |
| | |
| | |
| | | |
PHPBB3-8138
|
| |/
| |
| |
| | |
PHPBB3-8138
|
|\ \
| |/
|/|
| |
| | |
* naderman/ticket/10067:
[ticket/10067] Add separator to h_radio to place options on individual lines
|
| |
| |
| |
| |
| |
| |
| | |
The previous mechanism for account activation resulted in two h_radio calls
with identical id attributes for two elements.
PHPBB3/10067
|
|/
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| |
| | |
* ticket/nickvergessen/9675:
[ticket/9675] Correctly check whether the style/component is still in use.
[ticket/9675] Put the code into methods to avoid code duplication.
[ticket/9675] Adjust the language-string to reflect the changes.
[ticket/9675] Add option to delete template/theme/imageset when deleting style.
|
| |
| |
| |
| | |
PHPBB3-9675
|
| |
| |
| |
| | |
PHPBB3-9675
|
| |
| |
| |
| |
| |
| |
| |
| | |
On 32-bit php, -2147483648, despite fitting in the int type,
is for some reason made into a floating-point value. Use an
explicit cast to make it an integer.
PHPBB3-10020
|
|/
|
|
| |
PHPBB3-10020
|
|
|
|
| |
PHPBB3-9859
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Standard HTML output now includes:
Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group
Print output now includes:
Powered by phpBB © phpBB Group<br />http://www.phpbb.com/
This also fixes an inconsistency where "phpBB Group" was linked instead of
"phpBB".
PHPBB3-9859
|
|
|
|
| |
PHPBB3-9939
|
|
|
|
| |
PHPBB3-9575
|
|
|
|
|
|
|
|
|
| |
Change recaptcha theme from default to 'clean' in the ACP to better match
the administration control panel.
Follow up to d6aa25ede149a2d483b064f5ce96abcf49458ee3.
PHPBB3-9899
|
|
|
|
| |
PHPBB3-9850
|
|
|
|
| |
PHPBB3-9664
|
|
|
|
|
|
|
|
| |
This change actually applies to any configruation setting that is a pair
of values one representing the maximum and one minimum. This change enforces
that the maximum value cannot be less than the minimum value.
PHPBB3-8935
|
|\
| |
| |
| |
| |
| |
| |
| | |
* ticket/nickvergessen/9519:
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
|
| |
| |
| |
| | |
PHPBB3-9519
|
| |
| |
| |
| | |
PHPBB3-9104
|
|/
|
|
|
|
|
|
| |
dE() was defined differently in the ACP and in prosilver. Other javascript
in editor.js files has also been unified (taking the prosilver implementation
as cannonical)
PHPBB3-9499
|
|
|
|
|
|
| |
Correct the improper display of "ban_reason" and "ban_give_reason" in mcp_ban.php
PHPBB3-9695
|
|\
| |
| |
| |
| | |
* ticket/bantu/9547:
[ticket/9547] Use separate constants for display/enable active topics.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Split S_DISPLAY_ACTIVE_TOPICS into S_DISPLAY_ACTIVE_TOPICS and
S_ENABLE_ACTIVE_TOPICS so we have correct default values when changing the
forum type.
PHPBB3-9547
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/9535:
[ticket/9535] Also fix the margin in the install_update.html
[ticket/9535] Fix some more rtl margin issues.
[ticket/9535] Correctly set margin of textarea in ACP > Users signature for RTL languages.
|
| | |
| | |
| | |
| | | |
PHPBB3-9535
|
| | |
| | |
| | |
| | | |
PHPBB3-9535
|
| |/
| |
| |
| |
| |
| | |
RTL languages.
PHPBB3-9535
|
|/
|
|
|
|
| |
invalid selection as the default
PHPBB3-9548
|
| |
|
|
|
|
|
|
| |
Patch by nn-
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10539 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10525 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10511 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
| |
Fix javascript bug in the smilies ACP. #55725
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10463 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10458 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10450 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
| |
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
|