Lines Matching refs:to

21 * #229: Converting vcards from 3.0 to 4.0 that contained a `LANG` property
47 * #210: iTip: Replying to an event without a master event was broken.
53 * A minor change to ensure that unittests work correctly in the sabre/dav
61 * Updated windows timezone mappings to latest unicode version.
83 * #179: Added `isFloating` to `DATE-TIME` properties.
87 * #180: Added `PROFILE_CALDAV` and `PROFILE_CARDDAV` to enable validation rules
96 * #154: Converting `ANNIVERSARY` to `X-ANNIVERSARY` and `X-ABDATE` and
97 vice-versa when converting to/from vCard 4.
98 * #154: It's now possible to easily select all vCard properties belonging to
100 * #156: Simpler way to check if a string is UTF-8. (@Hywan)
107 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
117 set to support the inbox feature of iOS.
118 * #147: Bugs related to scheduling all-day events.
129 * Changed: iTip broker now sets RSVP status to false when replies are received.
133 * #121: iCal demands parameters containing the + sign to be quoted.
135 * #123: Added `SUMMARY` to iTip messages.
151 * Changed: It's now possible to pass DateTime objects when using the magic
153 * #111: iTip Broker does not process attendee adding events to EXDATE.
167 that was used to be in the `lib/Sabre/VObject` directory is now moved to
168 `lib/`. If you use composer to load this library, you shouldn't have to do
173 to parse incoming iTip messages and apply the result on existing calendars,
176 * #75, #58, #18: Fixes related to overriding the first event in recurrences.
177 * Added: VCalendar::getBaseComponent to find the 'master' component in a
198 * Removed documentation from source repository, to http://sabre.io/vobject/
199 * Expanded the vobject cli tool validation output to make it easier to find
207 * Minor tweak in unittests to make it run on PHP 5.5.12. Json-prettifying
208 slightly changed which caused the test to fail.
214 * Minor tweak to make the unittests run with the latest hhvm on travis.
216 * Updated copyright links to point to http://sabre.io/
225 * Added: bin/generate_vcards, a utility to generate random vcards for testing
226 purposes. Patches are welcome to add more data.
227 * Updated: Windows timezone mapping to latest version from unicode.org
238 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
250 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
261 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
268 and has the ability to repair these.
269 * Added: Some support for vCard 2.1 in the VCard converter, to upgrade to vCard
274 * Added: --forgiving option to vobject utility.
301 * Added: Utility to convert between 2.1, 3.0 and 4.0 vCards.
302 * Added: You can now add() multiple parameters to a property in one call.
304 * Added: VCard::preferred() to find a preferred email, phone number, etc for a
312 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
315 more than 1. Thanks to @Vedmak.
321 * Fixed: includes.php file was still broken. Our tool to generate it had some
328 * Fixed: includes.php was no longer up to date.
347 * Changed: Properties have been moved to an ICalendar or VCard directory.
357 * Added: helper method to parse vCard dates and times.
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.
374 * Added: A few tweaks to improve component and property creation.
381 * Changed: Component::remove() will throw an exception when trying to a node
411 * Added: Automatically mapping many, many properties to a property-class with
422 * Added: add() method to the Property class.
423 * Added: It's now possible to easy set multi-value properties as arrays.
443 * Fixed: Minor change to make sure that unittests succeed on every PHP version.
456 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
486 few new API's that mimic the VObject 3 API. This allows it to be used a
501 specifically id 2 for both Sarajevo and Lisbon). A workaround was added to
537 * Added: includes.php file, to load the entire library in one go.
556 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
559 * Added: Also added the 'IGNORE_INVALID_LINES' option, to completely disregard
573 * New: It's possible to specify lists of parameters when constructing
575 * New: made it easier to construct the FreeBusyGenerator.