]> BookStack Code Mirror - bookstack/commit
Added restriction tests and fixed any bugs in the process
authorDan Brown <redacted>
Sat, 5 Mar 2016 18:09:21 +0000 (18:09 +0000)
committerDan Brown <redacted>
Sat, 5 Mar 2016 18:09:21 +0000 (18:09 +0000)
commit8e6248f57f92d943a011c3219120d60ee4f2f00b
tree3096da9104ed5bc6ef64a466047f99c9cf7d2361
parent268db6b1d0409766014ae9f1681ec1bf5bab7552
Added restriction tests and fixed any bugs in the process

Also updated many styles within areas affected by the new permission and roles system.
26 files changed:
app/Exceptions/Handler.php
app/Exceptions/NotFoundException.php [new file with mode: 0644]
app/Http/Controllers/ChapterController.php
app/Http/Controllers/PageController.php
app/Repos/BookRepo.php
app/Repos/ChapterRepo.php
app/Repos/PageRepo.php
app/Services/RestrictionService.php
app/helpers.php
database/seeds/DummyContentSeeder.php
phpunit.xml
resources/assets/sass/_header.scss
resources/assets/sass/_lists.scss
resources/views/books/index.blade.php
resources/views/books/restrictions.blade.php
resources/views/books/show.blade.php
resources/views/chapters/restrictions.blade.php
resources/views/chapters/show.blade.php
resources/views/errors/404.blade.php
resources/views/form/restriction-form.blade.php
resources/views/pages/restrictions.blade.php
resources/views/pages/show.blade.php
resources/views/settings/roles/form.blade.php
resources/views/settings/roles/index.blade.php
tests/RestrictionsTest.php [new file with mode: 0644]
tests/TestCase.php