Marc Alexander
1a6de696b1
[ticket/12439] Unify behavior and deduplicate sql_multi_insert
...
PHPBB3-12439
2023-07-02 10:48:46 +02:00
Marc Alexander
51d27979ce
Merge branch '3.3.x'
2023-06-21 20:36:04 +02:00
Marc Alexander
bf50c63d6e
Merge pull request #6491 from im4bb/ticket/17145
...
Change static to private variable due to php81 inheritance
2023-06-21 20:35:54 +02:00
im4bb
464466cade
[ticket/17145] Change static to private variable due to php81 inheritance
...
PHPBB3-17145
2023-06-21 10:46:55 +02:00
rxu
3e37770b61
Merge branch 'ticket/17142' into ticket/17142-master
2023-06-08 10:20:24 +07:00
rxu
1eb81e9b2a
[ticket/17142] Fix class inheritance issues
...
PHPBB3-17142
2023-06-08 10:11:54 +07:00
rxu
7adee3c50d
[ticket/17142] Fix DBMS+cache related PHP warnings while installing
...
PHPBB3-17142
2023-06-08 00:59:32 +07:00
Marc Alexander
80e55b2ec8
Merge branch '3.3.x'
2023-04-11 22:22:26 +02:00
Marc Alexander
6e66f1505c
Merge pull request #6392 from lionel-rowe/ticket/8071
...
[ticket/8071] Add sql_last_inserted_id alias for sql_nextid
2023-04-11 22:18:57 +02:00
Marc Alexander
4daf350d21
[ticket/17105] Add type specifier to docblock for column
...
PHPBB3-17105
2023-02-28 20:41:08 +01:00
Matt Friedman
ea8a4bf203
[ticket/17105] Fix order of arguments for schema changes on indexes
...
PHPBB3-17105
2023-02-24 09:06:58 -08:00
Marc Alexander
bbef375844
Merge branch '3.3.x'
2023-02-05 22:07:30 +01:00
Marc Alexander
4a185ed02e
[prep-release-3.3.1] Add migration for 3.3.10
2023-02-04 20:31:26 +01:00
Marc Alexander
b5c316c9c3
[ticket/8071] Make nextid alias of sql_last_inserted_id and add deprecation
...
PHPBB3-8071
2023-01-31 17:17:42 +01:00
Marc Alexander
f5f93790e0
Merge branch '3.3.x'
2023-01-13 22:53:39 +01:00
Marc Alexander
aff7fab65f
[prep-release-3.3.10] Add migration for 3.3.10-RC1
2023-01-13 21:11:51 +01:00
Ruben Calvo
daa2dd280c
[ticket/16955] Fix most return types in phpdoc
...
PHPBB3-16955
2023-01-02 14:17:04 +01:00
Ruben Calvo
3e8fced5c8
[ticket/16955] Fix phpdoc annotations and return types
...
PHPBB3-16955
2022-12-31 16:18:06 +01:00
Marc Alexander
fab81eca2b
[ticket/16955] Add missing docblocks and fix unclear ones
...
PHPBB3-16955
2022-12-30 17:27:31 +01:00
Marc Alexander
cedd447659
[ticket/16955] Resolve incompatibilities with doctum
...
PHPBB3-16955
2022-12-28 08:37:25 +01:00
Marc Alexander
eeeb69b4ae
[ticket/16955] Clean up auth classes
...
PHPBB3-16955
2022-12-28 08:37:24 +01:00
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
lionel-rowe
9fb98201f2
[ticket/8071] Add sql_last_inserted_id alias for sql_nextid
...
Fixes [DBAL function sql_nextid - name is
misleading](https://tracker.phpbb.com/browse/PHPBB3-8071 ).
Per the tracker issue:
> This function gets the ID of the last inserted row, not the ID of the next row
to be inserted (which is difficult due to different autoincrement steps and also
lends itself nicely to race conditions).
@iwisdom replied that the naming is consistent with how PHP itself names this
functionality, but the link they posted doesn't support that (I guess this is
referring to a much older version of PHP? The comment is from 2009).
PHPBB3-8071
2022-04-26 15:03:42 +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