From 33272fd76c23c3137ba33c66ac96b53725b3e64a Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 31 May 2006 23:01:53 +0000 Subject: [PATCH] - All assets now have an autoGenerateForms property just like wobjects per the rough edges discussions in Community IRC. - fix: not set UTF-8 in setup page --- docs/changelog/6.x.x.txt | 1 + lib/WebGUI.pm | 1 + lib/WebGUI/Asset/File/ZipArchive.pm | 46 +++++------------- lib/WebGUI/Asset/Redirect.pm | 27 ++--------- lib/WebGUI/Asset/Snippet.pm | 74 ++++++++--------------------- lib/WebGUI/Asset/_NewAsset.skeleton | 42 +++++----------- 6 files changed, 51 insertions(+), 140 deletions(-) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 996457603..076dcf7e0 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -26,6 +26,7 @@ - fix: DataForm corrupts text area fields - All assets now have an autoGenerateForms property just like wobjects per the rough edges discussions in Community IRC. + - fix: not set UTF-8 in setup page 6.99.2 - fix - demo.plainblack.com getting started diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index d3a700218..ae151e184 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -263,6 +263,7 @@ sub setup { WebGUI Initial Configuration +