]> git.mxchange.org Git - friendica.git/commit
Move mod/cal.php and mod/events.php to Module
authorPhilipp <admin@philipp.info>
Sun, 6 Nov 2022 01:35:09 +0000 (02:35 +0100)
committerPhilipp <admin@philipp.info>
Mon, 7 Nov 2022 18:52:24 +0000 (19:52 +0100)
commitf13c91b320df7ec0c82b319cf9fe0ca1d346719a
tree7b4fe2a86312dcf68e8f1ccb0ab8725bbb2ec5dc
parent89fde911f9d13d70eec7040c2f72c6f4a855dc8f
Move mod/cal.php and mod/events.php to Module
52 files changed:
mod/cal.php [deleted file]
mod/events.php [deleted file]
src/Content/Nav.php
src/Model/Event.php
src/Module/BaseNotifications.php
src/Module/BaseProfile.php
src/Module/Calendar/Event/API.php [new file with mode: 0644]
src/Module/Calendar/Event/Form.php [new file with mode: 0644]
src/Module/Calendar/Event/Get.php [new file with mode: 0644]
src/Module/Calendar/Event/Show.php [new file with mode: 0644]
src/Module/Calendar/Export.php
src/Module/Calendar/Json.php [deleted file]
src/Module/Calendar/Show.php [new file with mode: 0644]
src/Module/Manifest.php
src/Object/Post.php
static/routes.config.php
view/templates/calendar/calendar.tpl [new file with mode: 0644]
view/templates/calendar/calendar_head.tpl [new file with mode: 0644]
view/templates/calendar/event.tpl [new file with mode: 0644]
view/templates/calendar/event_form.tpl [new file with mode: 0644]
view/templates/event.tpl [deleted file]
view/templates/event_form.tpl [deleted file]
view/templates/event_head.tpl [deleted file]
view/templates/events.tpl [deleted file]
view/templates/events_js.tpl [deleted file]
view/templates/events_reminder.tpl
view/templates/widget/events.tpl
view/theme/frio/js/mod_events.js
view/theme/frio/js/modal.js
view/theme/frio/php/frio_boot.php
view/theme/frio/templates/calendar/calendar.tpl [new file with mode: 0644]
view/theme/frio/templates/calendar/calendar_head.tpl [new file with mode: 0644]
view/theme/frio/templates/calendar/event.tpl [new file with mode: 0644]
view/theme/frio/templates/calendar/event_form.tpl [new file with mode: 0644]
view/theme/frio/templates/event.tpl [deleted file]
view/theme/frio/templates/event_form.tpl [deleted file]
view/theme/frio/templates/event_head.tpl [deleted file]
view/theme/frio/templates/events_js.tpl [deleted file]
view/theme/frio/templates/nav.tpl
view/theme/frio/theme.php
view/theme/quattro/templates/calendar/calendar.tpl [new file with mode: 0644]
view/theme/quattro/templates/calendar/event_form.tpl [new file with mode: 0644]
view/theme/quattro/templates/event_form.tpl [deleted file]
view/theme/quattro/templates/events-js.tpl [deleted file]
view/theme/quattro/templates/events.tpl [deleted file]
view/theme/quattro/templates/events_reminder.tpl
view/theme/vier/templates/calendar/calendar_head.tpl [new file with mode: 0644]
view/theme/vier/templates/calendar/event_form.tpl [new file with mode: 0644]
view/theme/vier/templates/event_form.tpl [deleted file]
view/theme/vier/templates/event_head.tpl [deleted file]
view/theme/vier/templates/nav.tpl
view/theme/vier/theme.php