phpbb/phpBB/includes/acp
Andreas Fischer 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
..
info correct mode is send_statistics, else installs will differ from updates. 2009-08-30 17:22:21 +00:00
acp_attachments.php Bug #52495 - [Fix] Replace hard coded "px" with translated language-string. 2010-01-25 15:57:10 +00:00
acp_ban.php Fixed bugs #43145, #44375, #44415 and #43045 2009-09-02 05:12:23 +00:00
acp_bbcodes.php Make the new {INTTEXT} work on pcre installations without utf8 support, it only matches ascii characters & numbers there. [Bug #58055] 2010-02-27 23:57:13 +00:00
acp_board.php r10491 - Also in the Post Settings section. Thanks leviatan21 2010-02-16 10:42:24 +00:00
acp_bots.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_captcha.php spaces 2010-01-17 16:48:58 +00:00
acp_database.php Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Pucci at Microsoft [Bug #57055] 2010-02-11 00:02:51 +00:00
acp_disallow.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_email.php Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755) 2009-03-17 15:50:19 +00:00
acp_forums.php Allow setting parent forums regardless of permission settings. (Bug #58415) 2010-03-17 10:04:07 -05:00
acp_groups.php - Display coloured usernames in ACP groups management screens 2009-06-19 09:51:50 +00:00
acp_icons.php Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a column alias. 2010-02-08 16:43:39 +00:00
acp_inactive.php Log activation through inactive users ACP. #30145 2009-12-09 22:55:10 +00:00
acp_jabber.php Add some castings there. Slightly related: Bug #55155 2009-12-08 17:09:48 +00:00
acp_language.php [bug/59135] Fix open_basedir issues when accessing styles- and language-management. (Bug #59135) 2010-03-13 11:37:06 +01:00
acp_logs.php - accidentally undid changes introduced in r9979 2009-08-22 02:56:05 +00:00
acp_main.php Add a warning for users of old PHP versions about ending support. 2010-01-26 15:26:07 +00:00
acp_modules.php Add in missing free result on DB query 2008-12-06 18:23:42 +00:00
acp_permission_roles.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_permissions.php Adjustment to r9887: Only use one language variable. 2009-08-18 14:37:49 +00:00
acp_php_info.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_profile.php Properly fix #40925 2009-10-07 14:54:10 +00:00
acp_prune.php Fix bug #44295 - Cannot prune users who never logged in 2009-07-14 12:02:11 +00:00
acp_ranks.php acp module for submitting statistical information to phpBB 2009-06-27 20:56:49 +00:00
acp_reasons.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00
acp_search.php make search_indexing_state dynamic. This is related to bug #44535 - although i think we only fix the symptoms and not the cause. 2009-05-01 09:59:57 +00:00
acp_send_statistics.php - links to send statistics after install and update 2009-08-13 14:51:47 +00:00
acp_styles.php [bug/59135] Fix open_basedir issues when accessing styles- and language-management. (Bug #59135) 2010-03-13 11:37:06 +01:00
acp_update.php Fix Bug #52055 - php notices if phpbb.com is not reachable 2009-09-29 14:48:24 +00:00
acp_users.php [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:27:37 +02:00
acp_words.php Allow "0" as censor word and replacement. 2009-08-21 09:44:55 +00:00
auth.php Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225) 2009-03-20 13:22:19 +00:00