moodle/calendar
Eloy Lafuente (stronk7) 6dd561a11c 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:48 +01:00
..
amd MDL-72013 js: Fix jsdocs to meet stricter eslint 2021-10-21 08:52:57 +08:00
classes MDL-71789 calendar: fix subscription url validation 2021-06-30 16:29:58 +02:00
templates MDL-72635 calendar: fix typo in data attribute 2021-10-05 06:30:43 +08:00
tests MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:48 +01:00
type/gregorian MDL-71583 versions: bump all versions and requires near release 2021-05-11 18:50:34 +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-72403 calendar: prereserve courseid after form submit 2021-08-24 18:05:00 +10:00
export_execute.php MDL-61554 calendar: Set $PAGE context in calendar export. 2021-12-07 12:23:32 +13:00
externallib.php MDL-71918 Calendar: Improve capability checks when fetching events 2021-11-05 13:15:41 +08:00
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-71978 core_calendar: only allow owner to edit user subscriptions 2021-07-08 23:32:19 +02:00
managesubscriptions.php MDL-72106 calendar: redirect to same page post-subscription process. 2021-08-10 09:40:54 +01:00
renderer.php MDL-67208 calendar: fix manage subscription redirection 2021-06-24 17:00:04 +08:00
upgrade.txt MDL-69479 upgrade: Change all 4.0 occurrences to 3.10 2020-08-24 14:08:46 +08:00
view.php MDL-66875 calendar: allow the use of day, mon and year again. 2020-01-25 00:56:39 +01:00