[commits] Horde branch master updated. 09a0ade1f7c7d156a3158532a338c7989498ddfb

Michael M Slusarz slusarz at horde.org
Tue Aug 3 21:28:52 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: 87286a612ce133fd3111222c1881809707022f90

ca3ed74 Add Default EOL value.
09a0ade Convert Icalendar to H4.

-----------------------------------------------------------------------

commit ca3ed749aa412c9a0b9890de181980fadeb2713f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 15:17:53 2010 -0600

    Add Default EOL value.

 framework/Mime/lib/Horde/Mime.php |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=aa05e7f71376d16419aa5e26bccb7206da673118&r2=ca3ed749aa412c9a0b9890de181980fadeb2713f

-----------------------------------------------------------------------

commit 09a0ade1f7c7d156a3158532a338c7989498ddfb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 3 01:04:53 2010 -0600

    Convert Icalendar to H4.
    
    This removes the last use of PEAR_Errors in IMP.  Yay.
    
    I've tried to go through framework, turba, and kronolith and convert to
    using Exceptions, but there is no guarantee that I caught all the
    locations we are using Icalendar objects.

 framework/Data/lib/Horde/Data/Imc.php                             |    8 +-
 framework/Data/lib/Horde/Data/Vcard.php                           |    2 +-
 framework/Data/lib/Horde/Data/Vnote.php                           |    4 +-
 framework/Data/package.xml                                        |    6 +-
 framework/Date/lib/Horde/Date/Recurrence.php                      |    4 +-
 framework/Date/test/Horde/Date/RecurrenceTest.php                 |   12 +-
 framework/Icalendar/examples/Horde/Icalendar/exchange.ics         |   53 +
 framework/Icalendar/examples/Horde/Icalendar/exdate.ics           |   16 +
 framework/Icalendar/examples/Horde/Icalendar/ical.ics             |   40 +
 framework/Icalendar/examples/Horde/Icalendar/parser.php           |   49 +
 framework/Icalendar/examples/Horde/Icalendar/test_recurring.vcs   |   50 +
 framework/Icalendar/examples/Horde/Icalendar/vnote.txt            |    7 +
 framework/Icalendar/lib/Horde/Icalendar.php                       | 1490 ++
 framework/Icalendar/lib/Horde/Icalendar/Daylight.php              |   44 +
 framework/Icalendar/lib/Horde/Icalendar/Exception.php             |   17 +
 framework/Icalendar/lib/Horde/Icalendar/Standard.php              |   44 +
 framework/Icalendar/lib/Horde/Icalendar/Valarm.php                |   34 +
 framework/Icalendar/lib/Horde/Icalendar/Vcard.php                 |  133 +
 framework/Icalendar/lib/Horde/Icalendar/Vevent.php                |  244 +
 framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php             |  502 +
 framework/Icalendar/lib/Horde/Icalendar/Vjournal.php              |   34 +
 framework/Icalendar/lib/Horde/Icalendar/Vnote.php                 |   69 +
 framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php             |  177 +
 framework/Icalendar/lib/Horde/Icalendar/Vtodo.php                 |   99 +
 framework/Icalendar/package.xml                                   |  240 +
 framework/Icalendar/test/.cvsignore                               |    5 +
 framework/Icalendar/test/Horde/Icalendar/bug_7423.phpt            |   32 +
 framework/Icalendar/test/Horde/Icalendar/charset1.phpt            |   50 +
 framework/Icalendar/test/Horde/Icalendar/empty_data.phpt          |   30 +
 .../test/Horde/Icalendar/fixtures/vTimezone/AuthorChats.ics       |  208 +
 .../test/Horde/Icalendar/fixtures/vTimezone/MMMPseminar.ics       |  180 +
 .../test/Horde/Icalendar/fixtures/vTimezone/Moon_Days.ics         |  226 +
 .../test/Horde/Icalendar/fixtures/vTimezone/ProjectCalendar.ics   |  137 +
 .../test/Horde/Icalendar/fixtures/vTimezone/SpanishHolidays.ics   |  316 +
 .../test/Horde/Icalendar/fixtures/vTimezone/allcategories.vcs     |  166 +
 .../test/Horde/Icalendar/fixtures/vTimezone/arsenal32FC.ics       | 3594 +++++
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/events.ics  |   26 +
 .../test/Horde/Icalendar/fixtures/vTimezone/exchange.ics          |   53 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exdate.ics  |   16 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/iscw.ics    |  103 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics |   71 +
 .../test/Horde/Icalendar/fixtures/vTimezone/privacy_events.ics    |  263 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/rfc2445.ics |  305 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test.vcs    |   34 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test4.vcs   |   39 +
 .../test/Horde/Icalendar/fixtures/vTimezone/test_recurring.vcs    |   50 +
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/wicca.ics   |  568 +
 framework/Icalendar/test/Horde/Icalendar/geo.phpt                 |   37 +
 framework/Icalendar/test/Horde/Icalendar/iCalendar.phpt           |   36 +
 framework/Icalendar/test/Horde/Icalendar/line-folding.phpt        |  180 +
 framework/Icalendar/test/Horde/Icalendar/quoted-params.phpt       |   43 +
 framework/Icalendar/test/Horde/Icalendar/read-escapes.phpt        |   59 +
 framework/Icalendar/test/Horde/Icalendar/read-vcard-org.phpt      |   25 +
 framework/Icalendar/test/Horde/Icalendar/read-write-escapes.phpt  |   43 +
 framework/Icalendar/test/Horde/Icalendar/timezones.phpt           |  827 +
 framework/Icalendar/test/Horde/Icalendar/vcal20.phpt              |  321 +
 framework/Icalendar/test/Horde/Icalendar/vfreebusy.phpt           |  269 +
 framework/Icalendar/test/Horde/Icalendar/write-escapes.phpt       |   51 +
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php         |    4 +-
 framework/Kolab_Filter/package.xml                                |    4 +-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php   |   60 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php       |    8 +-
 .../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php             |    4 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Imap.php        |    8 +-
 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php        |    4 +-
 framework/Kolab_FreeBusy/package.xml                              |    2 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource.php             |   10 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy.php    |   10 +-
 .../Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Kolab.php    |    4 +-
 .../Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Mock.php     |    4 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Itip.php        |    8 +-
 framework/Kolab_Resource/package.xml                              |    2 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php             |   32 +-
 framework/Mime_Viewer/package.xml                                 |    2 +-
 framework/SyncML/SyncML/Device.php                                |    4 +-
 framework/SyncML/SyncML/Device/Sync4j.php                         |  142 +-
 framework/SyncML/SyncML/Device/Synthesis.php                      |    2 +-
 framework/SyncML/tests/sif.phpt                                   |    2 +-
 framework/iCalendar/docs/examples/exchange.ics                    |   53 -
 framework/iCalendar/docs/examples/exdate.ics                      |   16 -
 framework/iCalendar/docs/examples/ical.ics                        |   40 -
 framework/iCalendar/docs/examples/parser.php                      |   48 -
 framework/iCalendar/docs/examples/test_recurring.vcs              |   50 -
 framework/iCalendar/docs/examples/vnote.txt                       |    7 -
 framework/iCalendar/iCalendar.php                                 | 1490 --
 framework/iCalendar/iCalendar/valarm.php                          |   27 -
 framework/iCalendar/iCalendar/vcard.php                           |  141 -
 framework/iCalendar/iCalendar/vevent.php                          |  227 -
 framework/iCalendar/iCalendar/vfreebusy.php                       |  453 -
 framework/iCalendar/iCalendar/vjournal.php                        |   27 -
 framework/iCalendar/iCalendar/vnote.php                           |   60 -
 framework/iCalendar/iCalendar/vtimezone.php                       |  205 -
 framework/iCalendar/iCalendar/vtodo.php                           |   83 -
 framework/iCalendar/package.xml                                   |  166 -
 framework/iCalendar/tests/.cvsignore                              |    5 -
 framework/iCalendar/tests/bug_7423.phpt                           |   32 -
 framework/iCalendar/tests/charset1.phpt                           |   50 -
 framework/iCalendar/tests/empty_data.phpt                         |   30 -
 framework/iCalendar/tests/fixtures/vTimezone/AuthorChats.ics      |  208 -
 framework/iCalendar/tests/fixtures/vTimezone/MMMPseminar.ics      |  180 -
 framework/iCalendar/tests/fixtures/vTimezone/Moon_Days.ics        |  226 -
 framework/iCalendar/tests/fixtures/vTimezone/ProjectCalendar.ics  |  137 -
 framework/iCalendar/tests/fixtures/vTimezone/SpanishHolidays.ics  |  316 -
 framework/iCalendar/tests/fixtures/vTimezone/allcategories.vcs    |  166 -
 framework/iCalendar/tests/fixtures/vTimezone/arsenal32FC.ics      | 3594 -----
 framework/iCalendar/tests/fixtures/vTimezone/events.ics           |   26 -
 framework/iCalendar/tests/fixtures/vTimezone/exchange.ics         |   53 -
 framework/iCalendar/tests/fixtures/vTimezone/exdate.ics           |   16 -
 framework/iCalendar/tests/fixtures/vTimezone/iscw.ics             |  103 -
 framework/iCalendar/tests/fixtures/vTimezone/meeting.ics          |   71 -
 framework/iCalendar/tests/fixtures/vTimezone/privacy_events.ics   |  263 -
 framework/iCalendar/tests/fixtures/vTimezone/rfc2445.ics          |  305 -
 framework/iCalendar/tests/fixtures/vTimezone/test.vcs             |   34 -
 framework/iCalendar/tests/fixtures/vTimezone/test4.vcs            |   39 -
 framework/iCalendar/tests/fixtures/vTimezone/test_recurring.vcs   |   50 -
 framework/iCalendar/tests/fixtures/vTimezone/wicca.ics            |  568 -
 framework/iCalendar/tests/geo.phpt                                |   37 -
 framework/iCalendar/tests/iCalendar.phpt                          |   36 -
 framework/iCalendar/tests/line-folding.phpt                       |  181 -
 framework/iCalendar/tests/quoted-params.phpt                      |   43 -
 framework/iCalendar/tests/read-escapes.phpt                       |   59 -
 framework/iCalendar/tests/read-vcard-org.phpt                     |   25 -
 framework/iCalendar/tests/read-write-escapes.phpt                 |   43 -
 framework/iCalendar/tests/timezones.phpt                          |  828 -
 framework/iCalendar/tests/vcal20.phpt                             |  321 -
 framework/iCalendar/tests/vfreebusy.phpt                          |  269 -
 framework/iCalendar/tests/write-escapes.phpt                      |   51 -
 imp/lib/Mime/Viewer/Itip.php                                      |  192 +-
 kronolith/data.php                                                |   12 +-
 kronolith/lib/Api.php                                             |   41 +-
 kronolith/lib/Driver/Ical.php                                     |    4 +-
 kronolith/lib/Event.php                                           |  252 +-
 kronolith/lib/Event/Ical.php                                      |   42 +-
 kronolith/lib/FreeBusy.php                                        |   24 +-
 kronolith/lib/FreeBusy/View.php                                   |   10 +-
 kronolith/lib/Kronolith.php                                       |    2 +-
 kronolith/lib/Storage/kolab.php                                   |    4 +-
 kronolith/lib/Storage/sql.php                                     |    4 +-
 kronolith/lib/View/ExportEvent.php                                |    2 +-
 kronolith/lib/tests/allday.phpt                                   |    6 +-
 kronolith/lib/tests/bug7068.phpt                                  |    6 +-
 kronolith/lib/tests/toicalendar.phpt                              |   16 +-
 kronolith/scripts/import_squirrelmail_calendar.php                |    9 +-
 turba/data.php                                                    |    2 +-
 turba/lib/Api.php                                                 |   10 +-
 turba/lib/Driver.php                                              |  148 +-
 turba/lib/tests/tohash.phpt                                       |    4 +-
 147 files changed, 12299 insertions(+), 12006 deletions(-)
 create mode 100644 framework/Icalendar/examples/Horde/Icalendar/exchange.ics
 create mode 100644 framework/Icalendar/examples/Horde/Icalendar/exdate.ics
 create mode 100644 framework/Icalendar/examples/Horde/Icalendar/ical.ics
 create mode 100755 framework/Icalendar/examples/Horde/Icalendar/parser.php
 create mode 100644 framework/Icalendar/examples/Horde/Icalendar/test_recurring.vcs
 create mode 100644 framework/Icalendar/examples/Horde/Icalendar/vnote.txt
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Daylight.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Exception.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Standard.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Valarm.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vcard.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vevent.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vjournal.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vnote.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Vtodo.php
 create mode 100644 framework/Icalendar/package.xml
 create mode 100644 framework/Icalendar/test/.cvsignore
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/bug_7423.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/charset1.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/empty_data.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/AuthorChats.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/MMMPseminar.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/Moon_Days.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/ProjectCalendar.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/SpanishHolidays.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/allcategories.vcs
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/arsenal32FC.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/events.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exchange.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exdate.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/iscw.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/privacy_events.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/rfc2445.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test.vcs
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test4.vcs
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test_recurring.vcs
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/wicca.ics
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/geo.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/iCalendar.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/line-folding.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/quoted-params.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/read-escapes.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/read-vcard-org.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/read-write-escapes.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/timezones.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/vcal20.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/vfreebusy.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/write-escapes.phpt
 delete mode 100644 framework/iCalendar/docs/examples/exchange.ics
 delete mode 100644 framework/iCalendar/docs/examples/exdate.ics
 delete mode 100644 framework/iCalendar/docs/examples/ical.ics
 delete mode 100755 framework/iCalendar/docs/examples/parser.php
 delete mode 100644 framework/iCalendar/docs/examples/test_recurring.vcs
 delete mode 100644 framework/iCalendar/docs/examples/vnote.txt
 delete mode 100644 framework/iCalendar/iCalendar.php
 delete mode 100644 framework/iCalendar/iCalendar/valarm.php
 delete mode 100644 framework/iCalendar/iCalendar/vcard.php
 delete mode 100644 framework/iCalendar/iCalendar/vevent.php
 delete mode 100644 framework/iCalendar/iCalendar/vfreebusy.php
 delete mode 100644 framework/iCalendar/iCalendar/vjournal.php
 delete mode 100644 framework/iCalendar/iCalendar/vnote.php
 delete mode 100644 framework/iCalendar/iCalendar/vtimezone.php
 delete mode 100644 framework/iCalendar/iCalendar/vtodo.php
 delete mode 100644 framework/iCalendar/package.xml
 delete mode 100644 framework/iCalendar/tests/.cvsignore
 delete mode 100644 framework/iCalendar/tests/bug_7423.phpt
 delete mode 100644 framework/iCalendar/tests/charset1.phpt
 delete mode 100644 framework/iCalendar/tests/empty_data.phpt
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/AuthorChats.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/MMMPseminar.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/Moon_Days.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/ProjectCalendar.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/SpanishHolidays.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/allcategories.vcs
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/arsenal32FC.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/events.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/exchange.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/exdate.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/iscw.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/meeting.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/privacy_events.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/rfc2445.ics
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/test.vcs
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/test4.vcs
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/test_recurring.vcs
 delete mode 100644 framework/iCalendar/tests/fixtures/vTimezone/wicca.ics
 delete mode 100644 framework/iCalendar/tests/geo.phpt
 delete mode 100644 framework/iCalendar/tests/iCalendar.phpt
 delete mode 100644 framework/iCalendar/tests/line-folding.phpt
 delete mode 100644 framework/iCalendar/tests/quoted-params.phpt
 delete mode 100644 framework/iCalendar/tests/read-escapes.phpt
 delete mode 100644 framework/iCalendar/tests/read-vcard-org.phpt
 delete mode 100644 framework/iCalendar/tests/read-write-escapes.phpt
 delete mode 100644 framework/iCalendar/tests/timezones.phpt
 delete mode 100644 framework/iCalendar/tests/vcal20.phpt
 delete mode 100644 framework/iCalendar/tests/vfreebusy.phpt
 delete mode 100644 framework/iCalendar/tests/write-escapes.phpt

http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Imc.php?rt=horde-git&r1=af3026787e3c0fa81dd7ee1307e111a56d555a83&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Vcard.php?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Vnote.php?rt=horde-git&r1=76771a86d2919834c03e512bcb8e36595771080e&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Data/package.xml?rt=horde-git&r1=af3026787e3c0fa81dd7ee1307e111a56d555a83&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Recurrence.php?rt=horde-git&r1=477b883efa5257115fa0453a9cb87aa8fe0d29a8&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Date/test/Horde/Date/RecurrenceTest.php?rt=horde-git&r1=8a72cd4622aa0f66082f4240eaff1cfec2611fa6&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/exchange.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/exdate.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/ical.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/parser.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/test_recurring.vcs?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/examples/Horde/Icalendar/vnote.txt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Daylight.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Exception.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Standard.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Valarm.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vcard.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vevent.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vjournal.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vnote.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Vtodo.php?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/package.xml?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/.cvsignore?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/bug_7423.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/charset1.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/empty_data.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/AuthorChats.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/MMMPseminar.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/Moon_Days.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/ProjectCalendar.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/SpanishHolidays.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/allcategories.vcs?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/arsenal32FC.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/events.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exchange.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/exdate.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/iscw.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/privacy_events.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/rfc2445.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test.vcs?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test4.vcs?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/test_recurring.vcs?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/fixtures/vTimezone/wicca.ics?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/geo.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/iCalendar.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/line-folding.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/quoted-params.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/read-escapes.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/read-vcard-org.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/read-write-escapes.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/timezones.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/vcal20.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/vfreebusy.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/write-escapes.phpt?rt=horde-git&r=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Filter/package.xml?rt=horde-git&r1=2be282e64fc4519a6254ec721be3751cd42c7a2d&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php?rt=horde-git&r1=2be282e64fc4519a6254ec721be3751cd42c7a2d&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php?rt=horde-git&r1=461b328a22b10fd54a870f81aa73b6a974af74cd&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Imap.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php?rt=horde-git&r1=461b328a22b10fd54a870f81aa73b6a974af74cd&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/package.xml?rt=horde-git&r1=28e19acb70381e68771468eb0c0cab9ef15ea2c1&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource.php?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy.php?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Kolab.php?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Mock.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Itip.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Kolab_Resource/package.xml?rt=horde-git&r1=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer/Vcard.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/Mime_Viewer/package.xml?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/Synthesis.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/SyncML/tests/sif.phpt?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/exchange.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/exdate.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/ical.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/parser.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/test_recurring.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/vnote.txt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/valarm.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vcard.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vevent.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vfreebusy.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vjournal.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vnote.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vtimezone.php?rt=horde-git&r1=767847624b436609597b50aa7aa372470cd8fb65&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vtodo.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/package.xml?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/.cvsignore?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/bug_7423.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/charset1.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/empty_data.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/AuthorChats.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/MMMPseminar.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/Moon_Days.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/ProjectCalendar.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/SpanishHolidays.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/allcategories.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/arsenal32FC.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/events.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/exchange.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/exdate.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/iscw.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/meeting.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/privacy_events.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/rfc2445.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/test.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/test4.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/test_recurring.vcs?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/fixtures/vTimezone/wicca.ics?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/geo.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/iCalendar.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/line-folding.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/quoted-params.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/read-escapes.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/read-vcard-org.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/read-write-escapes.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/timezones.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/vcal20.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/vfreebusy.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/framework/iCalendar/tests/write-escapes.phpt?rt=horde-git&r1=b74c3d195cf04f29facc288501504d9c06c091aa&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=84c029d5fed72391f86912a9eb8d4595e6041b7b&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=eb6d40e5575cfc5ff525adcd4596c1bcfe8204ff&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Event/Ical.php?rt=horde-git&r1=755d7cebd4191d74755041595e327eacb694cf69&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/FreeBusy.php?rt=horde-git&r1=57c363e041c30768af6907affc146de65d388455&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/FreeBusy/View.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Storage/kolab.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/Storage/sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/View/ExportEvent.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/tests/allday.phpt?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/tests/bug7068.phpt?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/lib/tests/toicalendar.phpt?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/kronolith/scripts/import_squirrelmail_calendar.php?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/turba/data.php?rt=horde-git&r1=d99358c7192283e929ff5427ec62456e622b2e3c&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=9cca14d6881277d4eea1f8ebf2859ce4a3233b67&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb
http://git.horde.org/diff.php/turba/lib/tests/tohash.phpt?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=09a0ade1f7c7d156a3158532a338c7989498ddfb




More information about the commits mailing list