This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
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.
..
AssetsTest.php Fixed test coverage and naming
AuthenticationTest.php Added user related factories
ConfigTest.php Added Twig template functions
CsrfTest.php Tests: Replaced setMethods as it is deprecated
DevelopTest.php Logger: Added handling for exceptions and log exceptions if they occur
ExtensionTest.php Added user related factories
GlobalsTest.php Fixed test coverage and naming
LegacyTest.php Show normal login page after registration, added msg() template function
MarkdownTest.php markdown: let Parsedown escape content
SessionTest.php Redirect back from login after 403 (Not authorized)
TranslationTest.php Removed not used {trans} twig token
UrlTest.php Added Twig template functions