Lines Matching refs:Fixed

28 * #228: Fixed a 'party crasher' bug in the iTip broker. This would break
66 * #187: Fixed validator rules for `LAST-MODIFIED` properties.
84 * #179: Fixed jCal serialization of floating `DATE-TIME` properties.
180 * Fixed: Issue #101: RecurrenceIterator::nextMonthly() shows events that are
189 * Fixed: Issue #96. Some support for Yahoo's broken vcards.
190 * Fixed: PHP 5.3 support was broken in the cli tool.
201 * Fixed: vobject repair. It was not working for iCalendar objects.
231 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
232 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
234 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
235 * Fixed: Issue #26. Return a more descriptive error when coming across broken
237 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
238 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
242 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
243 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
250 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
257 * Fixed: Support from properties from draft-daboo-valarm-extensions-04. Issue
259 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
261 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
271 * Fixed: Issue 60 Use Document::$componentMap when instantiating the top-level
273 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
275 * Fixed: Compound properties such as ADR were not correctly split up in vCard
277 * Fixed: Issue 64: Encoding of binary properties of converted vCards. Thanks
284 * Fixed: Setting correct property group on VCard conversion
290 * Fixed: Issue #53. A regression in RecurrenceIterator.
298 * Fixed: URI properties should not escape ; and ,.
299 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
308 * Fixed: Issue #50. RecurrenceIterator gives incorrect result when exception
310 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past
314 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
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.
335 * Fixed: DateTimeParser no longer fails on dates with years < 1000 & > 4999
336 * Fixed: Issue 36: Workaround for the recurrenceiterator and caldav events with
338 * Fixed: jCard encoding of TIME properties.
339 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
345 * Fixed: Corrected includes.php file.
346 * Fixed: vCard date-time parser supported extended-format dates as well.
348 * Fixed: Couldn't parse vCard 3 extended format dates and times.
349 * Fixed: Couldn't export jCard DATE values correctly.
350 * Fixed: Recursive loop in ICalendar\DateTime property.
361 * Fixed: Multiple parameters with the same name are now correctly encoded.
362 * Fixed: Parameter values containing a comma are now enclosed in double-quotes.
363 * Fixed: Iterating parameter values should now fully work as expected.
364 * Fixed: Support for vCard 2.1 nameless parameters.
367 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
386 * Fixed: vobjectvalidate.php is operational again.
387 * Fixed: \r is properly stripped in text values.
388 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
390 * Fixed: Parser assumes vCard 2.1, if no version was supplied.
396 * Fixed: vCard URL properties were referencing a non-existant class.
402 * Fixed: Now correctly dealing with escaping of properties. This solves the
435 * Fixed: Issue #94, a workaround for bad escaping of ; and , in compound
443 * Fixed: Minor change to make sure that unittests succeed on every PHP version.
449 * Fixed: #94: Better parameter escaping.
456 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
463 * Fixed: Issue #55. \r must be stripped from property values.
464 * Fixed: Issue #65. Putting quotes around parameter values that contain a colon.
470 * Fixed: Issue #53. A regression in RecurrenceIterator.
476 * Fixed: Issue #50. RecurrenceIterator gives incorrect result when exception
478 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past
500 * Fixed: Microsoft re-uses their magic numbers for different timezones,
508 * Fixed: The reader now properly parses parameters without a value.
514 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
529 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
538 * Fixed: A problem with determining alarm triggers for TODO's.
546 * Fixed: RecurrenceIterator could infinitely loop when an INTERVAL of 0 was
561 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
563 * Fixed: DTEND was not generated correctly for VFREEBUSY reports.
564 * Fixed: Parser is at least 25% faster with real-world data.