Marc Alexander
db56017d57
[ticket/17283] Remove remaining parts using iconify
...
PHPBB3-17283
2024-02-12 18:52:45 +01:00
Marc Alexander
ae7100957c
[ticket/17279] Update parameters for constructor in tests
...
PHPBB3-17279
2023-12-29 21:41:00 +01:00
Marc Alexander
3db2089208
[ticket/16944] Update tests for adjusted environment constructor
...
PHPBB3-16944
2023-11-12 16:04:52 +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
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
Marc Alexander
d728c0fd8b
Merge branch '3.3.x'
2022-01-25 22:11:10 +01:00
Marc Alexander
d08843853e
[ticket/16956] Remove use of recently changed status for extensions
...
PHPBB3-16956
2022-01-23 20:51:50 +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
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
Rubén Calvo
d31e986815
[ticket/12631] Rename finder.not_use_cache to finder.cache
...
PHPBB3-12631
2021-10-10 10:13:37 +02:00
Rubén Calvo
9308764fae
[ticket/12631] Add finder.not_use_cache
...
PHPBB3-12631
2021-10-10 10:10:37 +02:00
Marc Alexander
b46e242013
Merge branch 'ticket/15392' into ticket/15392-master
2021-03-04 17:04:17 +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
rxu
3d87d61dae
[ticket/16549] Add void return type of template methods
...
PHPBB3-16549
2020-10-18 10:38:32 +07:00
rxu
4c4debf004
[ticket/16549] PHPUnit function declarations tiny cleanup
...
PHPBB3-16549
2020-10-18 10:36:42 +07:00
rxu
fb62d22013
[ticket/16549] Add void return type of template methods
...
PHPBB3-16549
2020-10-18 10:36:39 +07:00
rubencm
490ddbc2cd
[ticket/16346] Fix method arguments
...
PHPBB3-16346
2020-08-14 18:42:50 +00:00
rubencm
774c609c4a
[ticket/16345] Small improvements
...
PHPBB3-16346
2020-08-14 08:29:06 +00: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
b007374726
Merge branch '3.3.x'
2019-10-03 11:07:03 +02:00
Jakub Senko
d7c644a792
[ticket/15257] Address validation issues
...
PHPBB3-15257
2019-09-30 20:25:54 +02:00
Jakub Senko
975fe1e153
[ticket/15257] Provide extension not enableable messages
...
PHPBB3-15257
2019-09-30 20:25:44 +02:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
François-Xavier de Guillebon
40e61e4d1e
[ticket/15508] Remove call to getEnvironment() from parser
...
PHPBB3-15508
2019-05-09 21:30:12 +02:00
luzpaz
a9a28859d4
[ticket/15424] Multiple typo fixes in docs & comments
...
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
2019-05-08 22:20:56 +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
c6cc6ba8d8
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-01-02 20:19:56 +01:00
François-Xavier de Guillebon
23b13c239b
[ticket/15508] Remove call to getEnvironment() from parser
...
PHPBB3-15508
2018-01-16 15:26:58 +01:00
luzpaz
e13ba99c81
[ticket/15424] Multiple typo fixes in docs & comments
...
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
2017-10-29 12:44:01 +01:00
Rubén Calvo
ecb79539f4
[ticket/15253] Use storage helper methods instead of filesystem methods
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
rxu
e3859d894d
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2017-07-17 16:56:55 +07:00
rxu
fcc8e155ec
[ticket/14990] Move dispatcher object to the front of the options array
...
PHPBB3-14990
2017-04-16 23:40:16 +07:00
javiexin
7000db3049
[ticket/15087] Optimize creation of metadata objects by caching
...
Fix constructor in test cases.
PHPBB3-15087
2017-02-12 19:25:42 +01:00
Etienne Baroux
346f31a031
[ticket/12610] Add command to check if the board is up to date.
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
Tristan Darricau
663e3bc642
[ticket/13616] Updates direct call to twig environment constructor
...
PHPBB3-13616
2016-04-03 16:23:16 +02:00
Matt Friedman
14e8113fcf
[ticket/14576] Move common required files to bootstrap
...
PHPBB3-14576
2016-03-31 11:06:47 -07:00
Marc Alexander
fac4672f3f
[ticket/13733] Remove validate_classes method argument
...
PHPBB3-13733
2016-01-24 22:39:37 +01:00
Marc Alexander
a60935b99d
[ticket/13733] Make sure migration classes always have same order in tests
...
PHPBB3-13733
2016-01-20 11:16:29 +01:00
Marc Alexander
0defce65c8
[ticket/13733] Properly test setting validate_classes to false/true
...
PHPBB3-13733
2016-01-19 23:32:07 +01:00
Marc Alexander
0178c27092
Merge pull request #3626 from imkingdavid/ticket/13733
...
[ticket/13733] Allow non-migration files inside migrations folder
2016-01-15 18:31:27 +01:00
MateBartus
4044b5df89
[ticket/13777] Reorder get_module_infos() method's arguments
...
PHPBB3-13777
2015-05-31 16:03:11 +02:00
MateBartus
fcff3ee4ad
[ticket/13777] Fix tests
...
PHPBB3-13777
2015-05-31 13:22:46 +02:00
David King
65316cffaf
[ticket/13733] Allow tests the skip class validation
...
PHPBB3-13733
2015-05-23 21:13:30 -04:00
MateBartus
7b301e22f3
[ticket/13804] Make template's user dependency optional
...
PHPBB3-13804
2015-05-05 19:16:49 +02:00
Nicofuma
51376a4391
[ticket/13638] Inject $filesystem in \phpbb\template\asset
...
PHPBB3-13638
2015-05-05 17:07:11 +02:00