You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tobias Wiese 9db8773150 markdown: let Parsedown escape content
Letting Parsedown escape the content, instead of calling
htmlspecialchars provides more context to the escape process.
For example the ampersand character can now be used in markdown links as
part of the url without breaking.
3 years ago
..
AssetsTest.php Fixed test coverage and naming 3 years ago
AuthenticationTest.php Added user related factories 3 years ago
ConfigTest.php Added Twig template functions 6 years ago
CsrfTest.php Tests: Replaced setMethods as it is deprecated 5 years ago
DevelopTest.php Logger: Added handling for exceptions and log exceptions if they occur 5 years ago
ExtensionTest.php Added user related factories 3 years ago
GlobalsTest.php Fixed test coverage and naming 3 years ago
LegacyTest.php Show normal login page after registration, added msg() template function 5 years ago
MarkdownTest.php markdown: let Parsedown escape content 3 years ago
SessionTest.php Redirect back from login after 403 (Not authorized) 3 years ago
TranslationTest.php Removed not used {trans} twig token 5 years ago
UrlTest.php Added Twig template functions 6 years ago