From f9f49c3c36d709a05435a141e96bc259a9dfac15 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 27 Jul 2007 05:08:56 +0000 Subject: [PATCH] wiki bug fixes made wiki and message board containers as they should be since they don't actually have any content of their own. --- docs/upgrades/templates-7.4.0/wikipage.tmpl | 74 +++++++++------------ etc/WebGUI.conf.original | 10 +-- 2 files changed, 36 insertions(+), 48 deletions(-) diff --git a/docs/upgrades/templates-7.4.0/wikipage.tmpl b/docs/upgrades/templates-7.4.0/wikipage.tmpl index 9491cab03..9b0f70ef8 100644 --- a/docs/upgrades/templates-7.4.0/wikipage.tmpl +++ b/docs/upgrades/templates-7.4.0/wikipage.tmpl @@ -10,7 +10,8 @@
-

^International("keywords","Asset");:

+

^International("keywords","Asset");:

@@ -18,26 +19,30 @@
| | |
~~~ - - - - - - + + + + + + + + diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 3b4f264b2..105355f78 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -229,7 +229,6 @@ "WebGUI::Asset::Wobject::Calendar", "WebGUI::Asset::Wobject::EventManagementSystem", "WebGUI::Asset::Wobject::HttpProxy", - "WebGUI::Asset::Wobject::MessageBoard", "WebGUI::Asset::Wobject::Navigation", "WebGUI::Asset::Wobject::Matrix", "WebGUI::Asset::Wobject::Poll", @@ -246,8 +245,7 @@ "WebGUI::Asset::Wobject::InOutBoard", "WebGUI::Asset::File::ZipArchive", "WebGUI::Asset::Wobject::WSClient", - "WebGUI::Asset::Wobject::SQLForm", - "WebGUI::Asset::Wobject::WikiMaster" + "WebGUI::Asset::Wobject::SQLForm" ], # Specify the list assets that are used for utility purposes only @@ -261,7 +259,11 @@ # These items are typically not content themselves, but rather # layout mechanisms. -"assetContainers" : ["WebGUI::Asset::Wobject::Layout", "WebGUI::Asset::Wobject::Folder", "WebGUI::Asset::Wobject::Dashboard"], +"assetContainers" : [ + "WebGUI::Asset::Wobject::Layout", "WebGUI::Asset::Wobject::Folder", + "WebGUI::Asset::Wobject::Dashboard", "WebGUI::Asset::Wobject::MessageBoard", + "WebGUI::Asset::Wobject::WikiMaster" + ], # 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