From fb6064e88a553141526f3edbe6731f0cb6a14be5 Mon Sep 17 00:00:00 2001
From: Colin Kuskie
Date: Fri, 20 Jul 2007 04:04:47 +0000
Subject: [PATCH] Pruned the Wobject help, lots of side effects
---
lib/WebGUI/Asset/Snippet.pm | 4 +
lib/WebGUI/Help/Asset.pm | 8 --
lib/WebGUI/Help/Asset_Calendar.pm | 4 -
lib/WebGUI/Help/Asset_Dashboard.pm | 4 -
lib/WebGUI/Help/Asset_DataForm.pm | 8 --
.../Help/Asset_EventManagementSystem.pm | 8 --
lib/WebGUI/Help/Asset_Folder.pm | 4 -
lib/WebGUI/Help/Asset_HttpProxy.pm | 8 --
lib/WebGUI/Help/Asset_InOutBoard.pm | 8 --
lib/WebGUI/Help/Asset_Layout.pm | 4 -
lib/WebGUI/Help/Asset_Matrix.pm | 4 -
lib/WebGUI/Help/Asset_MessageBoard.pm | 8 --
lib/WebGUI/Help/Asset_MultiSearch.pm | 4 -
lib/WebGUI/Help/Asset_Navigation.pm | 4 -
lib/WebGUI/Help/Asset_Poll.pm | 8 --
lib/WebGUI/Help/Asset_Post.pm | 6 +-
lib/WebGUI/Help/Asset_Product.pm | 8 --
lib/WebGUI/Help/Asset_ProjectManager.pm | 4 -
lib/WebGUI/Help/Asset_SQLForm.pm | 4 -
lib/WebGUI/Help/Asset_SQLReport.pm | 8 --
lib/WebGUI/Help/Asset_Search.pm | 8 --
lib/WebGUI/Help/Asset_Shortcut.pm | 4 -
lib/WebGUI/Help/Asset_Snippet.pm | 40 ----------
lib/WebGUI/Help/Asset_StockData.pm | 8 --
lib/WebGUI/Help/Asset_Survey.pm | 8 --
lib/WebGUI/Help/Asset_SyndicatedContent.pm | 8 --
lib/WebGUI/Help/Asset_Template.pm | 2 +-
lib/WebGUI/Help/Asset_Thread.pm | 4 +-
lib/WebGUI/Help/Asset_TimeTracking.pm | 4 -
lib/WebGUI/Help/Asset_WSClient.pm | 8 --
lib/WebGUI/Help/Asset_WeatherData.pm | 8 --
lib/WebGUI/Help/Asset_WikiMaster.pm | 8 --
lib/WebGUI/Help/Asset_Wobject.pm | 74 +------------------
lib/WebGUI/i18n/English/Asset_Post.pm | 21 ------
lib/WebGUI/i18n/English/Asset_Snippet.pm | 16 ----
lib/WebGUI/i18n/English/Asset_Template.pm | 21 ------
lib/WebGUI/i18n/English/Asset_Thread.pm | 13 ----
lib/WebGUI/i18n/English/Asset_Wobject.pm | 56 +-------------
38 files changed, 13 insertions(+), 416 deletions(-)
delete mode 100644 lib/WebGUI/Help/Asset_Snippet.pm
diff --git a/lib/WebGUI/Asset/Snippet.pm b/lib/WebGUI/Asset/Snippet.pm
index ee60ac5a9..21e808b05 100644
--- a/lib/WebGUI/Asset/Snippet.pm
+++ b/lib/WebGUI/Asset/Snippet.pm
@@ -180,6 +180,10 @@ sub www_edit {
$self->getAdminConsole->setHelp("snippet add/edit","Asset_Snippet");
my $i18n = WebGUI::International->new($self->session, 'Asset_Snippet');
return $self->getAdminConsole->render($self->getEditForm->print,$i18n->get('snippet add/edit title'));
+ my $i18n = WebGUI::International->new($self->session,'Asset_Wobject');
+ my $addEdit = ($self->session->form->process("func") eq 'add') ? $i18n->get('add') : $i18n->get('edit');
+ return $self->getAdminConsole->render($self->getEditForm->print,$addEdit.' '.$self->getName);
+
}
#-------------------------------------------------------------------
diff --git a/lib/WebGUI/Help/Asset.pm b/lib/WebGUI/Help/Asset.pm
index 48c6dbc13..a30fb11fa 100644
--- a/lib/WebGUI/Help/Asset.pm
+++ b/lib/WebGUI/Help/Asset.pm
@@ -431,10 +431,6 @@ our $HELP = {
tag => 'metadata edit property',
namespace => 'Asset'
},
- {
- tag => 'wobject add/edit',
- namespace => 'Asset_Wobject',
- },
],
},
@@ -468,10 +464,6 @@ our $HELP = {
tag => 'metadata manage',
namespace => 'Asset'
},
- {
- tag => 'wobject add/edit',
- namespace => 'Asset_Wobject',
- },
],
},
diff --git a/lib/WebGUI/Help/Asset_Calendar.pm b/lib/WebGUI/Help/Asset_Calendar.pm
index ec45aa9e0..5923c56a2 100644
--- a/lib/WebGUI/Help/Asset_Calendar.pm
+++ b/lib/WebGUI/Help/Asset_Calendar.pm
@@ -9,10 +9,6 @@ our $HELP = {
title => 'help add/edit title',
body => 'help add/edit body',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
diff --git a/lib/WebGUI/Help/Asset_Dashboard.pm b/lib/WebGUI/Help/Asset_Dashboard.pm
index 7f420e4cb..eaf4e4073 100644
--- a/lib/WebGUI/Help/Asset_Dashboard.pm
+++ b/lib/WebGUI/Help/Asset_Dashboard.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => 'dashboard add/edit title',
body => 'dashboard add/edit body',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
diff --git a/lib/WebGUI/Help/Asset_DataForm.pm b/lib/WebGUI/Help/Asset_DataForm.pm
index 7bd5f8dee..624088f74 100644
--- a/lib/WebGUI/Help/Asset_DataForm.pm
+++ b/lib/WebGUI/Help/Asset_DataForm.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '61',
body => '71',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
@@ -85,10 +81,6 @@ our $HELP = {
tag => 'data form template',
namespace => 'Asset_DataForm'
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- },
]
},
diff --git a/lib/WebGUI/Help/Asset_EventManagementSystem.pm b/lib/WebGUI/Help/Asset_EventManagementSystem.pm
index 6d477de02..e9cbb4530 100644
--- a/lib/WebGUI/Help/Asset_EventManagementSystem.pm
+++ b/lib/WebGUI/Help/Asset_EventManagementSystem.pm
@@ -8,10 +8,6 @@ our $HELP = {
title => 'add/edit help title',
body => 'add/edit help body',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
@@ -66,10 +62,6 @@ our $HELP = {
},
],
related => [
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- },
{
tag => 'asset fields',
namespace => 'Asset'
diff --git a/lib/WebGUI/Help/Asset_Folder.pm b/lib/WebGUI/Help/Asset_Folder.pm
index 5b321298e..2a32ca394 100644
--- a/lib/WebGUI/Help/Asset_Folder.pm
+++ b/lib/WebGUI/Help/Asset_Folder.pm
@@ -6,10 +6,6 @@ our $HELP = {
title => 'folder add/edit title',
body => 'folder add/edit body',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit",
- },
],
fields => [
{
diff --git a/lib/WebGUI/Help/Asset_HttpProxy.pm b/lib/WebGUI/Help/Asset_HttpProxy.pm
index b2772db62..12fe6c591 100644
--- a/lib/WebGUI/Help/Asset_HttpProxy.pm
+++ b/lib/WebGUI/Help/Asset_HttpProxy.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '10',
body => '11',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit',
- },
],
fields => [
{
@@ -77,10 +73,6 @@ our $HELP = {
tag => 'asset fields',
namespace => 'Asset',
},
- {
- tag => 'wobject add/edit',
- namespace => 'Asset_Wobject',
- },
{
tag => 'http proxy template',
namespace => 'Asset_HttpProxy',
diff --git a/lib/WebGUI/Help/Asset_InOutBoard.pm b/lib/WebGUI/Help/Asset_InOutBoard.pm
index f104484d4..03d299938 100644
--- a/lib/WebGUI/Help/Asset_InOutBoard.pm
+++ b/lib/WebGUI/Help/Asset_InOutBoard.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '18',
body => '19',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit',
- },
],
fields => [
{
@@ -51,10 +47,6 @@ our $HELP = {
tag => 'in out board report template',
namespace => 'Asset_InOutBoard',
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject',
- },
],
},
diff --git a/lib/WebGUI/Help/Asset_Layout.pm b/lib/WebGUI/Help/Asset_Layout.pm
index cb64d6e85..e65906965 100644
--- a/lib/WebGUI/Help/Asset_Layout.pm
+++ b/lib/WebGUI/Help/Asset_Layout.pm
@@ -23,10 +23,6 @@ our $HELP = {
tag => 'asset fields',
namespace => 'Asset'
},
- {
- tag => 'wobject add/edit',
- namespace => 'Asset_Wobject'
- },
{
tag => 'layout template',
namespace => 'Asset_Layout'
diff --git a/lib/WebGUI/Help/Asset_Matrix.pm b/lib/WebGUI/Help/Asset_Matrix.pm
index 771c6ba65..2eeace8b7 100644
--- a/lib/WebGUI/Help/Asset_Matrix.pm
+++ b/lib/WebGUI/Help/Asset_Matrix.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => 'add/edit help title',
body => 'add/edit help body',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
diff --git a/lib/WebGUI/Help/Asset_MessageBoard.pm b/lib/WebGUI/Help/Asset_MessageBoard.pm
index 2eb4a5542..c7fbcf6da 100644
--- a/lib/WebGUI/Help/Asset_MessageBoard.pm
+++ b/lib/WebGUI/Help/Asset_MessageBoard.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '61',
body => '71',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit',
- },
],
fields => [
{
@@ -28,10 +24,6 @@ our $HELP = {
tag => 'message board template',
namespace => 'Asset_MessageBoard',
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject',
- },
],
},
diff --git a/lib/WebGUI/Help/Asset_MultiSearch.pm b/lib/WebGUI/Help/Asset_MultiSearch.pm
index 76c02fd92..3de78a069 100644
--- a/lib/WebGUI/Help/Asset_MultiSearch.pm
+++ b/lib/WebGUI/Help/Asset_MultiSearch.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => 'multisearch add/edit title',
body => 'multisearch add/edit body',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit',
- },
],
fields => [
{
diff --git a/lib/WebGUI/Help/Asset_Navigation.pm b/lib/WebGUI/Help/Asset_Navigation.pm
index d79661ef5..dfd56df7e 100644
--- a/lib/WebGUI/Help/Asset_Navigation.pm
+++ b/lib/WebGUI/Help/Asset_Navigation.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '1098',
body => '1093',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
diff --git a/lib/WebGUI/Help/Asset_Poll.pm b/lib/WebGUI/Help/Asset_Poll.pm
index e45668e4f..3863fa493 100644
--- a/lib/WebGUI/Help/Asset_Poll.pm
+++ b/lib/WebGUI/Help/Asset_Poll.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '61',
body => '71',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit',
- },
],
fields => [
{
@@ -62,10 +58,6 @@ our $HELP = {
tag => 'poll template',
namespace => 'Asset_Poll',
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject',
- }
]
},
diff --git a/lib/WebGUI/Help/Asset_Post.pm b/lib/WebGUI/Help/Asset_Post.pm
index e3a645dea..962cbbd87 100644
--- a/lib/WebGUI/Help/Asset_Post.pm
+++ b/lib/WebGUI/Help/Asset_Post.pm
@@ -3,7 +3,7 @@ package WebGUI::Help::Asset_Post;
our $HELP = {
'post add/edit template' => { ##Asset/Post/www_edit
title => 'add/edit post template title',
- body => 'add/edit post template body',
+ body => '',
isa => [
{
tag => 'collaboration template labels',
@@ -163,7 +163,7 @@ our $HELP = {
'post template variables' => { ##Asset/Post/getTemplateVars
title => 'post template variables title',
- body => 'post template variables body',
+ body => '',
isa => [
{
tag => 'post asset variables',
@@ -292,7 +292,7 @@ our $HELP = {
'post asset variables' => {
private => 1,
title => 'post asset variables title',
- body => 'post asset variables body',
+ body => '',
isa => [
{
tag => 'asset template asset variables',
diff --git a/lib/WebGUI/Help/Asset_Product.pm b/lib/WebGUI/Help/Asset_Product.pm
index 082c1049a..08311623e 100644
--- a/lib/WebGUI/Help/Asset_Product.pm
+++ b/lib/WebGUI/Help/Asset_Product.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '38',
body => '39',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit'
- },
],
fields => [
{
@@ -88,10 +84,6 @@ our $HELP = {
tag => 'product template',
namespace => 'Asset_Product'
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- }
]
},
diff --git a/lib/WebGUI/Help/Asset_ProjectManager.pm b/lib/WebGUI/Help/Asset_ProjectManager.pm
index 2d0b0597d..13aeec828 100644
--- a/lib/WebGUI/Help/Asset_ProjectManager.pm
+++ b/lib/WebGUI/Help/Asset_ProjectManager.pm
@@ -7,10 +7,6 @@ our $HELP = {
title => 'pm add/edit title',
body => 'pm add/edit body',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit',
- },
],
fields => [
{
diff --git a/lib/WebGUI/Help/Asset_SQLForm.pm b/lib/WebGUI/Help/Asset_SQLForm.pm
index cefa98593..592b6113a 100644
--- a/lib/WebGUI/Help/Asset_SQLForm.pm
+++ b/lib/WebGUI/Help/Asset_SQLForm.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => 'edit sqlform',
body => 'sqlform description',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
diff --git a/lib/WebGUI/Help/Asset_SQLReport.pm b/lib/WebGUI/Help/Asset_SQLReport.pm
index ff629d211..b7710a7fc 100644
--- a/lib/WebGUI/Help/Asset_SQLReport.pm
+++ b/lib/WebGUI/Help/Asset_SQLReport.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '61',
body => '71',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{ #templateId
@@ -57,10 +53,6 @@ our $HELP = {
tag => 'sql report template',
namespace => 'Asset_SQLReport'
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- },
]
},
diff --git a/lib/WebGUI/Help/Asset_Search.pm b/lib/WebGUI/Help/Asset_Search.pm
index aacd58ecb..806770105 100644
--- a/lib/WebGUI/Help/Asset_Search.pm
+++ b/lib/WebGUI/Help/Asset_Search.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => 'add/edit title',
body => 'add/edit body',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
@@ -32,10 +28,6 @@ our $HELP = {
tag => 'search template',
namespace => 'Asset_Search'
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- },
]
},
diff --git a/lib/WebGUI/Help/Asset_Shortcut.pm b/lib/WebGUI/Help/Asset_Shortcut.pm
index 303d8ba27..08bab7eb6 100644
--- a/lib/WebGUI/Help/Asset_Shortcut.pm
+++ b/lib/WebGUI/Help/Asset_Shortcut.pm
@@ -35,10 +35,6 @@ our $HELP = {
fields => [
],
related => [
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- },
]
},
diff --git a/lib/WebGUI/Help/Asset_Snippet.pm b/lib/WebGUI/Help/Asset_Snippet.pm
deleted file mode 100644
index 0b7f99486..000000000
--- a/lib/WebGUI/Help/Asset_Snippet.pm
+++ /dev/null
@@ -1,40 +0,0 @@
-package WebGUI::Help::Asset_Snippet;
-
-our $HELP = {
-
- 'snippet add/edit' => {
- title => 'snippet add/edit title',
- body => 'snippet add/edit body',
- isa => [
- {
- tag => 'asset fields',
- namespace => 'Asset'
- },
- ],
- fields => [
- {
- title => 'cache timeout',
- namespace => 'Asset_File',
- description => 'cache timeout help'
- },
- {
- title => 'assetName',
- description => 'snippet description',
- namespace => 'Asset_Snippet',
- },
- {
- title => 'process as template',
- description => 'process as template description',
- namespace => 'Asset_Snippet',
- },
- {
- title => 'mimeType',
- description => 'mimeType description',
- namespace => 'Asset_Snippet',
- },
- ],
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/Help/Asset_StockData.pm b/lib/WebGUI/Help/Asset_StockData.pm
index c3294661e..c4830e66b 100644
--- a/lib/WebGUI/Help/Asset_StockData.pm
+++ b/lib/WebGUI/Help/Asset_StockData.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => 'help_add_edit_stocklist_title',
body => 'help_add_edit_stocklist_body',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit',
- },
],
fields => [
{
@@ -50,10 +46,6 @@ our $HELP = {
tag => 'stock list display template',
namespace => 'Asset_StockData',
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject',
- },
],
},
diff --git a/lib/WebGUI/Help/Asset_Survey.pm b/lib/WebGUI/Help/Asset_Survey.pm
index 4865f442f..7ba6d080f 100644
--- a/lib/WebGUI/Help/Asset_Survey.pm
+++ b/lib/WebGUI/Help/Asset_Survey.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '3',
body => '4',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit'
- },
],
fields => [
{
@@ -82,10 +78,6 @@ our $HELP = {
tag => 'asset fields',
namespace => 'Asset'
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- },
{
tag => 'question add/edit',
namespace => 'Asset_Survey'
diff --git a/lib/WebGUI/Help/Asset_SyndicatedContent.pm b/lib/WebGUI/Help/Asset_SyndicatedContent.pm
index 22e9049ac..27f009dca 100644
--- a/lib/WebGUI/Help/Asset_SyndicatedContent.pm
+++ b/lib/WebGUI/Help/Asset_SyndicatedContent.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '61',
body => '71',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit'
- },
],
fields => [
{
@@ -48,10 +44,6 @@ our $HELP = {
tag => 'syndicated content template',
namespace => 'Asset_SyndicatedContent'
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- },
],
},
diff --git a/lib/WebGUI/Help/Asset_Template.pm b/lib/WebGUI/Help/Asset_Template.pm
index dfd54b4b5..f37509164 100644
--- a/lib/WebGUI/Help/Asset_Template.pm
+++ b/lib/WebGUI/Help/Asset_Template.pm
@@ -4,7 +4,7 @@ our $HELP = {
'template variables' => {
title => 'template variable title',
- body => 'template variable body',
+ body => '',
fields => [
],
variables => [
diff --git a/lib/WebGUI/Help/Asset_Thread.pm b/lib/WebGUI/Help/Asset_Thread.pm
index 64dd9ab8b..8019c6421 100644
--- a/lib/WebGUI/Help/Asset_Thread.pm
+++ b/lib/WebGUI/Help/Asset_Thread.pm
@@ -3,7 +3,7 @@ package WebGUI::Help::Asset_Thread;
our $HELP = {
'thread template variables' => {
title => 'thread template title',
- body => 'thread template body',
+ body => '',
isa => [
{
tag => 'template variables',
@@ -169,7 +169,7 @@ our $HELP = {
'thread asset template variables' => {
private => 1,
title => 'thread asset template title',
- body => 'thread asset template body',
+ body => '',
isa => [
{
tag => 'post asset variables',
diff --git a/lib/WebGUI/Help/Asset_TimeTracking.pm b/lib/WebGUI/Help/Asset_TimeTracking.pm
index 501cc89a7..1d72f4bd4 100644
--- a/lib/WebGUI/Help/Asset_TimeTracking.pm
+++ b/lib/WebGUI/Help/Asset_TimeTracking.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => 'timetracking add/edit title',
body => 'timetracking add/edit body',
isa => [
- {
- namespace => 'Asset_Wobject',
- tag => 'wobject add/edit'
- },
],
fields => [
{
diff --git a/lib/WebGUI/Help/Asset_WSClient.pm b/lib/WebGUI/Help/Asset_WSClient.pm
index d2682d173..321682588 100644
--- a/lib/WebGUI/Help/Asset_WSClient.pm
+++ b/lib/WebGUI/Help/Asset_WSClient.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => '61',
body => '71',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
@@ -87,10 +83,6 @@ our $HELP = {
tag => 'ws client template',
namespace => 'Asset_WSClient'
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- }
]
},
diff --git a/lib/WebGUI/Help/Asset_WeatherData.pm b/lib/WebGUI/Help/Asset_WeatherData.pm
index 175fb67ff..fa01bc9fa 100644
--- a/lib/WebGUI/Help/Asset_WeatherData.pm
+++ b/lib/WebGUI/Help/Asset_WeatherData.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => 'weather data add/edit title',
body => 'weather data add/edit body',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
@@ -32,10 +28,6 @@ our $HELP = {
tag => 'weatherdata template',
namespace => 'Asset_WeatherData'
},
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- },
],
},
diff --git a/lib/WebGUI/Help/Asset_WikiMaster.pm b/lib/WebGUI/Help/Asset_WikiMaster.pm
index 973ab7335..4beb25b03 100644
--- a/lib/WebGUI/Help/Asset_WikiMaster.pm
+++ b/lib/WebGUI/Help/Asset_WikiMaster.pm
@@ -5,10 +5,6 @@ our $HELP = {
title => 'add/edit title',
body => 'add/edit body',
isa => [
- {
- namespace => "Asset_Wobject",
- tag => "wobject add/edit"
- },
],
fields => [
{
@@ -103,10 +99,6 @@ our $HELP = {
},
],
related => [
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- },
],
},
diff --git a/lib/WebGUI/Help/Asset_Wobject.pm b/lib/WebGUI/Help/Asset_Wobject.pm
index fccfe7397..c627f0666 100644
--- a/lib/WebGUI/Help/Asset_Wobject.pm
+++ b/lib/WebGUI/Help/Asset_Wobject.pm
@@ -2,79 +2,9 @@ package WebGUI::Help::Asset_Wobject;
our $HELP = {
- 'wobjects using' => {
- title => '671',
- body => '626',
- fields => [
- ],
- related => [
- {
- tag => 'wobject add/edit',
- namespace => 'Asset_Wobject'
- },
- {
- tag => 'wobject delete',
- namespace => 'Asset_Wobject'
- }
- ]
- },
-
- 'wobject add/edit' => {
- title => '677',
- body => '632',
- isa => [
- {
- tag => 'asset fields',
- namespace => 'Asset'
- },
- ],
- fields => [
- {
- title => '174',
- description => '174 description',
- namespace => 'Asset_Wobject',
- uiLevel => 5,
- },
- {
- title => '1073',
- description => '1073 description',
- namespace => 'Asset_Wobject',
- },
- {
- title => '1079',
- description => '1079 description',
- namespace => 'Asset_Wobject',
- },
- {
- title => '85',
- description => '85 description',
- namespace => 'Asset_Wobject',
- },
- ],
- related => [
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- }
- ]
- },
-
- 'wobject delete' => {
- title => '664',
- body => '619',
- fields => [
- ],
- related => [
- {
- tag => 'wobjects using',
- namespace => 'Asset_Wobject'
- }
- ]
- },
-
'wobject template' => {
title => '827',
- body => '828',
+ body => '',
fields => [
],
variables => [
@@ -102,7 +32,7 @@ our $HELP = {
'wobject template variables' => {
private => 1,
title => 'wobject template variables title',
- body => 'wobject template variables body',
+ body => '',
isa => [
{
tag => 'asset template asset variables',
diff --git a/lib/WebGUI/i18n/English/Asset_Post.pm b/lib/WebGUI/i18n/English/Asset_Post.pm
index ee47a681a..c41931fa1 100644
--- a/lib/WebGUI/i18n/English/Asset_Post.pm
+++ b/lib/WebGUI/i18n/English/Asset_Post.pm
@@ -208,13 +208,6 @@ Defaults to mixed.|,
lastUpdated => 1149829706,
},
- 'add/edit post template body' => {
- message => q|In addition to the common Post Template variables, the Add/Edit Post Template has these variables:
-
-|,
- lastUpdated => 1149829733,
- },
-
'post template variables title' => {
message => q|Post Template Variables|,
lastUpdated => 1111253044,
@@ -507,25 +500,11 @@ editing an existing Post, and a thread containing the Post exists.|,
lastUpdated => 1150167057,
},
- 'post template variables body' => {
- message => q|The following variables are available in all Post templates and
-templates in the Collaboration System.
-|,
- lastUpdated => 1164424949,
- },
-
'post asset variables title' => {
message => q|Post Asset Template Variables|,
lastUpdated => 1164425086,
},
- 'post asset variables body' => {
- message => q|The following variables are used in many Post and Collaboration System templates. They
- pull their data directly from the Post Asset's properties.
-|,
- lastUpdated => 1164425047,
- },
-
'post received' => {
message => q|Your post has been received and is being processed so it can be added to the site. Please be patient.|,
context => q|Displayed after someone posts a new message.|,
diff --git a/lib/WebGUI/i18n/English/Asset_Snippet.pm b/lib/WebGUI/i18n/English/Asset_Snippet.pm
index c1cc514a1..f87515fe1 100644
--- a/lib/WebGUI/i18n/English/Asset_Snippet.pm
+++ b/lib/WebGUI/i18n/English/Asset_Snippet.pm
@@ -29,22 +29,6 @@ our $I18N = {
},
- 'snippet add/edit title' => {
- message => q|Snippet, Add/Edit|,
- lastUpdated => 1104630516,
- },
-
- 'snippet add/edit body' => {
- message => q|Snippets are bits of text that may be reused on your site. Things like java scripts, cascading style sheets, HTML segments, XML or company slogans can all be used as snippets. Best of all, if you need to change the text, you need change it in only one location to update the snippet wherever it is used.
-
-Macros placed in the Snippet will always be executed.
-
-Snippets are Assets so they have all the properties that Assets do.
-|,
- context => 'Describing snippets',
- lastUpdated => 1167190148,
- },
-
'snippet description' => {
message => q|This is the snippet. Either type it in or copy and paste it into the form field.|,
lastUpdated => 1130880361,
diff --git a/lib/WebGUI/i18n/English/Asset_Template.pm b/lib/WebGUI/i18n/English/Asset_Template.pm
index b6cecf55d..3f708f676 100644
--- a/lib/WebGUI/i18n/English/Asset_Template.pm
+++ b/lib/WebGUI/i18n/English/Asset_Template.pm
@@ -135,27 +135,6 @@ Any scratch variables will be available in the template with this syntax:
lastUpdated => 1165343240,
},
- 'template variable body' => {
- message => q|
-Each template has access two kinds of variables. The first kind is specific to the kind,
-or namespace, of the template. Article templates have different variables from Poll templates.
-Even inside of an Asset there can be several kinds of template, each with its own set of
-template variables. The Collaboration System alone uses 5 templates to style user notification,
-editing posts, displaying threads and other tasks.
-The second kind of variables are available in every template, regardless of its type
-or what namespace it lives in. These common variables are listed below.
-NOTES:
-
-- The syntax for these variables is shown in WebGUI's default template language, HTML::Template. If the Template Type
-has been set to some other language you will need to consult that template's documentation for the appropriate syntax for its variables.
-- The session variables are deprecated.
-
-
.
-
- |,
- lastUpdated => 1169243386,
- },
-
'site name' => {
message => q|Site Name|,
lastUpdated => 1146244474,
diff --git a/lib/WebGUI/i18n/English/Asset_Thread.pm b/lib/WebGUI/i18n/English/Asset_Thread.pm
index ae1fcf3b3..fb2bbe888 100644
--- a/lib/WebGUI/i18n/English/Asset_Thread.pm
+++ b/lib/WebGUI/i18n/English/Asset_Thread.pm
@@ -230,13 +230,6 @@ also contains a set of its own Post Template variables.|,
lastUpdated => 1149633755,
},
- 'thread template body' => {
- message => q|The variables below are available in the Thread template. In addition, all variables from the Post Template can be used. Labels for URLs for actions like unlock.url, stick.url, etc. are provided by the Collaboration Labels. The Pagination Template variables are also available to display multiple pages of posts and threads.
-
-|,
- lastUpdated => 1149633782,
- },
-
'assetName' => {
message => q|Thread|,
context => q|label for Asset Manager, getName|,
@@ -283,12 +276,6 @@ also contains a set of its own Post Template variables.|,
lastUpdated => 1166848379,
},
- 'thread asset template body' => {
- message => q|The variables below are available in the Thread template. Most of them are internal variable that are not overly useful.
-|,
- lastUpdated => 1166848381,
- },
-
};
1;
diff --git a/lib/WebGUI/i18n/English/Asset_Wobject.pm b/lib/WebGUI/i18n/English/Asset_Wobject.pm
index f55603c94..02b0e86a8 100644
--- a/lib/WebGUI/i18n/English/Asset_Wobject.pm
+++ b/lib/WebGUI/i18n/English/Asset_Wobject.pm
@@ -37,35 +37,13 @@ our $I18N = {
lastUpdated => 1148750705,
},
- '828' => {
- message => q|Most wobjects have templates that allow you to change the layout of the wobject's user interface. Those wobjects that do have templates all have a common set of template variables that you can use for layout, as well as their own custom variables. The following is a list of the common template variables shared among all wobjects.
-|,
- lastUpdated => 1148750840,
- },
'1079' => {
lastUpdated => 1073152790,
message => q|Printable Style|
},
'827' => {
+ message => q|Wobject Template Variables|,
lastUpdated => 1052046436,
- message => q|Wobject Template|
- },
-
- '632' => {
- lastUpdated => 1119410914,
- message => q|You can add wobjects by selecting from the ^International("1","WebGUI"); pulldown menu. You can edit them by clicking on the "Edit" button that appears directly above an instance of a particular wobject while in Admin mode.
-Wobjects are Assets, so they have all of the properties that Assets do. Additionally, most Wobjects share some basic properties. Those properties are:
|
- },
-
- '626' => {
- lastUpdated => 1146852133,
- message => q|Wobjects are the true power of WebGUI. Wobjects are tiny pluggable applications built to run under WebGUI. Articles, message boards and polls are examples of wobjects.
-Wobjects can be standalone pages all by themselves, or can be individual parts of pages.
-
-
-To add a wobject to a page, first go to that page, then select Add Content... from the upper left corner of your screen. Each wobject has it's own help so be sure to read the help if you're not sure how to use it.
-
-|
},
'174 description' => {
@@ -94,10 +72,6 @@ is displayed as part of a Layout Asset, the Layout Asset's Style Template
lastUpdated => 1031514049,
message => q|Please Confirm|
},
- '677' => {
- lastUpdated => 1047858650,
- message => q|Wobject, Add/Edit|
- },
'174' => {
lastUpdated => 1031514049,
message => q|Display the title?|
@@ -114,31 +88,11 @@ is displayed as part of a Layout Asset, the Layout Asset's Style Template
lastUpdated => 1031514049,
message => q|Description|
},
- '664' => {
- lastUpdated => 1031514049,
- message => q|Wobject, Delete|
- },
- '619' => {
- lastUpdated => 1146852148,
- message => q|This function permanently deletes the selected wobject from a page. If you are unsure whether you wish to delete this content you may be better served to cut the content to the clipboard until you are certain you wish to delete it.
-
-
-As with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you'll be returned to the prior screen.
-
-
-|
- },
-
'45' => {
lastUpdated => 1031514049,
message => q|No, I made a mistake.|
},
- '671' => {
- lastUpdated => 1047858549,
- message => q|Wobjects, Using|
- },
-
'assetName' => {
message => q|Wobject|,
lastUpdated => 1128830333,
@@ -160,14 +114,6 @@ is displayed as part of a Layout Asset, the Layout Asset's Style Template
lastUpdated => 1167374430,
},
- 'wobject template variables body' => {
- message => q|These template variables are common to almost every Wobject and include all the template variables common to Assets. Many of them are internal asset properties that govern behavior and may not be very useful for templates. One example of this would be the ID of templates used to display the Asset. Depending on whether or not the user filled out the fields, they may or may not be blank.
-|,
- lastUpdated => 1167374417,
- },
-
-
-
};
1;