1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 19:51:39 +02:00
Commit Graph

38610 Commits

Author SHA1 Message Date
Marc Alexander
e347fdca8e Merge pull request #6857 from Derky/ticket/17548
[ticket/17548] Suppress filesize errors and add DISTINCT to storage_track migration
2025-09-26 19:07:13 +02:00
Derky
812406b778 [ticket/17548] Suppress filesize errors in storage_track migration
If the file size could not be retrieved right now it will be set to 0

PHPBB-17548
2025-09-26 16:57:25 +02:00
Derky
f7a677ef19 [ticket/17548] Add DISTINCT to storage_track migration
PHPBB-17548
2025-09-26 16:57:07 +02:00
Marc Alexander
6b0f56e7ee Merge pull request #6854 from marc1706/ticket/17546
[ticket/17546] Fix create_schema_files with rename_duplicated_index_names
2025-09-26 15:56:47 +02:00
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
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
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
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
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