Build: #142 was successful Changes by Marc

Stages & jobs

  1. Default Stage

Code commits

phpBB Master

  • Marc

    Marc 58929bdccd91053d43db1bbdc1c83b46b2ee86d6

    Merge branch '3.2.x'

  • Marc

    Marc 269150ed40d8cf42c2b8d755191b15229dc170c2 m

    Merge pull request #4612 from javiexin/ticket/14950
    [ticket/14950] Add possibility to delete a template block

  • javiexin <javiexin@gmail.com>

    javiexin <javiexin@gmail.com> 136c74bd1c3d2ef1f22055d9bb14e6f524d41433 m

    [ticket/14950] Add possibility to delete a template block
    Adds a new mode to alter_block_array to allow for the deletion of
    a certain block of template variables.  The selection method is the
    same as for the other modes for alter_block_array.  The passed in
    vararray is ignored, and an out of bounds index is considered an error.
    Added tests for the new function, fixed.

    PHPBB3-14950

    • phpBB/phpbb/template/context.php (version 136c74bd1c3d2ef1f22055d9bb14e6f524d41433)
  • javiexin <javiexin@gmail.com>

    javiexin <javiexin@gmail.com> 988865fd0a1d213a441777b3c613265365fe651a m

    [ticket/14950] Add possibility to delete a template block
    Adds a new mode to alter_block_array to allow for the deletion of
    a certain block of template variables.  The selection method is the
    same as for the other modes for alter_block_array.  The passed in
    vararray is ignored, and an out of bounds index is considered an error.
    Added tests for the new function, fixed.

    PHPBB3-14950

    • tests/template/template_test.php (version 988865fd0a1d213a441777b3c613265365fe651a)
  • javiexin <javiexin@gmail.com>

    javiexin <javiexin@gmail.com> 7f8dd6b007393482b7f9e3316a6756d0c3953e11 m

    [ticket/14950] Add possibility to delete a template block
    Adds a new mode to alter_block_array to allow for the deletion of
    a certain block of template variables.  The selection method is the
    same as for the other modes for alter_block_array.  The passed in
    vararray is ignored, and an out of bounds index is considered an error.
    Added tests for the new function, fixed.

    PHPBB3-14950

    • tests/template/template_test.php (version 7f8dd6b007393482b7f9e3316a6756d0c3953e11)
  • javiexin <javiexin@gmail.com>

    javiexin <javiexin@gmail.com> 696724ac1b102d67aa765ebba7c898b0da3e8ba8 m

    [ticket/14950] Add possibility to delete a template block
    Adds a new mode to alter_block_array to allow for the deletion of
    a certain block of template variables.  The selection method is the
    same as for the other modes for alter_block_array.  The passed in
    vararray is ignored, and an out of bounds index is considered an error.
    Added tests for the new function, fixed.

    PHPBB3-14950

    • tests/template/template_test.php (version 696724ac1b102d67aa765ebba7c898b0da3e8ba8)
  • javiexin <javiexin@gmail.com>

    javiexin <javiexin@gmail.com> 9b2b9dd9de8d413f3f3b947b53e1a2a1e33dc477 m

    [ticket/14950] Add possibility to delete a template block
    Adds a new mode to alter_block_array to allow for the deletion of
    a certain block of template variables.  The selection method is the
    same as for the other modes for alter_block_array.  The passed in
    vararray is ignored, and an out of bounds index is considered an error.
    Added tests for the new function.

    PHPBB3-14950

    • tests/template/template_test.php (version 9b2b9dd9de8d413f3f3b947b53e1a2a1e33dc477)
  • javiexin <javiexin@gmail.com>

    javiexin <javiexin@gmail.com> 92708b290500d6b8e81b3b9bae2829958486f615 m

    [ticket/14950] Add possibility to delete a template block
    Adds a new mode to alter_block_array to allow for the deletion of
    a certain block of template variables.  The selection method is the
    same as for the other modes for alter_block_array.  The passed in
    vararray is ignored, and an out of bounds index is considered an error.

    PHPBB3-14944

    • phpBB/phpbb/template/context.php (version 92708b290500d6b8e81b3b9bae2829958486f615)
    • phpBB/phpbb/template/template.php (version 92708b290500d6b8e81b3b9bae2829958486f615)