MDL-37624 calendar: Added location support
commitef4e04ee267bab81fb75a6bf7d9ae86d902fb32e
authorMichael Hawkins <michaelh@moodle.com>
Thu, 24 May 2018 01:44:54 +0000 (24 09:44 +0800)
committerMichael Hawkins <michaelh@moodle.com>
Fri, 29 Jun 2018 02:46:54 +0000 (29 10:46 +0800)
tree9260d55f0841f4bd539437ee60efe9aa35399609
parentf61ee4e857a894a5b8b69516b00be88ae499964b
MDL-37624 calendar: Added location support
39 files changed:
backup/moodle2/backup_stepslib.php
backup/moodle2/restore_stepslib.php
calendar/classes/external/event_exporter_base.php
calendar/classes/local/event/entities/action_event.php
calendar/classes/local/event/entities/event.php
calendar/classes/local/event/entities/event_interface.php
calendar/classes/local/event/factories/event_abstract_factory.php
calendar/classes/local/event/forms/create.php
calendar/classes/local/event/mappers/event_mapper.php
calendar/classes/privacy/provider.php
calendar/export_execute.php
calendar/lib.php
calendar/templates/event_item.mustache
calendar/templates/event_summary_body.mustache
calendar/tests/action_event_test.php
calendar/tests/behat/calendar.feature
calendar/tests/behat/calendar_import.feature
calendar/tests/container_test.php
calendar/tests/event_factory_test.php
calendar/tests/event_mapper_test.php
calendar/tests/event_test.php
calendar/tests/externallib_test.php
calendar/tests/fixtures/import.ics
calendar/tests/helpers.php
calendar/tests/lib_test.php
calendar/tests/local_api_test.php
calendar/tests/raw_event_retrieval_strategy_test.php
calendar/tests/repeat_event_collection_test.php
lib/classes/output/icon_system_fontawesome.php
lib/db/install.xml
lib/db/upgrade.php
pix/i/location.png [new file with mode: 0644]
pix/i/location.svg [new file with mode: 0644]
theme/boost/scss/moodle/calendar.scss
theme/bootstrapbase/less/moodle/calendar.less
theme/bootstrapbase/style/moodle.css
theme/bootstrapbase/templates/core_calendar/event_item.mustache [copied from calendar/templates/event_item.mustache with 96% similarity]
theme/bootstrapbase/templates/core_calendar/event_summary_body.mustache
version.php