Imported Kolab_Format from Horde CVS.
authorGunnar Wrobel <p@rdus.de>
Tue, 23 Jun 2009 16:06:12 +0000 (18:06 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 29 Jun 2009 03:54:57 +0000 (05:54 +0200)
commit50c79a502e61dcd476c45e09a8ff29b8c17e58aa
tree5b17633dfcc4cb2774c3c18da8d27ad78b7adb22
parent8f17470c090a8098eb1e519314dfdf0e19fc6942
Imported Kolab_Format from Horde CVS.
31 files changed:
framework/Kolab_Format/COPYING [new file with mode: 0644]
framework/Kolab_Format/doc/Horde/Kolab/Format/usage.txt [new file with mode: 0644]
framework/Kolab_Format/examples/Horde/Kolab/Format/event.php [new file with mode: 0644]
framework/Kolab_Format/examples/Horde/Kolab/Format/new_type.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format/Date.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format/XML.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format/XML/annotation.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format/XML/contact.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format/XML/distributionlist.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format/XML/event.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format/XML/hprefs.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format/XML/note.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format/XML/task.php [new file with mode: 0644]
framework/Kolab_Format/package.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/ContactTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/EventTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/MimeAttrTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/PreferencesTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/XmlTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_category.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_mail.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_pgp.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/event_umlaut.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/event_umlaut_broken.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/preferences_read_old.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/preferences_write_old.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/recur.xml [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/recur_fail.xml [new file with mode: 0644]