1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-12 23:44:32 +02:00
Commit Graph

6395 Commits

Author SHA1 Message Date
Marc Alexander
736ec35734 Merge pull request #6847 from iMattPro/ticket/17541
[ticket/17541] Fix and optimize issues in ext catalog installer
2025-09-27 15:01:22 +02:00
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
d8854ee498 [prep-release-4.0.0] Add migration for 4.0.0-a1 2025-09-27 10:07:04 +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
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
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
0021db6a30 Merge branch 'master' into ticket/17541 2025-09-18 12:28:40 -07: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
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
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
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
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
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
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
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
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
rxu
98c6a88438 [ticket/17528] Fix MySQL platform
PHPBB-17528
2025-07-07 23:17:58 +07:00
rxu
9cccf26311 [ticket/17528] Fix phpBB PostgreSQL platform [ci skip]
PHPBB-17528
2025-07-07 23:17:57 +07:00
Marc Alexander
30ee379576 Merge branch '3.3.x' 2025-07-07 15:35:55 +00:00
rxu
0b242b9608 [ticket/17533] Fix reverting migrations logic
Basically, prefer revert_data() if exists.

PHPBB-17533
2025-07-07 11:02:30 +07:00
Marc Alexander
4367bc8d11 Merge pull request #6830 from rxu/ticket/17525
[ticket/17525] Correctly handle Doctrine DB tools exceptions, enrich error info
2025-07-05 09:31:52 +02:00
rxu
aa3f266b8c [ticket/17525] Address the PR review comments
PHPBB-17525
2025-07-05 12:51:40 +07:00
rxu
10921ebc58 [ticket/17525] Fix migration failure on update
PHPBB-17525
2025-07-04 11:30:46 +07:00
rxu
5eaabb1c39 [ticket/17525] Fix handling index name prefix logic for renaming
PHPBB-17525
2025-07-04 01:25:04 +07:00
rxu
b5c3befa87 [ticket/17525] Fix handling index name prefix logic for renaming
PHPBB-17525
2025-07-02 11:01:49 +07:00
rxu
669af8f3aa [ticket/17525] Automatically handle index name prefixes
PHPBB-17525
2025-07-01 23:32:36 +07:00
rxu
8e0ec1edd2 [ticket/17525] Automatically handle index name prefixes
PHPBB-17525
2025-07-01 21:01:09 +07:00