#15: Add possibility to edit a calendar
---------------------+-------------------------
Reporter: pingou | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.1.0
Component: fedocal | Version: development
Keywords: |
---------------------+-------------------------
At the moment we can only edit a calendar, we should be able to edit it as
well
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/15>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
>---------------------------------------------------------------
commit bc34838fa1c160e021be22e5421910dc2727c919
Author: Pierre-Yves Chibon <pingou(a)pingoured.fr>
Date: Tue Nov 27 15:48:06 2012 +0100
Update usage documentation
Add a paragraph on how to edit a calendar and add some links within the text
to previous sections.
>---------------------------------------------------------------
doc/usage.rst | 25 ++++++++++++++++++++++---
1 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/doc/usage.rst b/doc/usage.rst
index 75d397f..bf289e6 100644
--- a/doc/usage.rst
+++ b/doc/usage.rst
@@ -30,6 +30,8 @@ every contributor should sign to contribute to Fedora.
+.. _create_calendar:
+
Create calendar
---------------
@@ -76,6 +78,21 @@ The form to will ask for:
+Edit a calendar
+---------------
+
+One can edit a calendar if she/he is an administrator as defined
+above.
+
+To edit a calendar, select the calendar to edit in the main menu by
+clicking on its name. Then go to the ``Admin`` entry of the main menu and
+select ``Edit calendar``.
+
+When editing a calendar you will have the same field as when creating one
+(see :ref:`create_calendar`).
+
+
+
Delete a calendar
-----------------
@@ -95,6 +112,8 @@ to confirm the deletion of the Calendar.
+.. _create_meeting:
+
Create meeting
--------------
@@ -175,9 +194,9 @@ menu and select ``Manage your meetings``. This page will present a list
of the meetings for which you are a manager and that you can edit.
-When editing a meeting you will have the same field as when creating one,
-plus when the meeting is recursive an option to update all the future meetings
-or just this one (default).
+When editing a meeting you will have the same field as when creating one
+(see :ref:`create_meeting`),plus when the meeting is recursive an option
+to update all the future meetings or just this one (default).
Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
>---------------------------------------------------------------
commit a24c0f2cc4d7ac334b49725ac4690bd8ec66c82c
Author: Pierre-Yves Chibon <pingou(a)pingoured.fr>
Date: Tue Nov 27 15:32:18 2012 +0100
The form is below not above in the add_calendar template
>---------------------------------------------------------------
fedocal/templates/add_calendar.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fedocal/templates/add_calendar.html b/fedocal/templates/add_calendar.html
index d449752..772518d 100644
--- a/fedocal/templates/add_calendar.html
+++ b/fedocal/templates/add_calendar.html
@@ -9,7 +9,7 @@
<section>
<header>
<h2>New calendar</h2>
- <p>Please enter your calendar details in the above form.</p>
+ <p>Please enter your calendar details in the form below.</p>
</header>
<form action="" method="post">
Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
>---------------------------------------------------------------
commit 6418a52b9c0651f56cc080a177f5bfdb1d71e1a7
Author: Pierre-Yves Chibon <pingou(a)pingoured.fr>
Date: Mon Nov 26 22:05:57 2012 +0100
Update configuration documentation CRON_FREQUENCY is an int
>---------------------------------------------------------------
doc/configuration.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/configuration.rst b/doc/configuration.rst
index 63678bb..83e45d0 100644
--- a/doc/configuration.rst
+++ b/doc/configuration.rst
@@ -71,4 +71,4 @@ information is essentiel to accurately retrieve the meetings to remind
and avoid sending multiple reminder for one meeting.
-This field defaults to ``CRON_FREQUENCY='30'``.
+This field defaults to ``CRON_FREQUENCY=30``.