]> BookStack Code Mirror - bookstack/commit
Added activity history to to all entities. Fixes #12
authorDan Brown <redacted>
Sun, 16 Aug 2015 17:59:23 +0000 (18:59 +0100)
committerDan Brown <redacted>
Sun, 16 Aug 2015 17:59:23 +0000 (18:59 +0100)
commit5d9d09602842bf98f56d274b720d5090f2e8acf0
tree3e0f4f7ff68d884cfcd88e06bbba6b756a3d5e68
parent41eb2fb633839576cad64f3a848594f402442cf4
Added activity history to to all entities. Fixes #12
19 files changed:
.gitignore
app/Activity.php [new file with mode: 0644]
app/Book.php
app/Entity.php
app/Http/Controllers/BookController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/PageController.php
app/Providers/CustomFacadeProvider.php [new file with mode: 0644]
app/Services/ActivityService.php [new file with mode: 0644]
app/Services/Facades/Activity.php [new file with mode: 0644]
composer.json
composer.lock
config/app.php
database/migrations/2015_08_16_142133_create_activities_table.php [new file with mode: 0644]
resources/assets/sass/styles.scss
resources/lang/en/activities.php [new file with mode: 0644]
resources/views/books/show.blade.php
resources/views/partials/activity-item.blade.php [new file with mode: 0644]
resources/views/partials/activity-list.blade.php [new file with mode: 0644]