mrgoldy
b602e0c014
[ticket/13867] Remove profile field test prophecy
...
PHPBB3-13867
2020-03-23 22:40:04 +01:00
mrgoldy
29d44973a7
[ticket/13867] Finish profile fields manager tests
...
PHPBB3-13867
2020-03-23 22:40:04 +01:00
mrgoldy
903185a69c
[ticket/13867] Amend profile fields manager tests
...
PHPBB3-13867
2020-03-23 22:40:04 +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
Marc Alexander
0fa0013a69
Merge pull request #5915 from mrgoldy/ticket/16222
...
[ticket/16222] Fix timezone suggestion for 00:00
2020-03-21 17:17:19 +01: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
Marc Alexander
8b8606349e
Merge pull request #5904 from 3D-I/ticket/13914
...
[ticket/13914] Cast to INT mixed style ID data in user setup
2020-03-15 17:25:46 +01:00
Dark❶
b23c4dacb9
[ticket/16406] Fix Core Event of notification
...
PHPBB3-16406
2020-03-15 21:10:28 +05:30
Marc Alexander
2d39d34ab5
Merge pull request #5897 from mrgoldy/ticket/16245
...
[ticket/16245] Cast attachment filesize to bigint
2020-03-15 16:30:29 +01:00
Marc Alexander
d17b554666
Merge pull request #5888 from mrgoldy/ticket/16388
...
[ticket/16388] Add online_list_before template events
2020-03-15 15:44:37 +01:00
3D-I
e5f88a1462
[ticket/13914] Cast to INT mixed style ID data in user setup
...
PHPBB3-13914
2020-03-15 04:43:31 +01:00
3D-I
95d873574c
[ticket/16403] Fix attachment icon in MCP reports
...
PHPBB3-16403
2020-03-15 04:05:03 +01:00
3D-I
b0e7221b3a
[ticket/16400] Add posting_editor_* events
...
PHPBB3-16400
2020-03-12 23:35:29 +01:00
3D-I
f6b121758b
[ticket/16400] Add posting_editor_* events
...
PHPBB3-16400
2020-03-12 23:27:23 +01:00
mrgoldy
8dd76e6e2f
[ticket/16245] Cast attachment filesize to bigint
...
PHPBB3-16245
2020-03-12 22:13:14 +01:00
3D-I
1c2f65f268
[ticket/16399] Fix Emoji in topic tile for MCP split topic
...
PHPBB3-16399
2020-03-12 15:27:28 +01:00
mrgoldy
291b865f17
[ticket/15275] Use base_url in lookup IP link
...
PHPBB3-15275
2020-03-10 15:24:39 +01:00
mrgoldy
f57a7826a8
[ticket/15275] Fix IP lookup pagination
...
PHPBB3-15275
2020-03-10 15:22:22 +01:00
mrgoldy
a66e640499
[ticket/16391] Add extensions info_acp_ lang file to MCP logs
...
PHPBB3-16391
2020-03-10 01:43:13 +01:00
mrgoldy
24fab91694
[ticket/15979] Fix restoring/deleting when editing deleted post
...
PHPBB3-15979
2020-03-10 00:24:19 +01:00
mrgoldy
5881a24faa
[ticket/15609] MCP Queue and Report forum and topic identifiers
...
PHPBB3-15609
2020-03-09 23:33:59 +01:00
mrgoldy
3b82c8cb10
[ticket/16388] Add online_list_before template events
...
PHPBB3-16388
2020-03-09 22:04:20 +01:00
Marc Alexander
0a089c8656
Merge pull request #5877 from mrgoldy/ticket/16121
...
[ticket/16121] Footer classes in simple_footer
2020-03-09 17:48:14 +01:00
Marc Alexander
fccae1009b
Merge pull request #5882 from marc1706/ticket/16392
...
[ticket/16392] Update composer dependencies for 3.2
2020-03-08 17:12:57 +01:00
Marc Alexander
3c07c8c2a0
Merge pull request #5862 from dark-1/ticket/16370
...
[ticket/16370] Add core events for Notification
2020-03-07 14:15:32 +01:00
Marc Alexander
7e589a529d
[ticket/16392] Update composer dependencies for 3.2
...
PHPBB3-16392
2020-03-04 17:54:02 +01:00
Marc Alexander
6afa29eb5c
[ticket/16392] Update composer to 1.9.3
...
PHPBB3-16392
2020-03-04 17:52:31 +01:00
Marc Alexander
a88e640924
Merge pull request #5880 from mrgoldy/ticket/15438
...
[ticket/15438] Correct log language strings: from > for
2020-03-04 17:45:30 +01:00
Marc Alexander
0614a1a57f
Merge pull request #5857 from mrgoldy/ticket/16358
...
[ticket/16358] Hide attachment tab with no filters and display ACP notice
2020-03-03 21:59:00 +01:00
Marc Alexander
75abae80fd
Merge pull request #5878 from mrgoldy/ticket/16377
...
[ticket/16377] Rename navlinks loop variable
2020-03-03 21:22:07 +01:00
Dark❶
70513f8da4
[ticket/16370] Add core events for Notification
...
PHPBB3-16370
2020-03-04 01:41:37 +05:30
Marc Alexander
83c886781d
Merge pull request #5876 from mrgoldy/ticket/16163
...
[ticket/16163] Notice when no posts inside MCP topic
2020-03-03 19:47:38 +01:00
Marc Alexander
ea1a4ffbb8
Merge pull request #5875 from mrgoldy/ticket/16289
...
[ticket/16289] Correct ampersand in report notification email
2020-03-03 18:03:17 +01:00
mrgoldy
cada6f294d
[ticket/15438] Correct log language strings: remove excessive o
...
PHPBB3-15438
2020-03-02 21:58:19 +01:00
mrgoldy
4ade2789f6
[ticket/15438] Correct log language strings
...
PHPBB3-15438
2020-03-02 21:22:19 +01:00