Lines Matching refs:to

7 * #312: Backported a fix related to iTip processing of events with timezones,
16 * #306: iTip REPLYs to the first instance of a recurring event was not handled
23 * This release supports PHP 7, contrary to 3.4.x versions.
24 * BC Break: `Sabre\VObject\Property\Float` has been renamed to
26 * BC Break: `Sabre\VObject\Property\Integer` has been renamed to
61 * #229: Converting vcards from 3.0 to 4.0 that contained a `LANG` property
87 * #210: iTip: Replying to an event without a master event was broken.
93 * A minor change to ensure that unittests work correctly in the sabre/dav
101 * Updated windows timezone mappings to latest unicode version.
123 * #179: Added `isFloating` to `DATE-TIME` properties.
127 * #180: Added `PROFILE_CALDAV` and `PROFILE_CARDDAV` to enable validation rules
136 * #154: Converting `ANNIVERSARY` to `X-ANNIVERSARY` and `X-ABDATE` and
137 vice-versa when converting to/from vCard 4.
138 * #154: It's now possible to easily select all vCard properties belonging to
140 * #156: Simpler way to check if a string is UTF-8. (@Hywan)
147 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
157 set to support the inbox feature of iOS.
158 * #147: Bugs related to scheduling all-day events.
169 * Changed: iTip broker now sets RSVP status to false when replies are received.
173 * #121: iCal demands parameters containing the + sign to be quoted.
175 * #123: Added `SUMMARY` to iTip messages.
191 * Changed: It's now possible to pass DateTime objects when using the magic
193 * #111: iTip Broker does not process attendee adding events to EXDATE.
207 that was used to be in the `lib/Sabre/VObject` directory is now moved to
208 `lib/`. If you use composer to load this library, you shouldn't have to do
213 to parse incoming iTip messages and apply the result on existing calendars,
216 * #75, #58, #18: Fixes related to overriding the first event in recurrences.
217 * Added: VCalendar::getBaseComponent to find the 'master' component in a
238 * Removed documentation from source repository, to http://sabre.io/vobject/
239 * Expanded the vobject cli tool validation output to make it easier to find
247 * Minor tweak in unittests to make it run on PHP 5.5.12. Json-prettifying
248 slightly changed which caused the test to fail.
254 * Minor tweak to make the unittests run with the latest hhvm on travis.
256 * Updated copyright links to point to http://sabre.io/
265 * Added: bin/generate_vcards, a utility to generate random vcards for testing
266 purposes. Patches are welcome to add more data.
267 * Updated: Windows timezone mapping to latest version from unicode.org
278 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
290 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
301 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
308 and has the ability to repair these.
309 * Added: Some support for vCard 2.1 in the VCard converter, to upgrade to vCard
314 * Added: --forgiving option to vobject utility.
341 * Added: Utility to convert between 2.1, 3.0 and 4.0 vCards.
342 * Added: You can now add() multiple parameters to a property in one call.
344 * Added: VCard::preferred() to find a preferred email, phone number, etc for a
352 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
355 more than 1. Thanks to @Vedmak.
361 * Fixed: includes.php file was still broken. Our tool to generate it had some
368 * Fixed: includes.php was no longer up to date.
387 * Changed: Properties have been moved to an ICalendar or VCard directory.
397 * Added: helper method to parse vCard dates and times.
407 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
413 * Added: It's now possible to send parser options to the splitter classes.
414 * Added: A few tweaks to improve component and property creation.
421 * Changed: Component::remove() will throw an exception when trying to a node
451 * Added: Automatically mapping many, many properties to a property-class with
462 * Added: add() method to the Property class.
463 * Added: It's now possible to easy set multi-value properties as arrays.
483 * Fixed: Minor change to make sure that unittests succeed on every PHP version.
496 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
526 few new API's that mimic the VObject 3 API. This allows it to be used a
541 specifically id 2 for both Sarajevo and Lisbon). A workaround was added to
577 * Added: includes.php file, to load the entire library in one go.
596 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
599 * Added: Also added the 'IGNORE_INVALID_LINES' option, to completely disregard
613 * New: It's possible to specify lists of parameters when constructing
615 * New: made it easier to construct the FreeBusyGenerator.