Build: #478 failed Changes by Marc

Stages & jobs

  1. Default Stage

Code commits

phpBB Master

  • Marc

    Marc 4c0a948d8454f8714a5fb0340763f4bf850acbe9

    Merge branch '3.2.x'

  • Marc

    Marc 537ff0c567de293763226390ab9d968ab73d77d5 m

    Merge pull request #5457 from battye/ticket/15883
    [ticket/15883] New error message for when users try adding invalid usernames to a group

  • battye <battye@phpbb.com>

    battye <battye@phpbb.com> 08968bdb60c9ff286cb71901718500c7720f1da4 m

    [ticket/15883] Doc block change
    PHPBB3-15883

    • phpBB/includes/functions_user.php (version 08968bdb60c9ff286cb71901718500c7720f1da4)
  • battye <battye@phpbb.com>

    battye <battye@phpbb.com> 3f19d32f768974454046f744f126515fb3747b99 m

    [ticket/15883] Review changes
    PHPBB3-15883

    • phpBB/includes/acp/acp_groups.php (version 3f19d32f768974454046f744f126515fb3747b99)
    • phpBB/includes/functions_user.php (version 3f19d32f768974454046f744f126515fb3747b99)
    • phpBB/includes/ucp/ucp_groups.php (version 3f19d32f768974454046f744f126515fb3747b99)
  • battye <battye@phpbb.com>

    battye <battye@phpbb.com> 565f6925410b1022529670d47f3b00c244ccaed7 m

    [ticket/15883] Use the new language object
    Using the new ->lang() format. Made the username
    comparison case insensitive. Also fixed a bug where the return to
    previous page link in the UCP was going back to the list of
    groups rather than the specific manage group page when an error
    occurred.

    PHPBB3-15883

    • phpBB/includes/acp/acp_groups.php (version 565f6925410b1022529670d47f3b00c244ccaed7)
    • phpBB/includes/ucp/ucp_groups.php (version 565f6925410b1022529670d47f3b00c244ccaed7)
  • battye <battye@phpbb.com>

    battye <battye@phpbb.com> 101829b4dce2874bbe53264c1769bf9699527c2f m

    [ticket/15883] Add error for invalid usernames being added to a group
    Update the ACP and the UCP so that when bulk adding users to a group,
    if invalid usernames are submitted alongside valid usernames then a
    message will be displayed to inform the user what the invalid usernames
    are.

    PHPBB3-15883

    • phpBB/includes/acp/acp_groups.php (version 101829b4dce2874bbe53264c1769bf9699527c2f)
    • phpBB/includes/functions_user.php (version 101829b4dce2874bbe53264c1769bf9699527c2f)
    • phpBB/includes/ucp/ucp_groups.php (version 101829b4dce2874bbe53264c1769bf9699527c2f)
    • phpBB/language/en/acp/groups.php (version 101829b4dce2874bbe53264c1769bf9699527c2f)