Commit graph

4424 commits

Author SHA1 Message Date
lavigor
99e93a5a04
[ticket/13713] Ensure that cache variable is initialized properly
PHPBB3-13713
2021-05-14 21:52:09 +02:00
lavigor
de356232f3
[ticket/13713] Do not use test_case_helpers for helper test
PHPBB3-13713
2021-05-14 21:52:09 +02:00
lavigor
8f21a7365d
[ticket/13713] Rework batch size handling
PHPBB3-13713
2021-05-14 21:52:09 +02:00
lavigor
35a81fce52
[ticket/13713] Use mock for ContainerBuilder in helper test
PHPBB3-13713
2021-05-14 21:52:08 +02:00
lavigor
0c47c72cce
[ticket/13713] Fix container compilation in mention_helper test
PHPBB3-13713
2021-05-14 21:52:08 +02:00
lavigor
86caf3f577
[ticket/13713] Test cleanup
PHPBB3-13713
2021-05-14 21:52:08 +02:00
lavigor
c5f515acc4
[ticket/13713] Add test for mention_helper
PHPBB3-13713
2021-05-14 21:52:07 +02:00
lavigor
118b98841c
[ticket/13713] Fix tests
PHPBB3-13713
2021-05-14 21:52:06 +02:00
lavigor
a8cb12e455
[ticket/13713] Tests cleanup
PHPBB3-13713
2021-05-14 21:52:05 +02:00
lavigor
29a11cf930
[ticket/13713] Add test for all mention sources and controller
PHPBB3-13713
2021-05-14 21:52:05 +02:00
lavigor
224d753414
[ticket/13713] Add mention_helper for testing in helpers
PHPBB3-13713
2021-05-14 21:52:05 +02:00
lavigor
27b37f3881
[ticket/13713] Introduce mention notifications for groups
PHPBB3-13713
2021-05-14 21:52:03 +02:00
lavigor
0fd78c5c87
[ticket/13713] Introduce tests for user notifications
PHPBB3-13713
2021-05-14 21:52:03 +02:00
lavigor
fd92abda59
[ticket/13713] Fix tests for PHP 5.6
PHPBB3-13713
2021-05-14 21:51:57 +02:00
lavigor
90ee0993e6
[ticket/13713] Fix current issues with tests
PHPBB3-13713
2021-05-14 21:51:57 +02:00
Marc Alexander
c45c7f4622
[ticket/16764] Remove more remnants of remote uploading
PHPBB3-16764
2021-04-26 20:44:15 +02:00
rubencm
e543874d08 [ticket/16764] Remove unused files
PHPBB3-16764
2021-04-24 15:24:59 +02:00
Marc Alexander
cc8b4ef619
[ticket/16764] Remove remote avatar functionality
PHPBB3-16764
2021-04-23 22:26:07 +02:00
Marc Alexander
6490143c00
Merge branch '3.3.x' 2021-04-09 17:29:19 +02:00
Marc Alexander
2d42b2a6c2
Merge pull request #5778 from gijsmartens/ticket/15233
[ticket/15233] Standardize avatar output variables
2021-04-08 22:03:37 +02:00
Marc Alexander
70337e99fa
[ticket/16752] Add deprecation notices and fix tests
PHPBB3-16752
2021-04-08 21:18:35 +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
rubencm
2d55977234 [ticket/16639] Add two more asserts
PHPBB3-16639
2021-03-24 20:47:34 +01:00
rubencm
a87f534268 [ticket/16639] Add types and small changes in tests
PHPBB3-16639
2021-03-24 15:23:07 +01:00
rubencm
3a5a19bd99 [ticket/16639] Pass absolute paths to make_path_relative
PHPBB3-16639
2021-03-24 14:06:36 +01:00
rubencm
cd8c09d0b3 [ticket/15540] Fix test
PHPBB3-15540
2021-03-23 10:23:50 +01:00
rubencm
656e57fbf6 [ticket/15540] Properties
PHPBB3-15540
2021-03-23 04:16:34 +01:00
rubencm
5c67eabeed [ticket/15540] Fix tests
PHPBB3-15540
2021-03-23 02:44:57 +01:00
rubencm
1bc9cbefb2 [ticket/15540] Fix tests
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
5fd2c51ca8 [ticket/15540] Fix tests and small fixes
PHPBB3-15540
2021-03-22 21:57:02 +01:00
Ruben Calvo
2aabf560b4 [ticket/15540] Refactor search backend classes to Symfony services
PHPBB3-15540
2021-03-22 21:57:02 +01:00
mrgoldy
287ebb4771
[ticket/15233] Amend email notification test
PHPBB3-15233
2021-03-06 22:27:53 +01:00
mrgoldy
a9b63a4724
[ticket/15233] Amend tests for avatar helper
PHPBB3-15233
2021-03-06 08:18:37 +01:00
Marc Alexander
3137070d50
Merge branch '3.3.x' 2021-03-05 21:32:43 +01:00
Marc Alexander
b978fd9dc6
Merge pull request #6141 from 3D-I/ticket/16705
[ticket/16705] Fix check_disk_space function - PHP 8
2021-03-05 20:52:38 +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
rxu
1d9f9b5ecd
[ticket/16654] Upgrade Twig to version 3
PHPBB3-16654
2021-03-03 20:28:32 +07:00
Marc Alexander
e4fc9bb0b1
[ticket/16705] Correctly assign phpBB root path in tests
PHPBB3-16705
2021-03-02 19:55:02 +01:00
rubencm
538ff83ccc
[ticket/16649] Add compiler pass to tests
PHPBB3-16649
2021-02-19 21:18:41 +07:00
rxu
302632d240
[ticket/16649] Add compiler pass to make all services public
This also handles BC for phpBB extensions

PHPBB3-16639
2021-02-19 21:18:40 +07: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
Máté Bartus
aab2679966 [ticket/16643] Add Doctrine DBAL to phpBB
PHPBB3-16643
2021-01-31 11:33:42 +01:00
Marc Alexander
c93da86f83
[ticket/10824] Add missing imports and adjust json sanitizer imports
This way the imports will also be a bit more explicit to the fact
that this is only a json sanitizer.

PHPBB3-10824
2021-01-26 22:26:01 +01:00
Marc Alexander
a39f8ad5d1
[ticket/10824] Add basic test for json sanitizer
PHPBB3-10824
2021-01-26 22:24:06 +01:00
Máté Bartus
fa8fd661d0
Merge pull request #6127 from rxu/ticket/16650
[ticket/16650] Add simple functional test
2021-01-22 19:17:26 +01:00
Máté Bartus
29e7226c96 Merge branch '3.3.x' 2021-01-22 19:14:53 +01:00
rxu
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
PHPBB3-16690
2021-01-20 00:21:24 +07:00