Build: #585 was successful

Job: PHP 5.6 - SQLite was successful

Stages & jobs

  1. Default Stage

Code commits

phpBB Rhea

  • Marc

    Marc 65ff149fc909583d320e93536ac232aa374c8e4f

    Merge pull request #5601 from senky/ticket/16013
    [ticket/16013] Allow admins to use disallowed username

  • Marc

    Marc 79bcb20ac53ab76e6a3590651a6598e95b64e25f

    Merge pull request #5626 from cpeel/ticket/16096
    [ticket/16096] Use InnoDB fulltext limits for InnoDB tables

  • Marc

    Marc d06e9745c2091c6b3bb8ab084cc4d9672071c78d

    Merge pull request #5631 from kasimi/ticket/16106
    [ticket/16106] Add core.mcp_main_before

  • Marc

    Marc 1b4f82cd1d523f2947b7b9e62ac8685648fa05dd

    Merge pull request #5630 from 3D-I/ticket/16103
    [ticket/16103] Add core.pm_modify_message_subject

  • kasimi <mail@kasimi.net>

    kasimi <mail@kasimi.net> a12d93b8b8b254755718ae5e4b68f0ea7cc27421 m

    [ticket/16106] Add core.mcp_main_before
    PHPBB3-16106

    • phpBB/includes/mcp/mcp_main.php (version a12d93b8b8b254755718ae5e4b68f0ea7cc27421)
  • 3D-I <eataly3d@gmail.com>

    3D-I <eataly3d@gmail.com> 2f8b9fb5497857cc74983485064525337f529f3a m

    [ticket/16103] Add core.pm_modify_message_subject
    PHPBB3-16103

    • phpBB/includes/ucp/ucp_pm_compose.php (version 2f8b9fb5497857cc74983485064525337f529f3a)
  • Casey Peel <cpeel@users.noreply.github.com>

    Casey Peel <cpeel@users.noreply.github.com> e33e5727413543c74b3ede43ad437bb261c72839 m

    [ticket/16096] Use InnoDB fulltext limits for InnoDB tables
    The max and min search length for the MySQL database vary based on the
    engine for the underlying table. For MyISAM tables, the variables are
    ft_max_word_len and ft_min_word_len, but for InnoDB tables the
    variables are innodb_ft_max_token_size and innodb_ft_min_token_size.

    Take the posts table type into account when setting the max and min
    search length.

    PHPBB3-16096

    • phpBB/phpbb/search/fulltext_mysql.php (version e33e5727413543c74b3ede43ad437bb261c72839)
  • Senky

    Senky 2b1102e372bae879f6175b178fb387f596c57c35 m

    [ticket/16013] Allow admins to use disallowed username
    PHPBB3-16013

    • phpBB/includes/acp/acp_users.php (version 2b1102e372bae879f6175b178fb387f596c57c35)
    • phpBB/includes/functions_user.php (version 2b1102e372bae879f6175b178fb387f596c57c35)