Added missing changelog entries
[GitHub/WoltLab/WCF.git] / CHANGELOG.md
1 # Changelog
2
3 ## 2.2 (Vortex)
4
5 ### 2.2.0 Alpha 1 (XXXX-YY-ZZ)
6
7 * Clipboard support for tags in ACP ("delete" and "set as synonyms").
8 * `wcf\data\user\UserProfileCache` for caching user profiles during runtime.
9 * `wcf\system\cache\builder\EventListenerCacheBuilder` returns `wcf\data\event\listener\EventListener` objects instead of data arrays.
10 * `wcf\system\cache\source\RedisCacheSource` added.
11 * Background queue (`wcf\system\background\*`) added.
12 * Rewritten email system (`wcf\system\email\*`) added.
13 * CryptoUtil (`wcf\util\CryptoUtil`) added.
14 * Old email system (`wcf\system\mail\*`) deprecated.
15 * Abstract bulk processing system added.
16 * Replaced old user bulk processing with new implementation using the abstract bulk processing system.
17 * `conditionContainers` template event in template `noticeAdd.tpl` added.
18 * Use condition system for user search.
19 * Image proxy for images included with the image BBCode.
20 * Overhauled Redactor integration
21 * Linebreaks mode instead of using paragraphs, works better with the PHP-side parser which works with linebreaks
22 * Ported the PHP-BBCode parser, massively improves accuracy and ensures validity
23 * Show error message if poll options are given but not question instead of discarding poll options.
24 * `parentObjectID` column added to `modification_log` and `wcf\system\log\modification\AbstractModificationLogHandler` introduced as a replacement for `wcf\system\log\modification\ModificationLogHandler`.
25 * Add sort support for `useroptions` option type.
26 * Make user options shown in sidebar sortable.
27 * `wcf\system\event\listener\AbstractUserActionRenameListener` added.
28 * `wcf\system\event\listener\AbstractUserMergeListener` added.
29 * Notice texts support `{$username}` and `{$email}` placeholders.
30 * Notifications for comments in moderation.
31 * Continuous numeration of edit history version in template.
32 * `\wcf\data\user\UserProfile::getGuestUserProfile()` added.
33 * Make labels sortable in ACP.
34 * Core object `wcf\system\search\SearchEngine` added.
35 * Added 'most online users' to statistics box.
36 * Added icon size 64
37 * Enhanced user ignore feature
38 * Removed delayed redirect from login/logout
39 * `appendSession` in LinkHandler is now deprecated
40 * Added cover photo in user profiles
41 * Using cookies for ACP sessions
42 * WCF is now a standalone app
43 * Overhauled redactor integration
44 * Overhauled bbcode/html handling
45 * Removed option import/export
46 * Overhauled style editor
47 * Added replacements for WCF.Like, WCF.User.List and $.ui.wcfPages
48 * Added update support for styles
49
50 #### CMS
51
52 * Introduced new page, menu, box and media management system.
53 * Replaced object type definition `com.woltlab.wcf.page` with new CMS pages.
54 * Replaced header/footer menu with new CMS menus.
55 * Replaced dashboard box system with new CMS box system.
56 * User online location is handled via the `wcf\data\page\Page` objects. Complex locations can use the online location-related methods of `wcf\system\page\handler\IMenuPageHandler`.
57 * Added page-relevant data-attributes on body tag (`data-page-id`, `data-page-identifier`).
58
59 #### New Traits
60
61 * `wcf\data\TDatabaseObjectOptions` for database object-bound options validation.
62 * `wcf\data\TDatabaseObjectPermissions` for database object-bound permissions validation.
63 * `wcf\data\TMultiCategoryObject` provides category-related methods for objects with multiple categories.
64 * `wcf\data\TUserContent` provides default implementations of the (non-inherited) methods of the IUserContent interface.
65
66 #### Package Installation Plugin Improvements
67
68 * instruction file name for most PIPs has default value provided by `wcf\system\package\plugin\IPackageInstallationPlugin::getDefaultFilename()`.
69 * `options` support for cronjob PIP.
70 * `name` attribute for cronjob PIP (`cronjobName` for cronjob objects).
71 * `eventName` of event listener PIP supports multiple events.
72 * `permissions` and `options` support for event listener PIP.
73 * `name` attribute for event listener PIP (`listenerName` for event listener objects).
74 * `permissions` and `options` support for template listener PIP.
75 * file `{WCF_DIR}/acp/uninstall/{packageName}.php` is automatically executed if package is uninstalled right before the first file PIP is executed
76
77 #### Template / Design Overhaul
78
79 * Overhauled header/footer templates
80 * Overhauled message templates/styling
81 * Overhauled search area in page header
82 * Overhauled user profile header
83 * Overhauled media queries
84 * Overhauled user login
85 * Overhauled exception view
86 * Redesigned ACP login
87
88 * Introduced sticky page header
89 * Replaced LESS with SCSS
90 * Removed collapsible sidebar
91 * Removed obsolete CSS classes `framed`, `containerPadding`, `dividers`, `badgeInverse`
92 * Replaced `.infoBoxList` boxes with `.footerBoxes`
93 * Replaced `<fieldset>` tags with `<section class="section">`
94 * Replaced `<legend>` tags with `<h2 class="sectionTitle">`
95 * Replaced `.container`/`.marginTop` with `.section`
96 * Replaced `.boxHeadline` with `.contentHeader`
97 * Replaced `.boxSubHeadline` with `.sectionTitle`
98 * Replaced `.sidebarNavigation` with `.boxMenu`
99 * Replaced deprecated icon class (`icon-*` => `fa-*`)
100 * Moved closing head / body tags into `footer` template
101 * Moved documentHeader, head, body, contentHeader, userNotice into `header` template
102 * Replaced `$sidebarOrientation` with `$sidebarLeft`/`$sidebarRight`
103 * Renamed `{event name='*fieldsets'}` to `{event name='*sections'}`
104 * Introduced `.separatorLeft`/`.separatorRight`
105 * Removed `.tabularBoxTitle` if table title and page tite are identical
106 * Moved the "No-JS"-Warning to footer template.
107 * Tables can now be horizontally scrolled on mobile
108 * Added mobile support for ACP
109 * Added basic grid layout classes
110 * Renamed `.pageNavigation` to `.pagination`
111 * Renamed `.navigation`/`.navigationIcons` to `.pageNavigation`/`.pageNavigationIcons`
112
113 #### Removed Code
114
115 * `wcf\system\clipboard\action\UserExtendedClipboardAction` removed.
116 * `wcf\system\event\listener\PreParserAtUserListener` removed.
117 * `wcf\action\AJAXProxyAction::getData()` removed.
118 * `wcf\system\page\PageManager` removed.
119 * `wcf\system\option\PageMultiSelectOptionType` removed.
120 * `wcf\system\option\PageSelectOptionType` removed.
121 * `wcf\system\user\online\location\UserLocation` removed.
122 * Version system removed.
123 * Support for query string based sessions in Frontend removed.
124 * Language server system removed.
125 * Object type definition `com.woltlab.wcf.user.online.location` deprecated.
126 * Object type definition `com.woltlab.wcf.page` deprecated.
127 * Deprecated methods in `wcf\util\StringUtil` removed.
128 * Option `message_sidebar_enable_message_group_starter_icon` removed.
129 * Option `module_privacy_policy_page` removed.
130 * Option `show_clock` removed.
131 * Option `message_sidebar_enable_rank` removed.
132 * Option `message_sidebar_enable_avatar` removed.
133 * Removed obsolete `$activeMenuItem` in frontend forms/pages
134
135 #### Documentation
136
137 * `@property-read` tags for database table columns of classes extending `wcf\data\DatabaseObject`.