]> BookStack Code Mirror - bookstack/commit
Added created_by and updated_by to entities. Fixes #3
authorDan Brown <redacted>
Sat, 8 Aug 2015 20:28:50 +0000 (21:28 +0100)
committerDan Brown <redacted>
Sat, 8 Aug 2015 20:28:50 +0000 (21:28 +0100)
commit52033f3a6f0761309b000da05bbb3f6289e48409
tree472d02dd768909396372f381c3d09afeb832ba24
parentfc50a1400d97933e350e32ee32976fddfc0df840
Added created_by and updated_by to entities. Fixes #3
13 files changed:
app/Book.php
app/Chapter.php
app/Http/Controllers/BookController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/ImageController.php
app/Http/Controllers/PageController.php
app/Image.php
app/Page.php
database/migrations/2015_08_08_200447_add_users_to_entities.php [new file with mode: 0644]
resources/assets/sass/_text.scss
resources/views/books/show.blade.php
resources/views/chapters/show.blade.php
resources/views/pages/show.blade.php