From 0f6d8e57de5277d6864d835cc4514a7f9825b3a2 Mon Sep 17 00:00:00 2001
From: Colin Kuskie
Date: Mon, 1 May 2006 04:04:52 +0000
Subject: [PATCH] More UI level docs moved into Help from i18n. Fixed missing
close list tags that muck up flat help rendering.
---
lib/WebGUI/Help/Asset_Article.pm | 3 ++-
lib/WebGUI/Help/Asset_Collaboration.pm | 3 ++-
lib/WebGUI/Help/Asset_EventsCalendar.pm | 3 ++-
lib/WebGUI/Help/Asset_MultiSearch.pm | 3 ++-
lib/WebGUI/Help/Asset_SyndicatedContent.pm | 3 ++-
lib/WebGUI/i18n/English/Asset_Article.pm | 4 ++--
lib/WebGUI/i18n/English/Asset_Collaboration.pm | 2 +-
lib/WebGUI/i18n/English/Asset_EventsCalendar.pm | 4 ++--
lib/WebGUI/i18n/English/Asset_MultiSearch.pm | 4 ++--
lib/WebGUI/i18n/English/Asset_Navigation.pm | 5 +++--
lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm | 4 ++--
lib/WebGUI/i18n/English/Asset_Template.pm | 3 ++-
12 files changed, 24 insertions(+), 17 deletions(-)
diff --git a/lib/WebGUI/Help/Asset_Article.pm b/lib/WebGUI/Help/Asset_Article.pm
index 9966f3f2d..48b41d975 100644
--- a/lib/WebGUI/Help/Asset_Article.pm
+++ b/lib/WebGUI/Help/Asset_Article.pm
@@ -8,7 +8,8 @@ our $HELP = {
{
title => 'cache timeout',
namespace => 'Asset_Article',
- description => 'cache timeout help'
+ description => 'cache timeout help',
+ uiLevel => 8,
},
{
title => '72',
diff --git a/lib/WebGUI/Help/Asset_Collaboration.pm b/lib/WebGUI/Help/Asset_Collaboration.pm
index b89a20952..fc98ae656 100644
--- a/lib/WebGUI/Help/Asset_Collaboration.pm
+++ b/lib/WebGUI/Help/Asset_Collaboration.pm
@@ -8,7 +8,8 @@ our $HELP = {
{
title => 'visitor cache timeout',
namespace => 'Asset_Collaboration',
- description => 'visitor cache timeout help'
+ description => 'visitor cache timeout help',
+ uiLevel => 8,
},
{
title => 'display last reply',
diff --git a/lib/WebGUI/Help/Asset_EventsCalendar.pm b/lib/WebGUI/Help/Asset_EventsCalendar.pm
index f5278e001..da72ac9ea 100644
--- a/lib/WebGUI/Help/Asset_EventsCalendar.pm
+++ b/lib/WebGUI/Help/Asset_EventsCalendar.pm
@@ -8,7 +8,8 @@ our $HELP = {
{
title => 'visitor cache timeout',
namespace => 'Asset_EventsCalendar',
- description => 'visitor cache timeout help'
+ description => 'visitor cache timeout help',
+ uiLevel => 8,
},
{
title => '507',
diff --git a/lib/WebGUI/Help/Asset_MultiSearch.pm b/lib/WebGUI/Help/Asset_MultiSearch.pm
index 22ef67ccc..1701752c8 100644
--- a/lib/WebGUI/Help/Asset_MultiSearch.pm
+++ b/lib/WebGUI/Help/Asset_MultiSearch.pm
@@ -8,7 +8,8 @@ our $HELP = {
{
title => 'cache timeout',
namespace => 'Asset_MultiSearch',
- description => 'cache timeout help'
+ description => 'cache timeout help',
+ uiLevel => 8,
},
{
title => 'MultiSearch Template',
diff --git a/lib/WebGUI/Help/Asset_SyndicatedContent.pm b/lib/WebGUI/Help/Asset_SyndicatedContent.pm
index d82f7801a..496d3c1bc 100644
--- a/lib/WebGUI/Help/Asset_SyndicatedContent.pm
+++ b/lib/WebGUI/Help/Asset_SyndicatedContent.pm
@@ -8,7 +8,8 @@ our $HELP = {
{
title => 'cache timeout',
namespace => 'Asset_SyndicatedContent',
- description => 'cache timeout help'
+ description => 'cache timeout help',
+ uiLevel => 8,
},
{
title => '72',
diff --git a/lib/WebGUI/i18n/English/Asset_Article.pm b/lib/WebGUI/i18n/English/Asset_Article.pm
index 7f7fff97c..b7fc07d54 100644
--- a/lib/WebGUI/i18n/English/Asset_Article.pm
+++ b/lib/WebGUI/i18n/English/Asset_Article.pm
@@ -17,8 +17,8 @@ our $I18N = {
},
'cache timeout help' => {
- message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?
UI Level: 8|,
- lastUpdated => 0
+ message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?|,
+ lastUpdated => 1146455970
},
'71' => {
diff --git a/lib/WebGUI/i18n/English/Asset_Collaboration.pm b/lib/WebGUI/i18n/English/Asset_Collaboration.pm
index bf69e2451..84ed3bd74 100644
--- a/lib/WebGUI/i18n/English/Asset_Collaboration.pm
+++ b/lib/WebGUI/i18n/English/Asset_Collaboration.pm
@@ -134,7 +134,7 @@ our $I18N = {
},
'visitor cache timeout help' => {
- message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?
UI Level: 8|,
+ message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?|,
lastUpdated => 0
},
diff --git a/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm b/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm
index f2fd6fea7..d6e10442e 100644
--- a/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm
+++ b/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm
@@ -8,8 +8,8 @@ our $I18N = {
},
'visitor cache timeout help' => {
- message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?
UI Level: 8|,
- lastUpdated => 0
+ message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?|,
+ lastUpdated => 1146456063
},
'january' => {
diff --git a/lib/WebGUI/i18n/English/Asset_MultiSearch.pm b/lib/WebGUI/i18n/English/Asset_MultiSearch.pm
index 1a560b445..0f5d7b06f 100644
--- a/lib/WebGUI/i18n/English/Asset_MultiSearch.pm
+++ b/lib/WebGUI/i18n/English/Asset_MultiSearch.pm
@@ -8,8 +8,8 @@ our $I18N = {
},
'cache timeout help' => {
- message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?
UI Level: 8|,
- lastUpdated => 0
+ message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?|,
+ lastUpdated => 1146455921
},
'MultiSearch Template' => {
diff --git a/lib/WebGUI/i18n/English/Asset_Navigation.pm b/lib/WebGUI/i18n/English/Asset_Navigation.pm
index a146e8bdc..cbf31f4ba 100644
--- a/lib/WebGUI/i18n/English/Asset_Navigation.pm
+++ b/lib/WebGUI/i18n/English/Asset_Navigation.pm
@@ -168,8 +168,9 @@ all of the classes of pages that should be included:
Descendents
Pages lower than the current page in the tree.
Pedigree
-When using a different start page, this option selects the Ancestors, Siblings and Descendents of that page.|,
- lastUpdated => 1121969610,
+When using a different start page, this option selects the Ancestors, Siblings and Descendents of that page.
+|,
+ lastUpdated => 1146456217,
},
'Descendant End Point description' => {
diff --git a/lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm b/lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm
index 2977ded25..c6202bd12 100644
--- a/lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm
+++ b/lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm
@@ -7,8 +7,8 @@ our $I18N = {
},
'cache timeout help' => {
- message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?
UI Level: 8|,
- lastUpdated => 0
+ message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?|,
+ lastUpdated => 1146455937
},
'get syndicated content' => {
diff --git a/lib/WebGUI/i18n/English/Asset_Template.pm b/lib/WebGUI/i18n/English/Asset_Template.pm
index f0ab077f3..017744064 100644
--- a/lib/WebGUI/i18n/English/Asset_Template.pm
+++ b/lib/WebGUI/i18n/English/Asset_Template.pm
@@ -413,9 +413,10 @@ be on the right side of the page.
Select one of the layouts.
Enter your site name, upload a logo and configure the colors.
Make customizations to the generated template.
+
|,
- lastUpdated => 1146244520,
+ lastUpdated => 1146456174,
},
};