MDL-18375 calendar: added multiple calendar support
commit6dd59aabfae39566ec32a3108ebf848f87243b88
authorShamim Rezaie <support@foodle.org>
Mon, 10 Jun 2013 04:47:43 +0000 (10 12:47 +0800)
committerMark Nelson <markn@moodle.com>
Thu, 5 Sep 2013 10:30:05 +0000 (5 18:30 +0800)
treede62d30facb4cd4f57857ef8ab8941123c851f3c
parentb69ec2889e8bde55288a61e978790ac0c3f1d45e
MDL-18375 calendar: added multiple calendar support

Conflicts:

course/edit_form.php
lib/db/install.xml
lib/form/dateselector.php
lib/form/datetimeselector.php
lib/setup.php
40 files changed:
admin/settings/appearance.php
admin/settings/plugins.php
admin/tool/uploaduser/index.php
blocks/calendar_month/block_calendar_month.php
calendar/event.php
calendar/export_execute.php
calendar/lib.php
calendar/renderer.php
calendar/view.php
calendarsystem/admin.php [new file with mode: 0644]
calendarsystem/calendarsystem.class.php [new file with mode: 0644]
calendarsystem/gregorian/calendarsystem.php [new file with mode: 0644]
calendarsystem/gregorian/lang/en/calendarsystem_gregorian.php [new file with mode: 0644]
calendarsystem/gregorian/lang/fa/calendarsystem_gregorian.php [new file with mode: 0644]
calendarsystem/gregorian/version.php [new file with mode: 0644]
calendarsystem/hijri/calendarsystem.php [new file with mode: 0644]
calendarsystem/hijri/lang/en/calendarsystem_hijri.php [new file with mode: 0644]
calendarsystem/hijri/lang/fa/calendarsystem_hijri.php [new file with mode: 0644]
calendarsystem/hijri/version.php [new file with mode: 0644]
calendarsystem/index.php [new file with mode: 0644]
calendarsystem/jalali/calendarsystem.php [new file with mode: 0644]
calendarsystem/jalali/lang/en/calendarsystem_jalali.php [new file with mode: 0644]
calendarsystem/jalali/lang/fa/calendarsystem_jalali.php [new file with mode: 0644]
calendarsystem/jalali/version.php [new file with mode: 0644]
calendarsystem/updatechecker.php [new file with mode: 0644]
calendarsystem/version.php [new file with mode: 0644]
course/edit_form.php
enrol/manual/ajax.php
enrol/manual/lib.php
enrol/manual/manage.php
lang/en/calendarsystem.php [new file with mode: 0644]
lang/en/plugin.php
lib/bennu/iCalendar_rfc2445.php
lib/db/install.xml
lib/form/dateselector.php
lib/form/datetimeselector.php
lib/moodlelib.php
lib/setup.php
user/editlib.php
user/profile/field/datetime/define.class.php