moodle/mod/data
Eloy Lafuente (stronk7) 0c53a3dec8 MDL-73476 phpunit: events, external and search tescase names
All events_test, external_test and search_test classes:

- Namespaced with component[\level2-API]
- Moved to level2-API subdirectory when required.
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed.
- Fix some relative paths and comments here and there.
- All them passing individually.
- Complete runs passing too.

Special mention to lib/external/tests/external_test.php:
- external is not a valid component
- hence, its only valid namespace is "core"
- also, it's testing lib/external/externallib.php
- hence, the file (and class) have been renamed to external_externallib_test.php
  (to avoid conflicts with other external_test that may exist in core)
2022-01-14 16:18:39 +01:00
..
amd MDL-71913 mod_data: Add tertiary navigation 2021-10-13 11:05:29 +08:00
backup MDL-57455 mod_data: performance improvement for tags backup/restore 2017-10-12 16:59:16 +08:00
classes MDL-72965 mod_data: Update tertiary navigation wording 2021-11-30 15:30:57 +08:00
db MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
field MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
lang/en MDL-72965 mod_data: Update tertiary navigation wording 2021-11-30 15:30:57 +08:00
pix NOBUG: Fixed SVG browser compatibility 2021-12-23 16:29:57 +01:00
preset/imagegallery MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00
templates MDL-71913 mod_data: Add tertiary navigation 2021-10-13 11:05:29 +08:00
tests MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
css.php
data.js
deprecatedlib.php MDL-71144 mod_data: Deprecate data_get_completion_state() 2021-04-22 10:08:10 +10:00
edit.php MDL-72413 data: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
export.php MDL-72413 data: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
export_form.php MDL-69422 mod_data: Export form accessibility fixes 2020-11-27 23:21:02 +08:00
field.php MDL-72965 mod_data: Update tertiary navigation wording 2021-11-30 15:30:57 +08:00
import.php MDL-72413 data: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
import_form.php MDL-71913 mod_data: Add tertiary navigation 2021-10-13 11:05:29 +08:00
index.php MDL-69752 mod_data: Format module intro on Database activities page 2020-10-04 13:44:17 +11:00
js.php
lib.php MDL-72930 navigation: Remove duplicated navigation boxes. 2022-01-04 15:58:52 +08:00
locallib.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
mod_form.php MDL-69805 mod_data: Freeze comment field if comments disabled 2020-09-30 15:47:16 +02:00
preset.php MDL-72413 data: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
preset_form.php MDL-71913 mod_data: Add tertiary navigation 2021-10-13 11:05:29 +08:00
renderer.php MDL-71913 mod_data: Add tertiary navigation 2021-10-13 11:05:29 +08:00
rsslib.php
settings.php
styles.css MDL-71913 mod_data: Add tertiary navigation 2021-10-13 11:05:29 +08:00
tabs.php
templates.php MDL-72413 data: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
upgrade.txt MDL-64656 core_tag: Return tags in modules and blog 2019-04-11 10:20:44 +02:00
version.php MDL-71913 mod_data: Add tertiary navigation 2021-10-13 11:05:29 +08:00
view.php MDL-72413 data: Use the common module for setting the header 2021-12-13 09:49:34 +08:00