phpbb/phpBB/includes
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
..
acp [ticket/13867] Enable/disable mechanism for new profile field types 2020-03-23 22:37:50 +01:00
diff [ticket/15849] Stop using php4 constructors 2018-10-21 07:02:26 +00:00
hooks [ticket/15849] Stop using php4 constructors 2018-10-21 07:02:26 +00:00
mcp Merge pull request #5891 from mrgoldy/ticket/16391 2020-03-22 18:03:45 +01:00
questionnaire Merge pull request #42 from phpbb/ticket/security/227 2018-11-10 17:04:00 +01:00
ucp Merge pull request #5862 from dark-1/ticket/16370 2020-03-07 14:15:32 +01:00
utf [ticket/16151] Enable Emojis and rich text in forum name 2019-10-28 02:36:35 +01:00
.htaccess [ticket/9698] Add .htaccess to the includes subdirectory. 2010-10-15 16:47:21 +02:00
bbcode.php [ticket/16352] Deprecate more functions 2020-02-03 01:44:02 +00:00
compatibility_globals.php [ticket/15942] Add language to compatibility globals & use in confirm_box 2019-04-17 08:22:44 +02:00
constants.php [ticket/16351] Update commends 2020-02-14 13:11:44 +00:00
functions.php [ticket/16350] Move code to functions_admin 2020-02-04 06:33:11 +00:00
functions_acp.php [ticket/16101] Add Referrer-Policy header to phpBB's headers 2019-07-20 09:43:24 +02:00
functions_admin.php Merge pull request #5853 from mrgoldy/ticket/16060 2020-02-14 07:31:19 +01:00
functions_compatibility.php [ticket/16352] Deprecate phpbb_delete_user_pms 2020-02-03 02:20:35 +00:00
functions_compress.php [ticket/16351] Use CHMOD constants from filesystem_interface 2020-02-02 22:00:38 +00:00
functions_content.php [ticket/16335] Ensure event variables are always defined 2020-02-05 15:24:40 +01:00
functions_convert.php Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2 2018-01-07 11:02:31 +01:00
functions_database_helper.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
functions_display.php [ticket/16337] Fix Emoji in BBcode Helpline 2020-01-24 04:46:57 +01:00
functions_download.php [ticket/15984] Use private cache-control 2019-05-27 15:31:35 +02:00
functions_jabber.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
functions_mcp.php [ticket/15910] Pass object arguments by reference implicitly 2018-12-12 12:41:56 +01:00
functions_messenger.php [ticket/16351] Use CHMOD constants from filesystem_interface 2020-02-02 22:00:38 +00:00
functions_module.php [ticket/15849] Stop using php4 constructors 2018-10-21 07:02:26 +00:00
functions_posting.php [ticket/15979] Fix restoring/deleting when editing deleted post 2020-03-10 00:24:19 +01:00
functions_privmsgs.php [ticket/16352] Deprecate phpbb_delete_user_pms 2020-02-03 02:20:35 +00:00
functions_transfer.php [ticket/15849] Stop using php4 constructors 2018-10-21 07:02:26 +00:00
functions_user.php [ticket/16348] Prevent double freeing database results on user_ban 2020-02-04 17:16:10 +01:00
index.htm
message_parser.php [ticket/security/244] Add form token check to plupload 2019-08-24 22:23:38 +02:00
sphinxapi.php [ticket/15849] Stop using php4 constructors 2018-10-21 07:02:26 +00:00
startup.php [ticket/15227] Remove function deregister_globals, not needed 2017-05-21 16:57:01 +02:00