moodle/blog
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
..
classes MDL-65584 blog: safer deletion of associations in privacy provider. 2019-10-08 00:12:32 +01:00
tests MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
edit.php MDL-36713 Blog: Display accurate error when a guest views a user blog 2016-08-15 21:46:48 -04:00
edit_form.php MDL-71394 core_blog: fix incorrect default setting in form 2021-04-21 16:22:22 +02:00
external_blog_edit.php MDL-58635 blogs: check edited blog belongs to current user 2017-05-03 10:49:01 +08:00
external_blog_edit_form.php MDL-56297 forms: Normalize uses of 'url' fields to use size=60 2016-10-31 19:47:41 +01:00
external_blogs.php MDL-45890 Blog: add additional events 2016-09-25 15:06:54 -04:00
index.php MDL-72287 report: Add back link and headings in user profile pages 2021-12-09 22:46:57 +08:00
lib.php MDL-60425 blog: Remove empty line 2018-10-08 12:52:04 +02:00
locallib.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
preferences.php MDL-58010 user: allow to update only whitelisted user preferences 2017-03-10 18:04:47 +00:00
preferences_form.php
renderer.php MDL-50851 blogs: use new tag API 2016-01-10 15:25:47 +08:00
rsslib.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
upgrade.txt MDL-64656 core_tag: Return tags in modules and blog 2019-04-11 10:20:44 +02:00