1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-16 20:39:49 +02:00

2736 Commits

Author SHA1 Message Date
rubencm
b78efaadc1 [ticket/16737] Move template logic to template
PHPBB3-16737
2021-03-25 00:03:12 +01:00
rubencm
381cf4b9f1 [ticket/16737] Remove dead code
PHPBB3-16737
2021-03-25 00:03:12 +01:00
rubencm
89f41d8456 [ticket/16737] Remove dead code
PHPBB3-16737
2021-03-25 00:03:12 +01:00
rubencm
5ce6345fa7 [ticket/15540] Change method name with the new one
PHPBB3-15540
2021-03-24 23:29:29 +01:00
rubencm
6ae68baa2e [ticket/15540] Code changes
PHPBB3-15540
2021-03-23 22:23:10 +01:00
rubencm
658a0489d0 [ticket/15540] Add types
PHPBB3-15540
2021-03-23 12:11:33 +01:00
rubencm
a8de540e93 [ticket/15540] Trigger errors when search module not found
PHPBB3-15540
2021-03-23 11:16:53 +01:00
rubencm
5c67eabeed [ticket/15540] Fix tests
PHPBB3-15540
2021-03-23 02:44:57 +01:00
rubencm
16220058d3 [ticket/15540] Decouple create_index and delete_index from acp
PHPBB3-15540
2021-03-23 01:47:05 +01:00
rubencm
fd45ce1e91 [ticket/15540] Method init
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
457c750773 [ticket/15540] Display only available search backends
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
d78896d581 [ticket/15540] Fix post counter
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
a56bfdee8a [ticket/15540] Send hash
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
ee9ea98a01 [ticket/15540] Remove unused variable
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
5fd2c51ca8 [ticket/15540] Fix tests and small fixes
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
cc0d4efc8f [ticket/15540] Remove delete_index and move create_index to fulltext_native
PHPBB3-15540
2021-03-22 21:57:02 +01:00
Ruben Calvo
2aabf560b4 [ticket/15540] Refactor search backend classes to Symfony services
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rxu
19b12bf6ee
[ticket/16649] Upgrade to Symfony 5
PHPBB3-16649
2021-02-19 21:10:54 +07:00
Marc Alexander
628e09d269
Merge branch '3.3.x' 2021-02-18 21:01:43 +01:00
3D-I
9f316bd255 [ticket/16698] Enhance check for default charset
PHPBB3-16698
2021-02-09 20:54:50 +01:00
3D-I
ecf6acd730 [ticket/16698] Enhance check for default charset
PHPBB3-16698
2021-02-06 04:44:57 +01:00
Máté Bartus
0f7b89838a [ticket/16643] Remove dbms_version config setting
PHPBB3-16643
2021-01-31 14:38:39 +01:00
Marc Alexander
262bf5d71c
[ticket/10824] Small fixes to code style after code review
PHPBB3-10824
2021-01-26 22:26:02 +01:00
Marc Alexander
40fca6254d
[ticket/10824] Remove unused file
PHPBB3-10824
2021-01-26 22:26:01 +01:00
Marc Alexander
5bff0c0761
[ticket/10824] Clean up coding style in list_style
PHPBB3-10824
2021-01-26 22:26:00 +01:00
Marc Alexander
10151ae642
[ticket/10824] Resolve issues with displaying style and style info in ACP
PHPBB3-10824
2021-01-26 22:26:00 +01:00
Marc Alexander
b7d0903f1b
[ticket/10824] Use short array syntax
PHPBB3-10824
2021-01-26 22:25:21 +01:00
Marc Alexander
646f9826ec
[ticket/10824] Use language class for language instead of user class
PHPBB3-10824
2021-01-26 22:25:20 +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
b4dd0f737d
[ticket/10824] Switch to OOP style for module class
PHPBB3-10824
2021-01-26 22:24:04 +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
81f3483994
[ticket/10824] Display message about invalid styles on install style view
PHPBB3-10824
2021-01-26 22:19:30 +01:00
Marc Alexander
b0337b21d5
[ticket/10824] Show display-name in acp and change composer name
PHPBB3-10824
2021-01-26 22:19:29 +01:00
Marc Alexander
04e791d9fe
[ticket/10824] Add json sanitizer class
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
Joas Schilling
a200446646
[ticket/10824] Make styles use composer.json files
PHPBB3-10824
2021-01-26 22:16:47 +01:00
Máté Bartus
29e7226c96 Merge branch '3.3.x' 2021-01-22 19:14:53 +01:00
rxu
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
PHPBB3-16690
2021-01-20 00:21:24 +07:00
Marc Alexander
e42a9c3bfb
Merge branch '3.3.x' 2021-01-05 22:53:43 +01:00
3D-I
6738076f72
[ticket/16656] Fix ACP check-in for mbstring http_input & output
PHPBB3-16656
2021-01-04 22:16:05 +01:00
Marc Alexander
e3ac6e5c13
Merge branch '3.3.x' 2021-01-04 21:44:03 +01:00
Marc Alexander
8afcaaddab
Merge pull request #6101 from 3D-I/ticket/16670
[ticket/16670] Fix ACP check-in for OAuth provider keys - PHP 8
2021-01-04 21:43:58 +01:00
Marc Alexander
7d39be0c55
Merge pull request #6105 from 3D-I/ticket/16672
[ticket/16672] Fix invalid lang key content for delete backup in ACP
2021-01-03 16:52:03 +01:00
3D-I
79758e14c8 [ticket/16672] Fix invalid lang key content for delete backup in ACP
PHPBB3-16672
2021-01-02 04:06:13 +01:00
Marc Alexander
dc5a4c4752
Merge branch '3.3.x' 2021-01-01 16:56:01 +01:00
3D-I
2d548a026f [ticket/16641] Fix config.php validation in ACP - PHP 8
PHPBB3-16641
2020-12-31 22:30:32 +01:00
3D-I
0bfb746991 Merge branch '3.3.x' into ticket/16641 2020-12-31 22:27:12 +01:00
3D-I
8382b36823 [ticket/16670] Fix ACP check-in for OAuth provider keys - PHP 8
PHPBB3-16670
2020-12-31 10:20:24 +01:00
Marc Alexander
c3263d0e10
Merge branch '3.3.x' 2020-12-30 22:55:02 +01:00