W3C CVS

CVS log for 2000/10/swap/pim/toIcal.py

[BACK] Up to [Public] / 2000 / 10 / swap / pim

Request diff between arbitrary revisions


Default branch: 2

Revision 2.40 / (download) - annotate - [select for diffs] , Sat Jan 5 21:42:37 2008 UTC (5 months, 4 weeks ago) by timbl
CVS Tags: HEAD
Changes since 2.39: +6 -2 lines
Diff to previous 2.39 (colored)
qif directory was blocking qif ontology on website

Revision 2.39 / (download) - annotate - [select for diffs] , Tue Feb 20 14:49:24 2007 UTC (16 months, 1 week ago) by timbl
CVS Tags: rel-1-2-0
Changes since 2.38: +6 -3 lines
Diff to previous 2.38 (colored)
from swap.* import

Revision 2.38 / (download) - annotate - [select for diffs] , Mon Oct 9 13:32:20 2006 UTC (20 months, 3 weeks ago) by connolly
Changes since 2.37: +37 -15 lines
Diff to previous 2.37 (colored)
refine the --floattz hack

Revision 2.37 / (download) - annotate - [select for diffs] , Tue Oct 3 05:31:23 2006 UTC (21 months ago) by connolly
Changes since 2.36: +8 -2 lines
Diff to previous 2.36 (colored)
for --floattz, add timezone component by reading from the web

Revision 2.36 / (download) - annotate - [select for diffs] , Tue Oct 3 05:09:35 2006 UTC (21 months ago) by connolly
Changes since 2.35: +18 -6 lines
Diff to previous 2.35 (colored)
add --floattz option to override timezone of floating events

Revision 2.35 / (download) - annotate - [select for diffs] , Thu Jul 13 23:04:10 2006 UTC (23 months, 3 weeks ago) by connolly
CVS Tags: pfreport, paw-demo-m1
Changes since 2.34: +7 -4 lines
Diff to previous 2.34 (colored)
fix name clobbering with more than one value of a list-typed property

Revision 2.34 / (download) - annotate - [select for diffs] , Thu Jul 6 01:19:09 2006 UTC (23 months, 4 weeks ago) by connolly
Changes since 2.33: +12 -4 lines
Diff to previous 2.33 (colored)
support rdf:value on text fields

Revision 2.33 / (download) - annotate - [select for diffs] , Thu Nov 10 14:40:32 2005 UTC (2 years, 7 months ago) by connolly
Changes since 2.32: +7 -3 lines
Diff to previous 2.32 (colored)
updated duration handling

Revision 2.32 / (download) - annotate - [select for diffs] , Mon Sep 5 23:53:35 2005 UTC (2 years, 9 months ago) by connolly
Changes since 2.31: +6 -1 lines
Diff to previous 2.31 (colored)
handle bymonthday

Revision 2.31 / (download) - annotate - [select for diffs] , Fri Aug 26 15:21:35 2005 UTC (2 years, 10 months ago) by connolly
CVS Tags: rel-1-1-0rc2
Changes since 2.30: +1 -26 lines
Diff to previous 2.30 (colored)
undo borken commit

Revision 2.30 / (download) - annotate - [select for diffs] , Mon Aug 22 21:12:54 2005 UTC (2 years, 10 months ago) by timbl
Changes since 2.29: +30 -2 lines
Diff to previous 2.29 (colored)
Revive --why proof generation and check.py. Recode unification a bit

Revision 2.29 / (download) - annotate - [select for diffs] , Mon Apr 18 14:33:25 2005 UTC (3 years, 2 months ago) by connolly
CVS Tags: rel-1-1-0rc1
Changes since 2.28: +7 -3 lines
Diff to previous 2.28 (colored)
try not capitalizing mailto:

Revision 2.28 / (download) - annotate - [select for diffs] , Mon Apr 18 13:21:37 2005 UTC (3 years, 2 months ago) by connolly
Changes since 2.27: +6 -2 lines
Diff to previous 2.27 (colored)
handle non-ascii chars in attendee names

Revision 2.27 / (download) - annotate - [select for diffs] , Wed Mar 30 15:33:23 2005 UTC (3 years, 3 months ago) by connolly
Changes since 2.26: +6 -2 lines
Diff to previous 2.26 (colored)
switched namespace name to stop abusing the old one

Revision 2.26 / (download) - annotate - [select for diffs] , Sat Mar 19 14:10:46 2005 UTC (3 years, 3 months ago) by connolly
Changes since 2.25: +31 -30 lines
Diff to previous 2.25 (colored)
COUNT param
timezones as datatypes

Revision 2.25 / (download) - annotate - [select for diffs] , Thu Feb 17 23:34:37 2005 UTC (3 years, 4 months ago) by connolly
Changes since 2.24: +9 -3 lines
Diff to previous 2.24 (colored)
each, not just any value, e.g. for EXDATE

Revision 2.24 / (download) - annotate - [select for diffs] , Thu Feb 17 23:02:27 2005 UTC (3 years, 4 months ago) by connolly
Changes since 2.23: +66 -23 lines
Diff to previous 2.23 (colored)
- sort components by uid, dtstart
- sort properties by name
- added --test arg to run doctest tests
- pychecker fixes: warn() not imported,
- got rid of wrapString() deadcode (though there's an @@ in mkTEXT)

Revision 2.23 / (download) - annotate - [select for diffs] , Sat Nov 13 17:02:58 2004 UTC (3 years, 7 months ago) by connolly
CVS Tags: rel-1-1-perf, rel-1-0-0
Changes since 2.22: +23 -4 lines
Diff to previous 2.22 (colored)
fixed punctuation of UNTIL; factored out mkDATE
added --test option for doctest style testing

Revision 2.22 / (download) - annotate - [select for diffs] , Sat Nov 13 16:51:14 2004 UTC (3 years, 7 months ago) by connolly
Changes since 2.21: +10 -1 lines
Diff to previous 2.21 (colored)
added UNTIL support in doRecur (IOU a test)

Revision 2.21 / (download) - annotate - [select for diffs] , Wed Sep 8 15:46:05 2004 UTC (3 years, 9 months ago) by connolly
CVS Tags: rel-1-0-rc1
Changes since 2.20: +40 -19 lines
Diff to previous 2.20 (colored)
- update to using timezones as properties
- kinda kludge converting timezone URIs to tzids

Revision 2.20 / (download) - annotate - [select for diffs] , Thu Apr 15 22:39:46 2004 UTC (4 years, 2 months ago) by connolly
CVS Tags: yosi-before-setup-py, rel-0-8-set, rel-0-8-0-perf, rel-0-8-0, rel-0-7-3, rel-0-7-2, branch-0-7-3-auto-regfilelist
Changes since 2.19: +45 -22 lines
Diff to previous 2.19 (colored)
integrated patch from SeanP:
- adds support for list of float/int/text (e.g. GEO)
- refactor doTEXT etc. as mkTEXT, doSIMPLE

Revision 2.19 / (download) - annotate - [select for diffs] , Fri Apr 9 22:19:44 2004 UTC (4 years, 2 months ago) by connolly
Changes since 2.18: +5 -2 lines
Diff to previous 2.18 (colored)
working on encoding issues in doTEXT.
not sure this is exactly the right fix.

Revision 2.18 / (download) - annotate - [select for diffs] , Tue Mar 30 00:17:41 2004 UTC (4 years, 3 months ago) by connolly
Changes since 2.17: +5 -2 lines
Diff to previous 2.17 (colored)
found bug in INTERVAL handling while porting to rdflib

Revision 2.17 / (download) - annotate - [select for diffs] , Sat Mar 13 00:01:37 2004 UTC (4 years, 3 months ago) by connolly
Changes since 2.16: +8 -5 lines
Diff to previous 2.16 (colored)
fixed the punctuation of RECUR values

Revision 2.16 / (download) - annotate - [select for diffs] , Wed Mar 10 00:04:55 2004 UTC (4 years, 3 months ago) by connolly
Changes since 2.15: +7 -2 lines
Diff to previous 2.15 (colored)
slightly nicer error message

Revision 2.15 / (download) - annotate - [select for diffs] , Tue Mar 9 23:29:40 2004 UTC (4 years, 3 months ago) by connolly
Changes since 2.14: +14 -9 lines
Diff to previous 2.14 (colored)
removed non-ascii chars from copyright blurb
reformatted changelog to 79chars

Revision 2.14 / (download) - annotate - [select for diffs] , Sat Mar 6 20:39:40 2004 UTC (4 years, 3 months ago) by timbl
CVS Tags: rel-0-7-1
Changes since 2.13: +13 -1 lines
Diff to previous 2.13 (colored)
See http://www.w3.org/2000/10/swap/doc/changes.html for details
- Regresssion test incorporates the RDF Core Positive Parser Tests except XMLLiteral & reification
- xml:base support was added in the parser.
- Use the --rdf=R flag to allow RDF to be parsed even when there is no enveloping <rdf:RDF> tag
- nodeid generated on RDF output
- Automatically generated terms with no URIs sort after anything which has a URI.
- Namespace prefix smarts on output - default ns used for that most frequently used.
- suppresses namespace prefix declarations which are not actually needed in the output.
- Cwm will also make up prefixes when it needs them for a namespace, and none of the input data uses one.-
- Will not use namespace names for URIs which do not have a "#". Including a "/" in the flags overrides.

Revision 2.13 / (download) - annotate - [select for diffs] , Mon Feb 23 16:50:54 2004 UTC (4 years, 4 months ago) by connolly
Changes since 2.12: +156 -631 lines
Diff to previous 2.12 (colored)
schema-based rewrite. might have regressed a bit.

Revision 2.12 / (download) - annotate - [select for diffs] , Thu Feb 5 17:21:58 2004 UTC (4 years, 4 months ago) by charles
Changes since 2.11: +6 -1 lines
Diff to previous 2.11 (colored)
Added output of SEQUENCE and DTSTAMP to VTODO's. Still needs DUE - no luck with the naive
   self.exportGeneral(E_PROP, sts, comp, ICAL.due, "DUE")
But I am not sure if I should be getting the ical2rdf.pl to give it a date first and then use
the date thing that dtstart et al use. --CMN

Revision 2.11 / (download) - annotate - [select for diffs] , Wed Feb 4 17:57:07 2004 UTC (4 years, 5 months ago) by timbl
CVS Tags: rel-0-7
Changes since 2.10: +21 -2 lines
Diff to previous 2.10 (colored)
Passes regresion tests. see admin/N3-Bugs.ics for oustanding bugs

Revision 2.10 / (download) - annotate - [select for diffs] , Tue Feb 3 22:55:33 2004 UTC (4 years, 5 months ago) by timbl
Changes since 2.9: +5 -1 lines
Diff to previous 2.9 (colored)
mmm

Revision 2.9 / (download) - annotate - [select for diffs] , Mon Feb 2 19:38:56 2004 UTC (4 years, 5 months ago) by timbl
Changes since 2.8: +10 -6 lines
Diff to previous 2.8 (colored)
re-fix after spurious clash

Revision 2.8 / (download) - annotate - [select for diffs] , Mon Feb 2 16:46:50 2004 UTC (4 years, 5 months ago) by connolly
Changes since 2.7: +9 -4 lines
Diff to previous 2.7 (colored)
more tweaks for status; fixed a progress message

Revision 2.7 / (download) - annotate - [select for diffs] , Sat Jan 31 00:45:10 2004 UTC (4 years, 5 months ago) by timbl
Changes since 2.6: +5 -1 lines
Diff to previous 2.6 (colored)
Add COMPLETED:

Revision 2.6 / (download) - annotate - [select for diffs] , Sat Jan 31 00:11:06 2004 UTC (4 years, 5 months ago) by connolly
Changes since 2.5: +6 -1 lines
Diff to previous 2.5 (colored)
todo status support; no test; blech

Revision 2.5 / (download) - annotate - [select for diffs] , Thu Jan 29 21:28:13 2004 UTC (4 years, 5 months ago) by timbl
Changes since 2.4: +5 -2 lines
Diff to previous 2.4 (colored)
Changed ONE newline to a CRLF, suspect many more should be changed. iCal needs both

Revision 2.4 / (download) - annotate - [select for diffs] , Thu Jan 29 21:09:16 2004 UTC (4 years, 5 months ago) by timbl
Changes since 2.3: +12 -8 lines
Diff to previous 2.3 (colored)
Added DTSTART and UID to events. iCal needs DTSTART it seems. Fixed VALUE=URI format.

Revision 2.3 / (download) - annotate - [select for diffs] , Thu Jan 29 19:41:57 2004 UTC (4 years, 5 months ago) by timbl
Changes since 2.2: +10 -3 lines
Diff to previous 2.2 (colored)
minor fixes

Revision 2.2 / (download) - annotate - [select for diffs] , Thu Jan 29 15:20:05 2004 UTC (4 years, 5 months ago) by connolly
Changes since 2.1: +87 -7 lines
Diff to previous 2.1 (colored)
- added some Vtodo support (@@owe tests; struggling with cal test harness)
- added uri property support (@@I18N bugs)
- updated to thing API changes (which turns out to be obsolete. oops)
- unexpected usage gives help text rather than backtrace
- a few more code review notes

Revision 2.1 / (download) - annotate - [select for diffs] , Thu Aug 28 15:49:04 2003 UTC (4 years, 10 months ago) by connolly
CVS Tags: runSmart
Diff
various code review notes that I want to discuss with ghuo

Revision 2.0 / (download) - annotate - [select for diffs] , Sat Aug 23 08:40:40 2003 UTC (4 years, 10 months ago) by ghuo
Diff
Added support for numerous new properties and parameters.
Added the VALARM component. Restructured the export
procedures. Fixed various output bugs.

Revision 1.14 / (download) - annotate - [select for diffs] , Fri Jun 13 22:06:10 2003 UTC (5 years ago) by timbl
CVS Tags: oldLists
Changes since 1.13: +12 -3 lines
Diff to previous 1.13 (colored)
Fixed DATE-TIMEs to be always 15char and punctuation bug in some datetimes

Revision 1.13 / (download) - annotate - [select for diffs] , Tue Jun 3 17:35:38 2003 UTC (5 years, 1 month ago) by connolly
Changes since 1.12: +6 -2 lines
Diff to previous 1.12 (colored)
added duration support

Revision 1.12 / (download) - annotate - [select for diffs] , Wed Apr 16 17:21:01 2003 UTC (5 years, 2 months ago) by ryanlee
Changes since 1.11: +16 -7 lines
Diff to previous 1.11 (colored)
more rfc2445 fixes in textProp

Revision 1.11 / (download) - annotate - [select for diffs] , Mon Mar 24 20:18:01 2003 UTC (5 years, 3 months ago) by ryanlee
Changes since 1.10: +11 -1 lines
Diff to previous 1.10 (colored)
first pass at making toIcal understand non-ascii characters

Revision 1.10 / (download) - annotate - [select for diffs] , Fri Mar 14 06:01:04 2003 UTC (5 years, 3 months ago) by connolly
Changes since 1.9: +35 -28 lines
Diff to previous 1.9 (colored)
cleaned up DATE-TIME vs DATE stuff

Revision 1.9 / (download) - annotate - [select for diffs] , Fri Mar 14 03:17:23 2003 UTC (5 years, 3 months ago) by connolly
Changes since 1.8: +12 -1 lines
Diff to previous 1.8 (colored)
oops! forgot begin/end around vtimezone.
clearly I don't have any good way to test this code.

Revision 1.8 / (download) - annotate - [select for diffs] , Fri Mar 14 03:12:35 2003 UTC (5 years, 3 months ago) by connolly
Changes since 1.7: +98 -65 lines
Diff to previous 1.7 (colored)
update to 2002/12 namespace
export timezones, at least well enough for one case
export rrules well enough for one test case
update to each()/any() API
kill dead (commented out) Namespace class code

Revision 1.7 / (download) - annotate - [select for diffs] , Mon Jan 13 19:48:23 2003 UTC (5 years, 5 months ago) by timbl
Changes since 1.6: +34 -28 lines
Diff to previous 1.6 (colored)
Changed API, using thing.Namespace

Revision 1.6 / (download) - annotate - [select for diffs] , Thu Dec 12 22:58:07 2002 UTC (5 years, 6 months ago) by timbl
Changes since 1.5: +6 -2 lines
Diff to previous 1.5 (colored)
minor

Revision 1.5 / (download) - annotate - [select for diffs] , Sun Sep 22 21:53:44 2002 UTC (5 years, 9 months ago) by connolly
Changes since 1.4: +7 -2 lines
Diff to previous 1.4 (colored)
handle location, priority

Revision 1.4 / (download) - annotate - [select for diffs] , Wed Aug 28 22:00:24 2002 UTC (5 years, 10 months ago) by connolly
Changes since 1.3: +6 -3 lines
Diff to previous 1.3 (colored)
updated to diag interface

Revision 1.3 / (download) - annotate - [select for diffs] , Tue Jul 23 23:09:31 2002 UTC (5 years, 11 months ago) by connolly
Changes since 1.2: +13 -4 lines
Diff to previous 1.2 (colored)
grumble... evo is case-sensitive where the RFC says not to be

Revision 1.2 / (download) - annotate - [select for diffs] , Tue Jul 23 21:44:16 2002 UTC (5 years, 11 months ago) by connolly
Changes since 1.1: +54 -20 lines
Diff to previous 1.1 (colored)
- updated ICAL namespace pointer, case of RDF terms
- handle description, as well as summary
- be more clear about what properties we skip/don't handle
- don't complain about floating/local time
- pointer to earlier work
- used Namespace() trick

Revision 1.1 / (download) - annotate - [select for diffs] , Sat Jul 20 17:14:39 2002 UTC (5 years, 11 months ago) by timbl
Diff
DanC's with slight updates

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

View only Branch:
Sort log by:

Webmaster