moodle/filter/urltolink
Tim Hunt c2c6af946c MDL-22390 autolink filter: handle URLs in brackets better.
This breaks some legitimate URLs like
http://en.wikipedia.org/wiki/Slash_(punctuation).
This is a necessary trade-off. Many other web systems do not handle that
case correctly either. The work-around it so escape the ) as %29.

This commit also improves the way the unit tests for this work.

It also fixes a couple of other tricky cases that were spotted in
the forums while this was being discussed. See the new test cases.
2013-06-07 10:40:37 +01:00
..
lang/en MDL-26697 multiple media filtering fixes and improvements 2011-03-12 17:42:52 +01:00
tests MDL-22390 autolink filter: handle URLs in brackets better. 2013-06-07 10:40:37 +01:00
filter.php MDL-22390 autolink filter: handle URLs in brackets better. 2013-06-07 10:40:37 +01:00
filtersettings.php MDL-26697 multiple media filtering fixes and improvements 2011-03-12 17:42:52 +01:00
version.php MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00