A platform to create documentation/wiki content built with PHP & Laravel
COMMITS
/ app/Http/Controllers/ChapterController.php January 5, 2022
D
Aligned chapter move permissions with page move permissions
Dan Brown committed
D
Added additional permission checks and tests for book sorts
Dan Brown committed
December 20, 2021
D
Applied latest StyleCI changes
Dan Brown committed
December 19, 2021
D
Added ability to clone books
Dan Brown committed
D
Added ability to copy/clone chapters
Dan Brown committed
November 5, 2021
D
Standardised laravel validation to be array based
Dan Brown committed
June 26, 2021
D
Apply fixes from StyleCI
Dan Brown committed
May 29, 2021
D
Added testing to cover next/previous navigation
Dan Brown committed
D
Reviewed and refactored next/previous navigation button implementation
Dan Brown committed
May 16, 2021
D
Started refactoring of view service
Dan Brown committed
January 1, 2021
D
Moved permission updating to its own tool
Dan Brown committed
November 22, 2020
D
Fixed some mis-refactoring and split search service
Dan Brown committed
November 21, 2020
D
Moved models to folder, renamed managers to tools
Dan Brown committed
D
Aligned constructors across controller classes
Dan Brown committed
November 7, 2020
D
Organised activity types and moved most to repos
Dan Brown committed
November 6, 2020
D
Started testing work for recycle bin implementation
Dan Brown committed
October 5, 2019
D
Entity Repo & Controller Refactor (#1690)
Dan Brown committed
September 20, 2019
D
Removed some unused parameters and fixed env test logic
Dan Brown committed
September 19, 2019
D
Refactored some core entity actions
Dan Brown committed
D
Simplified activity facade interface
Dan Brown committed
D
Refactored notification showing and global view data
Dan Brown committed
September 15, 2019
D
Extracted some methods into a BookRepo
Dan Brown committed
D
Split out export actions into own controllers
Dan Brown committed
D
Standardised how request is injected into controller methods
Dan Brown committed
April 7, 2019
D
Standardised view referencing to dot-notation
Dan Brown committed
February 2, 2019
D
Migrated a whole load more page/chapter/shelf views
Dan Brown committed
January 5, 2019
D
Made delete permissions a requirement for move operations
Dan Brown committed
October 13, 2018
D
Extracted many page-specific repo methods into page-specific repo
Dan Brown committed
September 25, 2018
D
Fleshed out entity provided and optimized imports
Dan Brown committed
D
Re-structured the app code to be feature based rather than code type based
Dan Brown committed
September 22, 2018
D
Extracted download response logic into controller method
Dan Brown committed
March 30, 2018
D
Added tags to chapters and books
Dan Brown committed
January 28, 2018
D
Set /app PHP code to PSR-2 standard
Dan Brown committed
February 26, 2017
D
Added chapter export options
Dan Brown committed
January 2, 2017
D
Finished refactor of entity repos
Dan Brown committed
January 1, 2017
D
Refactored search and slug repo components
Dan Brown committed
D
Started refactor to merge entity repos
Dan Brown committed
December 4, 2016
D
Extracted text from logic files
Dan Brown committed
November 12, 2016
D
Enabled utf8 slugs
Dan Brown committed
September 29, 2016
D
Started work on making the public role/user configurable
Dan Brown committed
August 26, 2016
D
Improved sort efficiency by a factor of 10
Dan Brown committed
July 3, 2016
D
Fixed bug which hid entities and fixed new chapter priority
Dan Brown committed
June 25, 2016
D
Added chapter move actions. Closes #86
Dan Brown committed
May 1, 2016
D
Major permission naming refactor and database migration cleanup
Dan Brown committed
April 24, 2016
D
Rolled out new permissions system throughout application
Dan Brown committed
April 9, 2016
D
Started work towards adding role view permissions
Dan Brown committed
April 3, 2016
D
Fixed some label casing and fixed incorrect notifications
Dan Brown committed
March 5, 2016
D
Added restriction tests and fixed any bugs in the process
Dan Brown committed
February 28, 2016
D
Implemented database structure and inital interfaces for entity restrictions
Dan Brown committed
February 27, 2016
D
Finished initial implementation of custom role system
Dan Brown committed