[Pkg-owncloud-commits] [php-sabre-vobject] branch 2.1 updated (49bc4e4 -> b0db370)
David Prévot
taffit at moszumanska.debian.org
Mon Mar 31 01:19:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch 2.1
in repository php-sabre-vobject.
from 49bc4e4 Update changelog for 2.1.3-2 release
adds 2f3fc0e Added readme
adds cbb193b Initial directory structure.
adds 90f2273 Initial, simple vcalendar reader. Reads Components and Properties, but not attributes.
adds f88707f Reading attributes
adds f3cc011 Added magic methods and iterators
adds bdf0637 * Added version class * Bugfixes * 100% Test coverage * Docblocks
adds 1e4c51c mege
adds 2345ceb Correctly parsing nested components
adds 9483e21 Reader skips empty lines
adds 5edc7f0 Many VObject improvements. More sensible iterators. Add method on components Export support
adds 9bcb52a More VObject fixes
adds ab97a90 Added includes file
adds 63b839a VObject Improvements to make ArrayAccess work better everywhere
adds c772ae9 Bumped versions
adds 87e156a Bumped version to 1.0
adds cbe2ab0 Happy new year\!
adds 680ad1f Added test for version class
adds c387572 Now using assertInternalType, assertInstanceOf instead of assertType, which is now deprecated (which is a bit silly if you ask me)
adds a7be91a Fixed docblocks
adds 39f5103 Bumped version
adds 7c6665b merge
adds 1f543cb Merge
adds a7d5d62 Merged changes
adds 56e3448 Merging CardDAV work
adds ae73e78 merged changes from default branch
adds 4c5854a Merging changes from main branch to carddav branch
adds 2bc2aae Aded DateTime element to VObject package
adds 01f68cf Bumped version to ensure PEAR dependency
adds 801b968 Merge
adds 1ab8d17 Merge
adds 835e34c Merge
adds 67993ab Updated VObject reader to automatically map properties with custom classes.
adds cbbdb26 Made the parsing for DATETIME-values static, so it can be more easily reused.
adds c4f1f40 Added VOBject element for properties containing multiple dates.
adds 376916c Added 'EXDATE' to the element map
adds b66fd7a Bumped VObject version, and added MultiDateTime to includes
adds 7d95f17 Merged default branch into carddav branch
adds 9e32851 Setting parameters in the VObject library now overwrites the previous value
adds 596c343 Added __unset to VObject_Component
adds 7958531 Merging CardDAV branch
adds df32903 Support for 'groups', which is useful for VCARD parsing
adds 62f6ded VObject uppercase bug
adds 36b5105 More VObject fixes
adds a34b288 Support for vcard groups
adds eed3c14 Fixed reading of empty parameters
adds 1f32a0c Supporting 'empty' parameters
adds b96a11c Added Sabre_VObject_Property::add()
adds e897739 Merge
adds 2552ca7 Support for mixed newlines. Fixes Issue 153.
adds 6196bf6 Added Sabre_VObject_Component::getComponents()
adds 24538ed Merged from default branch
adds 050ac1b Merging in caldav-sched branch in default branch
adds 185efad Moved functions from Sabre_CalDAV_XMLUtil to Sabre_VObject_DateTimeParser
adds 0686089 Pushed version to 1.3.0
adds 841a4c0 Completed most of the time-range filter support, with the exception of FREEBUSY filters and Recurrence rules.
adds 8a4fad9 Merged the calendar-query refactoring branch
adds 467e35b First, untested version of the FreeBusy Generator script
adds 3e321f9 Added FreeBusy generator
adds 76a70c6 First (incomplete) version of the recurrence iterator
adds dd673ac Fixed some iterator bugs, added some tests
adds bedaf12 Making progress with the montly-bymonthday rule
adds 9010f61 The byDay filter / expander for monthly recurrences is working
adds 0e9abd9 Support for a all the RRULE's iCal may use
adds 859b8bf Added 'fastForward' function
adds e027c60 Integrated recurrence rules into the FreeBusyGenerator
adds 1d1a80b Support for EXDATE
adds 1fa798e Fixed some bugs. Free-busy info is now showing up in iCal
adds 15d90fb Fixed encoding of DATE-TIME (was DATETIME before)
adds 6572583 Bumped version, updated changelog
adds 5cde522 Merge branch '1.5'
adds d4df5f4 Set versions to 'alpha'
adds c75a325 Support for FREQ=DAILY;BYDAYS= which is what Thunderbird may use
adds 6e788d0 Docblocks
adds eb48e52 Updated tests
adds fe12704 Correctly handling time-range calendar-query filters with RRULE's. Fixes Issue 97.
adds c00c50c Fixed serializing of parameters with no value (such as BASE64 in VCards's PHOTO property.) Fixes Issue 154.
adds adf7040 Merge branch 'caldav-sched'
adds ec2a85e 100% code coverage in VObject
adds d06285a Updated includes file. Now using PHPincludes
adds ddfc35b Correct paths
adds f0c869c Nicer paths
adds ca8d356 Added includes files
adds bcfcbe5 Merge branch '1.5'
adds 295ebfd Better parsing of timezone information for Evolution client. Fixes Issue #95.
adds 17aaaf3 Merge branch '1.5'
adds b1f6134 RECURRENCE-ID is DateTime too
adds d2f9998 Merge pull request #1 from lkneschke/master
adds 83a3916 renamed class from VObject_Element_* to VObject_Property_*
adds c9fd4df Fixed test for updated classname
adds 0cb6e3d Merge branch '1.5'
adds 434dbf5 Added missing classes
adds df781f1 Merge branch '1.5'
adds 7377226 Merge branch '1.5'
adds 88416eb Many small fixes - fixed most of PHPDoc parameters - Spelling mistakes - Removed ?> from the bottom of php files - Removed trailing spaces at the end of each line (my IDE did this automatically)
adds 65ce5df Merge pull request #3 from PHPGangsta/SpellingAndPHPDoc
adds 88f1bae Merge branch '1.5'
adds 3d71efd Merge branch '1.5'
adds f454da9 Merge branch '1.5'
adds 995ee1b Added preliminary VCalendar component
adds 95bebfc Added VEvent component
adds bb3e08e Automatically mapping properties and components, and a bit of refactoring.
adds e794360 Created VJournal and VTodo components, and refactored time-range checking from CalDAV into these components.
adds ac319fa Docblock
adds 71f4b61 Removed ending ?>
adds defac14 expand() work in progress
adds 4bc4577 expand() appears functional
adds 00fb2b7 Better cloning behaviour
adds aa540f4 Removed MultiDateTime for now. Only used by EXDATE, which was already stripped anyway.
adds a9470a3 Added test for Issue 174.
adds 06bcd00 Correctly line folding on UTF-8 strings. Fixes Issue #174.
adds 49f26ea Merge branch '1.5'
adds a1b64ff Updated changelog, bumped versions
adds 46b7414 Merge branch '1.5'
adds 58f943d Happy 2012!
adds 166536d Merge branch '1.5'
adds fae06e7 Happy 2012!
adds 8993ecc Correctly handling overriden events in recurrence.
adds 25f2078 Tying loose ends together for CALDAV:expand
adds cef4db4 Small typo
adds a05fb7b Merge pull request #4 from andreaswolf/master
adds fa9b8ea Correctly recurring after handling an overridden event.
adds 168409f Fixed property name
adds 5058588 Correctly sorting vobject properties and components
adds d4a8e4c Bumped versions, updated changelog
adds a2eea27 Merge branch '1.5'
adds 754aca3 Fixed sorting
adds 57c8b91 Added another test (just in case)
adds 2522046 Fixed an E_NOTICE, and some code cleanup
adds eb3edb1 Fixed sorting
adds 53c1ab5 Merge branch '1.5'
adds 54808cd Merge branch '1.5'
adds cac6287 Merge branch 'master' into itip-hack
adds 359f5d9 Added support for well-known (but unknown to PHP DateTimeZone) time zone names
adds 389fcad Merge pull request #6 from mrpace2/master
adds 6b0c3a6 Renamed TimeZoneMap
adds a6eca80 Renames
adds 9f35dbd Using the default timezone if all else fails
adds 608b9b2 Renamed to their correct locations
adds d254ef9 Testing the default fallback
adds e18a03b Merge pull request #8 from willdurand/add-composer
adds f3b30aa Added test for empty filter
adds 6d4b5dd Merge branch '1.5'
adds 45c811f Merge pull request #9 from gharlan/carddav-etag
adds e32c82e Merge branch '1.5'
adds 2c7392f Merge branch 'master' into itip-hack
adds 369c0af Merge branch 'master' into itip-hack
adds 81dc010 Merge branch 'master' into itip-hack
adds 687e9e7 Merge branch 'master' into itip-hack
adds f1f3435 Merge branch 'itip-hack'
adds 3f01c0f Testing character escaping better, and now supporting \N for newline. Fixes Issue #189.
adds d99f1cc TimezoneMap -> WindowsTimezoneMap
adds d7c3205 Updated includes files
adds 90f02b4 Fixed a bug where the RecurrenceIterator would infinitely loop, if a weekly event on monday with an interval of 1 is created.
adds 842f912 Added a new test for the infinite loop issue
adds 4b87ce3 Forgot that the client has complete freedom in deciding when to start the week. Now we are going back to 'last [start of the week]' only if we're not already on the start of the week.
adds dcd5611 Merge pull request #10 from PHPGangsta/AddSomeAfterEvents
adds b0b32f5 Added a test for VObject parameter reading
adds e6d94c6 Correctly listening to COUNT and UNTIL.
adds adc1f15 A better way to check if the current date is still within range.
adds 4b276c6 Merge branch '1.5'
adds ee7323a Marked SabreDAV 1.6.0 as 'stable'
adds 21d1262 Fixed a bug where an infinite loop could occur in the recurrence iterator if the recurrence was YEARLY, with a BYMONTH rule, and either BYDAY or BYMONTHDAY match the first day of the month.
adds 113825b Events that are excluded using EXDATE are still counted towards COUNT
adds 1eb4007 Slightly better test
adds bf38632 Bumped versions
adds f96645e When checking if an event overlaps a certain time-range, all-day event with a DTEND are now correctly treated as really lasting all day.
adds 42be54c Merge pull request #11 from hernst42/master
adds da32ee8 Merge branch '1.5' into 1.6
adds 0399044 Merge branch '1.6'
adds c244f70 Merge branch 'master' into calendar-query-optimize
adds c6761a1 Making sure the recurrence iterator works, even if there's no RRULE specified.
adds 01aabd3 Merge branch 'master' into calendar-query-optimize
adds 1b7cea6 Made the parent property public (as it should)
adds dc54482 Bumped versions
adds 599fd2f Refactored VAlarm time-filtering code to Sabre_VObject
adds 4f9e817 Fixed some bugs and added a whole bunch of tests to VALARM time-range checking.
adds 0011b3c Allowing other scalar values to be used as property values.
adds 2fcb265 Recurrence rules of events are now taken into consideration when doing time-range queries on alarms.
adds cd5f19c Merge branch '1.6'
adds 98deee4 fixing some spelling mistakes
adds 8d80a10 Merge pull request #12 from PHPGangsta/spelling
adds db41950 Merge branch 'master' of github.com:evert/SabreDAV
adds f3d74a7 Added a workaround for the fact that php's DateInterval doesn't parse Weeks and Days at the same time.
adds 5f4abc9 Merge branch '1.6'
adds c96e177 added a testcase for DTSTART problem with recurring events (failing at the moment) fixed 2 phpdoc @param
adds e20f440 Merge pull request #17 from PHPGangsta/DTSTARTtest
adds 5ea8091 introduced Sabre_DAV_Server::$exposeVersion to hide the version in production environment
adds 38e423c Merge branch 'master' of https://github.com/evert/SabreDAV into versionswitch
adds 13ade2b Merge pull request #14 from PHPGangsta/versionswitch
adds fbc8ff2 Merge branch 'master' into calendar-query-optimize
adds 8281db1 fixed some phpDoc
adds 7ed16ed Merge pull request #13 from PHPGangsta/smallfixes
adds b5050a2 this fixes the test Sabre_CalDAV_GetEventsByTimerangeTest::testQueryTimerange()
adds a722986 Merge pull request #18 from PHPGangsta/TimeRangeInclStart
adds 8f5c89a Merge branch 'master' of github.com:evert/SabreDAV
adds bd219a3 Fixed time-range inclusivity bug.
adds 8d80bfb fixed small typo in Sabre_VObject_Component_VEventTest::timeRangeTestData() added and fixed PHPDoc for better autocompletion and readability
adds b2a8e0d Merge pull request #19 from PHPGangsta/SomeMorePHPDoc
adds 8eb89a1 Merge branch 'master' of github.com:evert/SabreDAV
adds d90c845 Fixed micheals much sought-after issue.
adds 6ce70ba added a testcase for DTSTART problem with recurring events (failing at the moment) fixed 2 phpdoc @param
adds af4af5c introduced Sabre_DAV_Server::$exposeVersion to hide the version in production environment
adds d504f81 this fixes the test Sabre_CalDAV_GetEventsByTimerangeTest::testQueryTimerange()
adds 91be377 Fixed time-range inclusivity bug.
adds bf47efc Fixed micheals much sought-after issue.
adds 395ba69 Merge branch '1.6'
adds 3a284bb Merge pull request #22 from PHPGangsta/ExpandByDayTest
adds 2d6cf55 Retaining time for weekly byday recurrences. Fixes Issue 200.
adds 50b0424 Getting closer to the end result. VObjects are now parsed when added to the PDO backend, and added a whole bunch of unittests.
adds 10c39cf Added a test for the mighty iterator
adds 2b78e54 Retaining time for weekly byday recurrences. Fixes Issue 200.
adds 661c38f Added VAlarm to includes file
adds 7ceab78 Merge branch '1.6'
adds e87acee removed some PHP closing tags
adds c47ed29 Merge pull request #23 from PHPGangsta/ClosingTags
adds 8baf6fc Merge branch 'master' of github.com:evert/SabreDAV
adds cb4b390 Merge pull request #25 from PHPGangsta/Issue_203
adds 9d6afbd Fixed a problem with overridden events in a recurrence set happening on the exact date and time of a next occurence. Fixes Issue 203.
adds e2d4612 Fixed a problem with overridden events in a recurrence set happening on the exact date and time of a next occurence. Fixes Issue 203.
adds 06cad0f Quick test for EMClient
adds 66b9274 Fixed the 'fifth tuesday of the month' problem.
adds 45e6f11 Merge branch '1.6'
adds 71b3bf3 Merge branch '1.5' into 1.6
adds 37c20ba Merge branch '1.6'
adds ecf42f6 Removed a bunch of classes and interfaces that have been deprecated for some time.
adds a0fede8 Updated includes file
adds d49fd96 Fixed parsing +PT0S. Fixes Issue 205.
adds 4660302 Merge branch '1.6'
adds 08eaefb Actually, we're working on a new version!
adds 6f5ed50 Added a small test for the freebusy generator
adds ae14427 Merge branch '1.6'
adds 3bc1c33 Merge pull request #26 from PHPGangsta/Issue205
adds 71b8e37 Merge branch 'master' of github.com:evert/SabreDAV
adds a996804 Merge pull request #21 from jtlebi/patch
adds 26e1b3b Merge branch 'master' of github.com:evert/SabreDAV
adds eb685d1 Merge branch '1.6'
adds a3c5b17 Merge branch '1.6'
adds 413a414 Removed executable bit
adds b9db898 Merge branch '1.6'
adds 53da4e0 Merge branch '1.6'
adds dedfa03 Merge branch '1.6'
adds 4391dd0 Merge branch '1.6'
adds e3e3656 Migrated all VObject classes to PHP 5.3 namespaces
adds 26a6528 Merge branch '1.6'
adds 36899bf Added a lot of timezone mappings for Microsoft Exhcange
adds a82ec3c Merge pull request #29 from PHPGangsta/Issue220
adds fba64df Merge branch '1.6'
adds effcfd1 Correct casing to fix the travis build
adds 75ac3bd Merge branch 'master' into namespaces
adds 68cc6cb Merge branch 'master' into namespaces
adds 5ed1b5b More migrations
adds fd2409b Set some versions to 'alpha'
adds 2fb0dc0 Removed executable bit
adds 1b78333 Support for MS exchange CDO timezone ids
adds dd3710c Merge branch 'master' into 2.0
adds b564362 Casing
adds 1507f85 temporary rename
adds 2b6122d Now correctly cases the filenames too
adds b206d8c Merge branch '1.6'
adds f9bbfde Merge pull request #31 from armin-hackmann/master
adds b2cc556 Merge branch '1.6'
adds b05ed0f Merge branch '1.6'
adds c763d50 Merge branch 'master' into dav-notifications
adds 285c67e Merge branch 'master' into dav-notifications
adds af42d57 Merge branch 'master' into dav-notifications
adds bafb46f Merge branch 'dav-notifications'
adds 0908957 Fixed an issue with the recurrenceiterator with yearly rules on leap days.
adds ec2c78d Added a check for checking if an event falls within a timerange for recurring, all-day events with no dtend
adds 2e49f0d Another recurrence rule bug
adds 3146fc2 Merge branch '1.6'
adds 4540b98 Merge pull request #37 from DominikTo/master
adds af12e9d added readme.md
adds bce36f3 typo and formatting
adds 7d322f9 Merge remote-tracking branch 'upstream/master'
adds d2841bd Fixed another time-range filter bug.
adds 3224ea1 Merge branch '1.6'
adds 75479fd Merge remote-tracking branch 'upstream/master'
adds 61a3d9f changed unittest to expect correct serialization order and added another serialization order unittest
adds 62e5fad typo
adds 92681b2 fixed Issue 219: serialize() now reorders correctly
adds da2133d now using uksort for serialize() reordering
adds ffe91b2 extended sorting unittest to test if ordering works for >10 elements
adds 844ef68 sortScore cleanup and documentation
adds 4142bdb making sure that sortScore always returns unambiguous scores
adds a5e482f added some comments to $sortScore
adds c3d69ae Merge pull request #38 from DominikTo/master
adds d65960b Added a basic validation framework, and added validation methods for the VCalendar component.
adds 9d266c5 Merge branch '1.6'
adds 4adbb0c Fixed all-day time-range checks. Fixes Issue 228.
adds 01559b6 Merge branch '1.6'
adds 63ec15c Merge branch '1.6'
adds b5aabce Merge branch 'master' into 2.0
adds cc94a4b Migration to namespaces
adds 3ffad40 Another batch moved to namespaces
adds 944e713 Merge remote-tracking branch 'sabredav/2.0'
adds 0cd54d9 We no longer need to specify the package/subpackage
adds 667d22b Added phpunit configuration, gitignore and composer info
adds 2b19713 Removed SabreDAV dependencies. Fixed tests to work on non-UTC timezone
adds b015212 Added a new changelog
adds 6766eec Added travis ci config
adds a3ef067 Added 3-clause BSD license
adds 0d984a5 Making sure travis initializes composer
adds 8633482 Added travis build status to README
adds 775054a Now we can easily specify parameters when we're creating properties.
adds 9e19674 A lot more documentation
adds 990fc67 Missing backtick
adds ddf6da6 Fixed numbering
adds c86e435 Added additional docs with more features
adds 6a30d57 Allowing a single object to be set.
adds 77303a9 Added a constructor to the freebusy generator
adds 4230b15 Fixed links
adds ea57348 Added a unittest for new constructor thingy
adds 090d3f3 Changelog note
adds e497202 Now referencing dev-master
adds d1bfa03 Release date
adds ba11f07 Updated readme to reference current release
adds b6ac43d Update README.md
adds 3e02591 Update README.md
adds 6ea8927 Adding some functionality to automatically repair vcards with no VERSION or FN.
adds 3caefe0 Falling back to ORG if N and FS don't exist
adds 0ac32d0 Moved validation constants from Compnent to Node class.
adds 6d19f4c Removed the Element class. It wasn't really used anyway
adds b55cb28 Testing vendor bins
adds d034f7e Testing vendor bins
adds dedc3d6 Updated changelog
adds 193aa4c Bumped version
adds 21cc377 Now checking for valid UTF-8 sequences.
adds 119c90b We can now repair non-UTF-8 data and strip control characters
adds 0c6bff7 Breaking the loop as soon as we have the composer autoloader.
adds d52f099 Cosmetic fix. thnx @staabm
adds 44fb547 Fixed an infinite loop problem
adds eea6dd6 Added Compound property and test.
adds 8ff8b48 Added N, ADR, ORG and CATEGORIES to classMap to use compound property class.
adds 4a35bd9 Don't strip slashes before comma and semi-colon to be able to unserialize compound values.
adds b43de1d Remove getValue() method.
adds 879a448 Don't use stripSlashes(), instead omit commas and semi-colons from the regex.
adds b435d4c Merge git://github.com/evert/sabre-vobject
adds 1a4821e Make Travis happier.
adds 28b16b2 Removed ownCloud reference that had snook in.
adds 69606c2 Reference latest RFC.
adds 176d837 Correcting copyright statement.
adds 9f95900 Don't use SabreDav exceptions.
adds 288982c *Array() -> *Parts().
adds adc888b *Array() -> *Parts() in tests as well.
adds 9a09e6b *Array() -> *Parts() again because apparently I'm blind :-P
adds b2bbaf1 Make internal value protected.
adds 2d9c9a0 Use strtr() instead of str_replace().
adds 52a9325 Removed unnecessary count().
adds 761ec0f array_map() strtr(). Knit-picking can be fun ;)
adds 10b1f83 Don't keep internal parsed data. This also obsoletes serialize().
adds bf2ecba And also on setParts().
adds e02f5f4 Merge pull request #1 from tanghus/master
adds 2f121e7 Fixed key in X-MICROSOFT-CDO-TZID mapping
adds 1d5d5c3 Merge pull request #2 from pborreli/patch-1
adds 7331555 Merge branch 'master' of github.com:evert/sabre-vobject
adds f5f2efd Updated missing items from changelog
adds a1ef3ca Forward-ported fix from @PHPGangsta
adds b5cce52 Fixed test
adds 30283a5 25% faster parsing
adds 11eb638 added vobject/splitter
adds 3514580 getting uri correctly
adds 8deaa34 simplyfied VObject/Splitter/VCard quite a bit, thanks @evert
adds cd00982 added docblocks
adds 20d94a7 Merge pull request #3 from DominikTo/import
adds ab44813 Splitter fixes.
adds e97b94b Updated changelog
adds 1d5f19e testing if objects are valid
adds 0d8d838 handling timezones and made tests a bit stricter
adds b8e5d45 adding base properties to Splitter\VObject\ICalendar objects
adds 359daf3 Merge pull request #4 from DominikTo/master
adds 1b81fc8 Updated changelog with some credz
adds 3aed1a9 vcard splitter tweak, thanks @staabm
adds 7f6f4c8 Merge pull request #6 from DominikTo/splitter-tweaks
adds a1b664e Some tweaks.
adds 66c85df added VObject\StringUtil tests
adds 73a45e9 Merge pull request #5 from DominikTo/stringUtilTests
adds 6cb0a88 Correctly encoding DTEND for freebusy reports
adds e80d79e Updated changelog
adds f0a4eb2 Added the VFreeBusy component.
adds c9eb2ab Updated changelog
adds 2244ce7 Forgiving mode for Reader class.
adds 22a06b0 The reader now has an option to completely ignore invalid lines.
adds 32a60ee Updated changelog
adds 476cafa Ignoring closing braces for php unittest coverage, as they will never be reached.
adds cc19578 Consistency fixes.
adds 97845f1 hopefully improved memory usage of iCalendar splitter a bit
adds 48f9beb simplified getNext() in iCalendar splitter
adds c9cee71 typo
adds b826abc Merge pull request #7 from DominikTo/master
adds 19f2e44 cleaned readme a bit
adds 1910073 Merge pull request #8 from DominikTo/master
adds 659888a Simplified the Compound property a great deal.
adds 0bd0727 One more test. Now really 100%
adds c63a9da Updated changelog for 2.0.1 release
adds 277ba63 Added includes file
adds be402e9 Updated changelog
adds 515f597 Bumped version
adds 60a262e Updated changelog
adds 69e70ed Merged a bugfix from 1.3 vobject.
adds 49ab1d6 Small correction
adds d8cb84c Merge branch 'master' of github.com:evert/sabre-vobject
adds 52a7746 Added hourly checks.
adds f42bd1d Removed a reference to a hourlymap, no need for this.
adds 250c3bb Found an issue with the format, now we use hours.
adds 7c72e38 Added tests.
adds 632f914 Chenged the hour output format.
adds da031b7 Added byhour support to daily freq.
adds d923ffb Merge pull request #12 from clubmaster/hourly
adds 688562e Removed some duplicate code. Updated changelog.
adds 641fd3a Support for GMT+0100, GMT-0500, etc..
adds ae79cd3 Support for "SystemV/EST5EDT" tzid.
adds 03a9336 Merge branch 'master' of github.com:evert/sabre-vobject
adds ca06d40 Fix for recurring events where RRULE:UNTIL < DTSTART
adds 1dcd6b6 Merge remote-tracking branch 'upstream/master'
adds 81a7ad1 Merge pull request #17 from DominikTo/master
adds f2f3e85 Slightly better comments. Need to remember the why, not just the what.
adds 5090d78 Changed composer.json file.
adds 2c8fdad Added support for hourly events.
adds f6d1807 Merge branch 'hourly'
adds 52fa780 Merge git://github.com/evert/sabre-vobject
adds d04c957 Some code cleanup
adds acc3d00 Use date object in the nextWeekly object.
adds 3a5239e Added support for weekly byday and byhour.
adds d79efcc Submitted tests to prove me right.
adds ddae81a Reverted composer file to original.
adds 4eccf5b Added test for hourly frequences, and removed the byHour in the hourly run.
adds 1fcd222 Merge pull request #16 from clubmaster/hourly
adds 2683d5c Merge branch 'master' of github.com:evert/sabre-vobject
adds 3e76631 Updated changelog
adds a6ae357 Small docblock change
adds a4f061c Releasing the new vobject.
adds 6f83aaa Lotus domino timezones.
adds d1e05b0 Releasing 2.0.4.
adds 7b80100 The freebusygenerator is now using the factory methods.
adds 6f9d50d Updated changelog
adds 81dc781 Bumped version
adds f91c975 Small tweak. Thanks @tanghus.
adds 626f912 Happy new year!
adds 30f3f3b Bumped copyright year.
adds 66d9417 Now testing php 5.5
adds 3d3914d Adding a test for testing empty parameter serialization.
adds 03cac30 Correctly parsing empty parameters now.
adds 2e7b6fc Microsoft re-uses their magic numbers for different timezones.
adds fe9a051 Updated changelog and bumped version
adds 9e39009 Set release date.
adds 294831a Not sure how I missed these CS problems.
adds 0f8db7c Added a Text property
adds 1540a81 Updated changelog
adds c23860d Bumped version
adds 4881bad Revert "Bumped version"
adds 55e1f07 Revert "Updated changelog"
adds dc7217d Revert "Added a Text property"
adds fa41580 Added design doc.
adds 4bd310e fixed a few typos
adds b009ecb Merge pull request #25 from DominikTo/patch-1
adds 8928aa7 One more small fix
adds 116ae8c Making sure unittests can also run when vobject is a composer dependency.
adds fe20656 We are still on PHP 5.3 here.
adds 94ca7af Updated copyright statements to fruux, and changed my homepage.
adds ca02259 Updated readme
adds 8908bb1 Adding changes to README so that the expand example works with copy-paste
adds 0b5b23b Merge pull request #30 from stevetauber/master
adds cb4127c Added a simple benchmark script
adds 7de2904 Added a script to generate test data
adds a3762c9 Fixed link
adds 7fb0afb New github location
adds 6493a7d New travis location
adds 73c7b74 Fixed the second one
adds 587f6ce Added a test for Issue #32.
adds 759469e Bench is executable
adds 964d681 Forcing a travis build
adds 2fc8120 Added DateTime::hasTime
adds 9eb5e1e Bumped version.
adds a958f1e Added Property::getValue()
adds bbc78a1 Added a Document class.
adds 99b3bac Added a Document class.
adds 9fc8ada Added parameter::getValue()
adds b0af05b Added mbstring dependency.
adds 471c44b Releasing vobject 2.1.0
adds b84d3d2 Added a test to confirm Issue #50.
adds 2fd761a Fixes Issue #50.
adds 44451e9 Updated changelog, bumped version.
adds cb81363 Confirmed Issue #48 with a unittest.
adds ceee490 ::valid is corrected, but ::next is still behaving incorrectly.
adds 5ce7675 Fix for Issue #48.
adds 2202f48 Set release date.
adds 6834750 Another bug slipped through.
adds 5baf51a Removed the design document.
adds e83620b Fixed Issue #53.
adds 676c9c0 Bumped version and set release date.
adds 5673c01 \r is now stripped from property values.
adds d5496c9 Bumped version, updated changelog
adds 446320c Fixes Issue #65.
adds e46d685 Releasing 2.1.3
new 93b65c2 Lets see if travis supports these php versions
new 45539f4 Travis doesn't have PHP 5.5.10 (yet), so for now we're just adding it to allowed_failures.
new 9a37440 I really need a .travis.yml validator so i don't always commit incorrect configuration.
new 54fe10f Is this a spacing thing? lint.travis didn't seem to catch it.
new 2b96121 The dash was missing.
new 9109e82 First fix for #87.
new 6f3df8d PHP 5.5.10 seems to automatically convert GMT to UTC.
new 52fc7bd Another fix for #87.
new c368d54 Updated changelog
new 17fd829 PHP 5.6 on travis does not yet have the changes PHP 5.5.10 has.
new e40c892 Bumped version.
new 2a5bbf8 note to self. learn yaml markup
new 9892cf9 This should do it.
new 8d9b4c1 Fallbacks for missing timezones from PHP 5.5.10
new 199b6ec Set release date.
new d4cee1c Imported Upstream version 2.1.4
new 18b5b92 Merge tag 'upstream/2.1.4' into 2.1
new b0db370 Update changelog for 2.1.4-1 release
The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 8 ++++
ChangeLog | 4 ++
debian/changelog | 8 ++++
lib/Sabre/VObject/TimeZoneUtil.php | 59 +++++++++++++++++++++++---
lib/Sabre/VObject/Version.php | 2 +-
tests/Sabre/VObject/RecurrenceIteratorTest.php | 4 +-
tests/Sabre/VObject/TimeZoneUtilTest.php | 13 +++++-
7 files changed, 86 insertions(+), 12 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list