From 68a8c1e949ca712b85c9e59d5118c6e179dcbe3b Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 20 Jun 2005 14:50:27 +0000 Subject: [PATCH] - The File and Image assets are now considered utility assets and the default way to upload files will be through the File Pile. Anyone wishing to make the File and Image assets available as normal assets in the new content menu are still able to do so, and existing sites will be left as they are. --- docs/changelog/6.x.x.txt | 5 +++++ etc/WebGUI.conf.original | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 24081adcc..733a62fb8 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -9,6 +9,11 @@ and mac users, having only one mouse button, couldn't do it. - Rewrote the asset manager UI to have a little less whiz-bang and a bunch more user friendliness due to user feedback. + - The File and Image assets are now considered utility assets and the default + way to upload files will be through the File Pile. Anyone wishing to make + the File and Image assets available as normal assets in the new content + menu are still able to do so, and existing sites will be left as they are. + 6.6.3 - Fixed a recurring transaction commerce bug. diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 6fb172088..246327aa1 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -87,9 +87,7 @@ paymentPlugins = ITransact # Specify a the list of assets you want to appear in your # Add Content menus. -assets = WebGUI::Asset::File::Image, \ - WebGUI::Asset::File, \ - WebGUI::Asset::Snippet, \ +assets = WebGUI::Asset::Snippet, \ WebGUI::Asset::Redirect, \ WebGUI::Asset::FilePile, \ WebGUI::Asset::Wobject::Article, \ @@ -120,7 +118,9 @@ assetContainers = WebGUI::Asset::Wobject::Layout, \ # management. utilityAssets = WebGUI::Asset::Template, \ - WebGUI::Asset::RichEdit + WebGUI::Asset::RichEdit, \ + WebGUI::Asset::File::Image, \ + WebGUI::Asset::File # Optionally specify a group id for assets to tell WebGUI what # group a user needs to be part of in order to add that type of