Lines Matching refs:with

35 * #219: Corrected validation of `EXDATE` properties with more than one value.
36 * #212: `BYSETPOS` with values below `-1` was broken and could cause infinite
40 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
71 * #204: Dealing a bit better with vCard date-time values that contained
78 * #168: Expanding calendars now removes objects with recurrence rules that
99 a single group with `$vcard->{'ITEM1.'}` syntax. (@armin-hackmann)
170 * VEVENT now get populated with a DTSTAMP and UID property by default.
181 excluded events with wrong time
214 * Minor tweak to make the unittests run with the latest hhvm on travis.
238 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
261 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
265 * Added: vCards with a minimum number of values (such as N), but don't have that
266 many, are now automatically padded with empty components.
273 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
314 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
335 * Fixed: DateTimeParser no longer fails on dates with years < 1000 & > 4999
336 * Fixed: Issue 36: Workaround for the recurrenceiterator and caldav events with
361 * Fixed: Multiple parameters with the same name are now correctly encoded.
385 * Added: MimeDir parser can now continue parsing with the same stream buffer.
402 * Fixed: Now correctly dealing with escaping of properties. This solves the
403 problem with double-backslashes where they don't belong.
404 * Added: Easy support for properties with more than one value, using setParts
411 * Added: Automatically mapping many, many properties to a property-class with
415 * Changed: Components, Properties and Parameters can no longer be created with
428 * Added: You can add new sub-components much quicker with the magic setters, and
485 * This version is fully backwards compatible with 2.0.\*. However, it contains a
488 1.8 can run with both the 2 and 3 versions of this library.
502 deal with this.
538 * Fixed: A problem with determining alarm triggers for TODO's.
557 properties with incorrect characters in the name (at this time, it just allows
564 * Fixed: Parser is at least 25% faster with real-world data.