source: trunk/library/iCalcreator/releaseNotes-2.8.txt @ 5146

Revision 5146, 3.0 KB checked in by wmerlotto, 12 years ago (diff)

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus. Library: adicionando arquivos.

Line 
12.6.1 ######################
2config 'nl' default set to PHP_EOL
3function vcalendar, parse
4
52.6.2 ###################### /thanks, Simon L.
6function selectComponents, select components with (latest) recurrence_id
7
82.6.3 ######################
9function sort, refactored
10
112.6.4 ######################
12function deleteProperty (removal of x-properties)
13
142.6.5 ######################
15function getConfig, typo error
16
172.6.6 ######################
18function setConfig, no longer creates file (on disc) when setting 'filename'
19
202.6.7 ###################### /thanks Steve S.
21using.html, typo errors
22
232.6.8 ######################
24Updated calendar properties PRODID and VERSION
25
262.6.9 ######################
27function createSequence, setSequence, getProperty, allow SEQUENCE '0'
28
292.6.10 ######################
30function _format_duration, fix duration format, skip trailing ..0S, ..0M0S etc.
31
322.6.11 ######################
33function (component) parse and management of all TEXT-properties
34
352.6.12 ###################### /thanks Enrico T.
36function _setMval, PHP error
37
382.6.13 ###################### /thanks Ivar N. and Robert S.
39function _size75, support for multibyte characters
40alt. using mb_string, if installed and configured
41
422.6.15 ######################
43function _strrep, eol character management
44
452.6.19 ######################
46function deletePropertyM typo errror
47
482.6.20 ######################
49function (component) parse, return value
50
512.6.20 ######################
52function selectComponent, accepts DUE in vtodo if DTSTART is missing
53
542.6.22 ######################
55utility (static) functions collected in support class,
56iCalUtilityFunctions.class.php
57
582.6.23 ######################
59function selectComponents, RDATE/EXDATE bug
60
612.6.24 ######################
62function setDescription, force index=1 if NOT vjournal
63DESCRIPTION MAY occur more than once only in VJOURNAL component
64
652.6.25 ######################
66function makeDtstamp, bug in date creation
67
682.6.26 ######################
69function setComponent, insert at index position
70
712.6.27 ######################
72function setConfig, accepts array as single argument
73function getConfig. returns array if called without arguments
74create vcalendar/components and accept config array as argument
75
762.6.28 ###################### /Damian R.
77function setComponent, bugfix when using a short UID
78
792.6.29 ######################
80function setOrganizer, value prefix (protocol)
81
822.6.31 ###################### /thanks Nate
83function _date_time_string, Time Zone incorrectly detected
84
852.6.32 ###################### /thanks Mauro B.
86function (calendar ) parse, removed argument filename, accepts string/array (calendar)
87
882.6.33 ######################
89new function newComponent, factory-method for creating components
90
912.6.34 ######################
92function setAttendee, setRdate, all TEXT-properties etc
93property parameters in rfc 2445 order
94
952.6.35 ######################
96function _date_time_string, bug when datetime ends with 'T000000Z'
97
982.6.36 ###################### /thanks Greg L.
99date_default_timezone_set is available from PHP 5.1.0, updated
100
Note: See TracBrowser for help on using the repository browser.