BookStack/resources/views/books
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 Started migration to SVG icons 2018-02-17 13:30:52 +00:00
create.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
delete.blade.php Converted primary color use to css variable 2019-08-25 12:40:04 +01:00
edit.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
export.blade.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
form.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +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 Made shelf listing more unique & efficient 2019-02-16 17:13:01 +00:00
list.blade.php Simplified activity facade interface 2019-09-19 18:03:17 +01:00
permissions.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
show.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
sort-box.blade.php Added book sort helper buttons 2019-02-17 11:44:02 +00:00
sort.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00