phpbb/phpBB/includes/acp
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
..
info Merge branch '3.1.x' into 3.2.x 2017-02-21 21:14:12 +01:00
acp_attachments.php [ticket/16245] Cast attachment filesize to bigint 2020-03-12 22:13:14 +01:00
acp_ban.php [ticket/16350] Move shared code to functions.php 2020-02-02 21:45:08 +00:00
acp_bbcodes.php [ticket/16337] Fix Emoji in BBcode Helpline 2020-01-24 04:38:01 +01:00
acp_board.php [ticket/16127] Amend input validation PHP side 2019-08-08 21:38:42 +02:00
acp_bots.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
acp_captcha.php [ticket/13454] Remove unused variables 2016-01-06 13:52:11 +01:00
acp_contact.php [ticket/13844] FAQ in new controller format 2015-05-16 22:09:05 +02:00
acp_database.php [ticket/16084] Remove redundant backup radio button 2019-08-26 00:28:51 +02:00
acp_disallow.php [ticket/13454] Fix code sniffer complaints 2016-01-06 13:52:11 +01:00
acp_email.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
acp_extensions.php [ticket/15871] Add $php_ini to the class properties list 2018-11-15 21:01:17 +07:00
acp_forums.php Merge pull request #5682 from 3D-I/ticket/16151 2019-10-28 20:22:52 +01:00
acp_groups.php [ticket/15883] Review changes 2019-01-04 15:49:15 +00:00
acp_help_phpbb.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
acp_icons.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
acp_inactive.php [ticket/15910] Pass object arguments by reference implicitly 2018-12-12 12:41:56 +01:00
acp_jabber.php Merge branch '3.1.x' into 3.2.x 2017-06-05 11:02:30 +02:00
acp_language.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
acp_logs.php [ticket/15656] Add "View post" link in the mod logs on the ACP 2018-05-01 16:32:45 +02:00
acp_main.php [ticket/16328] Inform admins about PHP requirements in phpBB 3.3 2020-01-18 14:03:27 +01:00
acp_modules.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
acp_permission_roles.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
acp_permissions.php [ticket/15910] Pass object arguments by reference implicitly 2018-12-12 12:41:56 +01:00
acp_php_info.php [ticket/13454] Remove unused variables 2016-01-06 13:51:19 +01:00
acp_profile.php [ticket/13867] Enable/disable mechanism for new profile field types 2020-03-23 22:37:50 +01:00
acp_prune.php [ticket/16134] Exclude group leaders on group member purge 2019-08-22 14:07:45 +02:00
acp_ranks.php [ticket/13454] Remove unused variables 2016-01-06 13:51:19 +01:00
acp_reasons.php [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
acp_search.php [ticket/15731] Fix language string parameters 2018-07-30 11:20:42 +02:00
acp_styles.php Merge pull request #5656 from 3D-I/ticket/16019 2019-08-17 11:02:08 +02:00
acp_update.php [ticket/16073] Fix warning in ACP version check 2019-06-01 00:25:24 +02:00
acp_users.php [ticket/16013] Allow admins to use disallowed username 2019-05-24 15:17:18 +02:00
acp_words.php [ticket/13454] Remove unused variables 2016-01-06 13:51:19 +01:00
auth.php [ticket/15849] Stop using php4 constructors 2018-10-21 07:02:26 +00:00