]> git.mxchange.org Git - friendica-addons.git/blob - dav/iCalcreator/releaseNotes-2.12.txt
Merge remote branch 'friendica/master'
[friendica-addons.git] / dav / iCalcreator / releaseNotes-2.12.txt
1 2.10.24 ######################
2 upd returnCalendar, only create header 'content-length' when gziping output
3
4 2.10.26 ######################
5 Concatenate iCalcreator, utilityFunction and helper functions in iCalcreator.class.php file
6
7 2.10.27 ######################
8 parsing dates with extended (MS outlook) time zones
9
10 2.10.28 ######################
11 bug in function selectComponents, (continue if) missing dtstart
12
13 2.10.29 ######################
14 new function ms2phpTZ, (very) simple mapping of MS outlook time zones to PHP
15
16 2.10.30 ###################### thanks Yitzchok
17 external (iCalUtilityFunctions) time zone helper contributions:getTimezonesAsDateArrays (expandTimezoneDates) and getTzOffsetForDate functions
18
19 2.11.1 ######################
20 creation of rfc6321 XML output, input iCalcreator instance
21 new (helper) function iCal2XML ('inner' _addXMLchild),
22
23 2.11.2 ######################
24 parse of rfc6321 XML input (string/file), output iCalcreator instance
25 new (helper) functions: XMLstr2iCal, XMLfile2iCal, XML2iCal
26 ('inner' functions:_getXMLParams, _getXMLComponents, _getXMLProperties)
27
28 2.11.3 ######################
29 bug in getProperty, management of properties with multiple ocurrences
30
31 2.11.4 ######################
32 bug in _tz2offset, plus/minus error
33
34 2.11.5 ######################
35 updated _setDate _setDate2, setExdate, setRdate, utc offset management, Z-suffix
36
37 2.11.7 ######################
38 bug in function getConfig, 'directory' or 'filename' couldn't accept '0' (zero)
39
40 2.11.8 ######################
41 upd createTimezone (_setTZrrule), fixing from/to UTC offset and rdate(-s)
42 upd functions: _format_date_time, _setDate, _setDate2, setRdate, setExdate, 
43                _setRexrule, _isArrayDate
44 new function:  _strDate2arr
45
46 2.11.9 ######################
47 check x-props names, start with 'x-'/'X-'
48
49 2.11.10 ######################
50 function parse, management of list content in TEXT properties
51
52 2.11.11 ######################
53 always update PRODID when (re-)setting 'unique_id'
54
55 2.11.12 ######################
56 update management of (Attendee) parameter value lists
57 update rfc5545 parameters with 'DQUOTE' settings
58 function createAttendee and _createParams
59
60 2.11.13 ######################
61 upd _size75, correct line break when property content ends with '0' at pos 76
62
63 2.11.14 ######################
64 upd function transformDateTime, now accepting input date in array format
65
66 2.11.15 ######################
67 bug in function _setRexrule, UNTIL in DATE format
68
69 2.11.16 ######################
70 property ATTACH and large file attachments
71
72 2.11.17 ######################
73 bug in ATTENDEE, parsing error
74
75 2.11.19 ######################
76 upd using.html
77
78 2.11.20 ######################
79 upd createComponent, sorting standard/daylight subComponents
80
81 2.11.21 ######################
82 bug in selectComponents: long 'event' starting before period
83
84 2.11.23 ######################
85 bug: create FREEBUSY, empty property
86
87 2.11.24 ######################
88 bug: set/create RELATED-TO mgnt