phpbb/phpBB
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
..
adm Merge pull request #5857 from mrgoldy/ticket/16358 2020-03-03 21:59:00 +01:00
assets [ticket/16222] Fix timezone suggestion for 00:00 2020-03-18 16:17:42 +00:00
bin [ticket/15705] fix phpbbcli language vs PHP 2018-06-23 20:10:33 +02:00
cache
config [ticket/13867] Enable/disable mechanism for new profile field types 2020-03-23 22:34:31 +01:00
develop [ticket/16279] Add permission for Emoji in topic title 2020-01-02 10:01:48 +01:00
docs Merge pull request #5899 from 3D-I/ticket/16400 2020-03-16 17:24:23 +01:00
download Merge pull request #4868 from javiexin/ticket/15266 2017-12-27 14:15:27 +01:00
ext [ticket/12610] Correctly handle empty cache 2016-12-03 16:37:36 +01:00
files
images [ticket/15037] Optimize what can be 2017-01-24 17:15:41 -05:00
includes Merge pull request #5891 from mrgoldy/ticket/16391 2020-03-22 18:03:45 +01:00
install [ticket/16329] Add configuration options for Plupload 2020-01-28 23:57:31 +11:00
language Merge pull request #5880 from mrgoldy/ticket/15438 2020-03-04 17:45:30 +01:00
phpbb [ticket/13867] Enable/disable mechanism for new profile field types 2020-03-23 22:37:29 +01:00
store
styles [ticket/16407] Fix MCP Post reported message 2020-03-16 22:41:52 +01:00
.htaccess [ticket/14458] Explicitly state RewriteBase into .htaccess root file 2016-02-07 14:46:45 +01:00
app.php
common.php [ticket/15227] Check PHP version and remove old unused code 2017-05-12 23:04:54 +02:00
composer.json [ticket/16112] Update composer dependencies for 3.2.x 2019-07-28 22:33:47 +02:00
composer.lock [ticket/16392] Update composer dependencies for 3.2 2020-03-04 17:54:02 +01:00
cron.php Merge branch '3.1.x' into 3.2.x 2016-05-28 09:59:50 +02:00
faq.php [ticket/15200] Allow extensions using custom templates for help/faq controllers 2017-04-27 16:22:03 +07:00
feed.php [ticket/14688] Add core events to the feeds 2016-07-17 21:14:13 +07:00
index.php [ticket/16054] Restore ability to login from any template. 2019-07-28 15:15:39 -05:00
mcp.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
memberlist.php [ticket/16344] Move DOMAIN_NO_MX_RECORD_EMAIL to common.php 2020-02-04 19:16:43 +01:00
posting.php [ticket/15979] Fix restoring/deleting when editing deleted post 2020-03-10 00:24:19 +01:00
report.php
search.php [ticket/16159] Use predefined DATE_RFC3339 2019-09-18 20:58:13 +02:00
ucp.php [ticket/16383] Add core events to modify friends list 2020-02-28 00:30:34 +05:30
viewforum.php [ticket/16381] Add core event to Modify Topics SQL 2020-02-28 00:14:47 +05:30
viewonline.php Merge branch '3.1.x' into 3.2.x 2017-06-05 11:57:18 +02:00
viewtopic.php Merge pull request #5665 from 3D-I/ticket/16139 2019-09-22 16:59:04 +02:00
web.config [ticket/security-181] Port .htaccess changes to other webserver types 2016-11-13 11:50:23 +01:00