Lines Matching refs:Fixed

29 * #339: Fixed a few `validate()` results when repair is off. (@PHPGangsta)
233 * #228: Fixed a 'party crasher' bug in the iTip broker. This would break
271 * #187: Fixed validator rules for `LAST-MODIFIED` properties.
289 * #179: Fixed jCal serialization of floating `DATE-TIME` properties.
385 * Fixed: Issue #101: RecurrenceIterator::nextMonthly() shows events that are
394 * Fixed: Issue #96. Some support for Yahoo's broken vcards.
395 * Fixed: PHP 5.3 support was broken in the cli tool.
406 * Fixed: vobject repair. It was not working for iCalendar objects.
436 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
437 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
439 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
440 * Fixed: Issue #26. Return a more descriptive error when coming across broken
442 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
443 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
447 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
448 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
455 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
462 * Fixed: Support from properties from draft-daboo-valarm-extensions-04. Issue
464 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
466 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
476 * Fixed: Issue 60 Use Document::$componentMap when instantiating the top-level
478 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
480 * Fixed: Compound properties such as ADR were not correctly split up in vCard
482 * Fixed: Issue 64: Encoding of binary properties of converted vCards. Thanks
489 * Fixed: Setting correct property group on VCard conversion
495 * Fixed: Issue #53. A regression in RecurrenceIterator.
503 * Fixed: URI properties should not escape ; and ,.
504 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
513 * Fixed: Issue #50. RecurrenceIterator gives incorrect result when exception
515 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past
519 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
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.
540 * Fixed: DateTimeParser no longer fails on dates with years < 1000 & > 4999
541 * Fixed: Issue 36: Workaround for the recurrenceiterator and caldav events with
543 * Fixed: jCard encoding of TIME properties.
544 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
550 * Fixed: Corrected includes.php file.
551 * Fixed: vCard date-time parser supported extended-format dates as well.
553 * Fixed: Couldn't parse vCard 3 extended format dates and times.
554 * Fixed: Couldn't export jCard DATE values correctly.
555 * Fixed: Recursive loop in ICalendar\DateTime property.
566 * Fixed: Multiple parameters with the same name are now correctly encoded.
567 * Fixed: Parameter values containing a comma are now enclosed in double-quotes.
568 * Fixed: Iterating parameter values should now fully work as expected.
569 * Fixed: Support for vCard 2.1 nameless parameters.
572 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
591 * Fixed: vobjectvalidate.php is operational again.
592 * Fixed: \r is properly stripped in text values.
593 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
595 * Fixed: Parser assumes vCard 2.1, if no version was supplied.
601 * Fixed: vCard URL properties were referencing a non-existant class.
607 * Fixed: Now correctly dealing with escaping of properties. This solves the
640 * Fixed: Issue #94, a workaround for bad escaping of ; and , in compound
648 * Fixed: Minor change to make sure that unittests succeed on every PHP version.
654 * Fixed: #94: Better parameter escaping.
661 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
668 * Fixed: Issue #55. \r must be stripped from property values.
669 * Fixed: Issue #65. Putting quotes around parameter values that contain a colon.
675 * Fixed: Issue #53. A regression in RecurrenceIterator.
681 * Fixed: Issue #50. RecurrenceIterator gives incorrect result when exception
683 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past
705 * Fixed: Microsoft re-uses their magic numbers for different timezones,
713 * Fixed: The reader now properly parses parameters without a value.
719 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
734 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
743 * Fixed: A problem with determining alarm triggers for TODO's.
751 * Fixed: RecurrenceIterator could infinitely loop when an INTERVAL of 0 was
766 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
768 * Fixed: DTEND was not generated correctly for VFREEBUSY reports.
769 * Fixed: Parser is at least 25% faster with real-world data.