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

32361 Commits

Author SHA1 Message Date
Marc Alexander
e362789602 [prep-release-4.0.0] Do not add rename duplicate index names migration 2025-09-27 10:07:05 +02:00
Marc Alexander
660de84a06 [prep-release-4.0.0] Update changelog for 4.0.0-a1 2025-09-27 10:07:04 +02:00
Marc Alexander
6b90b3e82d [prep-release-4.0.0] Update stylesheet hashes for 4.0.0-a1 2025-09-27 10:07:04 +02:00
Marc Alexander
d8854ee498 [prep-release-4.0.0] Add migration for 4.0.0-a1 2025-09-27 10:07:04 +02:00
Marc Alexander
b3877642ac [prep-release-4.0.0] Update version numbers to 4.0.0 2025-09-27 10:07:02 +02:00
Marc Alexander
4d82d5d44b [prep-release-4.0.0] Update version numbers to 4.0.0-a1 2025-09-27 10:05:53 +02:00
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
261c6e1074 [ticket/17546] Fix create_schema_files with rename_duplicated_index_names
PHPBB-17546
2025-09-25 15:22:42 +02: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
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
b2aa276a2a [ticket/17543] Fix more PHP 8.5 deprecation warnings
PHPBB-17543
2025-09-17 12:57:12 +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
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
17670ed48f [ticket/17540] Change handling of rename_index array
PHPBB-17540
2025-09-14 14:12:26 +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
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
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
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
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
battye
e0e457b03b [ticket/17157] Whitespace and minor edits
PHPBB-17157
2025-07-18 08:12:08 +00:00
battye
078cd300fc [ticket/17157] Optimise the quick search code
PHPBB-17157
2025-07-18 08:12:08 +00:00
battye
676905bff5 [ticket/17157] Search to accomodate f_list_topics permission
PHPBB-17157
2025-07-18 08:11:32 +00: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
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