f22f89888d
Merge branch 'ticket/jellydoughnut/9695' into develop-olympus
...
* ticket/jellydoughnut/9695:
[ticket/9695] Correct the improper display of user input in mcp_ban.php
2010-07-08 01:41:16 +02:00
e130a6bad9
[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
2010-07-07 16:45:00 +02:00
097854ca85
[ticket/9570] Changed "system" to "guest" timezone in ACP, added explanation.
...
PHPBB3-9570
2010-07-06 13:14:04 +02:00
0db657381b
[ticket/9697] Backlink broken when the select parent forum does not exist.
...
PHPBB3-9697
2010-07-02 12:28:06 +02:00
0e93d8386b
[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
2010-07-01 17:48:32 -05:00
50f5455d66
Merge branch 'ticket/bantu/8212' into develop
...
* ticket/bantu/8212:
[ticket/8212] Tiny 'typo in comment' fix
2010-06-20 22:50:30 +02:00
b7ae0fe4e9
Merge branch 'ticket/bantu/9655' into develop-olympus
...
* ticket/bantu/9655:
[ticket/9655] Pass E_USER_WARNING, so it doesn't look like a successful action.
2010-06-20 22:46:23 +02:00
d537dc60ce
Merge branch 'ticket/bantu/9656' into develop-olympus
...
* ticket/bantu/9656:
[ticket/9656] Remove @ from phpinfo() to get correct error_reporting value.
2010-06-20 22:45:55 +02:00
52c3b51c95
[ticket/9656] Remove @ from phpinfo() to get correct error_reporting value.
...
PHPBB3-9656
2010-06-20 21:43:56 +02:00
d6551b1233
[ticket/9623] Proper UTF8 encoding for usernames in pruning section
...
The username textboxes were not being properly encoded in UTF8.
PHPBB3-9623
2010-06-15 13:39:58 +02:00
46cae83264
[ticket/9655] Pass E_USER_WARNING, so it doesn't look like a successful action.
...
PHPBB3-9655
2010-06-14 22:27:23 +02:00
30891ffb46
[ticket/9167] Remove shadow topics from remaining forums when deleting a forum
...
including posts.
The function delete_topic_shadows() had to be reimplemented.
It was there but it was completly broken and hasn't been used at all.
PHPBB3-9167
2010-06-11 21:50:08 +02:00
160d1bfd07
[ticket/9578] ACP Posting tab is missing "Post settings" module.
...
PHPBB3-9578
2010-05-28 13:03:56 +02:00
4746a60d22
[ticket/9094] Hide "Copy permissions" message, when permissions were copied.
...
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
2010-05-27 15:17:03 +02:00
6d63ffc162
[ticket/8212] Tiny 'typo in comment' fix
...
PHPBB3-8212
2010-05-20 00:38:14 +02:00
af21e38c1d
[ticket/9611] Make length of activation keys variable between 6 and 10.
...
PHPBB3-9611
2010-05-17 08:54:51 +02:00
b308cfe5ea
Merge branch 'ticket/bantu/9547' into develop-olympus
...
* ticket/bantu/9547:
[ticket/9547] Use separate constants for display/enable active topics.
2010-05-16 18:58:15 +02:00
d555e83b80
[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
2010-05-16 18:54:48 +02:00
8ade14a036
Merge branch 'ticket/nickvergessen/9548' into develop-olympus
...
* ticket/nickvergessen/9548:
[ticket/9548] Delete user quicktool drop down should have an empty or invalid selection as the default
2010-05-16 18:42:46 +02:00
e6b9178c44
[ticket/9510] Unable to copy permissions from and to forums you cannot see
...
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
2010-05-16 18:20:54 +02:00
fa5845e8c5
Merge branch 'ticket/nickvergessen/7717' into develop-olympus
...
* ticket/nickvergessen/7717:
[ticket/7717] Localise default extension groups for attachments
2010-05-14 02:44:19 +02:00
58dc5a191c
[ticket/7717] Localise default extension groups for attachments
...
PHPBB3-7717
2010-05-14 02:42:21 +02:00
39770de921
Merge branch 'ticket/bantu/9536' into develop-olympus
...
* ticket/bantu/9536:
[ticket/9536] Small improvement for query against user/session tables when managing users from the ACP.
2010-05-14 02:33:52 +02:00
823f2571f5
[ticket/9536] Small improvement for query against user/session tables when 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
2010-05-14 02:31:44 +02:00
928fbb0126
Merge branch 'ticket/bantu/9526' into develop-olympus
...
* 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.
2010-05-14 02:28:59 +02:00
cb642cff11
[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.
...
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
2010-05-14 02:27:37 +02:00
8196d7d711
Merge branch 'ticket/bantu/9514' into develop-olympus
...
* ticket/bantu/9514:
[ticket/9514] Correctly delete big datasets when deleting a forum including topics/posts on non-MySQL databases.
2010-05-14 02:17:45 +02:00
528816dcbd
Merge branch 'ticket/bantu/9176' into develop-olympus
...
* ticket/bantu/9176:
[ticket/9176] Take current board timezone settings into account when setting board date format.
2010-05-14 02:14:48 +02:00
9ce0873bd1
[ticket/9514] Correctly delete big datasets when deleting a forum including topics/posts on non-MySQL databases.
...
PHPBB3-9514
2010-05-14 02:10:50 +02:00
3e9d15a25d
[ticket/9176] Take current board timezone settings into account when setting board date format.
...
PHPBB3-9176
2010-05-13 14:25:44 +02:00
11d097fc1a
[ticket/9582] MSSQL native backups can now be restored.
...
PHPBB3-9583
PHPBB3-9582
2010-05-03 19:40:45 +02:00
a20576fdd4
[ticket/9582] Removing a report reason leaves reports with an unknown reason under MSSQL native.
...
PHPBB3-9564
PHPBB3-9582
2010-05-03 19:40:33 +02:00
171807213f
[ticket/9582] Custom profile fields cannot be created under MSSQL native.
...
PHPBB3-9565
PHPBB3-9582
2010-05-03 19:38:42 +02:00
5f4c6e9c91
[ticket/9548] Delete user quicktool drop down should have an empty or invalid selection as the default
...
PHPBB3-9548
2010-04-18 15:13:53 +02:00
f97d0e0195
Merge branch 'bug/nickvergessen/59135' into develop-olympus
...
* bug/nickvergessen/59135:
[bug/59135] Fix open_basedir issues when accessing styles- and language-management. (Bug #59135 )
Conflicts:
phpBB/docs/CHANGELOG.html
2010-04-01 18:55:16 +02:00
144effd74c
Allow setting parent forums regardless of permission settings. (Bug #58415 )
2010-03-17 10:04:07 -05:00
4349bec316
[bug/59135] Fix open_basedir issues when accessing styles- and language-management. (Bug #59135 )
...
introduced in r10496 and r10360/r10361
2010-03-13 11:37:06 +01:00
5bd9d461e0
Make the new {INTTEXT} work on pcre installations without utf8 support, it 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
2010-02-27 23:57:13 +00:00
c115ad2b8f
#58055 again
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10546 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-27 11:09:23 +00:00
204b5f579e
okay, minus should work now #58055
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10544 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-26 20:32:00 +00:00
f03e986f81
possible cause of #58055
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10542 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-26 08:35:41 +00:00
c2f2bff2ae
only whitespaces, not newlines
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10540 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-25 21:48:21 +00:00
22621e0439
Enter stage left: the INTTEXT token
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10516 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-21 11:33:29 +00:00
14e21a1a38
warn users about TEXT
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10511 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-20 16:18:28 +00:00
c0e9bc5126
Bug #57795 - [Fix] Restrict search for language/../iso.txt to folders.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10496 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-17 12:49:05 +00:00
a0531a990b
r10491 - Also in the Post Settings section. Thanks leviatan21
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10492 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-16 10:42:24 +00:00
c6e176d88e
Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10491 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-15 15:04:44 +00:00
1802b9ff92
Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris 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
2010-02-11 00:02:51 +00:00
037aea067b
Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a column alias.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10484 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-08 16:43:39 +00:00
aec50a4328
Fix Bug #57385
...
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
2010-02-06 21:19:40 +00:00