Skip to content

Commit 29b9ee3

Browse files
committed
Update deprecations and removals
1 parent cc0bfc2 commit 29b9ee3

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

docs/migration/wsc62/deprecations_removals.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ With version 6.3, we have deprecated certain components and removed several othe
1010

1111
- `gallery\util\ImageUtil`
1212
- `gallery\data\image\TaggedImageList`
13+
- `filebase\data\file\TaggedFileList`
14+
- `filebase\data\file\DeletedFileList`
1315

1416
#### Methods
1517

@@ -138,9 +140,21 @@ With version 6.3, we have deprecated certain components and removed several othe
138140
- `wcf\data\application\ApplicationAction::rebuild()`
139141
- `wcf\data\application\ApplicationAction::markAsTainted()`
140142
- `wbb\data\thread\Thread::getSimilarThreads()`
143+
- `wcf\data\user\activity\event\UserActivityEventAction::validateLoad()`
144+
- `wcf\data\user\activity\event\UserActivityEventAction::load()`
145+
- `wcf\data\reaction\ReactionAction::validateLoad()`
146+
- `wcf\data\reaction\ReactionAction::load()`
147+
- `wcf\data\like\ViewableLike::setObjectTypeDescription()`
148+
- `wcf\data\like\ViewableLike::getObjectTypeDescription()`
149+
- `filebase\data\file\FileAction::validateMarkAsRead()`
150+
- `filebase\data\file\FileAction::markAsRead()`
151+
- `filebase\data\file\FileAction::validateAssignLabel()`
152+
- `filebase\data\file\FileAction::assignLabel()`
153+
- `filebase\data\file\FileAction::triggerPublication()`
141154

142-
#### Variables
155+
#### Properties
143156

157+
- `wcf\data\like\ViewableLike::$objectTypeDescription`
144158

145159
### JavaScript
146160

@@ -174,6 +188,9 @@ With version 6.3, we have deprecated certain components and removed several othe
174188
- `gallery\system\page\handler\UserVideoListPageHandler`
175189
- `gallery\system\clipboard\action\ImageClipboardAction`
176190
- `blog\data\category\BlogCategoryAction`
191+
- `filebase\page\AbstractFilePage`
192+
- `filebase\data\category\FilebaseCategoryAction`
193+
- `wcf\data\TLegacyUserPropertyAccess`
177194

178195
#### Methods
179196

@@ -205,9 +222,12 @@ With version 6.3, we have deprecated certain components and removed several othe
205222
- `wbb\data\thread\ThreadAction::validateGetSimilarThreads()`
206223
- `wbb\data\thread\ThreadAction::getSimilarThreads()`
207224
- `wbb\data\thread\ThreadAction::updateSimilarThreads()`
225+
- `wcf\data\like\ViewableLike::setUserProfile()`
226+
- `wcf\data\like\ViewableLike::getObjectTypeName()`
208227

209228
#### Properties
210229

230+
- `wcf\data\like\ViewableLike::$userProfile`
211231

212232
### JavaScript
213233

@@ -235,3 +255,5 @@ With version 6.3, we have deprecated certain components and removed several othe
235255
- `WoltLabSuite/Blog/Ui/Category/MarkAllAsRead`
236256
- `WoltLabSuite/Blog/Ui/Archive`
237257
- `WoltLabSuite/Core/Ui/Article/MarkAllAsRead`
258+
- `WoltLabSuite/Core/Ui/Reaction/Profile/Loader`
259+
- `WoltLabSuite/Filebase/Ui/Category/MarkAllAsRead`

0 commit comments

Comments
 (0)