Lines Matching refs:to

9 * Updated to the latest windows timezone data mappings.
39 * #306: iTip REPLYs to the first instance of a recurring event was not handled
46 * Added a PHPUnitAssertions trait. This trait makes it easy to compare two
54 * #300: Added `VCard::getByType()` to quickly get a property with a specific
56 * #302: `UNTIL` was not encoded correctly when converting to jCal.
101 * #227: Always add `VALUE=URI` to `PHOTO` properties.
102 * #235: Always add `VALUE=URI` to `URL` properties.
103 * It's now possible to override which class is used instead of
107 * #41: Allow user to set different encoding than UTF-8 when decoding vCards.
116 * Updated windows timezone file to support new mexican timezone.
148 * Now using php-cs-fixer to automatically enforce and correct CS.
150 * #237: Added a `destroy()` method to all documents. This method breaks any
151 circular references, allowing PHP to free up memory.
156 to `protected`. Use the `children()` method instead to get a flat list of
158 * #244: The `Float` and `Integer` classes have been renamed to `FloatValue`
159 and `IntegerValue` to allow PHP 7 compatibility.
172 * #312: Backported a fix related to iTip processing of events with timezones,
181 * #306: iTip REPLYs to the first instance of a recurring event was not handled
188 * This release supports PHP 7, contrary to 3.4.x versions.
189 * BC Break: `Sabre\VObject\Property\Float` has been renamed to
191 * BC Break: `Sabre\VObject\Property\Integer` has been renamed to
226 * #229: Converting vcards from 3.0 to 4.0 that contained a `LANG` property
252 * #210: iTip: Replying to an event without a master event was broken.
258 * A minor change to ensure that unittests work correctly in the sabre/dav
266 * Updated windows timezone mappings to latest unicode version.
288 * #179: Added `isFloating` to `DATE-TIME` properties.
292 * #180: Added `PROFILE_CALDAV` and `PROFILE_CARDDAV` to enable validation rules
301 * #154: Converting `ANNIVERSARY` to `X-ANNIVERSARY` and `X-ABDATE` and
302 vice-versa when converting to/from vCard 4.
303 * #154: It's now possible to easily select all vCard properties belonging to
305 * #156: Simpler way to check if a string is UTF-8. (@Hywan)
312 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
322 set to support the inbox feature of iOS.
323 * #147: Bugs related to scheduling all-day events.
334 * Changed: iTip broker now sets RSVP status to false when replies are received.
338 * #121: iCal demands parameters containing the + sign to be quoted.
340 * #123: Added `SUMMARY` to iTip messages.
356 * Changed: It's now possible to pass DateTime objects when using the magic
358 * #111: iTip Broker does not process attendee adding events to EXDATE.
372 that was used to be in the `lib/Sabre/VObject` directory is now moved to
373 `lib/`. If you use composer to load this library, you shouldn't have to do
378 to parse incoming iTip messages and apply the result on existing calendars,
381 * #75, #58, #18: Fixes related to overriding the first event in recurrences.
382 * Added: VCalendar::getBaseComponent to find the 'master' component in a
403 * Removed documentation from source repository, to http://sabre.io/vobject/
404 * Expanded the vobject cli tool validation output to make it easier to find
412 * Minor tweak in unittests to make it run on PHP 5.5.12. Json-prettifying
413 slightly changed which caused the test to fail.
419 * Minor tweak to make the unittests run with the latest hhvm on travis.
421 * Updated copyright links to point to http://sabre.io/
430 * Added: bin/generate_vcards, a utility to generate random vcards for testing
431 purposes. Patches are welcome to add more data.
432 * Updated: Windows timezone mapping to latest version from unicode.org
443 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
455 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
466 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
473 and has the ability to repair these.
474 * Added: Some support for vCard 2.1 in the VCard converter, to upgrade to vCard
479 * Added: --forgiving option to vobject utility.
506 * Added: Utility to convert between 2.1, 3.0 and 4.0 vCards.
507 * Added: You can now add() multiple parameters to a property in one call.
509 * Added: VCard::preferred() to find a preferred email, phone number, etc for a
517 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
520 more than 1. Thanks to @Vedmak.
526 * Fixed: includes.php file was still broken. Our tool to generate it had some
533 * Fixed: includes.php was no longer up to date.
552 * Changed: Properties have been moved to an ICalendar or VCard directory.
562 * Added: helper method to parse vCard dates and times.
572 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
578 * Added: It's now possible to send parser options to the splitter classes.
579 * Added: A few tweaks to improve component and property creation.
586 * Changed: Component::remove() will throw an exception when trying to a node
616 * Added: Automatically mapping many, many properties to a property-class with
627 * Added: add() method to the Property class.
628 * Added: It's now possible to easy set multi-value properties as arrays.
648 * Fixed: Minor change to make sure that unittests succeed on every PHP version.
661 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
691 few new API's that mimic the VObject 3 API. This allows it to be used a
706 specifically id 2 for both Sarajevo and Lisbon). A workaround was added to
742 * Added: includes.php file, to load the entire library in one go.
761 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
764 * Added: Also added the 'IGNORE_INVALID_LINES' option, to completely disregard
778 * New: It's possible to specify lists of parameters when constructing
780 * New: made it easier to construct the FreeBusyGenerator.