]> BookStack Code Mirror - bookstack/commit
Added AJAX-based search to books, Fixes #15
authorDan Brown <redacted>
Tue, 1 Sep 2015 14:35:11 +0000 (15:35 +0100)
committerDan Brown <redacted>
Tue, 1 Sep 2015 14:35:11 +0000 (15:35 +0100)
commit03f5f9e9b95542fc2b116844ede0492c833fa83a
tree53c694626f959ab94b31af17f924d9cd64e56c45
parent9a82d2754874c8594ee8bcc7334068a2f2162a7b
Added AJAX-based search to books, Fixes #15
20 files changed:
app/Entity.php
app/Http/Controllers/SearchController.php
app/Http/routes.php
app/Repos/ChapterRepo.php
app/Repos/PageRepo.php
gulpfile.js
resources/assets/js/book-sidebar.js [new file with mode: 0644]
resources/assets/js/image-manager.js
resources/assets/js/jquery-extensions.js [new file with mode: 0644]
resources/assets/sass/_animations.scss
resources/assets/sass/_forms.scss
resources/assets/sass/styles.scss
resources/views/base.blade.php
resources/views/books/delete.blade.php
resources/views/books/show.blade.php
resources/views/chapters/delete.blade.php
resources/views/pages/delete.blade.php
resources/views/pages/show.blade.php
resources/views/search/all.blade.php
resources/views/search/book.blade.php [new file with mode: 0644]