Marc Alexander
0414536727
[ticket/9687] Add separate column for user_id
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
Marc Alexander
9b8b34e8f3
[ticket/9687] Resolve phing sniff issues
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
Marc Alexander
d99968a800
[ticket/9687] Update ban migrations and clean up code
...
PHPBB3-9687
2023-11-05 20:21:37 +01:00
Marc Alexander
d4a4dd453a
[ticket/9687] Move migrations to v400
...
PHPBB3-9687
2023-11-05 20:21:37 +01:00
Oliver Schramm
e7015bf1dd
[ticket/9687] Fix code style and tests
...
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Oliver Schramm
5ae1d9eac6
[ticket/9687] Introduce new ban manager (WIP)
...
PHPBB3-9687
2023-11-05 20:21:35 +01:00
Marc Alexander
f177cfa386
[ticket/17209] Check permission for existence in storage permission migration
...
PHPBB3-17209
2023-11-03 21:10:04 +01:00
Marc Alexander
7d1e637a0a
[ticket/17209] Fix migration namespace
...
PHPBB3-17209
2023-11-03 20:50:39 +01:00
Marc Alexander
7efadf46a6
[ticket/17209] Add checks for role exists before adding permissions
...
PHPBB3-17209
2023-11-03 20:46:59 +01:00
Marc Alexander
98209b91ba
[ticket/17209] Add fallback for searching for roles for standard titles
...
PHPBB3-17209
2023-11-03 20:44:42 +01:00
Marc Alexander
6f79608c76
[ticket/17209] Move mentions migration to v400
...
PHPBB3-17209
2023-11-03 20:38:14 +01:00
Marc Alexander
010464c2a4
Merge branch '3.3.x'
2023-11-02 21:50:45 +01:00
Marc Alexander
dd549a5e43
[ticket/17208] Ensure to not run the previous migration with missing column
...
PHPBB3-17208
2023-11-01 16:54:19 +01:00
Marc Alexander
526c79d2e2
[ticket/17208] Skip profile field data update if youtube cpf doesn't exist
...
PHPBB3-17208
2023-11-01 16:50:20 +01:00
Marc Alexander
a86f64fbe9
Merge pull request #6540 from rubencm/ticket/17184
...
[ticket/17184] Remove subfolders option in local storage
2023-10-23 21:24:34 +02:00
Marc Alexander
88385d6da2
Merge branch '3.3.x'
2023-10-22 16:15:36 +02:00
Marc Alexander
2c5519da39
[prep-release-3.3.11] Add migration for 3.3.11
2023-10-15 11:59:24 +02:00
Ruben Calvo
94279d8ead
[ticket/17184] Remove subfolders option in local storage
...
PHPBB3-17184
2023-09-23 11:22:25 +02:00
Marc Alexander
295fcc771b
[ticket/17176] Pass query_id by ref in sql_fetchfield()
...
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
eed92e766f
[ticket/17176] Do not always create a new connection in database tests
...
PHPBB3-17176
2023-09-18 19:28:20 +02:00
Marc Alexander
8a2199ed6c
[ticket/17176] Clean up database code to prevent test issues
...
PHPBB3-17176
2023-09-18 19:28:20 +02:00
Marc Alexander
ac9659c38f
[ticket/17176] Resolve psalm issues after PHP version update
...
PHPBB3-17176
2023-09-18 19:28:20 +02:00
Marc Alexander
abd29e96b5
[ticket/17176] Resolve deprecation notices
...
PHPBB3-17176
2023-09-18 19:28:19 +02:00
Marc Alexander
66b54d4469
[ticket/17176] Use Symfony name for event dispatcher
...
The previously used override of the names is no longer supported.
PHPBB3-17176
2023-09-18 19:28:18 +02:00
Marc Alexander
e83ae55d2d
Merge branch '3.3.x'
2023-08-15 18:19:46 +02:00
Marc Alexander
0596d1065e
[ticket/17129] Use sql_build_array for cleaner update of youtube profile field
...
PHPBB3-17129
2023-08-13 10:21:02 +02:00
Marc Alexander
cdc7f6da22
Merge branch '3.3.x'
2023-08-06 14:01:29 +02:00
Marc Alexander
dd790b41eb
Merge pull request #6481 from marc1706/ticket/17129
...
[ticket/17129] Update youtube profile field to support latest URLs
2023-08-06 14:01:27 +02:00
Marc Alexander
1a6de696b1
[ticket/12439] Unify behavior and deduplicate sql_multi_insert
...
PHPBB3-12439
2023-07-02 10:48:46 +02:00
Marc Alexander
85e5c9dcca
[ticket/17140] Add missing parameter phpbb_root_path
...
PHPBB3-17140
2023-06-27 00:29:11 +02:00
Marc Alexander
5ee2efd4c2
Merge pull request #6493 from rxu/ticket/17148
...
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - 3.3.x
2023-06-26 13:16:42 +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
Marc Alexander
acaec9f95f
[ticket/17129] Update regex and tests for changed input data to youtube cpf
...
PHPBB3-17129
2023-06-20 10:32:48 +02:00
rxu
8c33a2180d
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier
...
PostgreSQL 9.3 and earlier versions don't support Empty SELECT lists
(support was added since v. 9.4).
Also add PostgreSQL 9.3 tests as earlier images fail in current tests env.
PHPBB3-17148
2023-06-18 00:46:27 +07: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
437839ba72
[ticket/17129] Update contact url template
...
PHPBB3-17129
2023-04-26 20:54:24 +02:00
Marc Alexander
6e77ca50ae
[ticket/17129] Update social media profile types to support latest URLs
...
PHPBB3-17129
2023-04-17 21:40:27 +02: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