1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-11 17:01:07 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
3cc2e41af8 [ticket/17191] Removed unused use statements
PHPBB3-17191
2023-10-04 22:07:21 +02:00
dc9ef40669 [ticket/17191] Inject variables from composer.json when loading language files
PHPBB3-17191
2023-10-04 21:33:19 +02:00
154f0e719d [ticket/17191] Fix code sniffer issues
PHPBB3-17191
2023-10-04 20:14:41 +02:00
8abf9b66e1 [ticket/17191] Use di and avoid circular ref
PHPBB3-17191
2023-10-04 20:14:41 +02:00
14b7caecd1 [ticket/17191] Make sure user_lang from DB is considered, with fallback
PHPBB3-17191
2023-10-04 20:14:40 +02:00
06f38a5646 [ticket/17191] Add language helper function to get composer.json content
PHPBB3-17191
2023-10-04 20:14:39 +02:00
1cc6a479a1 [ticket/17191] Replace lang keys in fucntions with composer output
PHPBB3-17191
2023-10-04 20:14:39 +02:00
36ea0c1f2e [ticket/17191] Update language file helper for new composer values
PHPBB3-17191
2023-10-04 20:14:39 +02:00
42b2a109d1 [ticket/10824] Improve code style and docblocks in language file helper
PHPBB3-10824
2021-01-26 22:26:02 +01:00
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
cf8f79356d [ticket/10824] Add return type hints
PHPBB3-10824
2021-01-26 22:26:01 +01:00
ed9be050ad [ticket/10824] Clean up code a bit
PHPBB3-10824
2021-01-26 22:25:21 +01:00
3b6fc0a4d9 [ticket/10824] Use short array syntax
PHPBB3-10824
2021-01-26 22:24:07 +01:00
93949d1be4 [ticket/10824] Switch to new namespace for json sanitizer
PHPBB3-10824
2021-01-26 22:24:05 +01:00
adf9f49a42 [ticket/10824] Use correct language and style composer.json data
PHPBB3-10824
2021-01-26 22:23:29 +01:00
204f81c6f7 [ticket/10824] Use json_sanitzer::decode and improve migrations from pre 3.2
PHPBB3-10824
2021-01-26 22:22:21 +01:00
21c9883ac7 [ticket/10824] Use json sanitizer in language_file_helper
PHPBB3-10824
2021-01-26 22:19:29 +01:00
8244aff9cb [ticket/10824] Make languages use composer.json
PHPBB3-10824
2021-01-26 22:19:28 +01:00
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
179a470022 [ticket/13762] Moving language related functionality into a separate class
PHPBB3-13762
2015-05-02 13:37:12 +02:00