Net-ICal
view release on metacpan or search on metacpan
Reported BUGS in Net::ICal
==========================
NOTE FOR Net::ICal 0.14:
This is an old list and we know it; our screen-scraper that generates
these lists broke when Sourceforge changed the HTML on their bug
tracker. If you're interested in helping fix it, post to the
Reefknot developers' list; see the README for details.
KNOWN 0.14 bugs, in summary:
- tests fail. Sometimes this is because we haven't written tests yet
and have inserted failing tests to mark a location; other times it's
because something really is broken.
- there's an off-by-one-second roundoff error in Time.pm; we're dependent
on Date::ICal for this to work or not.
Please report any other bugs you see using the Sourceforge bug tracker
(URL below). Thanks.
----------------------------------------------------------------------------
This list was autogenerated at Thu Mar 29 03:42:08 2001 GMT.
For a more current list, or to report a bug, see
http://sourceforge.net/tracker/?group_id=14603&atid=114603 .
Note: these bug descriptions are incomplete. For more information, see
the URL above.
-----------------------------------------------------------------------------
bug id: 411196
~~~~~~~~~~~~~~
Summary: Make X-properties work
Submitted by: Shane Landrum (srl) Date: 2001-03-25 11:29
Category: Net-ICal
Assigned to: Nobody/Anonymous (nobody) Priority: 6
RFC2445 allows user-defined properties: for example: BEGIN:VALARM
X-FOOBAR;some string the module user wants to toss in
...
END:VALARM We need a way to solve this problem. It looks
non-trivial, but at least one person has asked about it
on reefknot-users.
bug id: 411208
~~~~~~~~~~~~~~
Summary: Allow multiple Periods in a FreebusyItem
Submitted by: Shane Landrum (srl) Date: 2001-03-25 12:49
Category: Net-ICal
Assigned to: Nobody/Anonymous (nobody) Priority: 6
RFC2445 specifies that FREEBUSY items can have multiple
periods attached to them; right now, we can't do that.
We should be able to. Someone who knows more than me
about C::MM should look at this.
bug id: 404132
~~~~~~~~~~~~~~
Summary: ATTACH should behave sanely, without security flaws
Submitted by: Martijn van Beers (lotr) Date: 2001-02-25 12:03
Category: Net-ICal
Assigned to: Martijn van Beers (lotr) Priority: 5
srl, could you add a comment to this bug, as you added
the TODO?
bug id: 405127
~~~~~~~~~~~~~~
Summary: Quoting of text
Submitted by: Mark Tearle (mtearle) Date: 2001-03-01 06:48
Category: Net-ICal
Assigned to: Martijn van Beers (lotr) Priority: 5
It appears Net::Ical doesn't quote text properly as per
http://www.imc.org/rfc2739. See message: Subject: Buglet strikes back....
Message-ID: <Pine.LNX.4.31.0102192345470.24281-
100000@tartarus.uwa.edu.au> to reefknot-devel for description of bug
bug id: 408527
~~~~~~~~~~~~~~
Summary: Make Recurrence work
Submitted by: Shane Landrum (srl) Date: 2001-03-14 08:28
Category: Net-ICal
Assigned to: Scott Hutton (shutton) Priority: 5
We need to make sure that we can specify recurring
events and exceptions to those recurrences. ("Meet
every Thursday except the 4th Thursday of the month.")
bug id: 408529
~~~~~~~~~~~~~~
Summary: Journals documentation
Submitted by: Shane Landrum (srl) Date: 2001-03-14 08:30
Category: Net-ICal
Assigned to: Martijn van Beers (lotr) Priority: 5
We need to document Journal consistently with Event and
Todo.
bug id: 408530
~~~~~~~~~~~~~~
Summary: Bug testing architecture
Submitted by: Shane Landrum (srl) Date: 2001-03-14 08:32
Category: Net-ICal
Assigned to: Martijn van Beers (lotr) Priority: 5
We need to work on the cross-library testing tools for
Net::ICal that we talked about. This will be a set of
iCal files which exercises every feature of the RFC and
makes sure a library is consistent with the RFC. See
the mailing list archives for more detail.
bug id: 408531
~~~~~~~~~~~~~~
Summary: implement Freebusy
Submitted by: Shane Landrum (srl) Date: 2001-03-14 08:33
Category: Net-ICal
Assigned to: Shane Landrum (srl) Priority: 5
We need to implement Freebusy---- checking to see when
a given calendar has time free, for purposes of meeting
scheduling.
bug id: 408536
~~~~~~~~~~~~~~
Summary: Make sure that timezones work
Submitted by: Shane Landrum (srl) Date: 2001-03-14 08:44
Category: Net-ICal
Assigned to: Martijn van Beers (lotr) Priority: 5
We need to verify that conversions between timezones
work properly. I'm not sure that anyone has looked at
this in detail.
bug id: 408614
~~~~~~~~~~~~~~
Summary: N::I::Component return UNDEF on bad data
Submitted by: Shane Landrum (srl) Date: 2001-03-14 14:14
Category: Net-ICal
Assigned to: Martijn van Beers (lotr) Priority: 5
Net::ICal::Component should return undef; on bad data.
I've looked at how to fix this.
bug id: 410798
~~~~~~~~~~~~~~
Summary: using epoch seconds in Time.pm
Submitted by: Nobody/Anonymous (nobody) Date: 2001-03-23 05:16
Category: Net-ICal
Assigned to: Nobody/Anonymous (nobody) Priority: 5
Net::ICal::Time(time()) doesn't work properly because
Time::new_from_int is not called (new_from_string
handles all). Suggest modifying POD for Time.pm to
suggest using Net::ICal::Time(gmtime(time())) until
supported. -Ennui
bug id: 410800
~~~~~~~~~~~~~~
Summary: SEQUENCE 0 isn't dumped on as_ical()
Submitted by: Nobody/Anonymous (nobody) Date: 2001-03-23 05:32
Category: Net-ICal
Assigned to: Nobody/Anonymous (nobody) Priority: 5
Setting the sequence manually until it is handled
internally causes problems for SEQUENCE=0 (I know you
could assume default but this will apply for any field
with a zero value). Line 307 of Component.pm has: return unless $value->{value}; So it returns on a zero value. -Ennui
bug id: 411115
~~~~~~~~~~~~~~
Summary: Reimplement Duration.pm as a Property
Submitted by: Shane Landrum (srl) Date: 2001-03-24 16:19
Category: Net-ICal
Assigned to: Nobody/Anonymous (nobody) Priority: 5
Net::ICal::Duration is currently left over from before
Property existed. It needs to be reimplemented as a
child class of Property. See N::I::Trigger for a sample
of how that might be accomplished.
( run in 2.770 seconds using v1.01-cache-2.11-cpan-5837b0d9d2c )