b3f3886cd9
[ticket/13867] Add tests
...
PHPBB3-13867
2020-03-23 22:37:51 +01:00
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
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
8b1f69c1a3
Merge pull request #5893 from mrgoldy/ticket/15275
...
[ticket/15275] Fix IP lookup pagination
2020-03-16 21:53:16 +01:00
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
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
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
8dd76e6e2f
[ticket/16245] Cast attachment filesize to bigint
...
PHPBB3-16245
2020-03-12 22:13:14 +01:00
1c2f65f268
[ticket/16399] Fix Emoji in topic tile for MCP split topic
...
PHPBB3-16399
2020-03-12 15:27:28 +01:00
291b865f17
[ticket/15275] Use base_url in lookup IP link
...
PHPBB3-15275
2020-03-10 15:24:39 +01:00
f57a7826a8
[ticket/15275] Fix IP lookup pagination
...
PHPBB3-15275
2020-03-10 15:22:22 +01:00
a66e640499
[ticket/16391] Add extensions info_acp_ lang file to MCP logs
...
PHPBB3-16391
2020-03-10 01:43:13 +01:00
24fab91694
[ticket/15979] Fix restoring/deleting when editing deleted post
...
PHPBB3-15979
2020-03-10 00:24:19 +01:00
5881a24faa
[ticket/15609] MCP Queue and Report forum and topic identifiers
...
PHPBB3-15609
2020-03-09 23:33:59 +01:00
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
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
70513f8da4
[ticket/16370] Add core events for Notification
...
PHPBB3-16370
2020-03-04 01:41:37 +05:30
f59419ed7e
Merge pull request #5856 from mrgoldy/ticket/16356
...
[ticket/16356] Delete attachments on saving a draft
2020-03-01 17:11:00 +01:00
aea5c3545c
Merge pull request #5855 from mrgoldy/ticket/10506
...
[ticket/10506] Preserve attachments on not-saving PM draft
2020-03-01 16:50:20 +01:00
255c79a8f7
[ticket/16370] Add core events for Notification
...
PHPBB3-16370
2020-02-28 00:19:10 +05:30
5f4522e55b
[ticket/16370] Add core events for Notification
...
PHPBB3-16370
2020-02-21 12:22:26 +05:30
5ce1e1e7df
Merge pull request #5849 from rubencm/ticket/16351
...
[ticket/16351] Use CHMOD constants from filesystem_interface
2020-02-15 16:45:57 +01:00
2ed21c98d5
[ticket/16351] Update commends
...
PHPBB3-16351
2020-02-14 13:11:44 +00:00
7735f22562
Merge pull request #5853 from mrgoldy/ticket/16060
...
[ticket/16060] Correct auto prune column for cron job
2020-02-14 07:31:19 +01:00
d75952394f
Merge pull request #5852 from mrgoldy/ticket/16348
...
[ticket/16348] Prevent double freeing database results on user_ban
2020-02-14 07:30:27 +01:00
b6a320503e
Merge pull request #5850 from rubencm/ticket/16352
...
[ticket/16352] Deprecate a few functions/classes
2020-02-14 07:11:12 +01:00
b4ecdae8e4
Merge pull request #5848 from rubencm/ticket/16350
...
[ticket/16350] Move shared code to functions_admin.php
2020-02-14 07:06:31 +01:00
76cca33525
[ticket/16335] Ensure event variables are always defined
...
PHPBB3-16335
2020-02-05 15:24:40 +01:00
31cbb60a38
[ticket/16358] Hide attachment tab with no filters and display ACP notice
...
PHPBB3-16358
2020-02-05 13:03:01 +01:00
582919804a
[ticket/16356] Delete attachments on saving a draft
...
PHPBB3-16356
2020-02-05 11:04:01 +01:00
eaa597a430
[ticket/10506] Preserve attachments on not-saving PM draft
...
PHPBB3-10506
2020-02-05 10:54:49 +01:00
2d2c0ab6cd
[ticket/16060] Correct auto prune column for cron job
...
Also only log pruning once per forum
PHPBB3-16060
2020-02-04 17:58:28 +01:00
5625078cfe
[ticket/16348] Prevent double freeing database results on user_ban
...
PHPBB3-16348
2020-02-04 17:16:10 +01:00
9e7dc9433a
[ticket/16350] Move code to functions_admin
...
PHPBB3-16350
2020-02-04 06:33:11 +00:00
b07fb709ba
[ticket/16352] Remove duplicated function
...
PHPBB3-16352
2020-02-03 02:24:56 +00:00
96a7e04ea5
[ticket/16352] Deprecate phpbb_delete_user_pms
...
PHPBB3-16352
2020-02-03 02:20:35 +00:00
2fea7969d3
[ticket/16352] Deprecate more functions
...
PHPBB3-16352
2020-02-03 01:44:02 +00:00
d668f3a3c3
[ticket/16352] Deprecate a few function/classes
...
PHPBB3-16352
2020-02-03 00:44:44 +00:00
9749aa936c
[ticket/16351] Use CHMOD constants from filesystem_interface
...
PHPBB3-16351
2020-02-02 22:00:38 +00:00
e2cc1aec26
[ticket/16350] Move shared code to functions.php
...
PHPBB3-16350
2020-02-02 21:45:08 +00:00
7de24bad2e
Merge pull request #5832 from KYPREO/ticket/16329
...
[ticket/16329] Add configuration options for Plupload
2020-02-01 08:50:12 +01:00
11e2cd925b
[ticket/16337] Fix Emoji in BBcode Helpline
...
PHPBB3-16337
2020-01-24 04:46:57 +01:00
f7797b89ed
[ticket/16337] Fix Emoji in BBcode Helpline
...
PHPBB3-16337
2020-01-24 04:38:01 +01:00
7d80314235
[ticket/16337] Fix Emoji in BBcode Helpline
...
PHPBB3-16337
2020-01-24 02:55:12 +01:00
1f22248965
Merge branch '3.2.x' into ticket/16329
2020-01-22 20:24:47 +11:00
68677b8525
[ticket/16329] Add configuration options for Plupload
...
PHPBB3-16329
PHPBB3-16330
2020-01-22 20:21:12 +11:00
830d16943b
Merge pull request #5813 from 3D-I/ticket/15712
...
[ticket/15712] Fix Emoji and rich text in PM subject & draft
2020-01-20 17:25:48 +01:00
a1617548cf
[ticket/16329] Add configuration options for Plupload
...
PHPBB3-16329
PHPBB3-16330
2020-01-20 15:19:56 +11:00
880deabac1
Merge pull request #5821 from marc1706/ticket/16296
...
[ticket/16296] Adjust form token check for mark actions
2020-01-18 21:46:07 +01:00
bb5cf54e61
[ticket/16328] Inform admins about PHP requirements in phpBB 3.3
...
PHPBB3-16328
2020-01-18 14:03:27 +01:00