1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 21:15:42 +02:00

4561 Commits

Author SHA1 Message Date
Rubén Calvo
fdb7c8a671 [ticket/16836] Use absolute paths in local adapter
PHPBB3-16836
2021-08-11 13:59:21 +02:00
rxu
ffa4dc0ff3
[ticket/16840] Fix s9e test helper
PHPBB3-16840
2021-08-08 15:21:35 +07:00
Marc Alexander
84b414a4f0
[ticket/16138] Remove redundant specifiers from functional test URLs
PHPBB3-16138
2021-08-04 22:11:02 +02:00
Marc Alexander
217fc07036
[ticket/16825] Adjust functional tests for modified sid handling
PHPBB3-16825
2021-07-31 22:35:03 +02:00
Máté Bartus
f836605ab8 Merge branch '3.3.x' 2021-07-31 12:06:48 +02:00
Marc Alexander
8ea4d235bf
Merge pull request #6248 from marc1706/ticket/16207
[ticket/16207] Require cookies for sessions
2021-07-25 15:41:20 +02:00
rxu
e1fc0a9059
[ticket/16823] Make datetime class correctly handle edge cases
PHPBB3-16823
2021-07-20 20:35:04 +07:00
Marc Alexander
dd8191404d
[ticket/16207] Stop appending ? to build_url URLs if not needed
PHPBB3-16207
2021-07-18 09:55:08 +02:00
Marc Alexander
0cbbb79283
[ticket/16207] Fix tests with sid missing from URLs
PHPBB3-16207
2021-07-17 22:32:12 +02:00
Marc Alexander
fe1b9d5384
[ticket/16207] Add session.force_sid parameter to allow fixing settings
PHPBB3-16207
2021-07-17 22:32:03 +02:00
rxu
3c3d20d038
[ticket/16821] Upgrade Symfony to the latest 5.x
PHPBB3-16821
2021-07-15 22:29:16 +07:00
Marc Alexander
fa2892128c
[ticket/16817] Adjust selectors and expected strings on oauth test
PHPBB3-16817
2021-07-11 21:18:25 +02:00
Marc Alexander
e7648ae13a
Merge branch '3.3.x' 2021-07-08 21:10:01 +02:00
Marc Alexander
4446888eb2
Merge pull request #6238 from marc1706/ticket/16809
[ticket/16809] Reset display options at the end of preferences test
2021-07-08 21:09:36 +02:00
Marc Alexander
41363c8bed
Merge branch '3.3.x' 2021-07-06 22:02:24 +02:00
Marc Alexander
096dad1767
[ticket/16809] Reset display options at the end of preferences test
PHPBB3-16809
2021-07-03 22:25:43 +02:00
rxu
7b5ad8bb74
[ticket/16799] Fix OAuth external account linking PHP fatal error
PHPBB3-16799
2021-06-15 00:08:45 +07:00
Marc Alexander
37ebf41308
Merge pull request #5274 from rubencm/ticket/14285
[ticket/14285] Move downloads to controller
2021-05-28 07:17:15 +02:00
rubencm
a67f2cf086 [ticket/14285] Remove no longer needed variable
PHPBB3-14285
2021-05-27 02:06:19 +02:00
Marc Alexander
6a0b1333da
[ticket/16138] Resolve misc coding style issues
PHPBB3-16138
2021-05-19 22:11:01 +02:00
Marc Alexander
d05abc0807
[ticket/16138] Fix typo in visibility_reapprove_test
PHPBB3-16138
2021-05-19 22:05:08 +02:00
v12mike
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
Rebase to 3.3.x

PHPBB3-16138
2021-05-19 22:05:06 +02:00
Marc Alexander
8513b8d932
[ticket/13713] Update expected test results
PHPBB3-13713
2021-05-14 21:52:19 +02:00
Marc Alexander
f27be9a4f1
[ticket/13713] Clean up declarations and adjust tests for latest master
PHPBB3-13713
2021-05-14 21:52:17 +02:00
Marc Alexander
640444c8d7
[ticket/13713] Resolve issues with PHPUnit calls in PHP >= 8.0
PHPBB3-13713
2021-05-14 21:52:16 +02:00
Marc Alexander
a271d0cacb
[ticket/13713] Fix incorrect parameter to mention_helper constructor
PHPBB3-13713
2021-05-14 21:52:15 +02:00
Marc Alexander
d3e1deb3e5
[ticket/13713] Add missing services in tests
PHPBB3-13713
2021-05-14 21:52:15 +02:00
lavigor
e2c50eae68
[ticket/13713] Avoid same attributes for different types of IDs
PHPBB3-13713
2021-05-14 21:52:15 +02:00
Marc Alexander
4ed4e336fa
[ticket/13713] Fix compatibility with phpunit 7
PHPBB3-13713
2021-05-14 21:52:14 +02:00
lavigor
5e26380da7
[ticket/13713] Fix tests (specify user lastvisit)
PHPBB3-13713
2021-05-14 21:52:13 +02:00
lavigor
b84c10733b
[ticket/13713] Remove mention colors to reduce the cache size
PHPBB3-13713
2021-05-14 21:52:13 +02:00
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
ecc79ea2ec
Merge branch 'prep-release-3.3.4' into 3.3.x 2021-05-01 21:51:16 +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