Marc Alexander
5d9310efc6
Merge pull request #6856 from Crizz0/ticket/17549
...
[ticket/17549] Change license of language pack&style to GPL-2.0-only
2025-09-26 15:18:46 +02:00
Marc Alexander
401d8b3201
Merge branch '3.3.x'
2025-09-26 13:14:49 +00:00
Marc Alexander
f68c76f591
Merge pull request #6843 from iMattPro/ticket/17538
...
[ticket/17538] Update terms and policy
2025-09-26 15:11:21 +02:00
Marc Alexander
7a5f93e68e
Merge pull request #6855 from Derky/ticket/17547
...
[ticket/17547] Use confirm_type enum in captcha init()
2025-09-26 15:03:53 +02:00
Christian Schnegelberger
afaa1c64bd
[ticket/17569] Change style and phpbb-core lib to GPL-2.0-only
...
PHPBB-17569
2025-09-26 14:39:53 +02:00
Christian Schnegelberger
b1a2885dd9
[ticket/17549] Change license of language pack to GPL-2.0-only
...
PHPBB-17549
2025-09-26 12:09:42 +02:00
Derky
f9da7a78cf
[ticket/17547] Use confirm_type enum in captcha init()
...
PHPBB-17547
2025-09-25 17:22:52 +02:00
Marc Alexander
e05604430d
Merge pull request #6853 from battye/ticket/17544
...
[ticket/17544] Support Codespaces on master
2025-09-25 16:00:37 +02:00
battye
16cae770d7
[ticket/17544] Fix empty line
...
PHPBB-17544
2025-09-25 15:50:46 +02:00
battye
34b69979a2
[ticket/17544] Changes from review
...
PHPBB-17544
2025-09-25 15:41:19 +02:00
Marc Alexander
261c6e1074
[ticket/17546] Fix create_schema_files with rename_duplicated_index_names
...
PHPBB-17546
2025-09-25 15:22:42 +02:00
Marc Alexander
eb77a0fc06
Merge branch '3.3.x'
2025-09-25 08:02:00 +00:00
battye
4d020ece1a
[ticket/17544] Support Codespaces on master
...
PHPBB-17544
2025-09-25 07:57:49 +00:00
Marc Alexander
e0e439659e
Merge pull request #6837 from battye/ticket/17157
...
[ticket/17157] Fix for allowing user to see search results for topics if f_list_topics = yes
2025-09-25 09:50:54 +02:00
Marc Alexander
6dc508602e
Merge pull request #6850 from marc1706/ticket/17175-master
...
[ticket/17175] Fix for allowing user to see search results for topics if f_list_topics = yes -- master version
2025-09-25 09:50:48 +02:00
rxu
b51f8bc6e9
[ticket/17543] Use class method to call db object instance where possible
...
PHPBB-17543
2025-09-24 23:16:15 +07:00
rxu
70c07d4302
[ticket/17543] Optimize functional tests running time
...
PHPBB-17543
2025-09-24 22:15:28 +07:00
Matt Friedman
a0aadd3f27
[ticket/17541] Add a comment for consitency with similar logic
...
PHPBB-17541
2025-09-23 13:17:52 -07:00
Matt Friedman
535fc2917f
[ticket/17541] Remove unused code leftovers
...
PHPBB-17541
2025-09-23 11:08:40 -07:00
Matt Friedman
b7f381fe45
[ticket/17541] Fix snake cased variable names
...
PHPBB-17541
2025-09-23 11:08:19 -07:00
Matt Friedman
3c9bbee5c1
Merge branch 'master' into ticket/17541
2025-09-23 10:40:43 -07: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
Matt Friedman
0021db6a30
Merge branch 'master' into ticket/17541
2025-09-18 12:28:40 -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
a00538d251
[ticket/17175] Correctly define variable for item link
...
PHPBB-17175
2025-09-18 16:39:27 +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
Marc Alexander
af6a1aaf4f
Merge branch 'ticket/17157' into ticket/17175-master
2025-09-17 20:29:18 +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
Matt Friedman
30b69b6403
[ticket/17541] Ensure highest compat. ver. ext is installed
...
PHPBB-17541
2025-09-13 21:39:27 -07:00
Matt Friedman
1af2f922b5
[ticket/17541] Avoid variable naming conflicts in loop
...
PHPBB-17541
2025-09-13 14:03:32 -07: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
Matt Friedman
8a84f2c543
[ticket/17538] Use British English comma placements
...
PHPBB-17538
2025-09-09 08:31:11 -07:00
Matt Friedman
7ce82d6b4c
[ticket/17538] Proof-read and improve language of TOS and Privacy Policy
...
Proof-read and improve language of TOS and Privacy Policy.
PHPBB-17538
2025-09-08 07:48:28 -07:00