Lines Matching refs:now

39 * #216: `ENCODING` parameter is now validated for all document types.
40 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
78 * #168: Expanding calendars now removes objects with recurrence rules that
82 * #175: Parser can now read and skip the UTF-8 BOM.
98 * #154: It's now possible to easily select all vCard properties belonging to
103 DATE-TIME properties can now all accept a reference timezone when working
106 * #159: `RECURRENCE-ID` for all-day events will now be correct when expanding.
113 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the
116 * #144: `PARTSTAT=NEEDS-ACTION` is now set for new invites, if no `PARTSTAT` is
129 * Changed: iTip broker now sets RSVP status to false when replies are received.
130 * #118: iTip Message now has a `getScheduleStatus()` method.
138 * #131: RRULE that doesn't provide a single valid instance now throws an
151 * Changed: It's now possible to pass DateTime objects when using the magic
152 setters on properties. (`$event->DTSTART = new DateTime('now')`).
154 * #112: EventIterator now sets TZID on RECURRENCE-ID.
159 * #115: Using REQUEST-STATUS from REPLY messages and now propegating that into
166 * We now use PSR-4 for the directory structure. This means that everything
167 that was used to be in the `lib/Sabre/VObject` directory is now moved to
170 * VEVENT now get populated with a DTSTAMP and UID property by default.
187 * Added: Issue #98. The VCardConverter now takes `X-APPLE-OMIT-YEAR` into
196 * Validator now checks if DUE and DTSTART are of the same type in VTODO, and
223 * The validator can now detect a _lot_ more problems. Many rules for both
228 * Changed: The timezone maps are now loaded in from external files, in
266 many, are now automatically padded with empty components.
267 * Added: The vCard validator now also checks for a minimum number of components,
299 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
302 * Added: You can now add() multiple parameters to a property in one call.
306 * Changed: All $duration properties are now public.
334 * Added: OPTION_FORGIVING now also allows slashes in property names.
361 * Fixed: Multiple parameters with the same name are now correctly encoded.
362 * Fixed: Parameter values containing a comma are now enclosed in double-quotes.
363 * Fixed: Iterating parameter values should now fully work as expected.
365 * Changed: $valueMap, $componentMap and $propertyMap now all use fully-qualified
367 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
373 * Added: It's now possible to send parser options to the splitter classes.
380 * Changed: propertyMap, valueMap and componentMap are now static properties.
383 * Added: Splitter objects are now faster, line numbers are accurately reported
385 * Added: MimeDir parser can now continue parsing with the same stream buffer.
388 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
419 * Changed: the ->value property is now protected everywhere. Use getParts() and
423 * Added: It's now possible to easy set multi-value properties as arrays.
508 * Fixed: The reader now properly parses parameters without a value.
514 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
529 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
556 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
570 * VObject is now a separate project from SabreDAV. See the SabreDAV changelog
572 * New: VObject library now uses PHP 5.3 namespaces.