diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 610b5b058..3f7e84435 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -5,6 +5,7 @@ - fixed #12024: Copied Collaboration System re-sends subscription mail - fixed #12027: Wiki Search and Keyword security, pages visible to visitors when wiki is restricted. - fixed #12020: Event Recurrend end date field is always active + - fixed #11991: calendar view event formatting 7.10.7 - rfe #10521: Use monospaced font in template edit textarea diff --git a/docs/templates.txt b/docs/templates.txt index 369e38317..a509ed893 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -6,6 +6,9 @@ templates, you will need to apply these changes manually to your copies. * Friend Manager view template - root/import/account/friendmanager/view Add a div to hold the pagination. + * Event Template - root/import/calendar-templates/default-calendar-event + Add foreground/font color to the CSS for the details. + 7.10.4 * DataForm email template - default_email diff --git a/docs/upgrades/packages-7.10.8/root_import_calendar-templates_default-calendar-event.wgpkg b/docs/upgrades/packages-7.10.8/root_import_calendar-templates_default-calendar-event.wgpkg new file mode 100644 index 000000000..e7a35bd1f Binary files /dev/null and b/docs/upgrades/packages-7.10.8/root_import_calendar-templates_default-calendar-event.wgpkg differ