Lines Matching refs:in

14 * #355: Support `DateTimeInterface` in more places where only `DateTime` was
23 * #327: Throwing `InvalidDataException` in more cases where invalid iCalendar
27 * #333: Fix endless loop on invalid `BYMONTH` values in recurrence.
42 * #312: Correctly extracing timezone in the iTip broker, even when we don't
58 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl)
66 in any other document, we must ignore it.
96 object, instead of editing the existing `VCalendar` in-place. This is a BC
98 * #265: Using the new `InvalidDataException` in place of
99 `InvalidArgumentException` and `LogicException` in all places where we fail
110 * #185: Fix encoding/decoding of `TIME` values in jCal/jCard.
136 before in arguments. This means that either `DateTime` or
198 * This package now specifies in composer.json that it does not support PHP 7.
219 * #250: Recurring all-day events are incorrectly included in time range
220 requests when not using UTC in the time range. (@armin-hackmann)
233 * #228: Fixed a 'party crasher' bug in the iTip broker. This would break
234 scheduling in some cases.
243 * #211: Fix `BYDAY=-5TH` in recurrence iterator. (@lindquist)
258 * A minor change to ensure that unittests work correctly in the sabre/dav
268 * #195: PHP 5.3 compatibility in 'generatevcards' script. (@rickdenhaan)
342 * #128: `ATTACH` in iCalendar is `URI` by default, not `BINARY`.
362 * #114: Support for 'MAILTO:' style email addresses (in uppercase) in the iTip
372 that was used to be in the `lib/Sabre/VObject` directory is now moved to
381 * #75, #58, #18: Fixes related to overriding the first event in recurrences.
382 * Added: VCalendar::getBaseComponent to find the 'master' component in a
395 * Fixed: PHP 5.3 support was broken in the cli tool.
401 * Validator now checks if DUE and DTSTART are of the same type in VTODO, and
412 * Minor tweak in unittests to make it run on PHP 5.5.12. Json-prettifying
433 * Changed: The timezone maps are now loaded in from external files, in
436 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
437 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
445 * Added: Support for DateTime objects in the VCard DATE-AND-OR-TIME property.
456 changes in PHP 5.5.10.
468 * Added: VCardConverter removed properties that are no longer supported in vCard
474 * Added: Some support for vCard 2.1 in the VCard converter, to upgrade to vCard
480 * Fixed: Compound properties such as ADR were not correctly split up in vCard
495 * Fixed: Issue #53. A regression in RecurrenceIterator.
501 * Added: bad-ass new cli debugging utility (in bin/vobject).
505 PHOTO and others. BINARY no longer exists in vCard 4.
507 * Added: You can now add() multiple parameters to a property in one call.
514 events are out of order in the iCalendar file.
515 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past
539 * Added: OPTION_FORGIVING now also allows slashes in property names.
555 * Fixed: Recursive loop in ICalendar\DateTime property.
567 * Fixed: Parameter values containing a comma are now enclosed in double-quotes.
592 * Fixed: \r is properly stripped in text values.
640 * Fixed: Issue #94, a workaround for bad escaping of ; and , in compound
642 stuck in the 2.1 versions.
662 changes in PHP 5.5.10.
675 * Fixed: Issue #53. A regression in RecurrenceIterator.
682 events are out of order in the iCalendar file.
683 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past
732 * Added: Support for 'GMT+????' format in TZID's.
733 * Added: Support for formats like SystemV/EST5EDT in TZID's.
735 * Added: Support for BYHOUR in FREQ=DAILY (@hollodk).
736 * Added: Support for BYHOUR and BYDAY in FREQ=WEEKLY.
742 * Added: includes.php file, to load the entire library in one go.
762 properties with incorrect characters in the name (at this time, it just allows
766 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands