Add TMultiCategoryObject trait
[GitHub/WoltLab/WCF.git] / CHANGELOG.md
CommitLineData
77eea9a2
MS
1# Changelog
2
3## 2.2 (Vortex)
4
5### 2.2.0 Alpha 1 (XXXX-YY-ZZ)
6
ea3185a0 7* Clipboard support for tags in ACP ("delete" and "set as synonyms").
3b5fb8ef 8* `wcf\data\user\UserProfileCache` for caching user profiles during runtime.
6a890a68 9* instruction file name for most PIPs has default value provided by `wcf\system\package\plugin\IPackageInstallationPlugin::getDefaultFilename()`.
0fb52d6b 10* `options` support for cronjobs.
22c4b081 11* `name` attribute for cronjob PIP (`cronjobName` for cronjob objects).
c9ebc679 12* `eventName` of event listener PIP supports multiple events.
ffdebe9c 13* `permissions` and `options` support for event listeners.
e0497659 14* `name` attribute for event listener PIP (`listenerName` for event listener objects).
512b7176 15* `permissions` and `options` support for template listeners.
77eea9a2 16* `wcf\system\cache\builder\EventListenerCacheBuilder` returns `wcf\data\event\listener\EventListener` objects instead of data arrays.
889f95cd 17* `wcf\system\clipboard\action\UserExtendedClipboardAction` removed.
4fa5a977 18* `wcf\system\event\listener\PreParserAtUserListener` removed.
a89ab1fe
MS
19* `wcf\action\AJAXProxyAction::getData()` removed.
20* Version system removed.
6cc54f29 21* Support for query string based sessions in Frontend removed.
8b77f574 22* `wcf\system\cache\source\RedisCacheSource` added.
28f2c3b1 23* Background queue (`wcf\system\background\*`) added.
652ab955 24* Rewritten email system (`wcf\system\email\*`) added.
6cc54f29 25* CryptoUtil (`wcf\util\CryptoUtil`) added.
652ab955 26* Old email system (`wcf\system\mail\*`) deprecated.
36c34e9a
MS
27* Abstract bulk processing system added.
28* Replaced old user bulk processing with new implementation using the abstract bulk processing system.
47124303 29* `conditionContainers` template event in template `noticeAdd.tpl` added.
a5f8fd9f 30* Use condition system for user search.
e934d809 31* Image proxy for images included with the image BBCode.
0560ab7d
AE
32* Overhauled Redactor integration
33 * Linebreaks mode instead of using paragraphs, works better with the PHP-side parser which works with linebreaks
6cc54f29 34 * Ported the PHP-BBCode parser, massively improves accuracy and ensures validity
b2ae2a7b 35* Show error message if poll options are given but not question instead of discarding poll options.
28854f57 36* `parentObjectID` column added to `modification_log` and `wcf\system\log\modification\AbstractModificationLogHandler` introduced as a replacement for `wcf\system\log\modification\ModificationLogHandler`.
9785f7b8
MS
37
38#### New Traits
39
40* `wcf\data\TDatabaseObjectOptions` for database object-bound options validation.
41* `wcf\data\TDatabaseObjectOptions` for database object-bound permissions validation.
42* `wcf\data\TMultiCategoryObject` provides category-related methods for objects with multiple categories.
43* `wcf\data\TUserContent` provides default implementations of the (non-inherited) methods of the IUserContent interface.