From 1b837f8f9297ce9e297da005ac9f8355c1cc764b Mon Sep 17 00:00:00 2001 From: asus Date: Tue, 6 Feb 2024 15:47:28 +0100 Subject: [PATCH] mv map_prof plugin inside plugins container --- plugins/README.md | 1 + {map_prof => plugins/map_prof}/images/marker.png | Bin .../map_prof}/images/marker_cluster.png | Bin {map_prof => plugins/map_prof}/map_prof_hooks.php | 0 {map_prof => plugins/map_prof}/mp_enqueue.php | 0 .../map_prof}/scripts/mp_create_filters.js | 0 .../map_prof}/scripts/mp_create_map.js | 0 .../map_prof}/scripts/mp_create_markers.js | 0 .../map_prof}/scripts/mp_draw_clusters.js | 0 .../map_prof}/scripts/mp_errors_map.js | 0 .../map_prof}/scripts/mp_filter_events.js | 0 .../map_prof}/scripts/mp_info_window.js | 0 .../map_prof}/scripts/mp_init_map.js | 0 .../map_prof}/scripts/mp_publish_error.js | 0 .../map_prof}/settings/mp_globals.php | 0 .../map_prof}/settings/mp_optionnals.php | 0 .../map_prof}/settings/mp_required.php | 0 .../map_prof}/settings/mp_url_api.php | 0 .../map_prof}/srcs/errors/mp_address_errors.php | 0 .../map_prof}/srcs/map/mp_add_to_scripts.php | 0 .../map_prof}/srcs/map/mp_create_div.php | 0 .../map_prof}/srcs/map/mp_get_events.php | 0 .../map_prof}/srcs/map/mp_get_filters.php | 0 .../map_prof}/srcs/map/mp_get_locations.php | 0 .../srcs/map_posts/mp_post_events_pages.php | 0 .../map_prof}/srcs/menu/mp_menu_content.php | 0 .../map_prof}/srcs/publish/mp_get_coordinates.php | 0 .../map_prof}/srcs/publish/mp_update_publish.php | 0 {map_prof => plugins/map_prof}/styles/mp__style.css | 0 .../map_prof}/styles/mp_filters.css | 0 .../map_prof}/styles/mp_info_windows.css | 0 {map_prof => plugins/map_prof}/styles/mp_zoom.css | 0 .../map_prof}/utils/mp_console_log.php | 0 {map_prof => plugins/map_prof}/utils/mp_get_ip.php | 0 wordpress_docker | 2 +- 35 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 plugins/README.md rename {map_prof => plugins/map_prof}/images/marker.png (100%) rename {map_prof => plugins/map_prof}/images/marker_cluster.png (100%) rename {map_prof => plugins/map_prof}/map_prof_hooks.php (100%) rename {map_prof => plugins/map_prof}/mp_enqueue.php (100%) rename {map_prof => plugins/map_prof}/scripts/mp_create_filters.js (100%) rename {map_prof => plugins/map_prof}/scripts/mp_create_map.js (100%) rename {map_prof => plugins/map_prof}/scripts/mp_create_markers.js (100%) rename {map_prof => plugins/map_prof}/scripts/mp_draw_clusters.js (100%) rename {map_prof => plugins/map_prof}/scripts/mp_errors_map.js (100%) rename {map_prof => plugins/map_prof}/scripts/mp_filter_events.js (100%) rename {map_prof => plugins/map_prof}/scripts/mp_info_window.js (100%) rename {map_prof => plugins/map_prof}/scripts/mp_init_map.js (100%) rename {map_prof => plugins/map_prof}/scripts/mp_publish_error.js (100%) rename {map_prof => plugins/map_prof}/settings/mp_globals.php (100%) rename {map_prof => plugins/map_prof}/settings/mp_optionnals.php (100%) rename {map_prof => plugins/map_prof}/settings/mp_required.php (100%) rename {map_prof => plugins/map_prof}/settings/mp_url_api.php (100%) rename {map_prof => plugins/map_prof}/srcs/errors/mp_address_errors.php (100%) rename {map_prof => plugins/map_prof}/srcs/map/mp_add_to_scripts.php (100%) rename {map_prof => plugins/map_prof}/srcs/map/mp_create_div.php (100%) rename {map_prof => plugins/map_prof}/srcs/map/mp_get_events.php (100%) rename {map_prof => plugins/map_prof}/srcs/map/mp_get_filters.php (100%) rename {map_prof => plugins/map_prof}/srcs/map/mp_get_locations.php (100%) rename {map_prof => plugins/map_prof}/srcs/map_posts/mp_post_events_pages.php (100%) rename {map_prof => plugins/map_prof}/srcs/menu/mp_menu_content.php (100%) rename {map_prof => plugins/map_prof}/srcs/publish/mp_get_coordinates.php (100%) rename {map_prof => plugins/map_prof}/srcs/publish/mp_update_publish.php (100%) rename {map_prof => plugins/map_prof}/styles/mp__style.css (100%) rename {map_prof => plugins/map_prof}/styles/mp_filters.css (100%) rename {map_prof => plugins/map_prof}/styles/mp_info_windows.css (100%) rename {map_prof => plugins/map_prof}/styles/mp_zoom.css (100%) rename {map_prof => plugins/map_prof}/utils/mp_console_log.php (100%) rename {map_prof => plugins/map_prof}/utils/mp_get_ip.php (100%) diff --git a/plugins/README.md b/plugins/README.md new file mode 100644 index 0000000..b20569d --- /dev/null +++ b/plugins/README.md @@ -0,0 +1 @@ +this is a binded docker volume for plugins diff --git a/map_prof/images/marker.png b/plugins/map_prof/images/marker.png similarity index 100% rename from map_prof/images/marker.png rename to plugins/map_prof/images/marker.png diff --git a/map_prof/images/marker_cluster.png b/plugins/map_prof/images/marker_cluster.png similarity index 100% rename from map_prof/images/marker_cluster.png rename to plugins/map_prof/images/marker_cluster.png diff --git a/map_prof/map_prof_hooks.php b/plugins/map_prof/map_prof_hooks.php similarity index 100% rename from map_prof/map_prof_hooks.php rename to plugins/map_prof/map_prof_hooks.php diff --git a/map_prof/mp_enqueue.php b/plugins/map_prof/mp_enqueue.php similarity index 100% rename from map_prof/mp_enqueue.php rename to plugins/map_prof/mp_enqueue.php diff --git a/map_prof/scripts/mp_create_filters.js b/plugins/map_prof/scripts/mp_create_filters.js similarity index 100% rename from map_prof/scripts/mp_create_filters.js rename to plugins/map_prof/scripts/mp_create_filters.js diff --git a/map_prof/scripts/mp_create_map.js b/plugins/map_prof/scripts/mp_create_map.js similarity index 100% rename from map_prof/scripts/mp_create_map.js rename to plugins/map_prof/scripts/mp_create_map.js diff --git a/map_prof/scripts/mp_create_markers.js b/plugins/map_prof/scripts/mp_create_markers.js similarity index 100% rename from map_prof/scripts/mp_create_markers.js rename to plugins/map_prof/scripts/mp_create_markers.js diff --git a/map_prof/scripts/mp_draw_clusters.js b/plugins/map_prof/scripts/mp_draw_clusters.js similarity index 100% rename from map_prof/scripts/mp_draw_clusters.js rename to plugins/map_prof/scripts/mp_draw_clusters.js diff --git a/map_prof/scripts/mp_errors_map.js b/plugins/map_prof/scripts/mp_errors_map.js similarity index 100% rename from map_prof/scripts/mp_errors_map.js rename to plugins/map_prof/scripts/mp_errors_map.js diff --git a/map_prof/scripts/mp_filter_events.js b/plugins/map_prof/scripts/mp_filter_events.js similarity index 100% rename from map_prof/scripts/mp_filter_events.js rename to plugins/map_prof/scripts/mp_filter_events.js diff --git a/map_prof/scripts/mp_info_window.js b/plugins/map_prof/scripts/mp_info_window.js similarity index 100% rename from map_prof/scripts/mp_info_window.js rename to plugins/map_prof/scripts/mp_info_window.js diff --git a/map_prof/scripts/mp_init_map.js b/plugins/map_prof/scripts/mp_init_map.js similarity index 100% rename from map_prof/scripts/mp_init_map.js rename to plugins/map_prof/scripts/mp_init_map.js diff --git a/map_prof/scripts/mp_publish_error.js b/plugins/map_prof/scripts/mp_publish_error.js similarity index 100% rename from map_prof/scripts/mp_publish_error.js rename to plugins/map_prof/scripts/mp_publish_error.js diff --git a/map_prof/settings/mp_globals.php b/plugins/map_prof/settings/mp_globals.php similarity index 100% rename from map_prof/settings/mp_globals.php rename to plugins/map_prof/settings/mp_globals.php diff --git a/map_prof/settings/mp_optionnals.php b/plugins/map_prof/settings/mp_optionnals.php similarity index 100% rename from map_prof/settings/mp_optionnals.php rename to plugins/map_prof/settings/mp_optionnals.php diff --git a/map_prof/settings/mp_required.php b/plugins/map_prof/settings/mp_required.php similarity index 100% rename from map_prof/settings/mp_required.php rename to plugins/map_prof/settings/mp_required.php diff --git a/map_prof/settings/mp_url_api.php b/plugins/map_prof/settings/mp_url_api.php similarity index 100% rename from map_prof/settings/mp_url_api.php rename to plugins/map_prof/settings/mp_url_api.php diff --git a/map_prof/srcs/errors/mp_address_errors.php b/plugins/map_prof/srcs/errors/mp_address_errors.php similarity index 100% rename from map_prof/srcs/errors/mp_address_errors.php rename to plugins/map_prof/srcs/errors/mp_address_errors.php diff --git a/map_prof/srcs/map/mp_add_to_scripts.php b/plugins/map_prof/srcs/map/mp_add_to_scripts.php similarity index 100% rename from map_prof/srcs/map/mp_add_to_scripts.php rename to plugins/map_prof/srcs/map/mp_add_to_scripts.php diff --git a/map_prof/srcs/map/mp_create_div.php b/plugins/map_prof/srcs/map/mp_create_div.php similarity index 100% rename from map_prof/srcs/map/mp_create_div.php rename to plugins/map_prof/srcs/map/mp_create_div.php diff --git a/map_prof/srcs/map/mp_get_events.php b/plugins/map_prof/srcs/map/mp_get_events.php similarity index 100% rename from map_prof/srcs/map/mp_get_events.php rename to plugins/map_prof/srcs/map/mp_get_events.php diff --git a/map_prof/srcs/map/mp_get_filters.php b/plugins/map_prof/srcs/map/mp_get_filters.php similarity index 100% rename from map_prof/srcs/map/mp_get_filters.php rename to plugins/map_prof/srcs/map/mp_get_filters.php diff --git a/map_prof/srcs/map/mp_get_locations.php b/plugins/map_prof/srcs/map/mp_get_locations.php similarity index 100% rename from map_prof/srcs/map/mp_get_locations.php rename to plugins/map_prof/srcs/map/mp_get_locations.php diff --git a/map_prof/srcs/map_posts/mp_post_events_pages.php b/plugins/map_prof/srcs/map_posts/mp_post_events_pages.php similarity index 100% rename from map_prof/srcs/map_posts/mp_post_events_pages.php rename to plugins/map_prof/srcs/map_posts/mp_post_events_pages.php diff --git a/map_prof/srcs/menu/mp_menu_content.php b/plugins/map_prof/srcs/menu/mp_menu_content.php similarity index 100% rename from map_prof/srcs/menu/mp_menu_content.php rename to plugins/map_prof/srcs/menu/mp_menu_content.php diff --git a/map_prof/srcs/publish/mp_get_coordinates.php b/plugins/map_prof/srcs/publish/mp_get_coordinates.php similarity index 100% rename from map_prof/srcs/publish/mp_get_coordinates.php rename to plugins/map_prof/srcs/publish/mp_get_coordinates.php diff --git a/map_prof/srcs/publish/mp_update_publish.php b/plugins/map_prof/srcs/publish/mp_update_publish.php similarity index 100% rename from map_prof/srcs/publish/mp_update_publish.php rename to plugins/map_prof/srcs/publish/mp_update_publish.php diff --git a/map_prof/styles/mp__style.css b/plugins/map_prof/styles/mp__style.css similarity index 100% rename from map_prof/styles/mp__style.css rename to plugins/map_prof/styles/mp__style.css diff --git a/map_prof/styles/mp_filters.css b/plugins/map_prof/styles/mp_filters.css similarity index 100% rename from map_prof/styles/mp_filters.css rename to plugins/map_prof/styles/mp_filters.css diff --git a/map_prof/styles/mp_info_windows.css b/plugins/map_prof/styles/mp_info_windows.css similarity index 100% rename from map_prof/styles/mp_info_windows.css rename to plugins/map_prof/styles/mp_info_windows.css diff --git a/map_prof/styles/mp_zoom.css b/plugins/map_prof/styles/mp_zoom.css similarity index 100% rename from map_prof/styles/mp_zoom.css rename to plugins/map_prof/styles/mp_zoom.css diff --git a/map_prof/utils/mp_console_log.php b/plugins/map_prof/utils/mp_console_log.php similarity index 100% rename from map_prof/utils/mp_console_log.php rename to plugins/map_prof/utils/mp_console_log.php diff --git a/map_prof/utils/mp_get_ip.php b/plugins/map_prof/utils/mp_get_ip.php similarity index 100% rename from map_prof/utils/mp_get_ip.php rename to plugins/map_prof/utils/mp_get_ip.php diff --git a/wordpress_docker b/wordpress_docker index 00473e1..24aac70 160000 --- a/wordpress_docker +++ b/wordpress_docker @@ -1 +1 @@ -Subproject commit 00473e1288105765c8ccc039ceed3ea0c7990ff3 +Subproject commit 24aac70ac82ef72ee9d0bd4fc2703eee1526e8db