Tests pending pull requests

Build: #4099 failed Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Joas Schilling

    Joas Schilling e3e16a0166eafc9f273d3eabc61a8bd711610787

    Merge pull request #3234 from brunoais/ticket/13154
    [ticket/13154] Event to edit user list for notification in notifications

  • Joas Schilling

    Joas Schilling 2a08c60a6217556769cc1eb63b2335daf43f901f

    Merge pull request #3233 from brunoais/ticket/13160
    [ticket/13160] Viewtopic; before viewing permissions event

  • brunoais

    brunoais 1d49ccd9205c349b2db2ac978654174b9e57956c

    [ticket/13160] New line before comment block
    PHPBB3-13160

    • phpBB/viewtopic.php (version 1d49ccd9205c349b2db2ac978654174b9e57956c)
  • brunoais

    brunoais 9cc4d60b88d9f64ec8ea83d54031ab182e381a56

    [ticket/13146] Remove empty line
    PHPBB3-13146

    • phpBB/viewtopic.php (version 9cc4d60b88d9f64ec8ea83d54031ab182e381a56)
  • brunoais

    brunoais ec749a2b39c910a5aaff769e22a6f0cf1093051f

    [ticket/13146] "Make it" -> "Set it to"
    PHPBB3-13146

    • phpBB/viewtopic.php (version ec749a2b39c910a5aaff769e22a6f0cf1093051f)
  • brunoais

    brunoais 6d3fca9a41c6868211714b3f4d5e2236ef95ebb0

    [ticket/13146] Forced line feed on long line
    PHPBB3-13146

    • phpBB/viewtopic.php (version 6d3fca9a41c6868211714b3f4d5e2236ef95ebb0)
  • brunoais

    brunoais 9cbb9b42538f046368b9516a610a17449334d244

    [ticket/13146] Fixed wrong tab + space into only tab
    PHPBB3-13146

    • phpBB/viewtopic.php (version 9cbb9b42538f046368b9516a610a17449334d244)
  • brunoais

    brunoais fce1be26845f2e93df286a8b24790b54309138f8

    [ticket/13160] Appending "_check" to override variable names
    PHPBB3-13160

    • phpBB/viewtopic.php (version fce1be26845f2e93df286a8b24790b54309138f8)
  • brunoais

    brunoais f02e3a407629e2fc50a9a15a562e095defe793fb

    [ticket/13160] lowercase null
    PHPBB3-13160

    • phpBB/viewtopic.php (version f02e3a407629e2fc50a9a15a562e095defe793fb)
  • brunoais

    brunoais 3d8aaf6aaf63cd7fcbfc53aa6fdab6bdab0b0057

    [ticket/13160] Wrong variable types fixed
    PHPBB3-13160

    • phpBB/viewtopic.php (version 3d8aaf6aaf63cd7fcbfc53aa6fdab6bdab0b0057)
  • brunoais

    brunoais ffb7d618ac9ab63c7ea909683a53c410fd49068e

    [ticket/13160] Removed an unwanted tab char.
    PHPBB3-13160

    • phpBB/viewtopic.php (version ffb7d618ac9ab63c7ea909683a53c410fd49068e)
  • brunoais

    brunoais a5a6855a0d9f198f43184f36fe997cb85e24777a

    [ticket/13160] Allow override f_read and forum password
    Adds a couple of variables to the event that allows  extension authors to
    bypass the f_read and forum password checks as if the user had those permissions
    whether or not he actually has them.

    PHPBB3-13160

    • phpBB/viewtopic.php (version a5a6855a0d9f198f43184f36fe997cb85e24777a)
  • brunoais

    brunoais 11269fe62a8307b1d57411a62d333645dd0c5825

    [ticket/13160] Allow override topic_tracking_info
    PHPBB3-13160

    • phpBB/viewtopic.php (version 11269fe62a8307b1d57411a62d333645dd0c5825)
  • brunoais

    brunoais a0287a62c105df121c46f827c71d8c3808f67964

    [ticket/13160] Viewtopic; before viewing permissions event
    An event before the f_Read permissions check in viewtopic

    PHPBB3-13160

    • phpBB/viewtopic.php (version a0287a62c105df121c46f827c71d8c3808f67964)
  • brunoais

    brunoais 2b76d7dc7c21d927398fdb5abe7b60875badc6ce

    [ticket/13154] Don't assign dispatcher to a variable. Just the obj param.
    PHPBB3-13154

    • tests/notification/base.php (version 2b76d7dc7c21d927398fdb5abe7b60875badc6ce)
  • brunoais

    brunoais 0929267e722c9aa3019a46509950ce3b74ba9c83

    [ticket/13154] Wrong variable name in the comment block
    PHPBB3-13154

    • phpBB/phpbb/notification/manager.php (version 0929267e722c9aa3019a46509950ce3b74ba9c83)
  • brunoais

    brunoais dd9c415020935710aa525bd99a592e26e6143165

    [ticket/13154] space before @var
    Not a tab.

    PHPBB3-13154

    • phpBB/phpbb/notification/manager.php (version dd9c415020935710aa525bd99a592e26e6143165)
  • brunoais

    brunoais dd6efdad595f5a2ee107b0f2de0ce888e94e3293

    [ticket/13154] Fix submit_post_test() test group
    PHPBB3-13154

    • tests/notification/submit_post_base.php (version dd6efdad595f5a2ee107b0f2de0ce888e94e3293)
  • brunoais

    brunoais 13320a08ef4f9dddeac5b93d4186f6bf05256466

    [ticket/13154] Forgot the $this->
    PHPBB3-13154

    • phpBB/phpbb/notification/manager.php (version 13320a08ef4f9dddeac5b93d4186f6bf05256466)
  • brunoais

    brunoais 8098d313e6b56822b202ff3be8c12762dfc33bf7

    [ticket/13154] Adjusting phpBB tests for the dispatcher
    PHPBB3-13154

    • tests/notification/base.php (version 8098d313e6b56822b202ff3be8c12762dfc33bf7)
  • brunoais

    brunoais 458f9cade60e145a2657a7080f0e2968d1f0c6cb

    [ticket/13154] Adding phpBB dispatcher to notifications manager
    PHPBB3-13154

    • phpBB/config/notification.yml (version 458f9cade60e145a2657a7080f0e2968d1f0c6cb)
    • phpBB/phpbb/notification/manager.php (version 458f9cade60e145a2657a7080f0e2968d1f0c6cb)
  • brunoais

    brunoais 7512efed9e440fe7be55c3882c694f2b10ce16eb

    [ticket/13154] Allow filtering the list of users to be notified
    PHPBB3-13154

    • phpBB/phpbb/notification/manager.php (version 7512efed9e440fe7be55c3882c694f2b10ce16eb)