Lines Matching refs:Fixed

90 * #339: Fixed a few `validate()` results when repair is off. (@PHPGangsta)
294 * #228: Fixed a 'party crasher' bug in the iTip broker. This would break
332 * #187: Fixed validator rules for `LAST-MODIFIED` properties.
350 * #179: Fixed jCal serialization of floating `DATE-TIME` properties.
446 * Fixed: Issue #101: RecurrenceIterator::nextMonthly() shows events that are
455 * Fixed: Issue #96. Some support for Yahoo's broken vcards.
456 * Fixed: PHP 5.3 support was broken in the cli tool.
467 * Fixed: vobject repair. It was not working for iCalendar objects.
497 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
498 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
500 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
501 * Fixed: Issue #26. Return a more descriptive error when coming across broken
503 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
504 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
508 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
509 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
516 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
523 * Fixed: Support from properties from draft-daboo-valarm-extensions-04. Issue
525 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
527 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
537 * Fixed: Issue 60 Use Document::$componentMap when instantiating the top-level
539 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
541 * Fixed: Compound properties such as ADR were not correctly split up in vCard
543 * Fixed: Issue 64: Encoding of binary properties of converted vCards. Thanks
550 * Fixed: Setting correct property group on VCard conversion
556 * Fixed: Issue #53. A regression in RecurrenceIterator.
564 * Fixed: URI properties should not escape ; and ,.
565 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
574 * Fixed: Issue #50. RecurrenceIterator gives incorrect result when exception
576 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past
580 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
587 * Fixed: includes.php file was still broken. Our tool to generate it had some
594 * Fixed: includes.php was no longer up to date.
601 * Fixed: DateTimeParser no longer fails on dates with years < 1000 & > 4999
602 * Fixed: Issue 36: Workaround for the recurrenceiterator and caldav events with
604 * Fixed: jCard encoding of TIME properties.
605 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
611 * Fixed: Corrected includes.php file.
612 * Fixed: vCard date-time parser supported extended-format dates as well.
614 * Fixed: Couldn't parse vCard 3 extended format dates and times.
615 * Fixed: Couldn't export jCard DATE values correctly.
616 * Fixed: Recursive loop in ICalendar\DateTime property.
627 * Fixed: Multiple parameters with the same name are now correctly encoded.
628 * Fixed: Parameter values containing a comma are now enclosed in double-quotes.
629 * Fixed: Iterating parameter values should now fully work as expected.
630 * Fixed: Support for vCard 2.1 nameless parameters.
633 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
652 * Fixed: vobjectvalidate.php is operational again.
653 * Fixed: \r is properly stripped in text values.
654 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
656 * Fixed: Parser assumes vCard 2.1, if no version was supplied.
662 * Fixed: vCard URL properties were referencing a non-existant class.
668 * Fixed: Now correctly dealing with escaping of properties. This solves the
701 * Fixed: Issue #94, a workaround for bad escaping of ; and , in compound
709 * Fixed: Minor change to make sure that unittests succeed on every PHP version.
715 * Fixed: #94: Better parameter escaping.
722 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
729 * Fixed: Issue #55. \r must be stripped from property values.
730 * Fixed: Issue #65. Putting quotes around parameter values that contain a colon.
736 * Fixed: Issue #53. A regression in RecurrenceIterator.
742 * Fixed: Issue #50. RecurrenceIterator gives incorrect result when exception
744 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past
766 * Fixed: Microsoft re-uses their magic numbers for different timezones,
774 * Fixed: The reader now properly parses parameters without a value.
780 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
795 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
804 * Fixed: A problem with determining alarm triggers for TODO's.
812 * Fixed: RecurrenceIterator could infinitely loop when an INTERVAL of 0 was
827 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
829 * Fixed: DTEND was not generated correctly for VFREEBUSY reports.
830 * Fixed: Parser is at least 25% faster with real-world data.