MDL-56303 quiz: lack of quiz filtering
[moodle.git] / lib / bennu / readme_moodle.txt
blob91fcf4c35648ba0d6c7bf77698c6d84e55dc8216
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)
10 7/ MDL-49032: fixed rfc2445_fold() to fix incorrect RFC2445_WSP definition (16 Sep 2015)
11 8/ added timestamp_to_date function to support zero duration events (16 Sept 2015)