Commit graph

37243 commits

Author SHA1 Message Date
Marc Alexander
86d329e24b
[ticket/15699] Update acp_storage to be compatible with twig 3
PHPBB3-15699
2024-02-11 13:47:24 +01:00
Ruben Calvo
fe791ba8c4
[ticket/15699] Remove unused variable and switch
PHPBB3-15699
2024-02-11 13:47:24 +01:00
Rubén Calvo
8048a26b9c
[ticket/15699] Update comments
PHPBB3-15699
2024-02-11 13:47:24 +01:00
rubencm
91aa824ede
[ticket/15699] Fix code style
PHPBB3-15699
2024-02-11 13:47:24 +01:00
rubencm
5bc95db4f8
[ticket/15699] Use language
PHPBB3-15699
2024-02-11 13:47:24 +01:00
Rubén Calvo
e32a8ac309
[ticket/15699] Lazy-load adapters
PHPBB3-15699
2024-02-11 13:47:24 +01:00
Rubén Calvo
35db063061
[ticket/15699] Add information to logs
PHPBB3-15699
2024-02-11 13:47:24 +01:00
Rubén Calvo
694126ec2e
[ticket/15699] Add option to udpate configuration only
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
77133a17df
[ticket/15699] Make adapter to know the storage name
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
a4a3333ef1
[ticket/15699] Fix docblocks
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
7174d4001d
[ticket/15699] Log update
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
1b0ff5a44e
[ticket/15699] Fix messages
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
18092073bd
[ticket/15699] Check if is resource before close
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
bddfb9e80b
[ticket/15699] Fix twig syntax
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
9e000c4fe2
[ticket/15699] Remove comment
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
4141a06b4f
[ticket/15699] Use twig syntax
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
7fc36d4b67
[ticket/15699] Move file between storages with progress bar
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
3a1c921ce2
[ticket/15699] Update acp_storage
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
44f16d373b
[ticket/15699] Move line
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Rubén Calvo
a84087d035
[ticket/15699] Move files between filesystems
PHPBB3-15699
2024-02-11 13:47:23 +01:00
Marc Alexander
99884d8bbb
Merge pull request #6579 from marc1706/ticket/17281
[ticket/17281] Update to psalm 5.x
2024-01-31 21:14:15 +01:00
Marc Alexander
3abcd746ab
Merge branch '3.3.x' 2024-01-04 21:05:18 +01:00
Marc Alexander
512a93727a
Merge pull request #6568 from Prosk8er/ticket/17235
[ticket/17235] missing autocomplete for username
2024-01-04 21:04:17 +01:00
Marc Alexander
e5ddf24fb9
Merge branch '3.3.x' 2024-01-02 16:47:51 +01:00
Marc Alexander
c4642d2502
Merge pull request #6580 from rxu/ticket/17117
[ticket/17117] Do not load non-existent/disabled notification methods
2024-01-02 16:47:49 +01:00
Prosk8er
f3a596b78b
[ticket/17235] Fixes for issues mentioned in code review
PHPBB3-17235
2024-01-02 16:46:04 +01:00
rxu
887b1e25fb
[ticket/17117] Add test for non=existent notification method
PHPBB3-17117
2024-01-02 16:30:44 +07:00
rxu
f31ea59a1a
[ticket/17117] Do not load non-existent/disabled notification methods
Non-existent or disabled notification methods (f.e. added
by extensions which were later disabled/purged) should not be loaded.

PHPBB3-17117
2024-01-02 15:45:42 +07:00
Marc Alexander
39cad1d235
Merge branch '3.3.x' 2024-01-01 21:35:55 +01:00
Marc Alexander
61a28c154b
Merge pull request #6563 from marc1706/ticket/17212
[ticket/17212] Support updating session info when editing post with p=
2024-01-01 21:35:53 +01:00
Marc Alexander
c73e7bfe05
[ticket/17281] Remove not needed suppress
PHPBB3-17281
2023-12-31 15:08:37 +01:00
Marc Alexander
00a9c130ac
Merge branch '3.3.x' 2023-12-31 10:43:23 +01:00
Marc Alexander
9f099a75cd
Merge pull request #6574 from rxu/ticket/17232-master
[ticket/17232] Improve SQL error messages handling - master version
2023-12-31 10:43:19 +01:00
Marc Alexander
565053f508
Merge pull request #6573 from rxu/ticket/17232
[ticket/17232] Improve SQL error messages handling
2023-12-31 10:43:05 +01:00
Marc Alexander
6593440b56
Merge branch '3.3.x' 2023-12-31 09:38:23 +01:00
Marc Alexander
5a922ffa5b
Merge pull request #6578 from marc1706/ticket/17280
[ticket/17280] Fall back to branch when no valid title found
2023-12-31 09:38:20 +01:00
rxu
af05fe4f19
[ticket/17232] Remove sqlite3 dbtool
PHPBB3-17232
2023-12-31 15:21:10 +07:00
Marc Alexander
e42b743b86
[ticket/17281] Fix return type and ensure type correctness
PHPBB3-17281
2023-12-30 20:58:54 +01:00
Marc Alexander
5d53089651
[ticket/17281] Fix some smaller issues
PHPBB3-17281
2023-12-30 18:04:27 +01:00
Marc Alexander
661a8a6117
[ticket/17281] Update psalm config and fix issues
PHPBB3-17281
2023-12-30 17:41:12 +01:00
Marc Alexander
b4ff57e2a4
[ticket/17280] Fall back to branch when no valid title found
PHPBB3-17280
2023-12-30 10:07:49 +01:00
Marc Alexander
c6c299eea4
[ticket/17281] Update to psalm 5.x
PHPBB3-17281
2023-12-30 10:07:23 +01:00
Marc Alexander
bedc86ea2d
Merge branch '3.3.x' 2023-12-30 09:19:49 +01:00
Marc Alexander
95f5f6730e
Merge pull request #6576 from rxu/ticket/17277-master
[ticket/17277] Add template events to UCP - master version
2023-12-30 09:19:44 +01:00
Marc Alexander
e4d5cbbc76
Merge pull request #6575 from rxu/ticket/17277
[ticket/17277] Add template events to UCP
2023-12-30 09:19:25 +01:00
Marc Alexander
b6951fa44a
Merge pull request #6577 from marc1706/ticket/17279
[ticket/17279] Use only needed iconify icon packages
2023-12-29 22:10:34 +01:00
Marc Alexander
ae7100957c
[ticket/17279] Update parameters for constructor in tests
PHPBB3-17279
2023-12-29 21:41:00 +01:00
Marc Alexander
327b891ee1
[ticket/17279] Remove iconify/json from composer
We only need the tools, icons are retrieved from assets folder.

PHPBB3-17279
2023-12-29 21:27:27 +01:00
Marc Alexander
0c2fa3a065
[ticket/17279] Get iconify icons from assets folder
PHPBB3-17279
2023-12-29 21:26:41 +01:00
Marc Alexander
5afa5db41f
[ticket/17279] Add iconify icon sets that are needed and update iconify
PHPBB3-17279
2023-12-29 21:25:59 +01:00