1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-21 09:01:29 +02:00
Commit Graph

5354 Commits

Author SHA1 Message Date
Marc Alexander
c4d0c5eb13 Merge branch '3.3.x' 2021-06-05 22:24:25 +02:00
3D-I
c5ec036b84 [ticket/16787] Properly check if fsockopen() is enabled - PHP 8
PHPBB3-16787
2021-05-29 21:53:23 +02:00
3D-I
e2cfc01964 [ticket/16787] Properly check if fsockopen() is enabled - PHP 8
PHPBB3-16787
2021-05-29 21:12:07 +02:00
Marc Alexander
37ebf41308 Merge pull request #5274 from rubencm/ticket/14285
[ticket/14285] Move downloads to controller
2021-05-28 07:17:15 +02:00
Marc Alexander
fca636ed58 [ticket/14285] Remove no longer needed root_path
PHPBB3-14285
2021-05-27 22:23:36 +02:00
rubencm
8518b9864e [ticket/14285] Move response variable and small improvements
PHPBB3-14285
2021-05-27 07:43:24 +02:00
rubencm
a67f2cf086 [ticket/14285] Remove no longer needed variable
PHPBB3-14285
2021-05-27 02:06:19 +02:00
rubencm
1e624bef15 [ticket/14285] Add prefix in routing
PHPBB3-14285
2021-05-25 07:28:05 +02:00
Máté Bartus
f3c426389c Merge pull request #6206 from marc1706/ticket/13713
[ticket/13713] User Mentions
2021-05-23 17:49:33 +02:00
Máté Bartus
4e1896af38 Merge branch '3.3.x' 2021-05-22 08:24:08 +02:00
Marc Alexander
0502b9cc22 [ticket/16570] Support continuing update on manually merging files
PHPBB3-16570
2021-05-21 22:19:47 +02:00
Marc Alexander
fa7376303a Merge branch '3.3.x' 2021-05-15 22:31:20 +02:00
Marc Alexander
643bab44ea [ticket/13713] Make sure service collection is accepted by controller
PHPBB3-13713
2021-05-15 22:23:42 +02:00
Marc Alexander
ed291843f2 [ticket/13713] Add type hints and clean up code
PHPBB3-13713
2021-05-14 21:52:19 +02:00
Marc Alexander
794b77971c [ticket/13713] Move profile_url to a tag in textformatter factory
PHPBB3-13713
2021-05-14 21:52:19 +02:00
Marc Alexander
9ae015569c [ticket/13713] Fix avatar display with new helper methods
PHPBB3-13713
2021-05-14 21:52:18 +02:00
Marc Alexander
f27be9a4f1 [ticket/13713] Clean up declarations and adjust tests for latest master
PHPBB3-13713
2021-05-14 21:52:17 +02:00
lavigor
e2c50eae68 [ticket/13713] Avoid same attributes for different types of IDs
PHPBB3-13713
2021-05-14 21:52:15 +02:00
lavigor
e769a036b6 [ticket/13713] Rework names caching
PHPBB3-13713
2021-05-14 21:52:13 +02:00
lavigor
b84c10733b [ticket/13713] Remove mention colors to reduce the cache size
PHPBB3-13713
2021-05-14 21:52:13 +02:00
lavigor
149d0aa5d3 [ticket/13713] Cast topic_id to integer in the topic source
PHPBB3-13713
2021-05-14 21:52:12 +02:00
lavigor
1f8e91cf11 [ticket/13713] Fix SELECT DISTINCT query for team usernames
PHPBB3-13713
2021-05-14 21:52:12 +02:00
lavigor
3c27b47236 [ticket/13713] Specify color as a BBCode attribute
PHPBB3-13713
2021-05-14 21:52:12 +02:00
lavigor
e036c40b67 [ticket/13713] Get usernames from the data fetched by user_loader class
PHPBB3-13713
2021-05-14 21:52:12 +02:00
lavigor
5ed207c4a0 [ticket/13713] Fix comment regarding the query of user IDs
PHPBB3-13713
2021-05-14 21:52:11 +02:00
lavigor
1d7d906771 [ticket/13713] Fix variable name in controller
PHPBB3-13713
2021-05-14 21:52:11 +02:00
lavigor
c2720792ac [ticket/13713] Handle TODOs
PHPBB3-13713
2021-05-14 21:52:10 +02:00
lavigor
8f21a7365d [ticket/13713] Rework batch size handling
PHPBB3-13713
2021-05-14 21:52:09 +02:00
lavigor
89d65f5da0 [ticket/13713] Remove unneeded code in helper
PHPBB3-13713
2021-05-14 21:52:07 +02:00
lavigor
d91e3bd66a [ticket/13713] Optimize caching colours
PHPBB3-13713
2021-05-14 21:52:07 +02:00
lavigor
5651c7f3ff [ticket/13713] Fix ORDER_BY in queries
PHPBB3-13713
2021-05-14 21:52:06 +02:00
lavigor
c6789ad294 [ticket/13713] Fix base classes for sources
PHPBB3-13713
2021-05-14 21:52:04 +02:00
lavigor
07130bf077 [ticket/13713] Fix closure formatting
PHPBB3-13713
2021-05-14 21:52:04 +02:00
lavigor
27b37f3881 [ticket/13713] Introduce mention notifications for groups
PHPBB3-13713
2021-05-14 21:52:03 +02:00
lavigor
99d57e2743 [ticket/13713] Fix caching and priorities
PHPBB3-13713
2021-05-14 21:52:03 +02:00
lavigor
e616ec025c [ticket/13713] Fix priorities
PHPBB3-13713
2021-05-14 21:52:03 +02:00
lavigor
aee1dfd837 [ticket/13713] Introduce priorities for groups
PHPBB3-13713
2021-05-14 21:52:02 +02:00
lavigor
e874ce9898 [ticket/13713] Load all data for users in a single SQL query
PHPBB3-13713
2021-05-14 21:52:02 +02:00
lavigor
0aadd52014 [ticket/13713] Cache SQL queries
PHPBB3-13713
2021-05-14 21:52:01 +02:00
lavigor
2bb50add04 [ticket/13713] Refactor sorting functionality
PHPBB3-13713
2021-05-14 21:52:00 +02:00
lavigor
ffbff7ed79 [ticket/13713] Make changes pointed by @Nicofuma
PHPBB3-13713
2021-05-14 21:52:00 +02:00
lavigor
d195244004 [ticket/13713] Introduce priorities based sorting
PHPBB3-13713
2021-05-14 21:51:59 +02:00
lavigor
6d849f2cce [ticket/13713] Fix avatars
PHPBB3-13713
2021-05-14 21:51:59 +02:00
lavigor
c66f4806e8 [ticket/13713] Rework BBCode parameters
PHPBB3-13713
2021-05-14 21:51:58 +02:00
lavigor
fd92abda59 [ticket/13713] Fix tests for PHP 5.6
PHPBB3-13713
2021-05-14 21:51:57 +02:00
lavigor
368090b7e6 [ticket/13713] Use config limit for fetching users
PHPBB3-13713
2021-05-14 21:51:57 +02:00
lavigor
c6e9f001e3 [ticket/13713] Escape special characters in preg_replace
PHPBB3-13713
2021-05-14 21:51:56 +02:00
lavigor
31e4fb4729 [ticket/13713] Introduce ACP settings for mentions
PHPBB3-13713
2021-05-14 21:51:54 +02:00
lavigor
012d009fbe [ticket/13713] Remove mention ID constant
PHPBB3-13713
2021-05-14 21:51:54 +02:00
lavigor
a21c115bf3 [ticket/13713] Create properly named base services for sources
PHPBB3-13713
2021-05-14 21:51:54 +02:00