Tests pending pull requests

Build: #4038 was successful Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Marc

    Marc 67c987f0d06cb0898d2589c7bc12fceb4e142d68

    Merge pull request #3166 from nickvergessen/Senky-ticket/12866
    [ticket/12866] Wrong profile field validation options

  • Joas Schilling

    Joas Schilling bf59d8dd746578dac4f239cbbce5885acfadaefd

    Merge pull request #3209 from brunoais/ticket/13146
    [ticket/13146] Allow changing the result of calling get_forums_visibility_sql

  • brunoais

    brunoais cea35c486c7b5307bb683c0f2ce8f426357d6ff2

    [ticket/13146] Removed stray empty line
    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version cea35c486c7b5307bb683c0f2ce8f426357d6ff2)
  • brunoais

    brunoais b64d8c59b0becb03c9bc71dd801c1ad87dcb3bb3

    [ticket/13146] dispatcher, not phpbb_dispatcher
    PHPBB3-13146

    • phpBB/config/content.yml (version b64d8c59b0becb03c9bc71dd801c1ad87dcb3bb3)
  • brunoais

    brunoais 349aaab6acd1188298cc06e12d389e90871aafd9

    [ticket/13146] Even more missing phpbb_mock_event_dispatcher()
    PHPBB3-13146

    • tests/content_visibility/set_post_visibility_test.php (version 349aaab6acd1188298cc06e12d389e90871aafd9)
    • tests/notification/submit_post_base.php (version 349aaab6acd1188298cc06e12d389e90871aafd9)
  • brunoais

    brunoais da9ac2da7240def3c929aecdf98ec284be994da1

    [ticket/13146] Last missing phpbb_mock_event_dispatcher()
    Thank you nickvergessen

    PHPBB3-13146

    • tests/content_visibility/delete_post_test.php (version da9ac2da7240def3c929aecdf98ec284be994da1)
  • brunoais

    brunoais 346f654b2e933ce57413d3f811aeb86732d8c602

    [ticket/13146] Use the correct phpbb_mock_event_dispatcher, instead of builder
    PHPBB3-13146

    • tests/content_visibility/delete_post_test.php (version 346f654b2e933ce57413d3f811aeb86732d8c602)
    • tests/content_visibility/get_forums_visibility_sql_test.php (version 346f654b2e933ce57413d3f811aeb86732d8c602)
    • tests/content_visibility/get_global_visibility_sql_test.php (version 346f654b2e933ce57413d3f811aeb86732d8c602)
    • tests/content_visibility/get_visibility_sql_test.php (version 346f654b2e933ce57413d3f811aeb86732d8c602)
    • tests/content_visibility/set_post_visibility_test.php (version 346f654b2e933ce57413d3f811aeb86732d8c602)
    • tests/content_visibility/set_topic_visibility_test.php (version 346f654b2e933ce57413d3f811aeb86732d8c602)
  • brunoais

    brunoais b3bcc1b501a81e7f26d237cd427185ddce4d4bcc

    [ticket/13146] Missing delete post test mock
    PHPBB3-13146

    • tests/content_visibility/delete_post_test.php (version b3bcc1b501a81e7f26d237cd427185ddce4d4bcc)
  • brunoais

    brunoais 8376a027a122af99782fa2d9f87185b448e2cf77

    [ticket/13146] Setup mocks for tests with dispatcher
    PHPBB3-13146

    • tests/content_visibility/delete_post_test.php (version 8376a027a122af99782fa2d9f87185b448e2cf77)
    • tests/content_visibility/get_forums_visibility_sql_test.php (version 8376a027a122af99782fa2d9f87185b448e2cf77)
    • tests/content_visibility/get_global_visibility_sql_test.php (version 8376a027a122af99782fa2d9f87185b448e2cf77)
    • tests/content_visibility/get_visibility_sql_test.php (version 8376a027a122af99782fa2d9f87185b448e2cf77)
    • tests/content_visibility/set_post_visibility_test.php (version 8376a027a122af99782fa2d9f87185b448e2cf77)
    • tests/content_visibility/set_topic_visibility_test.php (version 8376a027a122af99782fa2d9f87185b448e2cf77)
  • brunoais

    brunoais abc5dbcd7152f57ad1d02bfa012b4fd67691b964

    [ticket/13146] Realign variables and descriptions in event
    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version abc5dbcd7152f57ad1d02bfa012b4fd67691b964)
  • brunoais

    brunoais 59ab09273ff39fd89f1f5995356acf8c8ef44650

    [ticket/13146] Improved $get_forums_visibility_sql_overwrite's clarity
    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version 59ab09273ff39fd89f1f5995356acf8c8ef44650)
  • brunoais

    brunoais bfecae1d601b1dc841c22c7eee49efa10a07972b

    [ticket/13146] Forgot delete_post_test.php
    PHPBB3-13146

    • tests/content_visibility/delete_post_test.php (version bfecae1d601b1dc841c22c7eee49efa10a07972b)
  • brunoais

    brunoais 1c02f7e032cf2d28b70739d02edaea7354fcf887

    [ticket/13146] Adding required tests modifications for the new constructor
    PHPBB3-13146

    • tests/content_visibility/get_forums_visibility_sql_test.php (version 1c02f7e032cf2d28b70739d02edaea7354fcf887)
    • tests/content_visibility/get_global_visibility_sql_test.php (version 1c02f7e032cf2d28b70739d02edaea7354fcf887)
    • tests/content_visibility/get_visibility_sql_test.php (version 1c02f7e032cf2d28b70739d02edaea7354fcf887)
    • tests/content_visibility/set_post_visibility_test.php (version 1c02f7e032cf2d28b70739d02edaea7354fcf887)
    • tests/content_visibility/set_topic_visibility_test.php (version 1c02f7e032cf2d28b70739d02edaea7354fcf887)
  • brunoais

    brunoais f045744606a945a190728c5ad17350776374a6a9

    [ticket/13146] FIxed wrong order in config/content.yml
    PHPBB3-13146

    • phpBB/config/content.yml (version f045744606a945a190728c5ad17350776374a6a9)
  • brunoais

    brunoais 10a4f791358deb5e4365a74ca56982b36771b603

    [ticket/13146] Fixed variable name for the override
    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version 10a4f791358deb5e4365a74ca56982b36771b603)
  • brunoais

    brunoais 4159bb1340cc0e6998196372af56deb7226b93d6

    [ticket/13146] Wrong usage of tabs in .yml
    PHPBB3-13146

    • phpBB/config/content.yml (version 4159bb1340cc0e6998196372af56deb7226b93d6)
  • brunoais

    brunoais ac8a4b05b459a131d7fb6caacb23f190bdfbaf1f

    [ticket/13146] Fixing what merging broke
    Merging added content I didn't expect it to add. This fixes back to what it is supposed to be.

    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version ac8a4b05b459a131d7fb6caacb23f190bdfbaf1f)
  • brunoais

    brunoais 80a7f6930cff09d771d0146fbf2eae901def004e

    [ticket/13146] Adding eventDispatcher to the list
    PHPBB3-13146

    • phpBB/config/content.yml (version 80a7f6930cff09d771d0146fbf2eae901def004e)
    • phpBB/phpbb/content_visibility.php (version 80a7f6930cff09d771d0146fbf2eae901def004e)
  • brunoais

    brunoais df3447b7256f4d462dcd18107c0a503289cfce53

    [ticket/13146] Extra line for clarity
    Added an extra line after the "if ($contentReplaced)"  to help reading the code

    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version df3447b7256f4d462dcd18107c0a503289cfce53)
  • brunoais

    brunoais 614f975e68dc21536d11cb79a4596bd4f9ee8602

    [ticket/13146] $contentReplaced -> $content_replaced
    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version 614f975e68dc21536d11cb79a4596bd4f9ee8602)
  • brunoais

    brunoais e9cb9baedb4bf73f25e476ab692614a52a9ae625

    [ticket/13146] $phpbb_dispatcher was missing
    Added $phpbb_dispatcher to the globals list for this function.

    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version e9cb9baedb4bf73f25e476ab692614a52a9ae625)
  • brunoais

    brunoais e279a779fc5533ab13ef214b9c65674f9c99f865

    [ticket/13146] Typo on the returning variable
    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version e279a779fc5533ab13ef214b9c65674f9c99f865)
  • brunoais

    brunoais e596d0b6cef2a59aedaf9f20cdbf3d5f1ab46a9b

    [ticket/13147] Adding $approve_forums to the list of the event's variables
    PHPBB3-13147

    • phpBB/phpbb/content_visibility.php (version e596d0b6cef2a59aedaf9f20cdbf3d5f1ab46a9b)
  • brunoais

    brunoais 0388d82504b672aa34a23baa2d0c2804c038caa2

    [ticket/13146] Adding $content_replaced to allow even more flexibility
    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version 0388d82504b672aa34a23baa2d0c2804c038caa2)
  • brunoais

    brunoais 909bb523bf1d7d3d517bf94404e0e4f1707512d7

    [ticket/13146] Allow changing the result of calling get_forums_visibility_sql
    PHPBB3-13146

    • phpBB/phpbb/content_visibility.php (version 909bb523bf1d7d3d517bf94404e0e4f1707512d7)
  • Joas Schilling

    Joas Schilling 1145af71bf08519b389ab57600d855689664ecfc

    [ticket/12866] Update existing profile fields with the new validation
    PHPBB3-12866

    • phpBB/phpbb/db/migration/data/v31x/profilefield_remove_underscore_from_alpha.php (version 1145af71bf08519b389ab57600d855689664ecfc)
  • Senky

    Senky b7f69edaa273fec2b29a9300a766ffb9639686d2

    [ticket/12866] Assume underscore is part of \w
    PHPBB3-12866

    • phpBB/phpbb/profilefields/type/type_string_common.php (version b7f69edaa273fec2b29a9300a766ffb9639686d2)
    • tests/profilefields/type_string_test.php (version b7f69edaa273fec2b29a9300a766ffb9639686d2)