phpbb/phpBB/includes
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
..
acm [feature/memcache-multi-server] Changing format for multiple memcache hosts. Fixing code style issues in changes. 2010-03-18 17:01:50 +01:00
acp [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
auth Make sure captcha factory is there. Make sure language array is there. 2010-01-20 00:20:46 +00:00
captcha Merge r10484 and r10485 into 3.0.7 branch. 2010-02-08 16:54:39 +00:00
db Merging r10491 and r10492: Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-) 2010-02-23 23:46:43 +00:00
diff improve code to detect and solve conflicts for code removed from one version to another. 2009-09-20 16:20:20 +00:00
hooks - fixed database updater 2007-10-04 12:03:05 +00:00
mcp Fix bug #55045 - Do not duplicate previous/next links in pagination text of moderator logs and user notes in MCP for subsilver2. 2010-01-24 16:00:18 +00:00
questionnaire [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter auth=http 2010-01-19 19:08:51 +00:00
search Safe us some more calls to $db->sql_escape(). 2010-01-11 23:26:56 +00:00
ucp Bug #13181 - Honor minimum and maximum password length in generated passwords as much as we can. 2010-02-07 00:20:46 +00:00
utf - replaced the drop down menu log filter thing with log searching 2009-08-21 21:47:19 +00:00
auth.php Fix Bug #48875 - we compare the bitlength, therefore we indeed do not need to re-cache if we think acl options got changed (which we did) 2009-07-30 14:35:29 +00:00
bbcode.php Merge r10515 into 3.0.7 branch 2010-02-23 16:12:51 +00:00
cache.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
constants.php Incrementing the version number to 3.0.7-PL1 2010-03-05 21:09:37 +01:00
functions.php [bug/58465] The redirect hidden field is now XHTML conform 2010-03-28 14:17:42 +02:00
functions_admin.php Merging r10491 and r10492: Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-) 2010-02-23 23:46:43 +00:00
functions_compress.php [bug/12531] proposed solution for bug #12531 2010-03-06 17:57:27 +01:00
functions_content.php Deprecate $allow_reply parameter to truncate_string() (Bug #56675) 2010-01-25 18:02:37 +00:00
functions_convert.php Merge r10497 and r10499 into 3.0.7 - #57755 2010-02-18 01:40:51 +00:00
functions_display.php [bug/59465] Remove start=0 from topic pagination links. 2010-03-18 20:28:59 +00:00
functions_install.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
functions_jabber.php Fix Jabber SASL PLAIN authentication failures. (Bug #52995) 2009-10-29 15:04:19 +00:00
functions_messenger.php Do not store email templates in database. [Bug #54505] 2010-01-26 16:52:46 +00:00
functions_module.php [Change] Alllow applications to set custom module inclusion path (idea by HoL) 2008-11-23 12:42:34 +00:00
functions_posting.php Bug #54945 again: MySQL 4 does not support aggregation in ORDER BY. 2010-03-02 21:12:35 +01:00
functions_privmsgs.php Do not permit unauthorised users to delete private messages from folder listing. #54355 2009-12-11 22:27:00 +00:00
functions_profile_fields.php Correctly check for empty strings in custom profile fields. #55335 2009-12-11 22:55:15 +00:00
functions_template.php Revert INC/DEC feature. It is not consistent with the other template variables - bad idea. ;) We will get to it though... but not now. 2009-08-30 11:15:24 +00:00
functions_transfer.php Also fix bug #46295 in ftp_fsock class. 2009-07-22 03:02:45 +00:00
functions_upload.php why am i so dumb sometimes... /me hits myself with the dumbness stick... 2009-09-13 14:31:32 +00:00
functions_user.php Bug #52525 2009-10-05 17:54:55 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.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
session.php [bug/59425] Correctly check for double inclusion in captcha garbage collection 2010-03-28 14:37:31 +02:00
template.php Do not store email templates in database. [Bug #54505] 2010-01-26 16:52:46 +00:00