kasimi
c1583fa001
[ticket/16447] Add event core.ucp_pm_compose_compose_pm_basic_info_query_after
...
PHPBB3-16447
2020-04-17 15:32:24 +02:00
kasimi
5842b8416e
[ticket/16446] Add event core.message_history_modify_rowset
...
PHPBB3-16446
2020-04-17 15:12:42 +02:00
hanakin
3e296a4a90
[ticket/16445] remove hr.divider from viewtopic
...
PHPBB3-16445
2020-04-16 16:21:54 -10:00
Marc Alexander
46cee69804
Merge pull request #5916 from rxu/ticket/13426
...
[ticket/13426] Improve user timezone initialization
2020-04-16 22:08:54 +02:00
kasimi
28c24c8c45
[ticket/16444] Add event core.core.ucp_pm_view_message_before
...
PHPBB3-16444
2020-04-16 21:35:07 +02:00
kasimi
43ce44cb3b
[ticket/16443] Add event core.ucp_pm_compose_modify_parse_after
...
PHPBB3-16443
2020-04-16 20:23:16 +02:00
mrgoldy
15a7a77bb6
Merge pull request #5924 from 3D-I/ticket/16416
...
[ticket/16416] Fix non-numeric value encountered - ACP attachments
2020-04-14 16:26:58 +02:00
mrgoldy
b4a900c993
Merge pull request #5925 from 3D-I/ticket/16418
...
[ticket/16418] Fix non-numeric value - ACP board start date
2020-04-14 16:19:04 +02:00
mrgoldy
5ca9674ced
[ticket/15560] Remove correct anchor_pos variable name
...
PHPBB3-15560
2020-04-12 13:44:04 +02:00
mrgoldy
154ebc24c2
[ticket/15560] Correct redirect on perma-deleting posts
...
PHPBB3-15560
2020-04-12 13:39:41 +02:00
mrgoldy
3e128d06f4
[ticket/16432] Display APCu Cache notice when handling extensions through CLI
...
PHPBB3-16432
2020-04-12 00:46:00 +02:00
mrgoldy
04e15e6555
[ticket/16433] Add data array to core.ucp_register_user_row_after
...
PHPBB3-16433
2020-04-11 15:13:05 +02:00
kasimi
d927154217
[ticket/16425] Removed whitespace
...
PHPBB3-16425
2020-04-09 17:12:06 +02:00
mrgoldy
275ef147f6
[ticket/16422] Strip BOM characters
...
PHPBB3-16422
2020-04-08 22:19:40 +02:00
Dark❶
f4c45f3f21
[ticket/16429] Add vars to 2 ACP User core events
...
PHPBB3-16429
2020-04-07 12:39:52 +05:30
3D-I
33666c7817
[ticket/16428] Fix invalid scheme name (empty value)
...
PHPBB3-16428
2020-04-06 22:11:01 +02:00
mrgoldy
c990818200
Merge pull request #5908 from phpbb-es/ticket/16404
...
[ticket/16404] Small bug in prosilver
2020-04-06 17:16:43 +02:00
kasimi
6cab639d8e
[ticket/16425] Added table alias
...
PHPBB3-16425
2020-04-05 16:02:32 +02:00
kasimi
21dbabe6f2
[ticket/16425] Add event core.generate_smilies_modify_sql
...
PHPBB3-16425
2020-04-05 11:12:21 +02:00
kasimi
fe9254790c
[ticket/16424] Add base_url to generate_smilies events
...
PHPBB3-16424
2020-04-05 11:10:53 +02:00
3D-I
c190451098
[ticket/16423] Add Aria Engine to list of Fulltext Supported
...
PHPBB3-16423
2020-04-02 23:47:01 +02:00
3D-I
551a018613
[ticket/16423] Add Aria Engine to list of Fulltext Supported
...
PHPBB3-16423
2020-04-02 23:18:26 +02:00
rxu
45f0c77761
[ticket/16421] Add contact field icon template events to viewtopic_body.html
...
PHPBB3-16421
2020-04-02 12:31:38 +07:00
Marc Alexander
8877688ee4
Merge pull request #5901 from mrgoldy/ticket/16122
...
[ticket/16122] Display user rank in MCP user notes
2020-03-29 20:48:32 +02:00
Marc Alexander
a267db851a
[ticket/16419] Add mrgoldy to CREDITS.txt
...
PHPBB3-16419
2020-03-29 11:23:05 +02:00
3D-I
39c6d11ed6
[ticket/16418] Fix non-numeric value - ACP board start date
...
PHPBB3-16418
2020-03-28 15:34:06 +01:00
3D-I
5b5a29849e
[ticket/16416] Fix non-numeric value encountered - ACP attachments settings
...
PHPBB3-16416
2020-03-26 11:27:37 +01:00
3D-I
b9123cad7c
[ticket/16416] Fix non-numeric value encountered - ACP attachments settings
...
PHPBB3-16416
2020-03-26 00:58:24 +01:00
mrgoldy
9080a0e778
[ticket/13867] Force data type in profile fields manager
...
PHPBB3-13867
2020-03-24 00:28:00 +01:00
mrgoldy
d26e0423f7
[ticket/13867] Amend profile fields manager constructor
...
PHPBB3-13867
2020-03-23 22:47:18 +01:00
mrgoldy
84cd7e496b
[ticket/13867] Amend profile fields manager
...
PHPBB3-13867
2020-03-23 22:40:04 +01:00
Tristan Darricau
b3f3886cd9
[ticket/13867] Add tests
...
PHPBB3-13867
2020-03-23 22:37:51 +01:00
javiexin
b1e1ee7d55
[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.
Execute requested changes: more meaningful var names, json_encode, empty.
Execute requested changes: separate a utilit list function, use
sql_in_set, use single quotes ('). Remove code approved in a different PR.
PHPBB3-13867
2020-03-23 22:37:50 +01:00
javiexin
b60322f729
[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.
Execute requested changes: more meaningful var names, json_encode, empty.
PHPBB3-13867
2020-03-23 22:37:29 +01:00
javiexin
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
javiexin
78ea308608
[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.
PHPBB3-13867
2020-03-23 22:34:31 +01:00
Marc Alexander
3539f9372d
Merge pull request #5891 from mrgoldy/ticket/16391
...
[ticket/16391] Add extensions info_acp_ lang file to MCP logs
2020-03-22 18:03:45 +01:00
Marc Alexander
119261dc5d
Merge pull request #5912 from mrgoldy/ticket/16407
...
[ticket/16407] Fix MCP Post reported message
2020-03-22 17:58:29 +01:00
Dark❶
2c0509a5c7
[ticket/16411] Add vars to notification core events
...
PHPBB3-16411
2020-03-22 03:40:37 +05:30
Dark❶
443b931b36
[ticket/16411] Add vars to notification core events
...
PHPBB3-16411
2020-03-22 01:47:53 +05:30
rxu
5842c912a9
[ticket/13426] Improve user timezone initialization
...
PHPBB3-13426
2020-03-19 00:17:26 +07:00
mrgoldy
c6412a186c
[ticket/16222] Fix timezone suggestion for 00:00
...
PHPBB3-16222
2020-03-18 16:17:42 +00:00
Marc Alexander
0788754a5f
Merge pull request #5911 from dark-1/ticket/16406
...
[ticket/16406] Fix Core Event of notification
2020-03-17 17:48:32 +01:00
mrgoldy
a37f95e7db
[ticket/16407] Fix MCP Post reported message
...
PHPBB3-16407
2020-03-16 22:41:52 +01:00
Marc Alexander
8b1f69c1a3
Merge pull request #5893 from mrgoldy/ticket/15275
...
[ticket/15275] Fix IP lookup pagination
2020-03-16 21:53:16 +01:00
Marc Alexander
4721a4ae19
Merge pull request #5899 from 3D-I/ticket/16400
...
[ticket/16400] Add posting_editor_* events
2020-03-16 17:24:23 +01:00
Marc Alexander
be343298e8
Merge pull request #5890 from mrgoldy/ticket/15979
...
[ticket/15979] Fix restoring/deleting when editing soft-deleted post
2020-03-16 16:34:12 +01:00
Marc Alexander
90a4ea4f9b
Merge pull request #5889 from mrgoldy/ticket/15609
...
[ticket/15609] MCP Queue and Report forum and topic identifiers
2020-03-16 15:54:18 +01:00
Marc Alexander
46b4a74549
Merge pull request #5895 from 3D-I/ticket/16399
...
[ticket/16399] Fix Emoji in topic title for MCP split topic
2020-03-16 14:19:46 +01:00
Marc Alexander
1e7fc0f7df
Merge pull request #5903 from 3D-I/ticket/16403
...
[ticket/16403] Fix attachment icon in MCP reports
2020-03-15 19:34:33 +01:00