BookStack/resources/views
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
..
auth Updated to laravel 6 2019-09-14 14:12:39 +01:00
books Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
chapters Fixed failing test and added more accessibility improvements 2019-08-25 17:21:25 +01:00
comments Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
common Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
components Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
errors Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
form Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
pages Upgraded to Laravel 5.6 2019-09-06 22:14:39 +01:00
partials Updated to laravel 6 2019-09-14 14:12:39 +01:00
search Converted primary color use to css variable 2019-08-25 12:40:04 +01:00
settings Re-orged readme and added a11y info 2019-08-25 16:19:56 +01:00
shelves Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
users Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
vendor Removed html dir tag for now, Updated lang format 2019-08-18 18:57:35 +01:00
base.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
simple-layout.blade.php Cleaned up old toolbar usage 2019-04-06 17:43:44 +01:00
tri-layout.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00