moodle/calendar
Eloy Lafuente (stronk7) 511801cb46 MDL-73352 phpunit: lib_test and locallib_test testcase names
All lib_test and locallib_test classes:

- Namespaced with component (and API whenever makes sense).
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed or add new uses.
- All them passing individually.
- Complete runs passing too.

Special mention to tests under login/tests:

1) The core_login component doesn't exist.
2) But login/tests are allowed because there is a suite pointing to it (phpunit.xml).
3) So, the only possible namespace for them is "core".
4) And to avoid problems with other core testcases (under lib/tests)
   they have been renamed to have login_xxxx as prefix.
2021-12-30 16:21:42 +01:00
..
amd MDL-71818 calendar: Fix detection of a click on day link 2021-12-29 19:02:55 +11:00
classes MDL-72581 calendar: Add purpose template context data 2021-12-21 17:56:35 +08:00
templates MDL-72237 core_calendar: limit number of day events on calenar view 2021-12-03 16:21:30 +11:00
tests MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
type/gregorian MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
delete.php MDL-59671 core_calendar: replace current delete permission checks 2017-08-09 14:51:22 +08:00
event.php MDL-59890 calendar: Display category events on calendars 2017-10-03 23:22:18 +08:00
event_form.php Merge branch 'MDL-58997-group-names-multilang' of https://github.com/lucaboesch/moodle 2017-05-30 16:53:06 +01:00
export.php MDL-72470 calendar: Add breadcrumbs to calendar page 2021-11-08 16:53:39 +05:30
export_execute.php MDL-61554 calendar: Set $PAGE context in calendar export. 2021-12-07 12:30:23 +13:00
externallib.php MDL-73040 timeline: Update core_calendar_get_action_events_by_course API 2021-11-11 12:26:40 +07:00
import.php MDL-72470 calendar: Add breadcrumbs to calendar page 2021-11-08 16:53:39 +05:30
index.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
lib.php MDL-72810 core_calendar: Remove the three-month pseudo block 2021-11-19 18:33:46 +08:00
managesubscriptions.php MDL-72470 calendar: Add breadcrumbs to calendar page 2021-11-08 16:53:39 +05:30
renderer.php MDL-72810 core_calendar: Remove the three-month pseudo block 2021-11-19 18:33:46 +08:00
upgrade.txt MDL-72810 core_calendar: Remove the three-month pseudo block 2021-11-19 18:33:46 +08:00
view.php MDL-72237 core_calendar: limit number of day events on calenar view 2021-12-03 16:21:30 +11:00