MDL-50491 filters: Some final touches.
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 18 Jun 2015 01:02:23 +0000 (03:02 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 18 Jun 2015 02:11:24 +0000 (04:11 +0200)
commit0d6f53e8f7365055145707b8b6687e4c5b33c668
tree1a9e2818d0069f8b30c6a452e553eac66086069c
parent41e5e524f958af5e40a55de7874d61028fe99b8b
MDL-50491 filters: Some final touches.

- Complete the deprecation information to follow the rules.
- Minor tweak to PLAIN tests to have clearer expectations.
- Completely delete get_global_config() from filters, there
  was not much utility keeping it there. Note we have opted
  for direct deletion because it's private API, not public one
  (and searching github/google/docs did not reveal any use
  of those functions either, just in case).
filter/emoticon/filter.php
filter/emoticon/tests/filter_test.php
filter/urltolink/filter.php
lib/filterlib.php
lib/tests/weblib_format_text_test.php