Build: #222 was successful Changes by Marc

Stages & jobs

  1. Default Stage

Code commits

phpBB 3.3.x

  • Marc

    Marc eefd3c01973b36f7bbfa4dcbbf8c311a7251b54e

    Merge pull request #5523 from toxyy/ticket/15951
    [ticket/15951] Add core events to mcp

  • Marc

    Marc d88dff51fb4c130bb6600a9d2f832295861b7e1f m

    [ticket/15951] Adjust event docblock and update since version
    PHPBB3-15951

    • phpBB/includes/mcp/mcp_main.php (version d88dff51fb4c130bb6600a9d2f832295861b7e1f)
    • phpBB/mcp.php (version d88dff51fb4c130bb6600a9d2f832295861b7e1f)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> c903381154ac0c8435a9d06ea7ee1c6b38281127 m

    [ticket/15951] Add requested changes
    Revert changes with $topic_info
    Add $quickmod to the event
    Change since versions to latest

    PHPBB3-15951

    • phpBB/includes/mcp/mcp_main.php (version c903381154ac0c8435a9d06ea7ee1c6b38281127)
    • phpBB/mcp.php (version c903381154ac0c8435a9d06ea7ee1c6b38281127)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> f4a1d4ef0297c9c23879e3eadc74f1efe2229f1e m

    [ticket/15951] Add core.mcp_delete_topic_modify_permissions
    Allow modification to permissions when deleting topics
    This allows $check_permission to be false in the phpbb_check_ids function call

    PHPBB3-15951

    • phpBB/includes/mcp/mcp_main.php (version f4a1d4ef0297c9c23879e3eadc74f1efe2229f1e)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> ebc4912adad643d021df5b0356c99ebb9195d88a m

    [ticket/15951] Add core.mcp_modify_permissions
    Allow non staff to access mcp functions
    This event would allow normal users to delete topics, for example
    If extensions need normal users to access this file they will need this event

    PHPBB3-15951

    • phpBB/mcp.php (version ebc4912adad643d021df5b0356c99ebb9195d88a)
  • Alec <arr70017@uga.edu>

    Alec <arr70017@uga.edu> 663e611fae7beb140d15a946e54ec758e23c01c9 m

    [ticket/15951] Add core.mcp_delete_topic_modify_hidden_fields
    Allow modification of the hidden fields when deleting topics
    This lets you control the permissions for permanently deleting topics
    Template variables can also be modified at this point

    PHPBB3-15951

    • phpBB/includes/mcp/mcp_main.php (version 663e611fae7beb140d15a946e54ec758e23c01c9)