Build: #84 failed Changes by nicofuma

Code commits

phpBB Rhea

  • nicofuma

    nicofuma 737ef92a1e1c702b29d4f6be82c367aed487231c

    Merge branch '3.1.x' into 3.2.x
    * 3.1.x:
      [ticket/14799] purge_notifications() should not leave open transactions.

  • nicofuma

    nicofuma 6972d06f5921c9fab8e469139ed5646bb495eb8e m

    Merge branch 'prep-release-3.1.10' into 3.1.x
    * prep-release-3.1.10:
      [ticket/14799] purge_notifications() should not leave open transactions.

  • nicofuma

    nicofuma 2fd2fb94cf4577b9a48c9d87cd0c14c852667a9f m

    Merge pull request #4468 from markshawtoronto/ticket/14799
    [ticket/14799] purge_notifications() should not leave open transactions.

    * markshawtoronto/ticket/14799:
      [ticket/14799] purge_notifications() should not leave open transactions.
      [3.1.x] Increase version for 3.1.11 development

  • markshawtoronto <mark.shaw@mail.utoronto.ca>

    markshawtoronto <mark.shaw@mail.utoronto.ca> 06c980f1ec61816846557e88832acd9b1c7644e5 m

    [ticket/14799] purge_notifications() should not leave open transactions.
    When running purge_notifications(), if a notification type does not exist
    then a db transaction is started but never completed.

    On an error in get_notification_type_id(), end the transaction.

    PHPBB3-14799

    • phpBB/phpbb/notification/manager.php (version 06c980f1ec61816846557e88832acd9b1c7644e5)