diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 5047faa33..55c8260b1 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -54,6 +54,8 @@ - Added "create shortcut" as a context menu option in the asset manager. - Fixed generateContent.pl to work with the new asset tree. - Updated TinyMCE to version 1.44. + - Added an option to the layout to hide child assets from being displayed. + This allows you to use non-layout child assets as stand alone pages. 6.5.6 diff --git a/docs/upgrades/upgrade_6.5.6-6.6.0.sql b/docs/upgrades/upgrade_6.5.6-6.6.0.sql index 8d42f412b..c1d9822b7 100644 --- a/docs/upgrades/upgrade_6.5.6-6.6.0.sql +++ b/docs/upgrades/upgrade_6.5.6-6.6.0.sql @@ -75,4 +75,5 @@ alter table Collaboration drop column allowRichEdit; alter table Collaboration add column richEditor varchar(22) not null default 'PBrichedit000000000002'; delete from userProfileField where fieldName like 'richEditor%'; delete from userProfileData where fieldName like 'richEditor%'; +alter table Layout add column assetsToHide text; diff --git a/lib/WebGUI/Asset/Wobject/EventsCalendar.pm b/lib/WebGUI/Asset/Wobject/EventsCalendar.pm index 6387ff5c0..6758bda5b 100644 --- a/lib/WebGUI/Asset/Wobject/EventsCalendar.pm +++ b/lib/WebGUI/Asset/Wobject/EventsCalendar.pm @@ -465,7 +465,7 @@ sub view { } $var{'pagination.previousPage'} = '