BookStack/tests
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
..
Actions Applied latest styleCI changes 2022-01-06 12:18:11 +00:00
Api Updated with latest styleci changes 2022-02-08 15:29:58 +00:00
Auth Updated OIDC error handling for better error reporting 2022-02-24 14:16:09 +00:00
Commands Applied latest styleci changes 2022-02-01 11:49:30 +00:00
Entity Updated strategy for empty newline sections 2022-03-01 17:26:06 +00:00
Helpers
Permissions Removed old book sort permission test 2022-01-05 16:46:03 +00:00
Settings Aligned some editor events, Changed wysiwyg custom styles loading 2022-02-08 01:01:37 +00:00
test-data Added detection and thumbnail bypass for apng images 2022-01-04 13:10:35 +00:00
Unit Added option to configure PDF export paper size 2022-01-30 17:40:42 +00:00
Uploads Added detection and thumbnail bypass for apng images 2022-01-04 13:10:35 +00:00
User Addressed test failures from users API changes 2022-02-04 01:02:13 +00:00
CreatesApplication.php
DebugViewTest.php
ErrorTest.php
FavouriteTest.php
HelpTest.php Updated with latest styleci changes 2022-02-08 15:29:58 +00:00
HomepageTest.php Improved custom homepage check on item deletion 2022-01-10 17:04:01 +00:00
LanguageTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
OpenGraphTest.php
PublicActionTest.php
RecycleBinTest.php
SecurityHeaderTest.php Laravel 7.x Shift (#3011) 2021-10-26 22:04:18 +01:00
SharedTestHelpers.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
StatusTest.php Added testing for webhook management interface 2021-12-10 14:54:58 +00:00
TestCase.php
TestEmailTest.php Updated failing tests, Applied StyleCI changes 2021-12-18 16:41:42 +00:00
TestResponse.php Added testing coverage for tag index 2021-11-06 21:54:02 +00:00
ThemeTest.php Applied latest styleCI changes 2022-01-06 12:18:11 +00:00