framework/tests/integration/api/posts
Alexander Skvortsov 60f0ef0bd5
Handle post rendering errors to avoid bricking (#3061)
Whether it's due to corrupted content, missing tags, caching issues, or other assorted reasons, post content can't be rendered. Currently, this results in an exception that crashes the entire forum and is hard to debug. Instead, we should log the error and show an indicator message that rendering has failed.

Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
Co-authored-by: David Wheatley <hi@davwheat.dev>
2021-10-14 14:30:18 -04:00
..
CreateTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
ListTest.php Rename viewDiscussions => viewForum, viewUserList => searchUsers (#2854) 2021-05-11 15:15:27 -04:00
ShowTest.php Handle post rendering errors to avoid bricking (#3061) 2021-10-14 14:30:18 -04:00