BookStack/resources/views/shelves
Dan Brown 31f5786e01
Entity Repo & Controller Refactor (#1690)
* Started mass-refactoring of the current entity repos

* Rewrote book tree logic

- Now does two simple queries instead of one really complex one.
- Extracted logic into its own class.
- Remove model-level akward union field listing.
- Logic now more readable than being large separate query and
compilation functions.

* Extracted and split book sort logic

* Finished up Book controller/repo organisation

* Refactored bookshelves controllers and repo parts

* Fixed issues found via phpunit

* Refactored Chapter controller

* Updated Chapter export controller

* Started Page controller/repo refactor

* Refactored another chunk of PageController

* Completed initial pagecontroller refactor pass

* Fixed tests and continued reduction of old repos

* Removed old page remove and further reduced entity repo

* Removed old entity repo, split out page controller

* Ran phpcbf and split out some page content methods

* Tidied up some EntityProvider elements

* Fixed issued caused by viewservice change
2019-10-05 12:55:01 +01:00
..
_breadcrumbs.blade.php Added bookshelf view, update, delete 2018-09-16 19:34:09 +01:00
create.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
delete.blade.php Standardized breadcrumbs a little further with icons 2019-02-17 17:52:42 +00:00
edit.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
form.blade.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
grid-item.blade.php Improved login, Fixed breadcrumbs & improved grid thumbnails 2019-03-16 16:00:41 +00:00
index.blade.php Replaced use of custom 'baseUrl' helper with 'url' 2019-08-04 14:26:39 +01:00
list-item.blade.php Added bookshelves to breadcrumbs 2019-04-07 18:28:11 +01:00
list.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
permissions.blade.php Standardized breadcrumbs a little further with icons 2019-02-17 17:52:42 +00:00
show.blade.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00