Build: #539 was successful Changes by Marc

Stages & jobs

  1. Default Stage

Code commits

phpBB Master

  • Marc

    Marc 12bff3ca3122604506dd5f7f1df211eb122685b6

    Merge branch '3.3.x'

  • Marc

    Marc e419c2cd3b4f6eb24bb1011d326e1aef01a5c25b m

    Merge pull request #5583 from marc1706/ticket/15987
     [ticket/15987] Table parameters as array

  • Marc

    Marc d72498a9c3006210c49cb1690d079d52593db127 m

    [ticket/15987] Go back to previous table definition type
    This will still allow using the 'tables' parameter array but will also ensure
    full backward compatibility and compatibility with extensions that will add
    more tables to the 'tables' array.

    PHPBB3-15987

    • phpBB/config/default/container/tables.yml (version d72498a9c3006210c49cb1690d079d52593db127)
    • phpBB/phpbb/di/container_builder.php (version d72498a9c3006210c49cb1690d079d52593db127)
    • phpBB/phpbb/di/extension/tables.php (version d72498a9c3006210c49cb1690d079d52593db127)
    • tests/di/create_container_test.php (version d72498a9c3006210c49cb1690d079d52593db127)
    • tests/di/fixtures/config/production/container/environment.yml (version d72498a9c3006210c49cb1690d079d52593db127)
    • tests/di/fixtures/config/test/container/environment.yml (version d72498a9c3006210c49cb1690d079d52593db127)
    • tests/di/fixtures/ext/vendor/enabled_4/environment.yml (version d72498a9c3006210c49cb1690d079d52593db127)
  • Marc

    Marc 61fa4f006aa00eb67dd4df8d21f426ce7e53962c m

    [ticket/15987] Add missing paranthesis
    PHPBB3-15987

    • phpBB/phpbb/di/extension/tables.php (version 61fa4f006aa00eb67dd4df8d21f426ce7e53962c)
  • Marc

    Marc 9c1baf0fd774c8fa30bd5192fd8d097996b35e56 m

    [ticket/15987] Add container extension to support tables "array access"
    PHPBB3-15987

    • phpBB/phpbb/di/container_builder.php (version 9c1baf0fd774c8fa30bd5192fd8d097996b35e56)
    • phpBB/phpbb/di/extension/tables.php (version 9c1baf0fd774c8fa30bd5192fd8d097996b35e56)
  • mrgoldy <gijsmartens1@gmail.com>

    mrgoldy <gijsmartens1@gmail.com> fe04f59ca2c7d1a813531badada10bc9431482da m

    [ticket/15987] Table parameters as array
    PHPBB3-15987

    • phpBB/config/default/container/tables.yml (version fe04f59ca2c7d1a813531badada10bc9431482da)