This repository was archived by the owner on Aug 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathadvancedplanning.xml
More file actions
82 lines (78 loc) · 3.82 KB
/
advancedplanning.xml
File metadata and controls
82 lines (78 loc) · 3.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<root>
<name>advancedplanning</name>
<key>advancedplanning</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/advancedplanning/main/advancedplanning.png</logo>
<description>
<short>
<en>This plugin unlock advanced planning features (Scheduler view) in GLPI (Home > Assistance > Planning)</en>
<fr>Ce plugin débloque les fonctionnalités avancées (Vue planification) dans GLPI (menu Accueil > Assistance > Planning)</fr>
</short>
<long>
<en>
This plugin unlock advanced planning features (Scheduler view) in GLPI (Home > Assistance > Planning).
Glpi uses [Fullcalendar lib](fullcalendar.io/) to display its planning.
The [scheduler part](https://fullcalendar.io/license/premium) is triple licenced, the GLPI case is supported by the option 3 : open source.
As the option 3 is released under GLPV3, we can't use it directly in GLPI as it's incompatible with our licence (GPLv2+).
So this plugin just include the lib and add the option `schedulerLicenseKey: 'GPL-My-Project-Is-Open-Source'` to avoid licence incompatibility.
</en>
<fr>
Ce plugin débloque les fonctionnalités avancées (Vue planification) dans GLPI (menu Accueil > Assistance > Planning).
Glpi inclut [la bibliothèque Fullcalendar](fullcalendar.io/) pour afficher son planning.
La [partie planification](https://fullcalendar.io/license/premium) est sous triple licences, le cas de GLPI est couvert par l'option 3: open source.
Comme l'option est sous licence GLPV3, nous ne pouvous pas l'utiliser directement dans GLPI, celle ci étant incompatible avec notre licence (GPLv2+).
Donc ce plugin inclut juste la bibliothèque et ajouter l'option `schedulerLicenseKey: 'GPL-My-Project-Is-Open-Source'` pour éviter les incompatibilités.
</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/advancedplanning</homepage>
<download>https://github.com/pluginsGLPI/advancedplanning/releases</download>
<issues>https://github.com/pluginsGLPI/advancedplanning/issues</issues>
<readme>https://github.com/pluginsGLPI/advancedplanning/blob/main/README.md</readme>
<authors>
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.1.1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/advancedplanning/releases/download/1.1.1/glpi-advancedplanning-1.1.1.tar.bz2</download_url>
</version>
<version>
<num>1.1.0</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/advancedplanning/releases/download/1.1.0/glpi-advancedplanning-1.1.0.tar.bz2</download_url>
</version>
<version>
<num>1.0.0</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/pluginsGLPI/advancedplanning/releases/download/1.0.0/glpi-advancedplanning-1.0.0.tar.bz2</download_url>
</version>
<version>
<num>0.2.0</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/pluginsGLPI/advancedplanning/releases/download/0.2.0/glpi-advancedplanning-0.2.0.tar.bz2</download_url>
</version>
<version>
<num>0.1</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/pluginsGLPI/advancedplanning/releases/download/0.1/glpi-advancedplanning-0.1.tar.bz2</download_url>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL V3+</license>
<tags>
<en>
<tag>Planning</tag>
</en>
<fr>
<tag>Planning</tag>
</fr>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/advancedplanning/main/screenshots/timeline.png</screenshot>
</screenshots>
</root>