Derky
f9da7a78cf
[ticket/17547] Use confirm_type enum in captcha init()
...
PHPBB-17547
2025-09-25 17:22:52 +02:00
Marc Alexander
2baac73d33
Merge pull request #6851 from iMattPro/ticket/17542
...
[ticket/17542] Throw an exception at the exit_handler instead
2025-09-23 08:50:50 +02:00
Matt Friedman
a37fb9a7cf
[ticket/17542] Throw an exception at the exit_handler instead
...
PHPBB-17542
2025-09-18 15:32:04 -07:00
Marc Alexander
243c67a3ed
Merge pull request #6848 from iMattPro/ticket/17542
...
[ticket/17542] Mock event dispatcher override early exits
2025-09-18 21:06:11 +02:00
Marc Alexander
f91d67152b
Merge pull request #6849 from rxu/ticket/17543
...
[ticket/17543] Update composer and dependencies and provide better support for PHP 8.5
2025-09-17 20:55:39 +02:00
rxu
e74521a3cf
[ticket/17543] Enable bz2 and fileinfo PHP extensions for Windows tests
...
PHPBB-17543
2025-09-17 22:15:47 +07:00
rxu
f670231faa
[ticket/17543] Adjust PHPUnit XML configuration
...
Define source code directories to test and restrict reporting
of deprecation errors to them only to avoid getting this kind
of errors from the 3rd party software and temporary/cache files.
PHPBB-17543
2025-09-17 21:56:54 +07:00
rxu
b2aa276a2a
[ticket/17543] Fix more PHP 8.5 deprecation warnings
...
PHPBB-17543
2025-09-17 12:57:12 +07:00
Matt Friedman
dac58f53d7
[ticket/17542] Optimize and simplify logic
...
PHPBB-17542
2025-09-16 13:14:39 -07:00
Marc Alexander
3d14a45033
Merge pull request #6844 from iMattPro/ticket/17451
...
[ticket/17451] Web push service worker shouldn't update user activity
2025-09-16 19:47:44 +02:00
rxu
9e764b2a98
[ticket/17543] Remove ReflectionProperty::setAccessible() method calls
...
As of PHP 8.1.0, calling this method has no effect; all properties
are accessible by default. The method is deprecated since PHP 8.5.
PHPBB-17543
2025-09-16 22:35:55 +07:00
rxu
5336d51f54
[ticket/17543] Update composer and dependencies
...
Update composer.phar and dependencies for better support of upcoming PHP 8.5.
PHPBB-17543
2025-09-16 22:12:22 +07:00
Matt Friedman
07d75791be
[ticket/17542] Mock event dispatcher override early exits
...
PHPBB-17542
2025-09-15 17:49:32 -07:00
Marc Alexander
32891efb95
Merge pull request #6846 from marc1706/ticket/17540
...
[ticket/17540] Use windows 2025 runners and limit to single PHP version
2025-09-15 17:12:14 +02:00
Marc Alexander
1590efe52e
[ticket/17540] Try tests against PHP 8.5
...
PHPBB-17540
2025-09-14 18:49:17 +02:00
Marc Alexander
cd40a0594e
[ticket/17540] Fix some small warnings
...
PHPBB-17540
2025-09-14 15:29:12 +02:00
Marc Alexander
5b4afdfedc
[ticket/17540] Use standard John Doe token
...
PHPBB-17540
2025-09-14 14:13:28 +02:00
Marc Alexander
17670ed48f
[ticket/17540] Change handling of rename_index array
...
PHPBB-17540
2025-09-14 14:12:26 +02:00
Marc Alexander
07772c9105
[ticket/17540] Use VigLink in extensions ACP test
...
PHPBB-17540
2025-09-13 20:21:28 +02:00
Marc Alexander
949423abd9
[ticket/17540] Update composer installers to version 2.3.0
...
PHPBB-17540
2025-09-13 09:57:45 +02:00
Marc Alexander
e482a6e74b
[ticket/17540] Default initialize rename_index array
...
PHPBB-17540
2025-09-13 08:59:19 +02:00
Matt Friedman
c5758e7ac4
[ticket/17451] Prevent web push service worker from updating user activity
...
PHPBB-17451
2025-09-11 15:12:03 -07:00
Marc Alexander
d6d0f755ff
[ticket/17540] Use windows 2025 runners and limit to single PHP version
...
PHPBB-17540
2025-09-11 22:15:34 +02:00
Marc Alexander
666daca206
Merge pull request #6842 from marc1706/ticket/17537
...
[ticket/17537] Cache extensions paths as metadata for ConfigCache
2025-09-05 18:40:38 +02:00
Marc Alexander
bfc60efeb5
[ticket/17537] Cache extensions paths as metadata for ConfigCache
...
This should help with checking whether the ConfigCache is still fresh.
PHPBB-17537
2025-08-31 22:00:51 +02:00
Marc Alexander
5c7f19bf24
Merge pull request #6838 from rxu/ticket/17535
...
[ticket/17535] Upgrade PHPUnit to version 10
2025-07-30 13:48:49 +02:00
rxu
e794dd4a87
[ticket/17535] Remove redundant empty lines
...
PHPBB-17535
2025-07-30 09:05:38 +07:00
rxu
7056bcba91
[ticket/17535] Address code review comments
...
PHPBB-17535
2025-07-28 22:51:14 +07:00
Marc Alexander
e3b837f1b7
Merge branch '3.3.x'
2025-07-21 19:34:10 +00:00
Marc Alexander
b59bfadec7
Merge pull request #6840 from battye/ticket/17034
...
[ticket/17034] Fix minimum posts rank validation
2025-07-21 21:32:36 +02:00
Marc Alexander
c6fe2b6cd1
Merge branch '3.3.x'
2025-07-21 19:25:33 +00:00
Marc Alexander
f6269dde2d
Merge pull request #6791 from IdfbAn/ticket/17110
...
[ticket/17110] Change "slanderous" to "libellous" in T&C
2025-07-21 21:25:05 +02:00
Marc Alexander
06b9ca4768
Merge pull request #6839 from rxu/ticket/17530
...
[ticket/17530] Use Doctrine driver middleware instead of 'platform' parameter
2025-07-21 21:01:01 +02:00
battye
1633288447
[ticket/17034] Fix min posts rank validation
...
PHPBB-17034
2025-07-20 04:41:27 +00:00
rxu
86195ac0f9
[ticket/17530] Better classes naming
...
PHPBB-17530
2025-07-19 23:32:42 +07:00
rxu
980b6e6f9e
[ticket/17530] Use Doctrine driver middleware instead of 'platform' parameter
...
PHPBB-17530
2025-07-19 10:43:09 +07:00
Marc Alexander
8e8418a017
Merge pull request #6834 from rxu/ticket/17528
...
[ticket/17528] Fix uncaught exception on adding autoincrement column on PostgreSQL/MySQL platforms
2025-07-18 21:38:54 +02:00
rxu
788e408ceb
[ticket/17535] Fix global var names duplication
...
PHPBB-17535
2025-07-18 23:11:41 +07:00
rxu
65ef7f1156
Merge branch 'iMattPro-pullrequests/rxu/ticket/17535' into ticket/17535
2025-07-18 23:08:06 +07:00
Matt Friedman
69fa84b41b
[ticket/17535] Update test fix
...
PHPBB-17535
Signed-off-by: Matt Friedman <maf675@gmail.com >
2025-07-18 08:55:06 -07:00
rxu
09ff07646f
[ticket/17528] Adjust tests code styling
...
PHPBB-17528
2025-07-18 13:27:08 +07:00
rxu
833ed86283
[ticket/17535] Fix Redis
...
PHPBB-17535
2025-07-18 13:14:15 +07:00
rxu
902c99bc0c
[ticket/17535] Fix tests PHP deprecations and notices
...
PHPBB-17535
2025-07-18 13:14:06 +07:00
rxu
8a99024087
[ticket/17535] Convert config files, make data providers static
...
PHPBB-17535
2025-07-18 13:13:59 +07:00
rxu
d7db296eab
[ticket/17535] Update PHPUnit to v.10
...
PHPBB-17535
2025-07-18 13:13:51 +07:00
rxu
40cd938e51
[ticket/17528] Review code fix
...
PHPBB-17528
2025-07-13 14:58:59 +07:00
rxu
b9dbce21f7
[ticket/17507] Minor code fixes
...
PHPBB-17507
2025-07-09 11:59:53 +07:00
rxu
69a4990b2b
[ticket/17507] Fix PostgreSQL errors
...
PHPBB-17507
2025-07-09 11:46:31 +07:00
rxu
c943ffaf0e
[ticket/17507] Fix column removal issues
...
PHPBB-17507
2025-07-08 19:23:59 +07:00
rxu
d2202b7747
[ticket/17507] Fix column removal issues
...
PHPBB-17507
2025-07-08 01:02:36 +07:00