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

359 Commits

Author SHA1 Message Date
a21c115bf3 [ticket/13713] Create properly named base services for sources
PHPBB3-13713
2021-05-14 21:51:54 +02:00
52fac451a3 [ticket/13713] Create abstract parent service for user source
PHPBB3-13713
2021-05-14 21:51:53 +02:00
52c2e11fdd [ticket/13713] Add two new sources: member and team
PHPBB3-13713
2021-05-14 21:51:53 +02:00
c70ac7eb62 [ticket/13713] Introduce notifications for mentions
PHPBB3-13713
2021-05-14 21:51:53 +02:00
4b31a29c2c [ticket/13713] Implement colour handling
PHPBB3-13713
2021-05-14 21:51:51 +02:00
f775c1e79d [ticket/13713] Implement ranks
PHPBB3-13713
2021-05-14 21:51:51 +02:00
a176be4c1d [ticket/13713] Implement avatars
PHPBB3-13713
2021-05-14 21:51:50 +02:00
eec7703d3b [ticket/13713] Fix case for phpBB directory
PHPBB3-13713
2021-05-14 21:51:50 +02:00
6c42563b4d [ticket/13713] Add mention BBCode
PHPBB3-13713
2021-05-14 21:51:50 +02:00
f757e65559 [ticket/13713] Start working on User Mentions
PHPBB3-13713
2021-05-14 21:51:48 +02:00
e543874d08 [ticket/16764] Remove unused files
PHPBB3-16764
2021-04-24 15:24:59 +02:00
cc8b4ef619 [ticket/16764] Remove remote avatar functionality
PHPBB3-16764
2021-04-23 22:26:07 +02:00
2d42b2a6c2 Merge pull request #5778 from gijsmartens/ticket/15233
[ticket/15233] Standardize avatar output variables
2021-04-08 22:03:37 +02:00
6ae68baa2e [ticket/15540] Code changes
PHPBB3-15540
2021-03-23 22:23:10 +01:00
cd8c09d0b3 [ticket/15540] Fix test
PHPBB3-15540
2021-03-23 10:23:50 +01:00
656e57fbf6 [ticket/15540] Properties
PHPBB3-15540
2021-03-23 04:16:34 +01:00
1bc9cbefb2 [ticket/15540] Fix tests
PHPBB3-15540
2021-03-22 21:57:02 +01:00
2aabf560b4 [ticket/15540] Refactor search backend classes to Symfony services
PHPBB3-15540
2021-03-22 21:57:02 +01:00
34aaf5e6d2 [ticket/15233] Add avatar helper object
PHPBB3-15233
2021-03-06 08:18:37 +01:00
7e3d22063a [ticket/15233] Standardize avatar output variables
PHPBB3-15233
2021-03-06 08:18:30 +01:00
rxu
302632d240 [ticket/16649] Add compiler pass to make all services public
This also handles BC for phpBB extensions

PHPBB3-16639
2021-02-19 21:18:40 +07:00
rxu
19b12bf6ee [ticket/16649] Upgrade to Symfony 5
PHPBB3-16649
2021-02-19 21:10:54 +07:00
3d3fb9faec Merge branch '3.3.x' 2021-01-03 17:43:21 +01:00
be4afc49ff [ticket/16645] Simplified text_reparser.poll_option
PHPBB3-16645
2021-01-01 22:21:00 +01:00
4eaa356679 Merge branch '3.3.x' 2020-09-19 11:28:31 +02:00
9c5f338d3c Merge pull request #6037 from kasimi/ticket/16565
[ticket/16565] Lazy-load cron.task_collection
2020-09-19 11:12:41 +02:00
3d36211101 Merge branch '3.3.x' 2020-09-10 12:43:45 +02:00
rxu
aa76f6b9f2 [ticket/16544] Use forum_notify.txt for forum subscription email notifications
PHPBB3-16544
2020-09-02 22:11:51 +07:00
92c31dd454 [ticket/12630] Use di to inject parameter
PHPBB3-12630
2020-08-30 10:47:28 +00:00
116eb64755 [ticket/15765] Inject parameter
PHPBB3-15765
2020-08-30 10:29:59 +02:00
e61dcc9590 Merge branch '3.3.x' 2020-08-23 16:49:44 +02:00
4156204419 [ticket/16346] More fixes
PHPBB3-16346
2020-08-14 08:29:14 +00:00
774c609c4a [ticket/16345] Small improvements
PHPBB3-16346
2020-08-14 08:29:06 +00:00
b3199265a2 [ticket/16366] Make viewtopic lang vars available in feed pages
We call add_lang('viewtopic') in feed controller and configure_user(...)
in generate_content() in order to make viewtopic language constants
avaliable for message parser when it is called from feed controller

PHPBB3-16366
2020-08-13 16:46:23 +02:00
76f2305b84 [ticket/16565] Inject service container
PHPBB3-16565
2020-08-12 13:03:23 +02:00
9368d2ea8a Merge branch '3.3.x' 2020-05-14 17:44:31 +02:00
c5d83ef715 Merge branch '3.2.x' into 3.3.x 2020-05-14 17:44:22 +02:00
1c3585f575 Merge pull request #5920 from mrgoldy/ticket/13867
[ticket/13867] Manage new profile field types
2020-05-14 17:44:06 +02:00
74b2f2de9c Merge branch '3.3.x' 2020-05-01 16:19:57 +02:00
008e313652 Merge pull request #5909 from marc1706/ticket/14754
[ticket/14754] Only one email notification per topic
2020-05-01 16:19:36 +02:00
e59d514ed3 Merge branch '3.3.x' 2020-04-29 21:52:01 +02:00
a43cdbac54 Merge pull request #5902 from mrgoldy/ticket/15937
[ticket/15937] Google reCAPTCHA v3 Plugin
2020-04-29 21:51:52 +02:00
066d14ab3c Merge branch '3.3.x' 2020-04-21 21:04:50 +02:00
95080106e0 Merge pull request #5923 from AlfredoRamos/ticket/16315
[ticket/16315] Remove Google+ profile field
2020-04-21 20:50:01 +02:00
d87becfa8a Merge branch '3.3.x' 2020-04-21 17:20:18 +02:00
e979194a0e Merge branch '3.2.x' into 3.3.x 2020-04-21 17:20:08 +02:00
3e128d06f4 [ticket/16432] Display APCu Cache notice when handling extensions through CLI
PHPBB3-16432
2020-04-12 00:46:00 +02:00
43e3b3e328 [ticket/16315] Remove Google+ profile field
PHPBB3-16315
2020-03-24 22:16:51 -06:00
84cd7e496b [ticket/13867] Amend profile fields manager
PHPBB3-13867
2020-03-23 22:40:04 +01:00
b89539a70e [ticket/13867] Enable/disable mechanism for new profile field types
Adds methods to enable, disable and purge profile field types to the
profilefields\manager class. These methods are to be called from
extensions that add new profile field types on the enable, disable
and purge methods of the ext class. If not done, any profile field
of a new type that is left after extension is disabled or removed will
break the forum in several places.
Remove dependency from container, add dependencies with specific classes.
Change try/catch by !isset.

PHPBB3-13867
2020-03-23 22:34:31 +01:00