moodle/blog
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
..
classes MDL-65584 blog: safer deletion of associations in privacy provider. 2019-10-08 00:12:32 +01:00
tests MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +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 MDL-46346 blog: coding style fixes 2014-07-14 10:45:33 +08:00
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