[fedocal] #79: Location field for Events
by fedocal
#79: Location field for Events
-------------------------+-------------------------
Reporter: asrob | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: Future
Component: fedocal | Version: development
Keywords: |
-------------------------+-------------------------
A location field for Events would be good because I would filter a
specified location like "EMEA" or "LATAM". That's why I can see those
events that are in my "area".
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/79>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 2 months
[fedocal] #31: Calendars by team would be nice
by fedocal
#31: Calendars by team would be nice
-------------------------+-------------------------
Reporter: bruno | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: Future
Component: fedocal | Version: development
Keywords: |
-------------------------+-------------------------
It would be nice to be able to meetings by team and have the location set
to the irc channel. The irc channel view is nice for scheduling, but team
views are going to be nicer for reminders of which meetings you want to
attend.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/31>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 2 months
[fedocal] #80: Move to logging
by fedocal
#80: Move to logging
---------------------+-------------------------
Reporter: pingou | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.4.0
Component: WebUI | Version: development
Keywords: easyfix |
---------------------+-------------------------
At the moment the tracking of exception is rather bad and we don't log
much/enough.
We should port fedocal to use the logging module and log the exception
when then occur.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/80>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 2 months
[fedocal] #70: Editing a recursive event should be less error-prone
by fedocal
#70: Editing a recursive event should be less error-prone
-------------------------+-------------------------
Reporter: kparal | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: Future
Component: fedocal | Version: development
Keywords: |
-------------------------+-------------------------
When I edit a recursive event, I often forget to check "Yes I want to edit
all the meetings" checkbox and I need to repeat the edit (provided I even
notice it). The checkbox is off by default.
However, if we make it enabled by default, it can also cause some data
loss in different workflows.
Please do it the same way other calendars systems do it - either before
edit, or after edit ask the following question:
{{{
This is a recursive event. What do you want to edit?
[Only this event] - [All events] - [All future events]
}}}
That would be really friendly.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/70>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 2 months
[fedocal] #78: Search box
by fedocal
#78: Search box
-------------------------+-------------------------
Reporter: asrob | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: Future
Component: fedocal | Version: development
Keywords: |
-------------------------+-------------------------
This would be good because a user can search for an event so he needn't to
review everything once he knows its name.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/78>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 2 months
[fedocal] #76: Allow to add past meetings
by fedocal
#76: Allow to add past meetings
---------------------+-------------------------
Reporter: kparal | Owner:
Type: defect | Status: new
Priority: minor | Milestone: Future
Component: fedocal | Version: development
Keywords: |
---------------------+-------------------------
You have allowed to edit past meetings. Please also allow to add new
meetings in the past. Thank you :-)
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/76>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 2 months
[fedocal] #75: Delete meeting inconsistencies
by fedocal
#75: Delete meeting inconsistencies
---------------------+-------------------------
Reporter: kparal | Owner:
Type: defect | Status: new
Priority: minor | Milestone: Future
Component: fedocal | Version: development
Keywords: |
---------------------+-------------------------
If I want to delete the meeting, there is a "Yes I want to delete this
meeting" checkbox. If I _don't_ activate it, I can still press "Delete"
button (it would make sense to make the button insensitive until the
checkbox is activated). Also, after pressing Delete, fedocal prints
"Meeting deleted" in green text, however the meeting is still present
(that's expected).
Make the Delete button insensitive until the checkbox is on and you'll
solve both problems.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/75>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 3 months
[fedocal] #74: Full-day toggle can't be changed on existing meetings
by fedocal
#74: Full-day toggle can't be changed on existing meetings
---------------------+-------------------------
Reporter: kparal | Owner:
Type: defect | Status: new
Priority: major | Milestone: Future
Component: fedocal | Version: development
Keywords: |
---------------------+-------------------------
If I have an existing non-fullday meeting, the ical contains values like
this:
{{{
DTSTART:20131114T000000Z
DTEND:20131115T000000Z
}}}
If I edit the meeting and enable the fullday toggle, nothing changes in
the ical (it should change to VALUE=DATE: format). Also when I edit the
meeting again, the fullday toggle is _off_ (should be on).
Similarly, if I create a new fullday meeting, the ical contains something
like this:
{{{
DTSTART;VALUE=DATE:20131123
DTEND;VALUE=DATE:20131124
}}}
When I edit the meeting, disable the fullday toggle and change the
duration to just a single hour, the ical output does not change (should
change to traditional hour format). When I edit the meeting, the toggle is
again _on_ (should be off). Quite interestingly, the fedocal web calendar
shows the meeting correctly (1 hour duration). But none of the third-party
clients would, because ical is wrong.
The only workaround seems to be to remove the existing meeting and create
a new one.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/74>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 3 months
[fedocal] #38: scheduling a recurring meeting doesn't start on the correct date
by fedocal
#38: scheduling a recurring meeting doesn't start on the correct date
---------------------+-------------------------
Reporter: tflink | Owner:
Type: defect | Status: new
Priority: major | Milestone: Future
Component: fedocal | Version: development
Keywords: |
---------------------+-------------------------
I just created a reoccurring meeting which starts on 2013-05-20 (today is
2013-05-14). However, when I view the relevant calendar, the meetings
start occurring from 2013-05-13 which is one week before the meeting is
supposed to start.
--
Ticket URL: <https://fedorahosted.org/fedocal/ticket/38>
fedocal <https://fedorahosted.org/fedocal>
A web-based calendar application for Fedora
9 years, 3 months