Tests pending pull requests

Build: #10308 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

Code commits

phpBB 3.3.x

  • Marc

    Marc 17b4838ee3aa29062cd93f6debb815436142d8df

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

  • Marc

    Marc a0092bdd18d7c34cf84f5a3c4e4a0d05651dd20b

    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)
  • 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 ffc655a1ba74f4120b6f1cf03ede55cdef239647 m

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

    • phpBB/posting.php (version ffc655a1ba74f4120b6f1cf03ede55cdef239647)