Merge branch 'wip-mdl-50675-m28' of https://github.com/rajeshtaneja/moodle into MOODL...
[moodle.git] / lib / bennu / readme_moodle.txt
blobc27a1720e0b67c5c7d48acae2c56207f244ba9d3
1 Description of Bennu library import - customised library by author, this version is not available upstream
3 modifications:
4 1/ removed ereg functions deprecated as of php 5.3 (18 Nov 2009)
5 2/ replaced mbstring functions with moodle core_text (28 Nov 2011)
6 3/ replaced explode in iCalendar_component::unserialize() with preg_split to support various line breaks (20 Nov 2012)
7 4/ updated rfc2445_is_valid_value() to accept single part rrule as a valid value (16 Jun 2014)
8 5/ updated DTEND;TZID and DTSTAR;TZID values to support quotations (7 Nov 2014)
9 6/ added calendar_normalize_tz function to convert region timezone to php supported timezone (7 Nov 2014)