]> git.mxchange.org Git - friendica-addons.git/blob - dav/iCalcreator/releaseSummary.txt
Merge branch 'master' of git://github.com/friendica/friendica-addons
[friendica-addons.git] / dav / iCalcreator / releaseSummary.txt
1 A major subrelease:
2 - Concatenate iCalcreator, utilityFunction and helper functions in iCalcreator.class.php file
3 - new functionality:
4 -- external time zone helper contributions:getTimezonesAsDateArrays
5    (expandTimezoneDates) and getTzOffsetForDate functions
6 -- create and parse of rfc6321 XML
7 -- ms2phpTZ, mapping of MS outlook time zones to PHP
8 -- createComponent, sorting standard/daylight subComponents
9 - uppdates:
10 -- parsing dates with extended (MS outlook) time zones
11 -- returnCalendar, only create header 'content-length' when gziping output
12 -- _setDate _setDate2, setExdate, setRdate, utc offset management, Z-suffix
13 -- createTimezone (_setTZrrule), fixing from/to UTC offset and rdate(-s)
14 -- checking x-props names, start with 'x-'/'X-'
15 -- parse, management of list content in TEXT properties
16 -- all rfc5545 parameters with 'DQUOTE' settings
17 -- transformDateTime, accepting input date in array format
18 -- property ATTACH and large file attachments
19 - fixed bugs:
20 -- selectComponents, (continue if) missing dtstart
21 -- selectComponents: long 'event' starting before period
22 -- getProperty, management of properties with multiple ocurrences
23 -- _tz2offset, plus/minus error
24 -- getConfig, 'directory' or 'filename' couldn't accept '0' (zero)
25 -- _size75, correct line break when property content ends with '0' at pos 76-- 
26 -- _setRexrule, UNTIL in DATE format
27 -- ATTENDEE, parsing error
28 -- setFREEBUSY, empty property
29 -- set/create RELATED-TO mgnt
30 -- update of PRODID when (re-)setting 'unique_id'
31 - updated using manual