phpbb/phpBB/includes
Victor A. Safronov 10753454bf [ticket/13757] Prevents the count of unread PMs from being negative
Sometimes the user_unread_privmsg flag in users table can become negative.
It happens when the unread message is requested by simultaneous concurrent
requests. Both requests will decrement the value of the flag.
This commit prevents updating the flag if the message already marked as read.

PHPBB3-13757
2016-11-30 23:59:36 +04:00
..
acp Merge pull request #4511 from senky/ticket/14842 2016-11-20 13:18:27 +01:00
diff [ticket/12557] Fix pass by reference doc blocks 2014-08-07 11:39:04 +03:00
hooks [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
mcp Merge pull request #4472 from dsinn/ticket/14804 2016-11-12 13:53:24 +01:00
questionnaire [ticket/12775] Remove useless includes of config.php 2014-07-07 01:02:42 +02:00
ucp [ticket/14638] Rollback changes from 3.2.x version 2016-08-03 13:27:06 -04:00
utf [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset 2014-06-16 19:05:09 +02:00
.htaccess [ticket/9698] Add .htaccess to the includes subdirectory. 2010-10-15 16:47:21 +02:00
bbcode.php [ticket/13648] Allow extensions using custom bbcode validation methods 2015-05-07 22:01:10 +07:00
compatibility_globals.php [ticket/13061] Replace the service event.subscriber_loader by a compiler pass 2014-09-13 14:34:18 +02:00
constants.php [prep-release-3.1.10] Update version numbers for 3.1.10 2016-10-02 21:06:56 +01:00
functions.php [ticket/14863] Properly treat plural rules in confirmation box title 2016-11-13 17:21:41 +01:00
functions_acp.php Merge pull request #4021 from marc1706/ticket/14272 2016-03-27 13:34:17 +02:00
functions_admin.php [ticket/14738] Add core events to improve modifying forum lists 2016-08-07 16:10:49 +07:00
functions_compatibility.php [ticket/13882] Lazy load the notification avatars. 2015-05-28 18:05:07 +02:00
functions_compress.php [ticket/13045] Remove Pragma headers 2014-09-17 20:10:01 +02:00
functions_content.php [ticket/14850] Add core.smiley_text_root_path 2016-11-20 12:56:11 +01:00
functions_convert.php [ticket/14577] Do not calculate size of array in for loop 2016-04-02 09:46:54 +02:00
functions_database_helper.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
functions_display.php [ticket/14133] Comment fix for phpbb_get_user_rank() 2015-08-31 21:49:22 +03:00
functions_download.php [ticket/14853] Add core event to allow modifying PM attachments download auth 2016-11-04 18:42:49 +07:00
functions_install.php Merge branch 'develop-olympus' into develop-ascraeus 2014-07-30 15:01:16 +02:00
functions_jabber.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
functions_mcp.php [ticket/14186] Do correct string concatenation in phpbb_mcp_sorting() 2015-09-22 09:50:17 +02:00
functions_messenger.php [ticket/14852] Add core event to modify email headers 2016-11-04 18:23:09 +07:00
functions_module.php Merge pull request #3560 from Nicofuma/ticket/13790 2015-05-30 10:53:47 +02:00
functions_posting.php [ticket/14850] Add core.generate_smilies_before 2016-11-20 12:56:12 +01:00
functions_privmsgs.php [ticket/13757] Prevents the count of unread PMs from being negative 2016-11-30 23:59:36 +04:00
functions_transfer.php [ticket/12999] Remove @author tags 2014-08-19 22:54:45 +02:00
functions_upload.php Merge pull request #4141 from exussum12/ticket/14431-3.1 2016-02-03 10:29:39 +01:00
functions_url_matcher.php [ticket/12557] Fix php file description 2014-08-07 13:19:49 +03:00
functions_user.php [ticket/14842] Don't display filesize limit if there is none 2016-11-15 14:22:42 +01:00
index.htm
message_parser.php [ticket/14802] Empty/blank lines should not be additional poll options 2016-09-29 14:43:36 -04:00
sphinxapi.php [ticket/12721] Update rules descriptions 2014-06-16 23:07:28 +02:00
startup.php [ticket/13923] CS 2015-06-09 21:22:52 +02:00