-
+
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'add'])
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'calendar', 'add'])
]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'edit'])
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'calendar', 'edit'])
]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'delete'])
- ]); ?>
-
-
-
-
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'option'])
- ]); ?>
-
-
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'theme'])
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'calendar', 'delete'])
]); ?>
diff --git a/calendar/view/index/index.css b/calendar/view/index/index.css
index 76b7417..0bb20ac 100644
--- a/calendar/view/index/index.css
+++ b/calendar/view/index/index.css
@@ -5,7 +5,7 @@
left: 0;
width: 100%;
height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
+ /*background-color: rgba(0, 0, 0, 0.5);*/
z-index: 9999;
font-family: 'Inter', sans-serif; /* Utilisation de la police Inter */
font-size: 18px; /* Taille de police de 24px */
@@ -17,13 +17,19 @@
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
+ color: #38385C;
padding: 20px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
- width: 300px;
+ width: 400px;
text-align: center;
font-family: 'Inter', sans-serif; /* Assurer la police Inter dans la popup */
}
+
+ div .gc-event {
+ color: #38385C;
+ }
+
.popup-content {
text-align: center;
}
diff --git a/folder/changes.md b/folder/changes.md
index 49f7706..477415a 100644
--- a/folder/changes.md
+++ b/folder/changes.md
@@ -1,17 +1,19 @@
-1.07
+# Version 2.00
+- Activer dans la gestion du profil
+# Version 1.07
- Supprime les couleurs des liens et des liens visités
- Flexbox gère la présentation, les largeurs fixes sont supprimées
-1.06
+# Version 1.06
- Supprime le placeholder du titre
-1.05
+# Version 1.05
- Méthode d'alignement des icônes de contrôle dans la feuille de style
-1.04
+# Version 1.04
= Option pour masquer ou afficher les boutons de contrôle
-1.03
+# Version 1.03
- Boutons pour replier ou déplier les dossiers
-1.02
+# Version 1.02
- Options d'ouverture des fichiers : download ; lightbox ; _blank
-1.01
+# Version 1.01
- Affiche uniquement les images dans Lity, force le téléchargement des autres ressources. Une option est à prévoir dans la configuration.
-1.0
+# Version 1.0
- Version initiale publiée
\ No newline at end of file
diff --git a/folder/folder.php b/folder/folder.php
index 0cdc0df..876ed43 100644
--- a/folder/folder.php
+++ b/folder/folder.php
@@ -17,7 +17,7 @@
class folder extends common
{
- const VERSION = '1.07';
+ const VERSION = '2.00';
const REALNAME = 'Partage de ressources';
const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json)
diff --git a/folder/profil/main/add.inc.php b/folder/profil/main/add.inc.php
new file mode 100644
index 0000000..2ca9250
--- /dev/null
+++ b/folder/profil/main/add.inc.php
@@ -0,0 +1,3 @@
+ $this->getInput('profilAddFolderConfig', helper::FILTER_BOOLEAN)
+];
\ No newline at end of file
diff --git a/folder/profil/main/edit.inc.php b/folder/profil/main/edit.inc.php
new file mode 100644
index 0000000..3220f9a
--- /dev/null
+++ b/folder/profil/main/edit.inc.php
@@ -0,0 +1,3 @@
+ $this->getInput('profilEditFolderConfig', helper::FILTER_BOOLEAN)
+];
\ No newline at end of file
diff --git a/folder/profil/view/add.inc.php b/folder/profil/view/add.inc.php
new file mode 100644
index 0000000..f3efea7
--- /dev/null
+++ b/folder/profil/view/add.inc.php
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/folder/profil/view/edit.inc.php b/folder/profil/view/edit.inc.php
new file mode 100644
index 0000000..f0cf5a4
--- /dev/null
+++ b/folder/profil/view/edit.inc.php
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'folder', 'config'])
+ ]); ?>
+
+
+
+
+
\ No newline at end of file
diff --git a/geogallery/changes.md b/geogallery/changes.md
index 13581b5..2dcf550 100644
--- a/geogallery/changes.md
+++ b/geogallery/changes.md
@@ -1,3 +1,5 @@
+# Version 1.0
+- Activer dans la gestion du profil
# Version 0.10
- Corrige un affichage incorrect lorsque l'étiquette est vide (null dans la popup)
- Corrige la mauvaise position des marqueurs à l'ouest de Greenwich
diff --git a/geogallery/geogallery.php b/geogallery/geogallery.php
index 8f54ce0..aff4d75 100644
--- a/geogallery/geogallery.php
+++ b/geogallery/geogallery.php
@@ -17,7 +17,7 @@
class geogallery extends common
{
- const VERSION = '0.10';
+ const VERSION = '1.0';
const REALNAME = 'GéoGalerie';
const DATADIRECTORY = self::DATA_DIR . 'geogallery/';
diff --git a/geogallery/profil/main/add.inc.php b/geogallery/profil/main/add.inc.php
index 6d865e9..a8bff38 100644
--- a/geogallery/profil/main/add.inc.php
+++ b/geogallery/profil/main/add.inc.php
@@ -1,12 +1,10 @@
- $this->getInput('profilAddGalleryAdd', helper::FILTER_BOOLEAN),
- 'edit' => $this->getInput('profilAddGalleryEdit', helper::FILTER_BOOLEAN),
- 'delete' => $this->getInput('profilAddGalleryDelete', helper::FILTER_BOOLEAN),
- 'option' => $this->getInput('profilAddGalleryOption', helper::FILTER_BOOLEAN),
- 'theme' => $this->getInput('profilAddGalleryTheme', helper::FILTER_BOOLEAN),
- 'config' => $this->getInput('profilAddGalleryAdd', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilAddGalleryEdit', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilAddGalleryDelete', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilAddGalleryOption', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilAddGalleryTheme', helper::FILTER_BOOLEAN)
+ $this->getInput('profilAddGeogalleryAdd', helper::FILTER_BOOLEAN),
+ 'edit' => $this->getInput('profilAddGeogalleryEdit', helper::FILTER_BOOLEAN),
+ 'delete' => $this->getInput('profilAddGeogalleryDelete', helper::FILTER_BOOLEAN),
+ 'theme' => $this->getInput('profilAddGeogalleryTheme', helper::FILTER_BOOLEAN),
+ 'config' => $this->getInput('profilAddGeogalleryAdd', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilAddGeogalleryEdit', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilAddGeogalleryDelete', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilAddGeogalleryTheme', helper::FILTER_BOOLEAN)
];
\ No newline at end of file
diff --git a/geogallery/profil/main/edit.inc.php b/geogallery/profil/main/edit.inc.php
index 0a94afe..ac392a2 100644
--- a/geogallery/profil/main/edit.inc.php
+++ b/geogallery/profil/main/edit.inc.php
@@ -1,12 +1,10 @@
- $this->getInput('profilEditGalleryAdd', helper::FILTER_BOOLEAN),
- 'edit' => $this->getInput('profilEditGalleryEdit', helper::FILTER_BOOLEAN),
- 'delete' => $this->getInput('profilEditGalleryDelete', helper::FILTER_BOOLEAN),
- 'option' => $this->getInput('profilEditGalleryOption', helper::FILTER_BOOLEAN),
- 'theme' => $this->getInput('profilEditGalleryTheme', helper::FILTER_BOOLEAN),
- 'config' => $this->getInput('profilEditGalleryAdd', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilEditGalleryEdit', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilEditGalleryDelete', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilEditGalleryOption', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilEditGalleryTheme', helper::FILTER_BOOLEAN)
+ $this->getInput('profilEditGeogalleryAdd', helper::FILTER_BOOLEAN),
+ 'edit' => $this->getInput('profilEditGeogalleryEdit', helper::FILTER_BOOLEAN),
+ 'delete' => $this->getInput('profilEditGeogalleryDelete', helper::FILTER_BOOLEAN),
+ 'theme' => $this->getInput('profilEditGeogalleryTheme', helper::FILTER_BOOLEAN),
+ 'config' => $this->getInput('profilEditGeogalleryAdd', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilEditGeogalleryEdit', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilEditGeogalleryDelete', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilEditGeogalleryTheme', helper::FILTER_BOOLEAN)
];
\ No newline at end of file
diff --git a/geogallery/profil/view/add.inc.php b/geogallery/profil/view/add.inc.php
index 7963bfe..622da58 100644
--- a/geogallery/profil/view/add.inc.php
+++ b/geogallery/profil/view/add.inc.php
@@ -2,25 +2,21 @@
diff --git a/geogallery/profil/view/edit.inc.php b/geogallery/profil/view/edit.inc.php
index 995c1b4..ad67be9 100644
--- a/geogallery/profil/view/edit.inc.php
+++ b/geogallery/profil/view/edit.inc.php
@@ -2,34 +2,29 @@
-
+
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'add'])
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'geogallery', 'add'])
]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'edit'])
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'geogallery', 'edit'])
]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'delete'])
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'geogallery', 'delete'])
]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'option'])
- ]); ?>
-
-
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'theme'])
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'geogallery', 'theme'])
]); ?>
diff --git a/geolocation/changes.md b/geolocation/changes.md
index 87c37ef..24a67ff 100644
--- a/geolocation/changes.md
+++ b/geolocation/changes.md
@@ -1,2 +1,4 @@
+# Version 1.0
+- Activer dans la gestion du profil
# Version 0.1
- GeoGallery est basé sur le module gallery 4.1
\ No newline at end of file
diff --git a/geolocation/geolocation.php b/geolocation/geolocation.php
index c958494..599291f 100644
--- a/geolocation/geolocation.php
+++ b/geolocation/geolocation.php
@@ -18,7 +18,7 @@ class geolocation extends common
{
- const VERSION = '0.8';
+ const VERSION = '1.0';
const REALNAME = 'Géolocalisation';
const DATADIRECTORY = self::DATA_DIR . 'geolocation/';
diff --git a/geolocation/profil/main/add.inc.php b/geolocation/profil/main/add.inc.php
index 6d865e9..afd7d02 100644
--- a/geolocation/profil/main/add.inc.php
+++ b/geolocation/profil/main/add.inc.php
@@ -1,12 +1,8 @@
- $this->getInput('profilAddGalleryAdd', helper::FILTER_BOOLEAN),
- 'edit' => $this->getInput('profilAddGalleryEdit', helper::FILTER_BOOLEAN),
- 'delete' => $this->getInput('profilAddGalleryDelete', helper::FILTER_BOOLEAN),
- 'option' => $this->getInput('profilAddGalleryOption', helper::FILTER_BOOLEAN),
- 'theme' => $this->getInput('profilAddGalleryTheme', helper::FILTER_BOOLEAN),
- 'config' => $this->getInput('profilAddGalleryAdd', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilAddGalleryEdit', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilAddGalleryDelete', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilAddGalleryOption', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilAddGalleryTheme', helper::FILTER_BOOLEAN)
+ $this->getInput('profilAddGeolocationAdd', helper::FILTER_BOOLEAN),
+ 'edit' => $this->getInput('profilAddGeolocationEdit', helper::FILTER_BOOLEAN),
+ 'delete' => $this->getInput('profilAddGeolocationDelete', helper::FILTER_BOOLEAN),
+ 'config' => $this->getInput('profilAddGeolocationAdd', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilAddGeolocationEdit', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilAddGeolocationDelete', helper::FILTER_BOOLEAN)
];
\ No newline at end of file
diff --git a/geolocation/profil/main/edit.inc.php b/geolocation/profil/main/edit.inc.php
index 0a94afe..c839123 100644
--- a/geolocation/profil/main/edit.inc.php
+++ b/geolocation/profil/main/edit.inc.php
@@ -1,12 +1,9 @@
- $this->getInput('profilEditGalleryAdd', helper::FILTER_BOOLEAN),
- 'edit' => $this->getInput('profilEditGalleryEdit', helper::FILTER_BOOLEAN),
- 'delete' => $this->getInput('profilEditGalleryDelete', helper::FILTER_BOOLEAN),
- 'option' => $this->getInput('profilEditGalleryOption', helper::FILTER_BOOLEAN),
- 'theme' => $this->getInput('profilEditGalleryTheme', helper::FILTER_BOOLEAN),
- 'config' => $this->getInput('profilEditGalleryAdd', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilEditGalleryEdit', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilEditGalleryDelete', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilEditGalleryOption', helper::FILTER_BOOLEAN) ||
- $this->getInput('profilEditGalleryTheme', helper::FILTER_BOOLEAN)
+ $this->getInput('profilEditGeolocationAdd', helper::FILTER_BOOLEAN),
+ 'edit' => $this->getInput('profilEditGeolocationEdit', helper::FILTER_BOOLEAN),
+ 'delete' => $this->getInput('profilEditGeolocationDelete', helper::FILTER_BOOLEAN),
+ 'config' => $this->getInput('profilEditGeolocationAdd', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilEditGeolocationEdit', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilEditGeolocationDelete', helper::FILTER_BOOLEAN) ||
+ $this->getInput('profilEditGeolocationOption', helper::FILTER_BOOLEAN)
];
\ No newline at end of file
diff --git a/geolocation/profil/view/add.inc.php b/geolocation/profil/view/add.inc.php
index 7963bfe..bf330cc 100644
--- a/geolocation/profil/view/add.inc.php
+++ b/geolocation/profil/view/add.inc.php
@@ -2,25 +2,17 @@
diff --git a/geolocation/profil/view/edit.inc.php b/geolocation/profil/view/edit.inc.php
index 995c1b4..41d912c 100644
--- a/geolocation/profil/view/edit.inc.php
+++ b/geolocation/profil/view/edit.inc.php
@@ -2,34 +2,22 @@
-
+
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'add'])
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'geolocation', 'add'])
]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'edit'])
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'geolocation', 'edit'])
]); ?>
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'delete'])
- ]); ?>
-
-
-
-
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'option'])
- ]); ?>
-
-
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'theme'])
+ $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'geolocation', 'delete'])
]); ?>