phpbb/phpBB
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
..
adm [ticket/14848] Add acp_ext_list_disabled/enabled_title_after 2016-11-02 10:03:11 +01:00
assets Merge pull request #4021 from marc1706/ticket/14272 2016-03-27 13:34:17 +02:00
bin [ticket/14403] Set a default user id and ip in CLI 2016-01-14 20:31:54 +01:00
cache
config [ticket/14825] Add core.auth_oauth_(login/link)_after 2016-11-13 18:19:21 +01:00
develop
docs Merge pull request #4519 from michaelcullum/ticket/14872 2016-11-20 09:46:27 +01:00
download [ticket/14161] Wrong var name for core.download_file_send_to_browser_before 2015-10-11 14:20:11 +02:00
ext
files
images
includes [ticket/13757] Prevents the count of unread PMs from being negative 2016-11-30 23:59:36 +04:00
install [prep-release-3.1.10] Update version numbers for 3.1.10 2016-10-02 21:06:56 +01:00
language [ticket/14842] Don't display filesize limit if there is none 2016-11-15 14:22:42 +01:00
phpbb [ticket/14876] Allows multibyte strings for exception messages 2016-11-25 19:56:41 +04:00
store
styles Merge pull request #4483 from marc1706/ticket/14750 2016-11-24 14:12:13 +01:00
.htaccess [ticket/14458] Explicitly state RewriteBase into .htaccess root file 2016-02-07 14:46:45 +01:00
app.php
common.php [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https 2016-02-15 22:06:25 +01:00
composer.json [ticket/14382] Specify the branch-alias in the composer.json files 2016-01-09 15:36:43 +01:00
composer.lock [ticket/14538] Update symfony dependencies to latest versions 2016-07-19 17:58:41 +02:00
cron.php [ticket/14466] Fix class name in PHPDoc comment. 2016-03-25 23:16:49 +03:00
faq.php
feed.php [ticket/14688] Add core events to the feeds 2016-07-17 21:14:13 +07:00
index.php [ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptions 2016-05-29 11:42:32 +02:00
mcp.php
memberlist.php [ticket/10356] Find inactive users in livesearch when having permissions 2016-03-29 13:26:17 +02:00
posting.php [ticket/14747] Add post_data to core.modify_posting_auth 2016-09-03 11:11:55 +02:00
report.php
search.php Merge pull request #4469 from rxu/ticket/14787-2 2016-10-02 18:08:09 +02:00
ucp.php
viewforum.php Merge pull request #4364 from kinerity/ticket/14687 2016-07-17 11:06:43 +02:00
viewonline.php [ticket/14409] Update session page info before displaying online list 2016-02-13 15:58:05 +01:00
viewtopic.php Merge pull request #4190 from marc1706/ticket/14437 2016-03-25 11:48:29 +01:00
web.config [ticket/14587] Remove sectionGroup from web.config 2016-04-07 17:20:34 -04:00