222ca643b5
Merge branch '3.3.x'
2024-05-06 18:23:21 +02:00
6f45b46746
[ticket/17077] Add proper locking in PHP without releasing form tokens
...
PHPBB3-17077
2024-05-01 11:22:29 +02:00
86af3c0f56
Merge pull request #6541 from Crizz0/ticket/17093-master
...
[ticket/17093] Add ACP setting to limit access to disabled board
2024-02-22 20:01:59 +01:00
946fb7d9a4
[ticket/17093] Change how login is handled to support disabled boards
...
PHPBB3-17093
2024-02-22 19:06:46 +01:00
8bdda472bf
[ticket/9687] Fix tests
...
PHPBB3-9687
2023-11-05 20:21:36 +01:00
0a395ebb6d
[ticket/17195] Stop artifically slowing down functional tests
...
PHPBB3-17195
2023-09-22 14:29:53 +02:00
9fbe00dd45
[ticket/17176] Fix some PHP 8.x deprecations and clean up test code
...
PHPBB3-17176
2023-09-18 19:28:22 +02:00
4078ed7e20
[ticket/17176] Remove no longer needed backward compatible phpunit code
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
5d6218dcba
[ticket/17176] Use NativeHttpClient on windows builds
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
eed92e766f
[ticket/17176] Do not always create a new connection in database tests
...
PHPBB3-17176
2023-09-18 19:28:20 +02:00
8a2199ed6c
[ticket/17176] Clean up database code to prevent test issues
...
PHPBB3-17176
2023-09-18 19:28:20 +02:00
66b54d4469
[ticket/17176] Use Symfony name for event dispatcher
...
The previously used override of the names is no longer supported.
PHPBB3-17176
2023-09-18 19:28:18 +02:00
549c818a5c
[ticket/17176] Work around bug with fileuploads in BrowserKit
...
PHPBB3-17176
2023-09-18 19:28:18 +02:00
2d7c668a28
[ticket/17176] Use BrowserKit instead of Goutte
...
PHPBB3-17176
2023-09-18 19:28:18 +02:00
69cc2a9734
[ticket/17151] Make macros available for extensions
...
Also add tests and error reporting.
PHPBB3-17151
2023-09-09 14:02:17 +07:00
51cdac9100
[ticket/17108] Update composer dependencies and expect trigger error code
...
PHPBB3-17108
2023-04-05 20:54:40 +02:00
7a5a32fc57
[ticket/17049] Backup and restore composer-ext data for tests
...
PHPBB3-17049
2022-10-16 16:24:03 +02:00
659f37c1c4
Merge branch 'ticket/16891' into ticket/16891-master
2022-01-31 21:48:53 +01:00
e1b73e4fba
Merge branch '3.3.x'
2022-01-31 20:55:15 +01:00
c4fcbc2cbd
[ticket/16891] Add mock to purge extension manager cache in tests
...
PHPBB3-16891
2022-01-31 20:34:24 +01:00
7992b3f476
[ticket/16891] Update test files to work with changed cache service
...
PHPBB3-16891
2022-01-31 20:34:23 +01:00
0fe95a032b
[ticket/16956] Remove router cache flag
...
The deferred purge will be used in the future instead. The cache flag in the
router only causes additional issues by trying to rebuild the routing
mid-request
PHPBB3-16956
2022-01-31 16:52:19 +01:00
3b50ddf9f8
Merge pull request #6352 from rxu/ticket/16902-master
...
[ticket/16902] Improve search results count - master
2022-01-19 20:34:29 +01:00
a8c93ff661
[ticket/16902] Fix docblock
...
PHPBB3-16902
2022-01-19 09:23:56 +07:00
0a88251fe5
[ticket/16902] Fix docblock
...
PHPBB3-16902
2022-01-19 09:17:36 +07:00
e92b5caf66
Merge pull request #6273 from CHItA/ticket/16741
...
[ticket/16741] Database tools to use Doctrine
2022-01-17 20:08:50 +01:00
54fd71ea2e
[ticket/16902] Make flood interval control in tests consistent
...
Also remove crawler dumping tool
PHPBB3-16902
2022-01-15 12:41:09 +07:00
97906a736f
[ticket/16902] Extend test
...
PHPBB3-16902
2022-01-15 12:08:05 +07:00
5e43f6195c
[ticket/16902] Make flood interval control in tests consistent
...
Also remove crawler dumping tool
PHPBB3-16902
2022-01-15 10:37:45 +07:00
015c9313a7
[ticket/16902] Extend test
...
PHPBB3-16902
2022-01-15 10:18:16 +07:00
c6640a8b1e
[ticket/16904] Refactor MCP tests
...
PHPBB3-16904
2021-11-24 07:09:32 +07:00
b266ebbcef
[ticket/16741] Test fixes
...
PHPBB3-16741
2021-11-09 02:49:56 +01:00
1e6c5cd381
[ticket/16904] Refactor MCP tests
...
PHPBB3-16904
2021-11-05 22:32:14 +07:00
771dbc7cda
Merge branch '3.3.x'
2021-11-01 16:57:35 +01:00
b28b94b1f1
[ticket/16891] Do not change an extension status in the middle of a request
...
When enabling an extension, it should be considered as not being enabled for
the entire request as if the "enabled" flag is switch during the request, the
extension will stay not loaded (same when disabling an extension).
Example when it can be an issue today : if the router is called for the first
time after enabling the extension and if the extension uses a custom route
loader (like phpbb/pages) then the router will fail because the custom route
will be found but the custom loader will not be loaded and available.
PHPBB3-16891
2021-10-30 04:25:31 +02:00
d31e986815
[ticket/12631] Rename finder.not_use_cache to finder.cache
...
PHPBB3-12631
2021-10-10 10:13:37 +02:00
9308764fae
[ticket/12631] Add finder.not_use_cache
...
PHPBB3-12631
2021-10-10 10:10:37 +02:00
553a20ddf7
Merge pull request #6056 from senky/ticket/16574
...
[ticket/16574] Remove flash BBcode
2021-08-23 21:34:28 +02:00
72cf2ba2ea
Merge branch '3.3.x'
2021-08-23 20:30:14 +02:00
acbcb18226
Merge pull request #5760 from v12mike/ticket/16138
...
Ticket/16138 Eliminate redundant parameters from board URLs
2021-08-23 20:11:35 +02:00
28f98402f3
[ticket/16574] Remove flash BBcode
...
PHPBB3-16574
2021-08-19 23:01:42 +02:00
49b01d05c1
Merge pull request #6256 from marc1706/ticket/16825
...
[ticket/16825] Adjust handling of session ID when requiring cookies
2021-08-19 21:59:16 +02:00
ffa4dc0ff3
[ticket/16840] Fix s9e test helper
...
PHPBB3-16840
2021-08-08 15:21:35 +07:00
217fc07036
[ticket/16825] Adjust functional tests for modified sid handling
...
PHPBB3-16825
2021-07-31 22:35:03 +02:00
0cbbb79283
[ticket/16207] Fix tests with sid missing from URLs
...
PHPBB3-16207
2021-07-17 22:32:12 +02:00
41363c8bed
Merge branch '3.3.x'
2021-07-06 22:02:24 +02:00
7b5ad8bb74
[ticket/16799] Fix OAuth external account linking PHP fatal error
...
PHPBB3-16799
2021-06-15 00:08:45 +07:00
37ebf41308
Merge pull request #5274 from rubencm/ticket/14285
...
[ticket/14285] Move downloads to controller
2021-05-28 07:17:15 +02:00
6a0b1333da
[ticket/16138] Resolve misc coding style issues
...
PHPBB3-16138
2021-05-19 22:11:01 +02:00
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
...
Rebase to 3.3.x
PHPBB3-16138
2021-05-19 22:05:06 +02:00