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

1313 Commits

Author SHA1 Message Date
Marc Alexander
948023078b
[ticket/16955] Clean up code in db classes
PHPBB3-16955
2022-12-28 08:37:20 +01:00
Marc Alexander
cd026245fe
[ticket/16955] Improve minor docblock quirks
PHPBB3-16955
2022-12-28 08:37:09 +01:00
Marc Alexander
1933a8ab47
[ticket/15769] Make basic upload, refresh, and errors work
PHPBB3-15769
2022-12-13 21:17:49 +01:00
Marc Alexander
b72379aaab
[ticket/15769] Increase default avatar size
PHPBB3-15769
2022-12-13 21:17:48 +01:00
Marc Alexander
be818daa5d
Merge branch '3.3.x' 2022-11-28 20:41:46 +01:00
Marc Alexander
d03a853f6e
Merge branch 'prep-release-3.3.9' into 3.3.x 2022-11-28 20:40:46 +01:00
Marc Alexander
744009882b
[prep-release-3.3.9] Add migration for 3.3.9 2022-11-23 20:53:56 +01:00
SagePtr
b86d15a766 [ticket/17056] Fix PHP 8.2 deprecation warning about ${var} syntax
The "${var}" style of string interpolation is deprecated in PHP 8.2,
using "{$var}" syntax instead.

PHPBB3-17056
2022-11-02 00:30:46 +02:00
Marc Alexander
4d5c966b58
Merge branch '3.3.x' 2022-10-26 22:46:34 +02:00
Marc Alexander
5225ac8a9a
[prep-release-3.3.9] Add migration for 3.3.9-RC1 2022-10-22 20:55:14 +02:00
Marc Alexander
9340ffa557
[ticket/17049] Add migration for exts_composer_minimum_stability config entry
PHPBB3-17049
2022-10-16 10:43:33 +02:00
Marc Alexander
85bab4f276
Merge branch '3.3.x' 2022-07-16 18:44:59 -04:00
Marc Alexander
b5d2ff4074
[ticket/17019] Treat removed youtube profile field as effectively installed
PHPBB3-17019
2022-06-30 21:35:50 +02:00
Marc Alexander
4ae50d1776
Merge branch '3.3.x' 2022-06-26 20:29:00 +02:00
Marc Alexander
5e3dd4b55e
[prep-release-3.3.8] Add migration for 3.3.8 2022-06-26 09:39:25 +02:00
Marc Alexander
3ee81800ec
Merge branch '3.3.x' 2022-06-06 22:56:31 +02:00
Marc Alexander
c6ef628589
[prep-release-3.3.8] Add migration for 3.3.8-RC1 2022-06-06 14:40:31 +02:00
Marc Alexander
900e2c70ac
Merge branch '3.3.x' 2022-05-02 20:50:02 +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
d868dbe3aa
[ticket/16967] Remove support for INCLUDEPHP and PHP/ENDPHP in templates
PHPBB3-16967
2022-04-11 21:10:35 +02:00
Marc Alexander
f16929ff9e
Merge branch '3.3.x' 2022-03-17 21:48:03 +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
8d6a9245c1
[prep-release-3.3.6] Add migration for 3.3.6 2022-03-14 21:17:13 +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
Marc Alexander
a18a47eb34
Merge branch '3.3.x' 2022-01-21 22:40:53 +01:00
Marc Alexander
c93381ff04
[prep-release-3.3.6] Add migration for 3.3.6-RC1 2022-01-19 22:09:33 +01:00
Máté Bartus
e92b5caf66
Merge pull request #6273 from CHItA/ticket/16741
[ticket/16741] Database tools to use Doctrine
2022-01-17 20:08:50 +01:00
Marc Alexander
66ecc0c19c
[ticket/16741] Split of callable into schema_perform_changes()
PHPBB3-16741
2022-01-17 17:10:06 +01:00
Marc Alexander
81cddb2bc6
[ticket/16741] Clean up functions, add missing docblocks and return type hints
PHPBB3-16741
2022-01-17 17:09:38 +01:00
Marc Alexander
5e6065ff9e
[ticket/16741] Replace deprecated functions
PHPBB3-16741
2022-01-17 17:08:42 +01:00
Marc Alexander
78528d2b32
[ticket/16741] Add support for dropping primary keys and removing constraints
PHPBB3-16741
2022-01-16 20:48:56 +01:00
Máté Bartus
d4b8a48f11 [ticket/16741] Fix tests
PHPBB3-16741
2021-12-05 22:30:59 +01:00
Máté Bartus
59ca29232a [ticket/16741] Fix coding style issues
PHPBB3-16741
2021-12-05 21:35:34 +01:00
Máté Bartus
a663a6c394 [ticket/16741] Debug SQLServer Tests
PHPBB3-16741
2021-12-05 20:57:06 +01:00
Máté Bartus
a0584b8677 [ticket/16741] Code review fixes
PHPBB3-16741
2021-12-05 11:19:05 +01:00
Marc Alexander
4e62768375
[ticket/16895] Correctly place static qualifier
PHPBB3-16895
2021-12-03 22:47:03 +01:00
Marc Alexander
e9720f5545
Merge branch '3.3.x' 2021-12-03 21:08:15 +01:00
Marc Alexander
c1b88de806
Merge pull request #6312 from rxu/ticket/16895
[ticket/16895] Fix role removal for migrator permission tool
2021-12-03 21:06:14 +01:00
Marc Alexander
89168c507b
[ticket/16895] Add missing return and remove not needed declarations
PHPBB3-16895
2021-12-03 20:14:26 +01:00
Tristan Darricau
b8d555f56a [ticket/16741] Specific DBs fixes
MSSQL:
- Fix bool type
- Fix comparator
- Drop Default constraint before deleting column
- Rename Default constraint to use phpBB's names
- Re-create the indices when changing the type of one column
- Uses varchar instead of varbinary

PostgreSQL:
- Creates auto increment sequences by hand instead of using serial
  in order to use phpBB's names
- Drop constraint on unique / primary indices

Oracle:
- Rename indices to use phpBB's names
- Fix string not null behaviour
- Fix broken regex in Oracle driver
- Handle to long indices on Oracle
- Rename auto_increment trigger and sequence
- Automatically lowercase keys in assoc results

PHPBB3-16741
2021-11-11 04:55:28 +01:00
rxu
69b895caae
[ticket/16895] Rename custom method
PHPBB3-16895
2021-11-10 14:13:02 +07:00
rxu
d7f433fbf7
[ticket/16895] Rename migration file
PHPBB3-16895
2021-11-10 13:30:14 +07:00
Tristan Darricau
6ce708539b [ticket/16741] General fixes
PHPBB3-16741
2021-11-09 02:48:34 +01:00
Máté Bartus
300e5399f5 [ticket/16741] Fix coding style issue
PHPBB3-16741
2021-10-31 01:58:53 +02:00
Máté Bartus
98134abe20 [ticket/16741] Database tools to use Doctrine
PHPBB3-16741
2021-10-31 01:58:53 +02:00