Lines Matching refs:Fixed

68 * #228: Fixed a 'party crasher' bug in the iTip broker. This would break
106 * #187: Fixed validator rules for `LAST-MODIFIED` properties.
124 * #179: Fixed jCal serialization of floating `DATE-TIME` properties.
220 * Fixed: Issue #101: RecurrenceIterator::nextMonthly() shows events that are
229 * Fixed: Issue #96. Some support for Yahoo's broken vcards.
230 * Fixed: PHP 5.3 support was broken in the cli tool.
241 * Fixed: vobject repair. It was not working for iCalendar objects.
271 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
272 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
274 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
275 * Fixed: Issue #26. Return a more descriptive error when coming across broken
277 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
278 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
282 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
283 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
290 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
297 * Fixed: Support from properties from draft-daboo-valarm-extensions-04. Issue
299 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
301 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
311 * Fixed: Issue 60 Use Document::$componentMap when instantiating the top-level
313 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
315 * Fixed: Compound properties such as ADR were not correctly split up in vCard
317 * Fixed: Issue 64: Encoding of binary properties of converted vCards. Thanks
324 * Fixed: Setting correct property group on VCard conversion
330 * Fixed: Issue #53. A regression in RecurrenceIterator.
338 * Fixed: URI properties should not escape ; and ,.
339 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
348 * Fixed: Issue #50. RecurrenceIterator gives incorrect result when exception
350 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past
354 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
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.
375 * Fixed: DateTimeParser no longer fails on dates with years < 1000 & > 4999
376 * Fixed: Issue 36: Workaround for the recurrenceiterator and caldav events with
378 * Fixed: jCard encoding of TIME properties.
379 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
385 * Fixed: Corrected includes.php file.
386 * Fixed: vCard date-time parser supported extended-format dates as well.
388 * Fixed: Couldn't parse vCard 3 extended format dates and times.
389 * Fixed: Couldn't export jCard DATE values correctly.
390 * Fixed: Recursive loop in ICalendar\DateTime property.
401 * Fixed: Multiple parameters with the same name are now correctly encoded.
402 * Fixed: Parameter values containing a comma are now enclosed in double-quotes.
403 * Fixed: Iterating parameter values should now fully work as expected.
404 * Fixed: Support for vCard 2.1 nameless parameters.
407 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
426 * Fixed: vobjectvalidate.php is operational again.
427 * Fixed: \r is properly stripped in text values.
428 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
430 * Fixed: Parser assumes vCard 2.1, if no version was supplied.
436 * Fixed: vCard URL properties were referencing a non-existant class.
442 * Fixed: Now correctly dealing with escaping of properties. This solves the
475 * Fixed: Issue #94, a workaround for bad escaping of ; and , in compound
483 * Fixed: Minor change to make sure that unittests succeed on every PHP version.
489 * Fixed: #94: Better parameter escaping.
496 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
503 * Fixed: Issue #55. \r must be stripped from property values.
504 * Fixed: Issue #65. Putting quotes around parameter values that contain a colon.
510 * Fixed: Issue #53. A regression in RecurrenceIterator.
516 * Fixed: Issue #50. RecurrenceIterator gives incorrect result when exception
518 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past
540 * Fixed: Microsoft re-uses their magic numbers for different timezones,
548 * Fixed: The reader now properly parses parameters without a value.
554 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
569 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
578 * Fixed: A problem with determining alarm triggers for TODO's.
586 * Fixed: RecurrenceIterator could infinitely loop when an INTERVAL of 0 was
601 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
603 * Fixed: DTEND was not generated correctly for VFREEBUSY reports.
604 * Fixed: Parser is at least 25% faster with real-world data.