MDL-36621 calendar: cache calendar subscriptions and showicalsource setting
authorAnkit Agarwal <ankit@moodle.com>
Thu, 17 Jan 2013 03:11:15 +0000 (11:11 +0800)
committerAnkit Agarwal <ankit@moodle.com>
Thu, 17 Jan 2013 05:40:06 +0000 (13:40 +0800)
commite73b527c82be6ab30fe972a3987c83fec86ba5cb
tree1190558f6dd294bb8d981e894623149b156a6e0f
parent07c03ff96a3de1b4d296e36b93f0d98c31d3a8d7
MDL-36621 calendar: cache calendar subscriptions and showicalsource setting

Now MUC is used to cache subscription information when the constructor for an event is called, which is child of a ical subscription.
A new setting calendar_showicalsource is introduced which controls if the ical source should be displayed along with events in the calendar
Also minor changes has been done in places to make sure subscription id is always associated with ical events
admin/settings/appearance.php
calendar/lib.php
calendar/renderer.php
calendar/upgrade.txt
lang/en/admin.php
lib/db/caches.php
version.php