From 9b843bbff0d601d2737347721061e2394ad2a9c2 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sat, 16 Nov 2024 21:06:29 -0700 Subject: [PATCH] Move contacts from the app to core directory --- {app => core}/contacts/app_config.php | 0 {app => core}/contacts/app_defaults.php | 0 {app => core}/contacts/app_languages.php | 0 {app => core}/contacts/app_menu.php | 0 {app => core}/contacts/contact_address_edit.php | 0 {app => core}/contacts/contact_addresses.php | 0 {app => core}/contacts/contact_addresses_view.php | 0 {app => core}/contacts/contact_attachment.php | 0 {app => core}/contacts/contact_attachment_edit.php | 0 {app => core}/contacts/contact_attachments.php | 0 {app => core}/contacts/contact_attachments_view.php | 0 {app => core}/contacts/contact_auth.php | 0 {app => core}/contacts/contact_edit.php | 0 {app => core}/contacts/contact_email_edit.php | 0 {app => core}/contacts/contact_emails.php | 0 {app => core}/contacts/contact_emails_view.php | 0 {app => core}/contacts/contact_extensions.php | 0 {app => core}/contacts/contact_extensions_view.php | 0 {app => core}/contacts/contact_import.php | 0 {app => core}/contacts/contact_import_google.php | 0 {app => core}/contacts/contact_json.php | 0 {app => core}/contacts/contact_note_edit.php | 0 {app => core}/contacts/contact_notes.php | 0 {app => core}/contacts/contact_notes_view.php | 0 {app => core}/contacts/contact_phone_edit.php | 0 {app => core}/contacts/contact_phones.php | 0 {app => core}/contacts/contact_phones_view.php | 0 {app => core}/contacts/contact_relation_edit.php | 0 {app => core}/contacts/contact_relations.php | 0 {app => core}/contacts/contact_relations_view.php | 0 {app => core}/contacts/contact_setting_edit.php | 0 {app => core}/contacts/contact_settings.php | 0 {app => core}/contacts/contact_time_edit.php | 0 {app => core}/contacts/contact_timer.php | 0 {app => core}/contacts/contact_timer_inc.php | 0 {app => core}/contacts/contact_times.php | 0 {app => core}/contacts/contact_times_view.php | 0 {app => core}/contacts/contact_url_edit.php | 0 {app => core}/contacts/contact_urls.php | 0 {app => core}/contacts/contact_urls_view.php | 0 {app => core}/contacts/contact_view.php | 0 {app => core}/contacts/contacts.php | 0 {app => core}/contacts/contacts_vcard.php | 0 .../contacts/resources/classes/contacts.php | 0 .../contacts/resources/dashboard/config.php | 0 .../resources/functions/google_get_contacts.php | 0 .../resources/functions/google_get_groups.php | 0 .../contacts/resources/images/icon_gcontacts.png | Bin .../contacts/resources/images/icon_gmaps.png | Bin .../contacts/resources/images/icon_timer.png | Bin 50 files changed, 0 insertions(+), 0 deletions(-) rename {app => core}/contacts/app_config.php (100%) rename {app => core}/contacts/app_defaults.php (100%) rename {app => core}/contacts/app_languages.php (100%) rename {app => core}/contacts/app_menu.php (100%) rename {app => core}/contacts/contact_address_edit.php (100%) rename {app => core}/contacts/contact_addresses.php (100%) rename {app => core}/contacts/contact_addresses_view.php (100%) rename {app => core}/contacts/contact_attachment.php (100%) rename {app => core}/contacts/contact_attachment_edit.php (100%) rename {app => core}/contacts/contact_attachments.php (100%) rename {app => core}/contacts/contact_attachments_view.php (100%) rename {app => core}/contacts/contact_auth.php (100%) rename {app => core}/contacts/contact_edit.php (100%) rename {app => core}/contacts/contact_email_edit.php (100%) rename {app => core}/contacts/contact_emails.php (100%) rename {app => core}/contacts/contact_emails_view.php (100%) rename {app => core}/contacts/contact_extensions.php (100%) rename {app => core}/contacts/contact_extensions_view.php (100%) rename {app => core}/contacts/contact_import.php (100%) rename {app => core}/contacts/contact_import_google.php (100%) rename {app => core}/contacts/contact_json.php (100%) rename {app => core}/contacts/contact_note_edit.php (100%) rename {app => core}/contacts/contact_notes.php (100%) rename {app => core}/contacts/contact_notes_view.php (100%) rename {app => core}/contacts/contact_phone_edit.php (100%) rename {app => core}/contacts/contact_phones.php (100%) rename {app => core}/contacts/contact_phones_view.php (100%) rename {app => core}/contacts/contact_relation_edit.php (100%) rename {app => core}/contacts/contact_relations.php (100%) rename {app => core}/contacts/contact_relations_view.php (100%) rename {app => core}/contacts/contact_setting_edit.php (100%) rename {app => core}/contacts/contact_settings.php (100%) rename {app => core}/contacts/contact_time_edit.php (100%) rename {app => core}/contacts/contact_timer.php (100%) rename {app => core}/contacts/contact_timer_inc.php (100%) rename {app => core}/contacts/contact_times.php (100%) rename {app => core}/contacts/contact_times_view.php (100%) rename {app => core}/contacts/contact_url_edit.php (100%) rename {app => core}/contacts/contact_urls.php (100%) rename {app => core}/contacts/contact_urls_view.php (100%) rename {app => core}/contacts/contact_view.php (100%) rename {app => core}/contacts/contacts.php (100%) rename {app => core}/contacts/contacts_vcard.php (100%) rename {app => core}/contacts/resources/classes/contacts.php (100%) rename {app => core}/contacts/resources/dashboard/config.php (100%) rename {app => core}/contacts/resources/functions/google_get_contacts.php (100%) rename {app => core}/contacts/resources/functions/google_get_groups.php (100%) rename {app => core}/contacts/resources/images/icon_gcontacts.png (100%) rename {app => core}/contacts/resources/images/icon_gmaps.png (100%) rename {app => core}/contacts/resources/images/icon_timer.png (100%) diff --git a/app/contacts/app_config.php b/core/contacts/app_config.php similarity index 100% rename from app/contacts/app_config.php rename to core/contacts/app_config.php diff --git a/app/contacts/app_defaults.php b/core/contacts/app_defaults.php similarity index 100% rename from app/contacts/app_defaults.php rename to core/contacts/app_defaults.php diff --git a/app/contacts/app_languages.php b/core/contacts/app_languages.php similarity index 100% rename from app/contacts/app_languages.php rename to core/contacts/app_languages.php diff --git a/app/contacts/app_menu.php b/core/contacts/app_menu.php similarity index 100% rename from app/contacts/app_menu.php rename to core/contacts/app_menu.php diff --git a/app/contacts/contact_address_edit.php b/core/contacts/contact_address_edit.php similarity index 100% rename from app/contacts/contact_address_edit.php rename to core/contacts/contact_address_edit.php diff --git a/app/contacts/contact_addresses.php b/core/contacts/contact_addresses.php similarity index 100% rename from app/contacts/contact_addresses.php rename to core/contacts/contact_addresses.php diff --git a/app/contacts/contact_addresses_view.php b/core/contacts/contact_addresses_view.php similarity index 100% rename from app/contacts/contact_addresses_view.php rename to core/contacts/contact_addresses_view.php diff --git a/app/contacts/contact_attachment.php b/core/contacts/contact_attachment.php similarity index 100% rename from app/contacts/contact_attachment.php rename to core/contacts/contact_attachment.php diff --git a/app/contacts/contact_attachment_edit.php b/core/contacts/contact_attachment_edit.php similarity index 100% rename from app/contacts/contact_attachment_edit.php rename to core/contacts/contact_attachment_edit.php diff --git a/app/contacts/contact_attachments.php b/core/contacts/contact_attachments.php similarity index 100% rename from app/contacts/contact_attachments.php rename to core/contacts/contact_attachments.php diff --git a/app/contacts/contact_attachments_view.php b/core/contacts/contact_attachments_view.php similarity index 100% rename from app/contacts/contact_attachments_view.php rename to core/contacts/contact_attachments_view.php diff --git a/app/contacts/contact_auth.php b/core/contacts/contact_auth.php similarity index 100% rename from app/contacts/contact_auth.php rename to core/contacts/contact_auth.php diff --git a/app/contacts/contact_edit.php b/core/contacts/contact_edit.php similarity index 100% rename from app/contacts/contact_edit.php rename to core/contacts/contact_edit.php diff --git a/app/contacts/contact_email_edit.php b/core/contacts/contact_email_edit.php similarity index 100% rename from app/contacts/contact_email_edit.php rename to core/contacts/contact_email_edit.php diff --git a/app/contacts/contact_emails.php b/core/contacts/contact_emails.php similarity index 100% rename from app/contacts/contact_emails.php rename to core/contacts/contact_emails.php diff --git a/app/contacts/contact_emails_view.php b/core/contacts/contact_emails_view.php similarity index 100% rename from app/contacts/contact_emails_view.php rename to core/contacts/contact_emails_view.php diff --git a/app/contacts/contact_extensions.php b/core/contacts/contact_extensions.php similarity index 100% rename from app/contacts/contact_extensions.php rename to core/contacts/contact_extensions.php diff --git a/app/contacts/contact_extensions_view.php b/core/contacts/contact_extensions_view.php similarity index 100% rename from app/contacts/contact_extensions_view.php rename to core/contacts/contact_extensions_view.php diff --git a/app/contacts/contact_import.php b/core/contacts/contact_import.php similarity index 100% rename from app/contacts/contact_import.php rename to core/contacts/contact_import.php diff --git a/app/contacts/contact_import_google.php b/core/contacts/contact_import_google.php similarity index 100% rename from app/contacts/contact_import_google.php rename to core/contacts/contact_import_google.php diff --git a/app/contacts/contact_json.php b/core/contacts/contact_json.php similarity index 100% rename from app/contacts/contact_json.php rename to core/contacts/contact_json.php diff --git a/app/contacts/contact_note_edit.php b/core/contacts/contact_note_edit.php similarity index 100% rename from app/contacts/contact_note_edit.php rename to core/contacts/contact_note_edit.php diff --git a/app/contacts/contact_notes.php b/core/contacts/contact_notes.php similarity index 100% rename from app/contacts/contact_notes.php rename to core/contacts/contact_notes.php diff --git a/app/contacts/contact_notes_view.php b/core/contacts/contact_notes_view.php similarity index 100% rename from app/contacts/contact_notes_view.php rename to core/contacts/contact_notes_view.php diff --git a/app/contacts/contact_phone_edit.php b/core/contacts/contact_phone_edit.php similarity index 100% rename from app/contacts/contact_phone_edit.php rename to core/contacts/contact_phone_edit.php diff --git a/app/contacts/contact_phones.php b/core/contacts/contact_phones.php similarity index 100% rename from app/contacts/contact_phones.php rename to core/contacts/contact_phones.php diff --git a/app/contacts/contact_phones_view.php b/core/contacts/contact_phones_view.php similarity index 100% rename from app/contacts/contact_phones_view.php rename to core/contacts/contact_phones_view.php diff --git a/app/contacts/contact_relation_edit.php b/core/contacts/contact_relation_edit.php similarity index 100% rename from app/contacts/contact_relation_edit.php rename to core/contacts/contact_relation_edit.php diff --git a/app/contacts/contact_relations.php b/core/contacts/contact_relations.php similarity index 100% rename from app/contacts/contact_relations.php rename to core/contacts/contact_relations.php diff --git a/app/contacts/contact_relations_view.php b/core/contacts/contact_relations_view.php similarity index 100% rename from app/contacts/contact_relations_view.php rename to core/contacts/contact_relations_view.php diff --git a/app/contacts/contact_setting_edit.php b/core/contacts/contact_setting_edit.php similarity index 100% rename from app/contacts/contact_setting_edit.php rename to core/contacts/contact_setting_edit.php diff --git a/app/contacts/contact_settings.php b/core/contacts/contact_settings.php similarity index 100% rename from app/contacts/contact_settings.php rename to core/contacts/contact_settings.php diff --git a/app/contacts/contact_time_edit.php b/core/contacts/contact_time_edit.php similarity index 100% rename from app/contacts/contact_time_edit.php rename to core/contacts/contact_time_edit.php diff --git a/app/contacts/contact_timer.php b/core/contacts/contact_timer.php similarity index 100% rename from app/contacts/contact_timer.php rename to core/contacts/contact_timer.php diff --git a/app/contacts/contact_timer_inc.php b/core/contacts/contact_timer_inc.php similarity index 100% rename from app/contacts/contact_timer_inc.php rename to core/contacts/contact_timer_inc.php diff --git a/app/contacts/contact_times.php b/core/contacts/contact_times.php similarity index 100% rename from app/contacts/contact_times.php rename to core/contacts/contact_times.php diff --git a/app/contacts/contact_times_view.php b/core/contacts/contact_times_view.php similarity index 100% rename from app/contacts/contact_times_view.php rename to core/contacts/contact_times_view.php diff --git a/app/contacts/contact_url_edit.php b/core/contacts/contact_url_edit.php similarity index 100% rename from app/contacts/contact_url_edit.php rename to core/contacts/contact_url_edit.php diff --git a/app/contacts/contact_urls.php b/core/contacts/contact_urls.php similarity index 100% rename from app/contacts/contact_urls.php rename to core/contacts/contact_urls.php diff --git a/app/contacts/contact_urls_view.php b/core/contacts/contact_urls_view.php similarity index 100% rename from app/contacts/contact_urls_view.php rename to core/contacts/contact_urls_view.php diff --git a/app/contacts/contact_view.php b/core/contacts/contact_view.php similarity index 100% rename from app/contacts/contact_view.php rename to core/contacts/contact_view.php diff --git a/app/contacts/contacts.php b/core/contacts/contacts.php similarity index 100% rename from app/contacts/contacts.php rename to core/contacts/contacts.php diff --git a/app/contacts/contacts_vcard.php b/core/contacts/contacts_vcard.php similarity index 100% rename from app/contacts/contacts_vcard.php rename to core/contacts/contacts_vcard.php diff --git a/app/contacts/resources/classes/contacts.php b/core/contacts/resources/classes/contacts.php similarity index 100% rename from app/contacts/resources/classes/contacts.php rename to core/contacts/resources/classes/contacts.php diff --git a/app/contacts/resources/dashboard/config.php b/core/contacts/resources/dashboard/config.php similarity index 100% rename from app/contacts/resources/dashboard/config.php rename to core/contacts/resources/dashboard/config.php diff --git a/app/contacts/resources/functions/google_get_contacts.php b/core/contacts/resources/functions/google_get_contacts.php similarity index 100% rename from app/contacts/resources/functions/google_get_contacts.php rename to core/contacts/resources/functions/google_get_contacts.php diff --git a/app/contacts/resources/functions/google_get_groups.php b/core/contacts/resources/functions/google_get_groups.php similarity index 100% rename from app/contacts/resources/functions/google_get_groups.php rename to core/contacts/resources/functions/google_get_groups.php diff --git a/app/contacts/resources/images/icon_gcontacts.png b/core/contacts/resources/images/icon_gcontacts.png similarity index 100% rename from app/contacts/resources/images/icon_gcontacts.png rename to core/contacts/resources/images/icon_gcontacts.png diff --git a/app/contacts/resources/images/icon_gmaps.png b/core/contacts/resources/images/icon_gmaps.png similarity index 100% rename from app/contacts/resources/images/icon_gmaps.png rename to core/contacts/resources/images/icon_gmaps.png diff --git a/app/contacts/resources/images/icon_timer.png b/core/contacts/resources/images/icon_timer.png similarity index 100% rename from app/contacts/resources/images/icon_timer.png rename to core/contacts/resources/images/icon_timer.png