1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-13 13:16:36 +02:00
Commit Graph

336 Commits

Author SHA1 Message Date
946fb7d9a4 [ticket/17093] Change how login is handled to support disabled boards
PHPBB3-17093
2024-02-22 19:06:46 +01:00
0a395ebb6d [ticket/17195] Stop artifically slowing down functional tests
PHPBB3-17195
2023-09-22 14:29:53 +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
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
rxu
69cc2a9734 [ticket/17151] Make macros available for extensions
Also add tests and error reporting.

PHPBB3-17151
2023-09-09 14:02:17 +07: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
rxu
a8c93ff661 [ticket/16902] Fix docblock
PHPBB3-16902
2022-01-19 09:23:56 +07:00
rxu
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
rxu
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
rxu
97906a736f [ticket/16902] Extend test
PHPBB3-16902
2022-01-15 12:08:05 +07:00
rxu
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
rxu
015c9313a7 [ticket/16902] Extend test
PHPBB3-16902
2022-01-15 10:18:16 +07:00
rxu
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
rxu
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
9308764fae [ticket/12631] Add finder.not_use_cache
PHPBB3-12631
2021-10-10 10:10:37 +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
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
rxu
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
ce08da5165 [ticket/16748] Enable code sniffing for static placement and adjust code
PHPBB3-16748
2021-04-03 23:12:04 +02:00
31ca404ff7 [ticket/14285] Fix tests
PHPBB3-14285
2021-03-22 00:40:17 +01:00
b46e242013 Merge branch 'ticket/15392' into ticket/15392-master 2021-03-04 17:04:17 +01:00
8c9d26db1f [ticket/15392] Changed dirname(__FILE__) to __DIR__
Changed dirname(__FILE__) to __DIR__ everywhere

PHPBB3-15392
2021-03-03 22:24:10 +01:00
rxu
19b12bf6ee [ticket/16649] Upgrade to Symfony 5
PHPBB3-16649
2021-02-19 21:10:54 +07:00
rxu
3df19411b4 [ticket/16549] Fix tests
PHPBB3-16549
2020-10-18 10:38:46 +07:00
rxu
3444e8816b [ticket/16549] Avoid deprecated properties/methods in newer PHPUnit versions
PHPBB3-16549
2020-10-18 10:38:34 +07:00
rxu
3d87d61dae [ticket/16549] Add void return type of template methods
PHPBB3-16549
2020-10-18 10:38:32 +07:00
rxu
d7cb104fc1 [ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
2020-10-18 10:38:31 +07:00
rxu
ec565de6cb [ticket/16549] Fix tests
PHPBB3-16549
2020-10-18 10:37:16 +07:00
rxu
4c4debf004 [ticket/16549] PHPUnit function declarations tiny cleanup
PHPBB3-16549
2020-10-18 10:36:42 +07:00
rxu
c954249dfa [ticket/16549] Avoid deprecated properties/methods in newer PHPUnit versions
PHPBB3-16549
2020-10-18 10:36:41 +07:00
rxu
fb62d22013 [ticket/16549] Add void return type of template methods
PHPBB3-16549
2020-10-18 10:36:39 +07:00
rxu
58ea656fd8 [ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
2020-10-18 10:36:39 +07:00