added hide option to layout
fixed typo in events calendar added context menu stuff that i forgot to check in added richEditId option to the HTMLArea method in HTMLForm
This commit is contained in:
parent
c1303373f0
commit
10285b71cf
8 changed files with 202 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue