From 83196421bc4b3eefe783a6fdb5e0d9350e519889 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 24 Jan 2008 23:44:22 +0000 Subject: [PATCH] fix: Gallery is now part of the default set of assets --- docs/changelog/7.x.x.txt | 1 + etc/WebGUI.conf.original | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 5662b7105..67f5a02bd 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -5,6 +5,7 @@ - fix: AssetPackage.pm would give an error on importing a package through the web interface, but the package would be imported successfully. - fix: 7.5.0 upgrade template for time tracker was corrupt. + - fix: Gallery is now part of the default set of assets - fix: replaced return; with return undef; and changed WGBP. - removed old CS based photo gallery prototype in favor of the new gallery asset diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 0367f5baa..960bd149f 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -217,6 +217,7 @@ "WebGUI::Asset::Wobject::DataForm", "WebGUI::Asset::Wobject::Calendar", "WebGUI::Asset::Wobject::EventManagementSystem", + "WebGUI::Asset::Wobject::Gallery", "WebGUI::Asset::Wobject::HttpProxy", "WebGUI::Asset::Wobject::Navigation", "WebGUI::Asset::Wobject::Matrix",