Lines Matching refs:with

7 * #312: Backported a fix related to iTip processing of events with timezones,
75 * #219: Corrected validation of `EXDATE` properties with more than one value.
76 * #212: `BYSETPOS` with values below `-1` was broken and could cause infinite
80 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
111 * #204: Dealing a bit better with vCard date-time values that contained
118 * #168: Expanding calendars now removes objects with recurrence rules that
139 a single group with `$vcard->{'ITEM1.'}` syntax. (@armin-hackmann)
210 * VEVENT now get populated with a DTSTAMP and UID property by default.
221 excluded events with wrong time
254 * Minor tweak to make the unittests run with the latest hhvm on travis.
278 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
301 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
305 * Added: vCards with a minimum number of values (such as N), but don't have that
306 many, are now automatically padded with empty components.
313 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
354 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
375 * Fixed: DateTimeParser no longer fails on dates with years < 1000 & > 4999
376 * Fixed: Issue 36: Workaround for the recurrenceiterator and caldav events with
401 * Fixed: Multiple parameters with the same name are now correctly encoded.
425 * Added: MimeDir parser can now continue parsing with the same stream buffer.
442 * Fixed: Now correctly dealing with escaping of properties. This solves the
443 problem with double-backslashes where they don't belong.
444 * Added: Easy support for properties with more than one value, using setParts
451 * Added: Automatically mapping many, many properties to a property-class with
455 * Changed: Components, Properties and Parameters can no longer be created with
468 * Added: You can add new sub-components much quicker with the magic setters, and
525 * This version is fully backwards compatible with 2.0.\*. However, it contains a
528 1.8 can run with both the 2 and 3 versions of this library.
542 deal with this.
578 * Fixed: A problem with determining alarm triggers for TODO's.
597 properties with incorrect characters in the name (at this time, it just allows
604 * Fixed: Parser is at least 25% faster with real-world data.