mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
Creates a new organsied formatting system for webhook data, with interfaces for extending with custom model formatting rules. Allows easy usage & extension of the default bookstack formatting behaviour when customizing webhook events via theme system, and keeps default data customizations organised. This also makes the following webhook data changes: - owned_by/created_by/updated_by user details are loaded for events with Entity details. (POTENTIALLY BREAKING CHANGE). - current_revision details are loaded for page update/create events. Added testing to cover added model formatting rules. For #3279 and #3218 |
||
|---|---|---|
| .. | ||
| 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 | ||