@@ -110,6 +110,8 @@ With version 6.2, we have deprecated certain components and removed several othe
110110- ` wcf\system\upload\AvatarUploadFileSaveStrategy ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )
111111- ` wcf\system\upload\AvatarUploadFileValidationStrategy ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )
112112- ` wcf\action\MessageQuoteAction ` ([ WoltLab/WCF #6163 ] ( https://github.com/WoltLab/WCF/pull/6163/ ) )
113+ - ` calendar\system\message\quote\EventMessageQuoteHandler `
114+ - ` wbb\system\message\quote\PostMessageQuoteHandler `
113115
114116#### Methods
115117
@@ -145,6 +147,18 @@ With version 6.2, we have deprecated certain components and removed several othe
145147- ` wcf\data\user\UserProfileAction::validateDeleteCoverPhoto() ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
146148- ` wcf\data\user\UserProfileAction::deleteCoverPhoto() ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
147149- ` wcf\data\user\UserProfileAction::setAvatar() ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
150+ - ` calendar\data\event\EventAction::validateSaveFullQuote() `
151+ - ` calendar\data\event\EventAction::saveFullQuote() `
152+ - ` calendar\data\event\EventAction::validateSaveQuote() `
153+ - ` calendar\data\event\EventAction::saveQuote() `
154+ - ` calendar\data\event\EventAction::validateGetRenderedQuotes() `
155+ - ` calendar\data\event\EventAction::getRenderedQuotes() `
156+ - ` wbb\data\post\PostAction::validateSaveFullQuote() `
157+ - ` wbb\data\post\PostAction::saveFullQuote() `
158+ - ` wbb\data\post\PostAction::validateSaveQuote() `
159+ - ` wbb\data\post\PostAction::saveQuote() `
160+ - ` wbb\data\post\PostAction::validateGetRenderedQuotes() `
161+ - ` wbb\data\post\PostAction::getRenderedQuotes() `
148162
149163#### Properties
150164
@@ -181,3 +195,5 @@ With version 6.2, we have deprecated certain components and removed several othe
181195- ` WoltLabSuite/Core/Ui/User/CoverPhoto/Upload ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
182196- ` WCF.User.Avatar ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )
183197- ` WCF.User.Avatar.Upload ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )
198+ - ` WoltLabSuite/Calendar/Ui/Event/Quote `
199+ - ` WoltLabSuite/Ui/Post/Quote `
0 commit comments