mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-26 02:10:19 +08:00
f99af807d0
- Added testing to cover warning cases. - Refactored logic to be simpler and move much of the business out of the controller. - Added new message that's more suitable to the case this was handling. - For detecting an outdated draft, checked the draft created_at time instead of updated_at to better fit the scenario being checked. - Updated some method types to align with those potentially being used in the logic of the code. - Added a cache of shown messages on the front-end to prevent them re-showing on every save during the session, even if dismissed. |
||
---|---|---|
.. | ||
BookShelfTest.php | ||
BookTest.php | ||
ChapterTest.php | ||
CommentSettingTest.php | ||
CommentTest.php | ||
EntityAccessTest.php | ||
EntitySearchTest.php | ||
ExportTest.php | ||
PageContentTest.php | ||
PageDraftTest.php | ||
PageEditorTest.php | ||
PageRevisionTest.php | ||
PageTemplateTest.php | ||
PageTest.php | ||
SearchOptionsTest.php | ||
SortTest.php | ||
TagTest.php |