Marc Alexander
a898009e58
Merge pull request #6638 from rxu/ticket/17337-master
...
[ticket/17337] Fix mysqli driver is missing transaction begin statement - master
2024-06-24 20:35:23 +02:00
rxu
1e7f0f1883
Merge branch 'ticket/17337' into ticket/17337-master
2024-06-25 00:29:06 +07:00
rxu
dd3ebe2b71
[ticket/17337] Correctly handle transaction test on MyISAM (non-transactional)
...
PHPBB-17337
2024-06-24 21:32:18 +07:00
Marc Alexander
f3460fe9eb
[ticket/17337] Extend write tests with simple transaction test
...
PHPBB-17337
2024-06-23 23:26:13 +02:00
Marc Alexander
44396162ca
Merge branch '3.3.x'
2024-06-14 22:29:00 +02:00
rxu
51b773e588
[ticket/17332] Add test
...
PHPBB-17332
2024-06-05 12:50:03 +07:00
Marc Alexander
0ae7e3f992
[ticket/13162] Add tests for truncate table via tools
...
PHPBB3-13162
2023-12-17 12:49:40 +01:00
Oliver Schramm
e7015bf1dd
[ticket/9687] Fix code style and tests
...
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Marc Alexander
9fbe00dd45
[ticket/17176] Fix some PHP 8.x deprecations and clean up test code
...
PHPBB3-17176
2023-09-18 19:28:22 +02:00
Marc Alexander
dc4d79f3a8
[ticket/17176] Take care of MSSQL being slow
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
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
Marc Alexander
659f37c1c4
Merge branch 'ticket/16891' into ticket/16891-master
2022-01-31 21:48:53 +01:00
Marc Alexander
e1b73e4fba
Merge branch '3.3.x'
2022-01-31 20:55:15 +01:00
Marc Alexander
7992b3f476
[ticket/16891] Update test files to work with changed cache service
...
PHPBB3-16891
2022-01-31 20:34:23 +01:00
Marc Alexander
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
Máté Bartus
e92b5caf66
Merge pull request #6273 from CHItA/ticket/16741
...
[ticket/16741] Database tools to use Doctrine
2022-01-17 20:08:50 +01:00
Máté Bartus
e93c914da3
[ticket/16741] Fix tests
...
PHPBB3-16741
2021-12-05 18:27:56 +01:00
Máté Bartus
a0584b8677
[ticket/16741] Code review fixes
...
PHPBB3-16741
2021-12-05 11:19:05 +01:00
Marc Alexander
e9720f5545
Merge branch '3.3.x'
2021-12-03 21:08:15 +01:00
Marc Alexander
c1b88de806
Merge pull request #6312 from rxu/ticket/16895
...
[ticket/16895] Fix role removal for migrator permission tool
2021-12-03 21:06:14 +01:00
Tristan Darricau
b266ebbcef
[ticket/16741] Test fixes
...
PHPBB3-16741
2021-11-09 02:49:56 +01:00
Marc Alexander
771dbc7cda
Merge branch '3.3.x'
2021-11-01 16:57:35 +01:00
Tristan Darricau
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
rxu
7275cdd152
[ticket/16895] Adjust test
...
PHPBB3-16895
2021-10-27 00:15:46 +07:00
rxu
b1e6fad38a
[ticket/16895] Add test
...
PHPBB3-16895
2021-10-26 20:14:45 +07:00
Rubén Calvo
9308764fae
[ticket/12631] Add finder.not_use_cache
...
PHPBB3-12631
2021-10-10 10:10:37 +02:00
Marc Alexander
ce08da5165
[ticket/16748] Enable code sniffing for static placement and adjust code
...
PHPBB3-16748
2021-04-03 23:12:04 +02:00
Marc Alexander
b46e242013
Merge branch 'ticket/15392' into ticket/15392-master
2021-03-04 17:04:17 +01:00
Marc Alexander
7a310cc7d9
[ticket/15392] Replace remaining dirname(__FILE__) with __DIR__
...
PHPBB3-15392
2021-03-04 16:56:07 +01:00
DinHere
8c9d26db1f
[ticket/15392] Changed dirname(__FILE__) to __DIR__
...
Changed dirname(__FILE__) to __DIR__ everywhere
PHPBB3-15392
2021-03-03 22:24:10 +01:00
Máté Bartus
71441e3fb0
[ticket/16668] Refactor schema_generator
...
PHPBB3-16668
2021-01-05 22:16:54 +01:00
rxu
56a7d74588
[ticket/16549] Rewrite at() calls
...
See https://github.com/sebastianbergmann/phpunit/issues/4297
PHPBB3-16549
2020-11-15 18:57:59 +07:00
rxu
f1c178b544
[ticket/16549] Rewrite at() calls
...
See https://github.com/sebastianbergmann/phpunit/issues/4297
PHPBB3-16549
2020-11-15 18:56:22 +07:00
rxu
3df19411b4
[ticket/16549] Fix tests
...
PHPBB3-16549
2020-10-18 10:38:46 +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
rubencm
774c609c4a
[ticket/16345] Small improvements
...
PHPBB3-16346
2020-08-14 08:29:06 +00:00
Marc Alexander
aae367e394
Merge branch '3.3.x'
2020-08-12 21:47:12 +02:00
Matt Friedman
b69507be8a
[ticket/16527] Add a role_exists method to permissions migrator tool
...
PHPBB3-16527
2020-06-14 11:02:40 -07:00
Marc Alexander
2b65ce123c
[ticket/16284] Adjust create schema and add tables to tests
...
PHPBB3-16284
2020-01-01 16:17:23 +01:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
javiexin
5a0c9763d1
[ticket/15274] Allow "custom" migrations to use parameters
...
Remove references in migration tool.
PHPBB3-15274
2019-05-08 22:06:39 +02:00
javiexin
5c001df380
[ticket/15274] Allow "custom" migrations to use parameters
...
Add the possibility to have custom migrations with parameters,
allowing the use of a single function for several uses.
PHPBB3-15274
2019-05-08 22:06:34 +02:00
rxu
42b7782927
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2019-05-08 21:57:00 +02:00
Marc Alexander
fa5d2bfe50
Merge branch '3.2.x'
2019-03-30 17:58:16 +01:00
Marc Alexander
0d166e87b8
[ticket/15996] Rename dataProvider to not start with test_
...
PHPBB3-15996
2019-03-19 21:13:27 +01:00
Marc Alexander
c6cc6ba8d8
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-01-02 20:19:56 +01:00
Marc Alexander
5a9b8a815d
Merge branch '3.2.x'
2018-06-17 15:40:02 +02:00
Marc Alexander
ff171f3a3b
Merge pull request #5158 from kasimi/ticket/15586
...
[ticket/15586] Fixed adding module the automatic way without specifying modes
2018-06-17 11:35:08 +02:00
Marc Alexander
f3338b2874
Merge branch '3.2.x'
2018-03-26 21:20:21 +02:00