1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-11 01:55:24 +02:00

12 Commits

Author SHA1 Message Date
Marc Alexander
42b2a109d1
[ticket/10824] Improve code style and docblocks in language file helper
PHPBB3-10824
2021-01-26 22:26:02 +01:00
Marc Alexander
c93da86f83
[ticket/10824] Add missing imports and adjust json sanitizer imports
This way the imports will also be a bit more explicit to the fact
that this is only a json sanitizer.

PHPBB3-10824
2021-01-26 22:26:01 +01:00
Marc Alexander
cf8f79356d
[ticket/10824] Add return type hints
PHPBB3-10824
2021-01-26 22:26:01 +01:00
Marc Alexander
ed9be050ad
[ticket/10824] Clean up code a bit
PHPBB3-10824
2021-01-26 22:25:21 +01:00
Marc Alexander
3b6fc0a4d9
[ticket/10824] Use short array syntax
PHPBB3-10824
2021-01-26 22:24:07 +01:00
Marc Alexander
93949d1be4
[ticket/10824] Switch to new namespace for json sanitizer
PHPBB3-10824
2021-01-26 22:24:05 +01:00
Marc Alexander
adf9f49a42
[ticket/10824] Use correct language and style composer.json data
PHPBB3-10824
2021-01-26 22:23:29 +01:00
Marc Alexander
204f81c6f7
[ticket/10824] Use json_sanitzer::decode and improve migrations from pre 3.2
PHPBB3-10824
2021-01-26 22:22:21 +01:00
Marc Alexander
21c9883ac7
[ticket/10824] Use json sanitizer in language_file_helper
PHPBB3-10824
2021-01-26 22:19:29 +01:00
Joas Schilling
8244aff9cb
[ticket/10824] Make languages use composer.json
PHPBB3-10824
2021-01-26 22:19:28 +01:00
Paul Sohier
1a68504174
[ticket/14645] Language pack not reconised when using a symlink
Symfony finder does not follow symlinks by default.
With this change it does, so a user is able to have the language pack outside
the phpBB directory, and linked with a symlink into phpBB/language/

PHPBB3-14645
2016-05-21 19:50:12 +02:00
MateBartus
179a470022 [ticket/13762] Moving language related functionality into a separate class
PHPBB3-13762
2015-05-02 13:37:12 +02:00