1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 13:35:13 +02:00

5655 Commits

Author SHA1 Message Date
Marc Alexander
900e2c70ac
Merge branch '3.3.x' 2022-05-02 20:50:02 +02:00
Marc Alexander
59a95a3c35
Merge pull request #6396 from lionel-rowe/ticket/13859
[ticket/13859] Allow up-to-date format for Youtube profile field URLs
2022-05-02 20:49:59 +02:00
lionel-rowe
60af39b38c
[ticket/13859] Reorder static & public in migration
PHPBB3-13859
2022-05-02 17:38:38 +02:00
lionel-rowe
dd6e110210 [ticket/13859] Allow up-to-date format for Youtube profile field URLs
Per the tracker issue:

> In 3.1 a youtube profilefield was added in which we can insert our youtube
> username to link to it.... There is just one major problem though...
>
> New youtube members no longer get an username. So I think we should decide on
> providing different ways to access their profile.

This PR will allow users to use any valid YouTube-domain URL, which allows for
all 3 formats (`/channel/...`, `/c/...`, and the now-legacy `/user/...`).

Per [YouTube's docs](https://support.google.com/youtube/answer/6180214?hl=en):

> ## Channel URL (ID-based)
> Example: youtube.com/channel/UCUZHFZ9jIKrLroW8LcyJEQQ
>
> This is the standard URL that YouTube channels use.
>
> ...
>
> ## Custom URL
> Example: youtube.com/c/YouTubeCreators
>
> A custom URL is a shorter, easy-to-remember URL that you can share with your
> audience.
>
> ...
>
> ## Legacy username URL
> Example: youtube.com/user/YouTube
>
> Depending on when your channel was created, it may have a username. Usernames
> are no longer required for channels today, but you can still use this URL to
> direct to your channel — even if your channel name has changed since you chose
> your username. Existing usernames can't be changed.

PHPBB3-13859
2022-05-01 14:54:39 +01:00
Marc Alexander
0a64ffa834
Merge branch '3.3.x' 2022-04-30 22:46:05 +02:00
Marc Alexander
3308318524
Merge pull request #6377 from lionel-rowe/ticket/16981
[ticket/16981] Fix HTML-encoded emojis in email subject line
2022-04-30 22:27:37 +02:00
Marc Alexander
e7a5407a40
Merge pull request #6369 from marc1706/ticket/16967
[ticket/16967] Remove support for INCLUDEPHP and PHP/ENDPHP in templates
2022-04-30 22:23:06 +02:00
Marc Alexander
412fd483d0
Merge branch '3.3.x' 2022-04-30 22:21:53 +02:00
Marc Alexander
54156dd9d8
Merge pull request #6358 from MichaIng/ticket/16959
[ticket/16959] Remove redundant URL parameters from notification mails
2022-04-30 22:21:51 +02:00
Marc Alexander
f8d1fa876d
[ticket/16987] Update html_output_formatter to updated interface
PHPBB3-16987
2022-04-16 15:37:34 +02:00
Marc Alexander
008f766cf4
[ticket/16987] Remove invalid default value for Composer\Config constructor
PHPBB3-16987
2022-04-16 14:54:18 +02:00
Marc Alexander
d868dbe3aa
[ticket/16967] Remove support for INCLUDEPHP and PHP/ENDPHP in templates
PHPBB3-16967
2022-04-11 21:10:35 +02:00
Marc Alexander
3ee1efe7e0
Merge pull request #6376 from lionel-rowe/ticket/16977
[ticket/16977] Fix cron-job img tag layout and accessibility
2022-04-10 22:34:03 +02:00
Marc Alexander
81b221df9d
Merge pull request #6376 from lionel-rowe/ticket/16977
[ticket/16977] Fix cron-job img tag layout and accessibility
2022-04-10 21:21:47 +02:00
lionel-rowe
9b2f42748c [ticket/16981] Fix HTML-encoded emojis in email subject line
PHPBB3-16981
2022-04-05 17:18:33 +01:00
lionel-rowe
87c1e631ef [ticket/16977] Move HTML rendering logic to template
PHPBB3-16977
2022-04-03 17:11:09 +01:00
lionel-rowe
8c982c7aa0 [ticket/16977] Fix cron-job img tag layout and accessibility
PHPBB3-16977
2022-04-03 17:11:00 +01:00
rxu
b1f6f93d99
[ticket/16976] Fix search results count for in-topic/in-forum search
PHPBB3-16976
2022-03-27 13:32:01 +07:00
rxu
baab5a13d9
[ticket/16976] Fix search results count for PostgreSQL
PHPBB3-16976
2022-03-27 13:32:00 +07:00
rxu
d44dd404a3
[ticket/16976] Fix search results count
PHPBB3-16976
2022-03-27 13:32:00 +07:00
rxu
6cc0fe5f95
[ticket/16976] Fix search results count for in-topic/in-forum search
PHPBB3-16976
2022-03-27 12:59:03 +07:00
rxu
16b27be2d0
[ticket/16976] Fix search results count for PostgreSQL
PHPBB3-16976
2022-03-25 20:58:36 +07:00
rxu
0dd053eeba
[ticket/16976] Fix search results count
PHPBB3-16976
2022-03-25 00:01:23 +07:00
Marc Alexander
f16929ff9e
Merge branch '3.3.x' 2022-03-17 21:48:03 +01:00
Marc Alexander
4ed0201ffe
Merge branch 'prep-release-3.3.7' into 3.3.x 2022-03-17 21:46:31 +01:00
Marc Alexander
8ca00c529e
[prep-release-3.3.7] Add migration for 3.3.7 2022-03-17 20:13:00 +01:00
Marc Alexander
91f2f2c6f1
[ticket/16973] Use actual role ids for comparison of orphaned roles
PHPBB3-16973
2022-03-17 20:00:46 +01:00
Marc Alexander
8cba88ef0d
Merge branch '3.3.x' 2022-03-15 21:33:18 +01:00
Marc Alexander
1f972f0ee7
Merge branch 'prep-release-3.3.6' into 3.3.x 2022-03-15 21:32:09 +01:00
Marc Alexander
8d6a9245c1
[prep-release-3.3.6] Add migration for 3.3.6 2022-03-14 21:17:13 +01:00
MichaIng
86e009ad15 [ticket/16959] Remove redundant URL parameters from notification mails
Some phpBB forum notification emails send URLs to the forum with redundant URL
parameters, notably a forum IDs with topic URLs.

To have shorter and cleaner URLs, those are hereby removed.

Signed-off-by: MichaIng <micha@dietpi.com>

PHPBB3-16959
2022-03-04 01:21:00 +01:00
rxu
e7eb1cdd52
[ticket/16965] Adjust docblocks
PHPBB3-16965
2022-02-11 12:54:28 +07:00
rxu
ae799c57c0
[ticket/16965] Allow empty value as default database server name on installing
PHPBB3-16965
2022-02-11 10:02:33 +07:00
rxu
38fe1a4479
[ticket/16964] Fix doctrine error in installer
Currently AbstractPostgreSQLDriver requires Postgres platform to be an instance
of PostgreSQL94Platform. When this will be changed in Doctrine,
this fix can be reverted.

PHPBB3-16964
2022-02-09 00:18:54 +07:00
rxu
10199ae619
[ticket/16964] Fix composer installer deprecation notice
PHPBB3-16964
2022-02-09 00:18:48 +07:00
Marc Alexander
9d626cac34
Merge branch '3.3.x' 2022-02-05 08:56:07 +01:00
Marc Alexander
6a6d83c674
Merge branch 'prep-release-3.3.6' into 3.3.x 2022-02-05 08:55:58 +01:00
Marc Alexander
94fe538100
Merge pull request #6355 from marc1706/ticket/16872
[ticket/16872] Add event exporter for BBCode
2022-02-05 08:55:45 +01:00
Marc Alexander
659f37c1c4
Merge branch 'ticket/16891' into ticket/16891-master 2022-01-31 21:48:53 +01:00
Marc Alexander
e1b73e4fba
Merge branch '3.3.x' 2022-01-31 20:55:15 +01:00
Marc Alexander
5017dbd58d
[ticket/16891] Rename constant for event name of deferred purge
PHPBB3-16891
2022-01-31 20:34:24 +01:00
Marc Alexander
3be1e3029e
[ticket/16891] Remove unused use statements
PHPBB3-16891
2022-01-31 20:34:23 +01:00
Marc Alexander
9dc25510a1
[ticket/16891] Add new method for deferring cache purge to end of request
PHPBB3-16891
2022-01-31 20:34:23 +01:00
Marc Alexander
420f494628
Merge branch 'prep-release-3.3.6' into 3.3.x 2022-01-31 20:33:10 +01:00
Marc Alexander
0fe95a032b
[ticket/16956] Remove router cache flag
The deferred purge will be used in the future instead. The cache flag in the
router only causes additional issues by trying to rebuild the routing
mid-request

PHPBB3-16956
2022-01-31 16:52:19 +01:00
Marc Alexander
f3c57e7939
Merge branch '3.3.x' 2022-01-30 21:45:33 +01:00
Marc Alexander
adea3e734a
[ticket/16960] Set config.php service even if container is not compiled
PHPBB3-16960
2022-01-30 15:19:28 +01:00
Marc Alexander
d728c0fd8b
Merge branch '3.3.x' 2022-01-25 22:11:10 +01:00
Marc Alexander
d08843853e
[ticket/16956] Remove use of recently changed status for extensions
PHPBB3-16956
2022-01-23 20:51:50 +01:00
Marc Alexander
f7538e7d37
Merge pull request #6350 from rxu/ticket/16688
[ticket/16688] Fix PHP fatal errors on installing extensions via catalog
2022-01-22 20:53:26 +01:00