From c9c6a4ae81f8d14c8adc8faa25ad3d63b861adc8 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:12:35 +0200 Subject: [PATCH 1/4] Update dataSources.local.xml --- .idea/dataSources.local.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index b341a8a..cdc31de 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " -- 2.47.3 From 41d1cc60130242a35352c21230e74a094ca61483 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:12:40 +0200 Subject: [PATCH 2/4] Update updateArticle.php --- content/updateArticle.php | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/content/updateArticle.php b/content/updateArticle.php index 1cd6801..5d7bb5f 100644 --- a/content/updateArticle.php +++ b/content/updateArticle.php @@ -40,44 +40,44 @@ include_once 'php/controller/showArticle-controller.php'; -- 2.47.3 From 8a66e8af3f7444a0a9836228462c14945bec2906 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:25:18 +0200 Subject: [PATCH 3/4] Update updateArticle.php --- content/updateArticle.php | 220 +++++++++++++++++++++++++++++++++----- 1 file changed, 193 insertions(+), 27 deletions(-) diff --git a/content/updateArticle.php b/content/updateArticle.php index 5d7bb5f..69a726d 100644 --- a/content/updateArticle.php +++ b/content/updateArticle.php @@ -40,45 +40,211 @@ include_once 'php/controller/showArticle-controller.php'; -- 2.47.3 From f2ef3c08a72249db42e29c83d706fe2992224074 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Thu, 11 Jun 2026 15:36:45 +0200 Subject: [PATCH 4/4] Update createArticle.php --- content/createArticle.php | 220 +++++++++++++++++++++++++++++++++----- 1 file changed, 193 insertions(+), 27 deletions(-) diff --git a/content/createArticle.php b/content/createArticle.php index 7dd9274..072dfdb 100644 --- a/content/createArticle.php +++ b/content/createArticle.php @@ -31,45 +31,211 @@ if (!isset($_SESSION["user"])) { -- 2.47.3