Commit graph

38332 commits

Author SHA1 Message Date
rxu
043c8ec386
Merge branch 'ticket/16941' into ticket/16941-master 2025-04-24 23:59:21 +07:00
rxu
80a08d9c54
[ticket/16941] Add sphinx tests to 3.3.x
Also adjust Sphinx keywords splitting to be consistent with other search
backends when it comes to handling hyphen (like ignoring hyphen when it hasn't
NOT meaning and ignoring hyphen wrapped with "plus" signs)

PHPBB3-16941
2025-04-24 23:17:26 +07:00
Marc Alexander
68e941ac21
Merge pull request #6787 from marc1706/ticket/17481
[ticket/17481] Make build package directory version independent
2025-04-21 17:27:30 +02:00
Marc Alexander
2bbc013d83
[ticket/17481] Stop creating update packages for all except last 3.1 and 3.2
PHPBB-17481
2025-04-21 15:47:24 +02:00
Marc Alexander
c0504c2e01
[ticket/17481] Make build package directory version independent
PHPBB-17481
2025-04-21 15:46:28 +02:00
Marc Alexander
ef010db26c
Merge pull request #6795 from rxu/ticket/17488
[ticket/17488] Fix PHP error when MySQL PDO driver is not enabled
2025-04-19 08:51:45 +02:00
Marc Alexander
3081db5f0b Merge branch '3.3.x' 2025-04-15 20:00:22 +00:00
Marc Alexander
81e9f46a55
Merge pull request #6805 from rxu/ticket/17498-master
[ticket/17498] Move to Ubuntu 22.04 runner images for SQLite and MSSQL tests - master
2025-04-15 22:00:08 +02:00
Marc Alexander
4140d50f6a
Merge pull request #6804 from rxu/ticket/17498
[ticket/17498] Move to Ubuntu 22.04 runner images for SQLite and MSSQL tests - 3.3.x
2025-04-15 22:00:00 +02:00
Marc Alexander
d5ac95f79f
Merge pull request #6801 from iMattPro/ticket/17494
[ticket/17494] Handle boolean attributes in checkbox assertions tests
2025-04-15 21:07:17 +02:00
rxu
b5ac26a394
Merge branch 'ticket/17498' into ticket/17498-master 2025-04-16 01:03:07 +07:00
rxu
dd53db1625
[ticket/17498] Move to Ubuntu 22.04 runner images for SQLite and MSSQL tests
PHPBB-17498
2025-04-16 00:48:48 +07:00
Marc Alexander
1e73dcc2a2 Merge branch '3.3.x' 2025-04-14 18:49:47 +00:00
Marc Alexander
531c4f2c17
Merge pull request #6798 from marc1706/ticket/17492-master
[ticket/17492] Show current state of topic subscription in dropdown -- master version
2025-04-14 20:49:31 +02:00
Marc Alexander
e5f599c43b
Merge pull request #6797 from LukeWCS/ticket/17492
[ticket/17492] Unintuitive checkbox status inverted for forum/topic subscriptions
2025-04-14 20:49:26 +02:00
Marc Alexander
e33c1746c1
Merge branch 'ticket/17492' into ticket/17492-master 2025-04-13 13:01:35 +02:00
LukeWCS
705b5ca572
[ticket/17492] Unintuitive checkbox status inverted for forum subscriptions
PHPBB-17492
2025-04-13 12:58:09 +02:00
Matt Friedman
f04f07f265
[ticket/17494] Handle boolean attributes in checkbox assertions tests
PHPBB-17494
2025-04-12 14:00:31 -07:00
Marc Alexander
d47262dbd9
Merge pull request #6796 from marc1706/ticket/17490
[ticket/17490] Add unit tests for symfony mailer classes
2025-04-12 10:02:55 +02:00
Marc Alexander
e13c465ad5
Merge branch 'ticket/17492' into ticket/17492-master 2025-04-12 09:23:10 +02:00
LukeWCS
8c5e22f4d5
[ticket/17492] Update viewtopic_topic_tools.html
Changed compact but icon-specific code to neutral code for easier changing.

PHPBB-17492
2025-04-12 09:17:39 +02:00
LukeWCS
cac3d81e73
[ticket/17492] Unintuitive checkbox status inverted for topic subscriptions
PHPBB-17492
2025-04-12 09:17:24 +02:00
Marc Alexander
bf2dd2cd75
[ticket/17490] Remove not needed isset
PHPBB-17490
2025-04-12 09:02:14 +02:00
Marc Alexander
6fcac2c40f
[ticket/17490] Add unit tests for messenger queue
PHPBB-17490
2025-04-10 20:59:30 +02:00
Marc Alexander
a63d423c86
[ticket/17490] Start implementing unit tests for jabber
PHPBB-17490
2025-04-08 22:37:03 +02:00
Marc Alexander
63203f42f7
[ticket/17490] Add test coverage for remainder of base test
PHPBB-17490
2025-04-07 20:37:52 +02:00
Marc Alexander
aa2da5b916
[ticket/17490] Add missing property declaration in test
PHPBB-17490
2025-04-07 19:39:37 +02:00
Marc Alexander
5bc4c5765e
[ticket/17490] Use isset instead of !empty()
PHPBB-17490
2025-04-07 19:39:23 +02:00
Marc Alexander
e4c8984bf3
[ticket/17490] Remove not needed returns
PHPBB-17490
2025-04-07 19:39:07 +02:00
Marc Alexander
d5717b541e
[ticket/17490] Remove name handling for mails on windows
PHPBB-17490
2025-04-07 17:11:31 +02:00
Marc Alexander
8dbe499e3d
[ticket/17490] Add extra method to support unit testing mailer
Also increased unit test coverage of email method to 100%.

PHPBB-17490
2025-04-06 21:25:16 +02:00
Marc Alexander
91c325174f
[ticket/17490] Add type hints to enforce some types
PHPBB-17490
2025-04-06 14:20:04 +02:00
Marc Alexander
930c87e97a
[ticket/17490] Improve expected types and docblock info
PHPBB-17490
2025-04-06 14:16:59 +02:00
Marc Alexander
2e08d01b5e
[ticket/17490] Add unit tests file for email method
PHPBB-17490
2025-04-06 14:16:11 +02:00
rxu
692c96978a
[ticket/17488] Fix PHP error when MySQL PDO driver is not enabled
Check pdo_mysql extension for being loaded
to use respective \PDO::MYSQL_ATTR_FOUND_ROWS constant.

PHPBB-17488
2025-04-04 12:26:08 +07:00
Marc Alexander
6ecb41f01a
Merge pull request #6794 from rxu/ticket/17489
[ticket/17489] Fix various messenger issues
2025-04-03 21:02:40 +02:00
rxu
43d34880ac
[ticket/17489] Remove unneeded headers check
PHPBB-17487
PHPBB-17489
2025-04-04 00:50:15 +07:00
Marc Alexander
10cb4991a0 Merge branch '3.3.x' 2025-04-03 17:44:46 +00:00
Marc Alexander
40608777f0
Merge pull request #6789 from rxu/ticket/17475
[ticket/17475] Fix MSSQL arithmetic overflow error on counting attachments size
2025-04-03 19:39:24 +02:00
Marc Alexander
3b7d98bf0f Merge branch '3.3.x' 2025-04-03 17:35:34 +00:00
Marc Alexander
84a835a995
Merge pull request #6792 from rxu/ticket/17486
[ticket/17486] Fix SQL error on phpBB v.3.0 to v.3.3 upgrade
2025-04-03 19:35:16 +02:00
rxu
f9e6385e84
[ticket/17489] Further queue logic adjustments
Saving queue is not needed if use_queue flag is set to false
as in this case the message should be set immediately in the runtime.

PHPBB-17487
PHPBB-17489
2025-04-04 00:04:45 +07:00
rxu
cebc19f2ed
[ticket/17487] Add wrapper method to add headers to interface
PHPBB-17487
2025-04-03 23:10:33 +07:00
rxu
21314a34a6
[ticket/17487] Add functional test for sending email via board
PHPBB-17487
2025-04-03 23:10:23 +07:00
rxu
67265efc0d
[ticket/17487] Fix PHP uncaught exception on sending email via board
PHPBB-17487
2025-04-03 23:10:09 +07:00
rxu
d99c3838df
[ticket/17489] Ignore Psalm UndefinedMethod issue
Psalm fails with UndefinedMethod issue when a method of a child class
does not exist in parent/abstract/interface class. Ignore the issue.

PHPBB-17489
2025-04-03 21:18:28 +07:00
rxu
c23504e3c7
[ticket/17489] Fix queue for ucp_resend, add type hints to $messenger_method
PHPBB-17489
2025-04-03 19:55:41 +07:00
rxu
7467b567e8
[ticket/17489] Do not always set use_queue flag to true
PHPBB-17489
2025-04-03 16:03:33 +07:00
rxu
1f1a02d086
[ticket/17489] Fix messenger queue won't be saved
PHPBB-17489
2025-04-03 15:46:14 +07:00
Marc Alexander
3dc1e6fc8e
Merge branch '3.3.x' 2025-04-02 16:54:43 +02:00