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
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
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
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
rxu
07b63fc6a8
[ticket/17507] Adjust module removal procedure
...
PHPBB-17507
2025-07-07 23:18:02 +07:00
rxu
0f71afae61
[ticket/17507] Add base class for testing migrations
...
PHPBB-17507
2025-07-07 23:18:01 +07:00
rxu
59ef2c8fce
[ticket/17507] Add remove_jabber migration test
...
PHPBB-17507
2025-07-07 23:18:01 +07:00
rxu
4b420e2958
[ticket/17507] Fix notification related tests
...
PHPBB-17507
2025-07-07 23:18:01 +07:00
rxu
1d34b4f06a
[ticket/17507] Fix 'add_primary_keys' db tools option for schema generator
...
PHPBB-17507
2025-07-07 23:18:00 +07:00
rxu
38ee655b2a
[ticket/17507] Add id as primary key, fix schema_create_primary_key() method
...
PHPBB-17507
2025-07-07 23:18:00 +07:00
rxu
e4cd3ac744
[ticket/17507] General SQL error on installing remove_jabber.php migration
...
The issue affects probably any DBMS excluding MySQL/MariaDB.
PHPBB-17507
2025-07-07 23:17:59 +07:00
Marc Alexander
4f89e2b97d
[ticket/17528] Fix migration issue using postgres
...
PHPBB-17528
2025-07-07 23:17:59 +07:00
rxu
53360e0c17
[ticket/17528] Fix typo
...
PHPBB-17528
2025-07-07 23:17:59 +07:00
rxu
83f1ed8de4
[ticket/17528] Fix PostgreSQL platform issues
...
PHPBB-17528
2025-07-07 23:17:58 +07:00