Tests pending pull requests

Build: #5937 was successful Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Marc

    Marc 3a5336452ca1481c0826bf3ded4a10989995ec77

    Merge pull request #3985 from prototech/ticket/13892
    [ticket/13892] Respect "Someone reports a post" notification setting.

  • Marc

    Marc 6fba5613f8ab2a973d1a71c25a7b5907b7de0c9d

    Merge pull request #3987 from prototech/ticket/13945
    [ticket/13945] Send reactivation requests to admins using notifications system.

  • Cesar G <prototech91@gmail.com>

    Cesar G <prototech91@gmail.com> c7d7967a91babfcae1132a9c7b98d51e2a99395b

    [ticket/13945] Send reactivation requests to admins using notifications system.
    PHPBB3-13945

    • phpBB/includes/ucp/ucp_profile.php (version c7d7967a91babfcae1132a9c7b98d51e2a99395b)
    • phpBB/language/en/common.php (version c7d7967a91babfcae1132a9c7b98d51e2a99395b)
    • phpBB/language/en/ucp.php (version c7d7967a91babfcae1132a9c7b98d51e2a99395b)
  • Cesar G <prototech91@gmail.com>

    Cesar G <prototech91@gmail.com> aaca64e13e271aa77bb9c67056171aac682f0492

    [ticket/13892] Replace other uses of self with static.
    PHPBB3-13892

    • phpBB/phpbb/notification/type/approve_post.php (version aaca64e13e271aa77bb9c67056171aac682f0492)
    • phpBB/phpbb/notification/type/approve_topic.php (version aaca64e13e271aa77bb9c67056171aac682f0492)
    • phpBB/phpbb/notification/type/bookmark.php (version aaca64e13e271aa77bb9c67056171aac682f0492)
    • phpBB/phpbb/notification/type/post.php (version aaca64e13e271aa77bb9c67056171aac682f0492)
    • phpBB/phpbb/notification/type/quote.php (version aaca64e13e271aa77bb9c67056171aac682f0492)
    • phpBB/phpbb/notification/type/report_pm.php (version aaca64e13e271aa77bb9c67056171aac682f0492)
    • phpBB/phpbb/notification/type/topic_in_queue.php (version aaca64e13e271aa77bb9c67056171aac682f0492)
  • Cesar G <prototech91@gmail.com>

    Cesar G <prototech91@gmail.com> 9de5668b80897d99e3ccf59f49f4202b479e79f8

    [ticket/13892] Respect "Someone reports a post" notification setting.
    report_post inherits from post_in_queue, therefore using self:: instead of
    static:: results in the incorrect notification type being used to determine
    which users to exclude from the notification.

    PHPBB3-13892

    • phpBB/phpbb/notification/type/post_in_queue.php (version 9de5668b80897d99e3ccf59f49f4202b479e79f8)