Frank Schwarz
2011-Mar-07 19:23 UTC
[iCalendar-devel] Bugs with Sequence, Percent, and Category
Hi, I just wanted to report three bugs: * In VTODO entries, "sequence" is serialized as "SEQ:0" although it should be "SEQUENCE:0". VEVENT entries are OK. * In VTODO entries "percent" is serialized as "PERCENT:50". It should be "PERCENT-COMPLETE:50", though. * Calling "add_category" twice will print something like this: "CATEGORY:BOOKS\,TRAVEL". Here, the comma is incorrectly escaped. It should be "CATEGORY:BOOKS,TRAVEL" Thank you Frank
Sean Dague
2011-Mar-09 15:44 UTC
[iCalendar-devel] Bugs with Sequence, Percent, and Category
Thanks for the comments. Did you happen to fix any of these with patches? If so I''d be happy to integrate it into the core. Thanks, -Sean On 03/07/2011 02:23 PM, Frank Schwarz wrote:> Hi, > > I just wanted to report three bugs: > * In VTODO entries, "sequence" is serialized as "SEQ:0" although it > should be "SEQUENCE:0". VEVENT entries are OK. > * In VTODO entries "percent" is serialized as "PERCENT:50". It should be > "PERCENT-COMPLETE:50", though. > * Calling "add_category" twice will print something like this: > "CATEGORY:BOOKS\,TRAVEL". Here, the comma is incorrectly escaped. It > should be "CATEGORY:BOOKS,TRAVEL" > > Thank you > Frank > _______________________________________________ > icalendar-devel mailing list > icalendar-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/icalendar-devel >-- Sean Dague Learn about the Universe with the sean at dague dot net Mid-Hudson Astronomical Association http://dague.net http://midhudsonastro.org
Frank Schwarz
2011-Mar-10 07:52 UTC
[iCalendar-devel] Bugs with Sequence, Percent, and Category
Hi Sean, Here is the patch. -- Frank Am 09.03.2011 16:44, schrieb Sean Dague:> Thanks for the comments. Did you happen to fix any of these with > patches? If so I''d be happy to integrate it into the core. > > Thanks, > > -Sean > > On 03/07/2011 02:23 PM, Frank Schwarz wrote: >> Hi, >> >> I just wanted to report three bugs: >> * In VTODO entries, "sequence" is serialized as "SEQ:0" although it >> should be "SEQUENCE:0". VEVENT entries are OK. >> * In VTODO entries "percent" is serialized as "PERCENT:50". It should be >> "PERCENT-COMPLETE:50", though. >> * Calling "add_category" twice will print something like this: >> "CATEGORY:BOOKS\,TRAVEL". Here, the comma is incorrectly escaped. It >> should be "CATEGORY:BOOKS,TRAVEL" >> >> Thank you >> Frank >> _______________________________________________ >> icalendar-devel mailing list >> icalendar-devel at rubyforge.org >> http://rubyforge.org/mailman/listinfo/icalendar-devel >> > >-------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: post-1.1.5.patch URL: <http://rubyforge.org/pipermail/icalendar-devel/attachments/20110310/2a548de9/attachment.ksh>
Sean Dague
2011-Mar-10 11:48 UTC
[iCalendar-devel] Bugs with Sequence, Percent, and Category
Great, thanks. On 03/10/2011 02:52 AM, Frank Schwarz wrote:> Hi Sean, > > Here is the patch. > > -- Frank > > Am 09.03.2011 16:44, schrieb Sean Dague: >> Thanks for the comments. Did you happen to fix any of these with >> patches? If so I''d be happy to integrate it into the core. >> >> Thanks, >> >> -Sean >> >> On 03/07/2011 02:23 PM, Frank Schwarz wrote: >>> Hi, >>> >>> I just wanted to report three bugs: >>> * In VTODO entries, "sequence" is serialized as "SEQ:0" although it >>> should be "SEQUENCE:0". VEVENT entries are OK. >>> * In VTODO entries "percent" is serialized as "PERCENT:50". It should be >>> "PERCENT-COMPLETE:50", though. >>> * Calling "add_category" twice will print something like this: >>> "CATEGORY:BOOKS\,TRAVEL". Here, the comma is incorrectly escaped. It >>> should be "CATEGORY:BOOKS,TRAVEL" >>> >>> Thank you >>> Frank >>> _______________________________________________ >>> icalendar-devel mailing list >>> icalendar-devel at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/icalendar-devel >>> >> >> > > > > _______________________________________________ > icalendar-devel mailing list > icalendar-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/icalendar-devel-- Sean Dague Learn about the Universe with the sean at dague dot net Mid-Hudson Astronomical Association http://dague.net http://midhudsonastro.org