Olaf Braun
Olaf Braun
TODO - [x] Migration of old data - [x] Info that rebuild data for notice is required - [x] In the ACP Dashboard box - [x] In the list of...
Closes #5984 ## TODO: - [ ] Deprecate the 'old' `ConditionHandler` functions - [x] Add migration functions - [x] Add `wcf1_user_group_assignment .conditions` to `install.sql` - [ ] Remove old ObjectTypes...
Ref https://github.com/WoltLab/WCF/issues/5984 The user options from the “Profiles” category can be searched using the condition system. Currently, the `UserOptionsCondition` class is used for this purpose, which requires an option that...
Ref https://github.com/WoltLab/WCF/issues/5984 With the overhaul of the condition system, the current data must be migrated to the new format. This means that condition types of plugins that have already been...
Required https://github.com/WoltLab/WCF/pull/6282
Closes #6109 ## TODO - [ ] Add a helper function for the subquery ## Performance tests Different queries were tested, these have different performance with larger tables. `LATERAL` is...
Required #6282 ### TODO - [ ] Migrate `BBCodeCacheBuilder` to eager cache