Build: #11 was successful Changes by Marc

Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
48 minutes
Labels
None
Revision
ece91e92c388c5ccaf6a86734771a2cbb220cd1a ece91e92c388c5ccaf6a86734771a2cbb220cd1a
Total tests
6507
Successful since
#4 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
Marc Marc ece91e92c388c5ccaf6a86734771a2cbb220cd1a ece91e92c388c5ccaf6a86734771a2cbb220cd1a Merge branch '3.2.x'
Marc Marc 1c567daf392118f3898b914d5b4535ee440c7681 m 1c567daf392118f3898b914d5b4535ee440c7681 Merge branch '3.1.x' into 3.2.x
Marc Marc 365489a3171b4d16e645215c4fe4e39ae7c95f4c m 365489a3171b4d16e645215c4fe4e39ae7c95f4c Merge pull request #4548 from nicebb/ticket/13757
[ticket/13757] Prevents the count of unread PMs from being negative
Victor A. Safronov <vitek@vitek.tomsk.ru> Victor A. Safronov <vitek@vitek.tomsk.ru> 10753454bf697f411051988e7c841d1eb80cd114 m 10753454bf697f411051988e7c841d1eb80cd114 [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

Jira issues

IssueDescriptionStatus
Unknown Issue TypePHPBB3-13757Could not obtain issue details from Jira