BookStack/tests/Entity
Dan Brown 5947f59a04
Updated strategy for empty newline sections
- For some reason, TinyMCE would handle empty paragraphs with a '&nbsp'
  by default but this would be removed when the paragraph had an
  attribute. This was fine in the old editor.
- This changes the approach to use '<br>' tags within elements
  for "spaced emptiness".
- For compatbility with any existing empty paragraphs, I updated the
  styles to show default height for empty paragraph sections.
- This also makes changes to help preserve encoded &nbsp; html tags
  since they were getting converted along the journey.

Related to #3302
2022-03-01 17:26:06 +00:00
..
BookShelfTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
BookTest.php Added ability to clone books 2021-12-19 19:20:31 +00:00
ChapterTest.php Applied latest StyleCI changes 2021-12-20 17:40:27 +00:00
CommentSettingTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
CommentTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
EntityAccessTest.php Finished moving EntityTests out to new TestCase files 2021-09-17 21:29:16 +01:00
EntitySearchTest.php Applied latest StyleCI changes 2021-12-18 11:43:05 +00:00
ExportTest.php Updated PDF export to open detail blocks 2022-02-09 11:33:23 +00:00
PageContentTest.php Updated strategy for empty newline sections 2022-03-01 17:26:06 +00:00
PageDraftTest.php Removed prefix route groups, applyed styleci changes 2021-11-14 15:16:18 +00:00
PageEditorTest.php Fixed page editor back button sometimes going nowhere 2021-11-15 11:19:03 +00:00
PageRevisionTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
PageTemplateTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
PageTest.php Added parent context to recently updated items 2022-01-24 21:21:30 +00:00
SearchOptionsTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SortTest.php Applied latest styleCI changes 2022-01-06 12:18:11 +00:00
TagTest.php Fixed tags listing grouping by name only on search 2021-11-15 19:00:37 +00:00