]> BookStack Code Mirror - bookstack/commit
Updated tests to suit layout changes, Updated 404 page
authorDan Brown <redacted>
Sat, 6 Apr 2019 17:36:17 +0000 (18:36 +0100)
committerDan Brown <redacted>
Sat, 6 Apr 2019 17:36:17 +0000 (18:36 +0100)
commit7cda9b026e11b67c861faa76dd1ce402467fe30b
treeb334fdb93d8c8a1d34444096bed67fd768cf93dd
parent67ed4710b6b2ed35c62d235c6f5fcd7e756658f8
Updated tests to suit layout changes, Updated 404 page

- Also replaced 'or' usage in templates with null coalescing operator
14 files changed:
app/Http/Controllers/HomeController.php
resources/views/components/image-manager.blade.php
resources/views/components/image-picker.blade.php
resources/views/errors/404.blade.php
resources/views/errors/500.blade.php
resources/views/pages/form-toolbox.blade.php
resources/views/pages/form.blade.php
tests/Entity/EntitySearchTest.php
tests/Entity/EntityTest.php
tests/Entity/PageDraftTest.php
tests/HomepageTest.php
tests/Permissions/RestrictionsTest.php
tests/Permissions/RolesTest.php
tests/UserProfileTest.php