Commit graph

144 commits

Author SHA1 Message Date
Marc Alexander
3584ef7eca
Merge pull request #6753 from rubencm/ticket/17361
[ticket/17361] Improve storage
2025-02-22 15:06:48 +01:00
rxu
0c720eaf7c
[ticket/17135] Fix code flaws
PHPBB-17135
2025-01-05 15:57:46 +07:00
rxu
3fddff240c
[ticket/17135] Use email method instead of service collection where appropriate
PHPBB-17135
2025-01-05 15:57:45 +07:00
rxu
a7b5369138
[ticket/17135] Refactor messenger code to services
PHPBB3-17135
2025-01-05 15:57:43 +07:00
Ruben Calvo
b33f17e7ce
[ticket/17361] Use filesystem classes for tempnam and temp dir. Code reviews.
PHPBB-17361
2024-12-26 22:06:42 +01:00
Ruben Calvo
9bf9538dc6
[ticket/17361] Update thumbnail_test test
PHPBB-17361
2024-12-24 18:29:48 +01:00
Marc Alexander
7c94c964c4
Merge branch '3.3.x' 2024-06-30 17:20:38 +02:00
Marc Alexander
7f9bcc2743
[ticket/17347] Change command to be called user:delete_id
PHPBB-17347
2024-06-21 21:12:38 +02:00
Marc Alexander
d875eaa405
[ticket/17347] Update tests for delete_id command
PHPBB-17347
2024-06-21 21:12:09 +02:00
Marc Alexander
db40145fd5
[ticket/17347] Use progress bar and test bot deletion only
PHPBB-17347
2024-06-21 20:59:04 +02:00
Marc Alexander
8c77da9c30
[ticket/17347] Add special handling for deletion of bots
PHPBB-17347
2024-06-21 20:48:41 +02:00
Marc Alexander
8432e506c4
[ticket/17347] Add tests for delete ids
PHPBB-17347
2024-06-20 22:23:38 +02:00
Marc Alexander
59f387e828
[ticket/13162] Use db tools for truncating
PHPBB3-13162
2023-12-17 19:49:23 +01:00
Marc Alexander
cef8aaf1a4
[ticket/17176] Update implementations to be compatible with Symfony 6.3
PHPBB3-17176
2023-09-18 19:28:16 +02:00
Ruben Calvo
d6b0827d27
[ticket/12683] Add copyright header
PHPBB3-12683
2022-12-11 21:22:01 +01:00
Ruben Calvo
f9f55eb012
[ticket/12683] Improve exception handling
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
23ce5121a4
[ticket/12683] Code review
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
2e917b6059
[ticket/12683] Remove unused property
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
ac227a9ea6
[ticket/12683] Add basic tests
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Marc Alexander
8841d88845
Merge pull request #6225 from rubencm/ticket/16790
[ticket/16790] Remove unused code
2022-12-09 21:17:23 +01:00
Marc Alexander
81b221df9d
Merge pull request #6376 from lionel-rowe/ticket/16977
[ticket/16977] Fix cron-job img tag layout and accessibility
2022-04-10 21:21:47 +02:00
lionel-rowe
e53102fead [ticket/16977] Fix broken tests
PHPBB3-16977
2022-04-03 21:31:42 +01:00
Ruben Calvo
0650d6f302 [ticket/16790] Remove useless command parameter
PHPBB3-16790
2021-12-01 12:14:06 +01:00
Marc Alexander
b99cfd5caa
[ticket/16820] Move ATTACHMENT_CATEGORY_ constants to attachment namespace
PHPBB3-16820
2021-10-10 17:52:42 +02:00
mrgoldy
a9b63a4724
[ticket/15233] Amend tests for avatar helper
PHPBB3-15233
2021-03-06 08:18:37 +01: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
rubencm
157a8aca01
[ticket/16649] Changes for Symfony 5
PHPBB3-16649
2021-02-19 21:17:33 +07: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
aceeb30463
[ticket/16549] Fix wrong exception message function names
PHPBB3-16549
2020-10-18 10:38:33 +07:00
rxu
6785db282e
[ticket/16549] Remove exception expectation annotations
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
659e1e4a26
[ticket/16549] Fix wrong exception message function names
PHPBB3-16549
2020-10-18 10:36:40 +07:00
rxu
632bcdd2da
[ticket/16549] Remove exception expectation annotations
PHPBB3-16549
2020-10-18 10:36:40 +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
Marc Alexander
4eaa356679
Merge branch '3.3.x' 2020-09-19 11:28:31 +02: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
kasimi
0daf6ccbcb
[ticket/16565] Fixed cron.manager tests
PHPBB3-16565
2020-08-12 12:51:59 +02:00
Marc Alexander
9ea5cfd14b
Merge branch '3.3.x' 2019-12-29 15:11:29 +01:00
rxu
dcab076221
[ticket/16276] Further fix PHP nightly tests
PHPBB3-16276
2019-12-29 12:59:24 +07:00
Marc Alexander
6481aa5932
Merge branch '3.3.x' 2019-10-07 18:31:21 +02:00
Marc Alexander
60bc949ba1
[ticket/14465] Remove setting for maximum password length
PHPBB3-14465
2019-10-03 23:05:02 +02:00
Marc Alexander
1035cd9ac3
Merge branch '3.3.x' 2019-05-12 18:06:03 +02:00
Marc Alexander
3f33d89572
[ticket/16052] Fix issues caused by merges
PHPBB3-16052
2019-05-11 23:36:20 +02:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
PHPBB3-14948
2019-05-09 21:40:06 +02:00