Tests pending pull requests

Build: #157 was successful

Job: Build and Test Job was successful

Stages & jobs

  1. Build and Test

Code commits

phpBB 3.3.x

  • Marc

    Marc 1449706da987351b80a5c713b9de5584974e1c1a

    Merge branch '3.3.x'

  • Marc

    Marc 17b4838ee3aa29062cd93f6debb815436142d8df m

    Merge pull request #6684 from crowjake/ticket/17365
    [ticket/17365] Prevent search limit being bypassed with operators

  • Marc

    Marc 6fdf43959f2ecc700189efe31b93286eef95bd33

    Merge branch '3.3.x'

  • Marc

    Marc a0092bdd18d7c34cf84f5a3c4e4a0d05651dd20b m

    Merge pull request #6678 from marc1706/ticket/13916
    [ticket/13916] Add notify to fields to store during save draft

  • Marc

    Marc c0b81a1a48f7b4806ba05efab2e967e72a42fffd m

    [ticket/17365] Add a test for max search keywords
    PHPBB-17365

    • tests/search/native_test.php (version c0b81a1a48f7b4806ba05efab2e967e72a42fffd)
  • Marc

    Marc 4616681fa895f4e418281c1747a14ed45708f121

    Merge pull request #6679 from marc1706/ticket/17341
    [ticket/17341] Remove no longer used files and references

  • Marc

    Marc b0075b8cceaabcf683a90ac6dac9ac895b5add31

    Merge branch '3.3.x'

  • Marc

    Marc cacd9375fddb1595679a92fd6dd9a7c5a582f0cc m

    Merge pull request #6685 from danieltj27/ticket/17369
    [ticket/17369] Add forum id to approve action url for redirection

  • Daniel James <danielt70@icloud.com>

    Daniel James <danielt70@icloud.com> 926a0a4e3310319d62490398ce88b2233591ee90 m

    [ticket/17369] Add forum id to approve action url for redirection
    Added the forum_id to the approve action link which ensures that when
    a topic is permanently deleted, the forum_id is present so that it can
    be used in the redirection link to go to the previous forum. This addresses
    a bug in which the forum_id is not provided and after deleting a topic, the
    user will be taken to a 404 page as the forum id fallbacks to 0.

    PHPBB-17369

    • phpBB/viewtopic.php (version 926a0a4e3310319d62490398ce88b2233591ee90)
  • JacobM

    JacobM 30144052dab979bd06a15aa9d0f0f837e6cb36e7 m

    [ticket/17365] Prevent keyword limit being bypassed with the use of +, - and |
    Provided `$countable_keywords` wherein the existing `$keywords` value is
    modified so that any `-`, `+` and `|` characters without preceding spaces
    is replaced with the same but with a space in front of each.

    These spaces allow the string to be more accurately split when used instead
    of $keywords inside the $num_keywords calculation.

    This prevents the word limit being bypassed in search by the use of
    operators without whitespace.

    PHPBB-17365

    • phpBB/phpbb/search/fulltext_native.php (version 30144052dab979bd06a15aa9d0f0f837e6cb36e7)
  • Marc

    Marc 53e7e3d801b56d0ee05581e808dceab2ec13b359

    [ticket/17341] Remove no longer used files and references
    PHPBB-17341

    • phpBB/adm/style/acp_forums_copy_perm.html (version 53e7e3d801b56d0ee05581e808dceab2ec13b359)
    • phpBB/includes/acp/acp_forums.php (version 53e7e3d801b56d0ee05581e808dceab2ec13b359)
  • Marc

    Marc ffc655a1ba74f4120b6f1cf03ede55cdef239647 m

    [ticket/13916] Add notify to fields to store during save draft
    PHPBB-13916

    • phpBB/posting.php (version ffc655a1ba74f4120b6f1cf03ede55cdef239647)