From f1aebef05b8c229004adf173de82c54d3cef391b Mon Sep 17 00:00:00 2001 From: e025532 Date: Tue, 27 May 2025 09:48:15 +0200 Subject: [PATCH] Refactor configuration files and clean up project structure Removed unused datasource definitions and redundant module references. Added default settings for code styles and inspection profiles. Adjusted indentation and formatting in HTML and PHP files for better readability and maintainability. --- .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/dataSources.xml | 19 - .../inspectionProfiles/profiles_settings.xml | 7 + .idea/modules.xml | 4 - .idea/php.xml | 3 + .idea/sqldialects.xml | 6 + .idea/vcs.xml | 2 - .idea/web-infra-reports.iml | 8 +- crossover/GlobalCrossover2.php | 791 +++++++++--------- include/db_connect.php | 22 - include/modal_wait.html | 22 +- 11 files changed, 434 insertions(+), 455 deletions(-) create mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/dataSources.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/sqldialects.xml diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index 7808b16..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - mysql.8 - true - com.mysql.cj.jdbc.Driver - jdbc:mysql://mys_glpi_prod.appliarmony.net:3306/GLPI - $ProjectFileDir$ - - - mysql.8 - true - com.mysql.cj.jdbc.Driver - jdbc:mysql://DUN-SUP-ENTRY01:3306/infra - $ProjectFileDir$ - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..dd4c951 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 3067bdd..8ed10c0 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,11 +2,7 @@ - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index f324872..8e445c2 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,6 +10,9 @@