-
Notifications
You must be signed in to change notification settings - Fork 7
/
ReleaseNotes_01.05.06.htm
27 lines (27 loc) · 2.57 KB
/
ReleaseNotes_01.05.06.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div class="Normal">
<h3>Change Log</h3>
<ul>
<li>Added access to response-related properties in templates</li>
<li>Added category filter to Manage Events page</li>
<li>Added category filter to calendar (can be hidden via CSS: <code>.EventFilter{display:none}</code>)</li>
<li>Added setting to hide events that have reached their registration cap</li>
<li>Added delete button to Edit Event page</li>
<li>Added link to event details from calendar tooltip (can be hidden via CSS: <code>.EventLinkToolTip{display:none}</code>)</li>
<li>Added ability to export all registration info for upcoming events</li>
<li>Added hierarchical structure for categories (sub-categories)</li>
<li>Fixed issue where details page always showed date for first occurrence of recurring events</li>
<li>Fixed a bug where events couldn't be deleted</li>
<li>Fixed a bug where some actions failed when the template didn't have certain controls in it</li>
<li>Fixed a bug where some query-string parameters were case sensitive</li>
<li>Fixed a bug where the calendar tooltip could show the wrong event</li>
<li>More details can be found on the <a href="http://support.engagesoftware.com/Default.aspx?EVT=ChangeLog">Engage: Events Change Log</a></li>
</ul>
<h3>Known Issues</h3>
<ul>
<li>Some versions of modules from OnyakTech will conflict with Engage: Events. Starting in DNN 5.2, the Telerik assembly is shared with the core, so this issue should be resolved.</li>
<li>In DNN 5.2, the reference to the included Telerik assembly is incompatible with any other version. It is recommended to upgrade to DNN 5.2.2 or above to address this issue.</li>
<li>The entire range of a recurring event might not display on the Calendar view. To increase performance, only 1,000 possible dates are considered to display. This means that only about 33 years of a yearly recurrence will display, while close to the full 1,000 days of a daily recurrence will be shown.</li>
<li>If you have multiple events modules on the same page, paging through the events or responses lists on one module will cause the other module to change pages as well. This can cause an issue if the other module has fewer pages than the module you are paging through, resulting in a blank module.</li>
<li>Line breaks entered in the Overview field of an event are not displayed; that is, all text displays on the same line, regardless of any line breaks entered.</li>
</ul>
</div>