Improve backwards compatibility of AbstractModificationLogHandler
[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.
77eea9a2 9* `wcf\system\cache\builder\EventListenerCacheBuilder` returns `wcf\data\event\listener\EventListener` objects instead of data arrays.
8b77f574 10* `wcf\system\cache\source\RedisCacheSource` added.
28f2c3b1 11* Background queue (`wcf\system\background\*`) added.
652ab955 12* Rewritten email system (`wcf\system\email\*`) added.
6cc54f29 13* CryptoUtil (`wcf\util\CryptoUtil`) added.
652ab955 14* Old email system (`wcf\system\mail\*`) deprecated.
36c34e9a
MS
15* Abstract bulk processing system added.
16* Replaced old user bulk processing with new implementation using the abstract bulk processing system.
47124303 17* `conditionContainers` template event in template `noticeAdd.tpl` added.
a5f8fd9f 18* Use condition system for user search.
e934d809 19* Image proxy for images included with the image BBCode.
0560ab7d
AE
20* Overhauled Redactor integration
21 * Linebreaks mode instead of using paragraphs, works better with the PHP-side parser which works with linebreaks
6cc54f29 22 * Ported the PHP-BBCode parser, massively improves accuracy and ensures validity
b2ae2a7b 23* Show error message if poll options are given but not question instead of discarding poll options.
28854f57 24* `parentObjectID` column added to `modification_log` and `wcf\system\log\modification\AbstractModificationLogHandler` introduced as a replacement for `wcf\system\log\modification\ModificationLogHandler`.
9785f7b8
MS
25
26#### New Traits
27
28* `wcf\data\TDatabaseObjectOptions` for database object-bound options validation.
8ef9a6b6 29* `wcf\data\TDatabaseObjectPermissions` for database object-bound permissions validation.
9785f7b8
MS
30* `wcf\data\TMultiCategoryObject` provides category-related methods for objects with multiple categories.
31* `wcf\data\TUserContent` provides default implementations of the (non-inherited) methods of the IUserContent interface.
48e5f94e
MS
32
33#### Package Installation Plugin Improvements
34
35* instruction file name for most PIPs has default value provided by `wcf\system\package\plugin\IPackageInstallationPlugin::getDefaultFilename()`.
36* `options` support for cronjob PIP.
37* `name` attribute for cronjob PIP (`cronjobName` for cronjob objects).
38* `eventName` of event listener PIP supports multiple events.
39* `permissions` and `options` support for event listener PIP.
40* `name` attribute for event listener PIP (`listenerName` for event listener objects).
41* `permissions` and `options` support for template listener PIP.
24d20582 42* file `{WCF_DIR}/acp/uninstall/{packageName}.php` is automatically executed if package is uninstalled right before the first file PIP is executed
48e5f94e
MS
43
44#### Removed Code
45
46* `wcf\system\clipboard\action\UserExtendedClipboardAction` removed.
47* `wcf\system\event\listener\PreParserAtUserListener` removed.
48* `wcf\action\AJAXProxyAction::getData()` removed.
49* Version system removed.
50* Support for query string based sessions in Frontend removed.