| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
* ticket/p/9570:
[ticket/9570] Changed "system" to "guest" timezone in ACP, added explanation.
|
| | |
| |
| |
| | |
PHPBB3-9570
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9451:
[ticket/9451] Add optional $can_upload parameter to avatar_process_user().
|
| | |/
| |
| |
| |
| |
| |
| | |
Avoid unnecessary overhead in avatar_process_user() by optionally passing in
the value of $can_upload.
PHPBB3-9451
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/9578:
[ticket/9578] ACP Posting tab is missing "Post settings" module.
|
| | | |
| | |
| | |
| | | |
PHPBB3-9578
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/jellydoughnut/9695:
[ticket/9695] Correct the improper display of user input in mcp_ban.php
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
Correct the improper display of "ban_reason" and "ban_give_reason" in mcp_ban.php
PHPBB3-9695
|
| |/ /
| |
| |
| | |
PHPBB3-9697
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9655:
[ticket/9655] Pass E_USER_WARNING, so it doesn't look like a successful action.
|
| | | |
| | |
| | |
| | | |
PHPBB3-9655
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/9656:
[ticket/9656] Remove @ from phpinfo() to get correct error_reporting value.
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-9656
|
| |/ /
| |
| |
| |
| |
| | |
The username textboxes were not being properly encoded in UTF8.
PHPBB3-9623
|
| |/
|
|
|
|
| |
When creating a forum, you afterwards read "Forum created successfully. Now you are able to set permissions for this forum.", also when you already copied the permissions from another forum.
PHPBB3-9094
|
| |\
| |
| |
| |
| | |
* 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/9548:
[ticket/9548] Delete user quicktool drop down should have an empty or invalid selection as the default
|
| | | |
| | |
| | |
| | |
| | |
| | | |
invalid selection as the default
PHPBB3-9548
|
| | |/
|/|
| |
| |
| |
| | |
This commit fixes the bug mentioned, plus a large number of regressions caused by changing the behavior of make_forum_select() (in svn r10427, dated Jan 18, 2010). It also rolls back the changes from branch "bug/58415", which are no longer needed.
PHPBB3-9510
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/7717:
[ticket/7717] Localise default extension groups for attachments
|
| | |/
| |
| |
| | |
PHPBB3-7717
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9536:
[ticket/9536] Small improvement for query against user/session tables when managing users from the ACP.
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
managing users from the ACP.
There can be multiple entries in the session table for one user_id. We only need and also only fetch one. Using LIMIT 1 should therefore increase performance slightly. This is especially true when editing the anonymous user account because the session table can have many entries for the user_id ANONYMOUS.
PHPBB3-9536
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9526:
[ticket/9526] If an admin changes a user's 'user_allow_viewonline' flag to 'hide me' the admin usually wants that user to be hidden immediately. We therefore have to update his session if one exists.
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
'hide me' the admin usually wants that user to be hidden immediately. We therefore have to update his session if one exists.
In the UCP this is not necessary, because there is code in $user->setup() that updates the session table on the next page reload.
Since we cannot tell if the user generally wants to be hidden or the user only wants to be hidden for one session, we only update the session table when setting the flag to 'hide me', but not 'show me' - equivalent to how it works in the UCP.
If the user is a bot we however also update the session when setting the flag to 'show me' because bots cannot login at all.
PHPBB3-9526
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9514:
[ticket/9514] Correctly delete big datasets when deleting a forum including topics/posts on non-MySQL databases.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
topics/posts on non-MySQL databases.
PHPBB3-9514
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
* ticket/bantu/9176:
[ticket/9176] Take current board timezone settings into account when setting board date format.
|
| | |/
| |
| |
| |
| |
| | |
board date format.
PHPBB3-9176
|
| | |
| |
| |
| |
| | |
PHPBB3-9583
PHPBB3-9582
|
| | |
| |
| |
| |
| |
| |
| | |
under MSSQL native.
PHPBB3-9564
PHPBB3-9582
|
| |/
|
|
|
| |
PHPBB3-9565
PHPBB3-9582
|
| |\
| |
| |
| |
| |
| |
| |
| | |
* bug/nickvergessen/59135:
[bug/59135] Fix open_basedir issues when accessing styles- and language-management. (Bug #59135)
Conflicts:
phpBB/docs/CHANGELOG.html
|
| | |
| |
| |
| |
| |
| | |
language-management. (Bug #59135)
introduced in r10496 and r10360/r10361
|
| |/ |
|
| |
|
|
|
|
| |
only matches ascii characters & numbers there. [Bug #58055]
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10551 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10546 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10544 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10542 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10540 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10516 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10511 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
|
| |
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10496 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10492 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
forums. -- Voila ;-)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10491 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Pucci at Microsoft [Bug #57055]
If you are using SQL Server, please try to test this new dbal so we can safely include it in 3.0.8. If you
want to try it on a current phpBB version you can apply the latest version of the patch to your board which
you can find attached to the bug tracker ticket (look in the comments for the latest version, the one in the
ticket itself is outdated): http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=57055
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10489 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
column alias.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10484 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
|
|
| |
Correctly sort database backup file list by date on database restore page.
Take admin's time zone settings into account when listing database backup files.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10478 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10458 89ea8834-ac86-4346-8a33-228a782c2dd0
|