From f22110a7bc73e06abe4aae697d443577e6cb7b9e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Wed, 22 Apr 2020 23:52:43 +0200
Subject: [PATCH] Pridane pluginy

---
 .gitmodules                         | 12 ++++++++++++
 plugins/issue_charts                |  1 +
 plugins/redmine_pivot_table         |  1 +
 plugins/redmine_user_specific_theme |  1 +
 themes/PurpleMine2                  |  1 +
 5 files changed, 16 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 plugins/issue_charts
 create mode 160000 plugins/redmine_pivot_table
 create mode 160000 plugins/redmine_user_specific_theme
 create mode 160000 themes/PurpleMine2

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..3151015
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,12 @@
+[submodule "themes/PurpleMine2"]
+	path = themes/PurpleMine2
+	url = https://github.com/mrliptontea/PurpleMine2.git
+[submodule "plugins/redmine_user_specific_theme"]
+	path = plugins/redmine_user_specific_theme
+	url = https://github.com/Restream/redmine_user_specific_theme.git
+[submodule "plugins/redmine_pivot_table"]
+	path = plugins/redmine_pivot_table
+	url = https://github.com/deecay/redmine_pivot_table.git
+[submodule "plugins/issue_charts"]
+	path = plugins/issue_charts
+	url = https://github.com/masweetman/issue_charts.git
diff --git a/plugins/issue_charts b/plugins/issue_charts
new file mode 160000
index 0000000..c11a3e1
--- /dev/null
+++ b/plugins/issue_charts
@@ -0,0 +1 @@
+Subproject commit c11a3e18b21990729eac80f7cfafd875e3934b37
diff --git a/plugins/redmine_pivot_table b/plugins/redmine_pivot_table
new file mode 160000
index 0000000..8049f7b
--- /dev/null
+++ b/plugins/redmine_pivot_table
@@ -0,0 +1 @@
+Subproject commit 8049f7ba3cfdbb5670ed84c3e82dfa2924cbb712
diff --git a/plugins/redmine_user_specific_theme b/plugins/redmine_user_specific_theme
new file mode 160000
index 0000000..9e3cdc3
--- /dev/null
+++ b/plugins/redmine_user_specific_theme
@@ -0,0 +1 @@
+Subproject commit 9e3cdc38b8c14ec9550938d4ccc42d86ab8cb12e
diff --git a/themes/PurpleMine2 b/themes/PurpleMine2
new file mode 160000
index 0000000..510a32e
--- /dev/null
+++ b/themes/PurpleMine2
@@ -0,0 +1 @@
+Subproject commit 510a32ec415f3a07be2331842db8eedf41e5c4dd
-- 
GitLab