Last modified by Thomas Mortagne on 2024/02/05 00:12

<
From version < 101.20 >
edited by Gabriela Anechitoaei
on 2018/04/16 00:09
To version < 102.1 >
edited by Alex Cotiugă
on 2018/04/25 14:12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ganechitoaei
1 +xwiki:XWiki.acotiuga
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,13 +1,19 @@
1 +{{info}}
2 +You can also try the Pro version: [[Calendar Application (Pro)>>https://store.xwiki.com/xwiki/bin/view/Extension/CalendarApplication]].
3 +{{/info}}
4 +
1 1  Combines the [[Calendar Application]] application with the [[FullCalendar Application]] to provide an "out of the box" usable calendar within XWiki with the slick UI from the "FullCalendar" jQuery plugin.
2 2  
3 3  == Usage ==
4 -After installing the extension you should have a "Calendar" in the applications panel; alternatively you can reach the application at http:~//<server>/xwiki/bin/view/MoccaCalendar/
5 5  
9 +After installing the extension you should have a "Calendar" in the applications panel; alternatively you can reach the application at http:~/~/<server>/xwiki/bin/view/MoccaCalendar/
10 +
6 6  The application maintains several calendars. One default calender is preinstalled.
7 7  The start page displays all events of all calendars in the current month.
8 8  Users can either add new events (which end up in the default calendar, unless specified differently) or new calendars.
9 9  
10 10  === Overview page ===
16 +
11 11  Calendars have a description and color. All events of a given calendar are displayed in the color of it's calendar.
12 12  Events, beside of being colored like their corresponding calendar, also have a short name, a description, a start and an end date. Events can be "all day" events or have a defined start and end time, too.
13 13  
... ... @@ -15,6 +15,7 @@
15 15  //Display of various events on the main calendar page//
16 16  
17 17  === Creating events ===
24 +
18 18  Clicking on the "Create an Event" link opens a modal dialog which allows you to give the new event a title, start and end date and time and a description. (The description only shows up in the details view). "All day" events are supported, too (currently you have to give even "all day" a dummy time for start and end date, too, which will be ignored however.)
19 19  Recurring events are not yet supported.
20 20  
... ... @@ -22,6 +22,7 @@
22 22  //Dialog to create a new event//
23 23  
24 24  === Editing events ===
32 +
25 25  Clicking on an event in the calendar opens the detail view of the event. In this dialog you can edit the event or delete the event (you have to confirm the delete in the dialog.)
26 26  
27 27  {{image reference="event-detail-view.png"/}}
... ... @@ -37,6 +37,7 @@
37 37  //An event viewed as wiki page//
38 38  
39 39  === Managing Calendars ===
48 +
40 40  At the bottom of the overview page you can find a table of all existing calendars, with options to view edit or delete them, and a link to add new calendars on top of it:
41 41  
42 42  {{image reference="ManageCalendars.png"/}}
... ... @@ -52,6 +52,7 @@
52 52  You can use [[Mocca Calendar iCal export>>Extension.Mocca Calendar iCal export]] to add iCalendar export.
53 53  
54 54  == Issues ==
64 +
55 55  If you find a bug or have a suggestion for improvement, please report it in the [[Issue Tracker>>https://jira.xwiki.org/browse/MOCCACAL]]. Please check if the issue has been reported there already.
56 56  
57 57  == For MoccaCalendar Developers ==
... ... @@ -73,7 +73,7 @@
73 73  
74 74  Make sure you use a java version compatible with the oldest supported XWiki version - otherwise the integration tests might not be pleased.
75 75  
76 -Update the translations from [[l10n.xwiki.org>>url:http://l10n.xwiki.org]] with the help of the script in ##MVN=/path/to/your/mvn L10N_USER=youraccount L10N_PASSWORD="your passwd" ./application-mocca-calendar-scripts/release-translations.sh##. (See [[##application-mocca-calendar-scripts/README.md>>url:https://github.com/xwiki-contrib/application-mocca-calendar/tree/master/application-mocca-calendar-scripts]] for more options/quirks of the script.)
86 +Update the translations from [[l10n.xwiki.org>>url:http://l10n.xwiki.org]] with the help of the script in ##MVN=/path/to/your/mvn L10N_USER=youraccount L10N_PASSWORD="your passwd" ./application-mocca-calendar-scripts/release-translations.sh##. (See [[##application-mocca-calendar-scripts/README.md##>>url:https://github.com/xwiki-contrib/application-mocca-calendar/tree/master/application-mocca-calendar-scripts]] for more options/quirks of the script.)
77 77  
78 78  To prevent any browser caching issues, update the version number manually in the ##src/main/resources/MoccaCalendar/Macro.xml##.
79 79  
... ... @@ -109,12 +109,11 @@
109 109  
110 110  * Sync the release on this page via the button right to "Extension imported from repository".
111 111  * Read this page and update the descriptions, if necessary
112 -* Especially update the release notes; open this page in the object editor and update the "Release notes" field of the corresponding ##ExtensionCode.ExtensionVersionClass##; at least adding the jira issues : (((
122 +* Especially update the release notes; open this page in the object editor and update the "Release notes" field of the corresponding ##ExtensionCode.ExtensionVersionClass##; at least adding the jira issues :(((
113 113  {{code}}
114 114  {{jira url="https://jira.xwiki.org" style="list" source="jql"}}
115 115  project = MOCCACAL and fixVersion = "X.Y.Z"
116 116  {{/jira}}
117 -{{/code}})))
118 -Of course feel free to add any other things worth noting.
127 +{{/code}}
128 +)))Of course feel free to add any other things worth noting.
119 119  * Mark the version as released in jira and create the next version (if not already done).
120 -
Installed count
... ... @@ -1,1 +1,1 @@
1 -305
1 +298

Get Connected