bunch of bug fixes

This commit is contained in:
JT Smith 2005-02-17 03:47:35 +00:00
parent c76829a4e3
commit 877c8e1afa
11 changed files with 28 additions and 4128 deletions

View file

@ -0,0 +1,7 @@
package WebGUI::Help::Collaboration;
our $HELP = {
};
1;

View file

@ -1,74 +0,0 @@
package WebGUI::Help::USS;
our $HELP = {
'user submission system add/edit' => {
title => '61',
body => '71',
related => [
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'submission form template',
namespace => 'USS'
},
{
tag => 'submission template',
namespace => 'USS'
},
{
tag => 'user submission system template',
namespace => 'USS'
},
{
tag => 'wobjects using',
namespace => 'WebGUI'
}
]
},
'submission form template' => {
title => '93',
body => '94',
related => [
{
tag => 'user submission system add/edit',
namespace => 'USS'
}
]
},
'user submission system template' => {
title => '74',
body => '75',
related => [
{
tag => 'pagination template variables',
namespace => 'WebGUI'
},
{
tag => 'user submission system add/edit',
namespace => 'USS'
},
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
'submission template' => {
title => '76',
body => '77',
related => [
{
tag => 'user submission system add/edit',
namespace => 'USS'
},
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
};
1;

View file

@ -711,156 +711,6 @@ our $HELP = {
}
]
},
'forum discussion properties' => {
title => '1054',
body => '1055',
related => [
{
tag => 'forum notification template',
namespace => 'WebGUI'
},
{
tag => 'forum post form template',
namespace => 'WebGUI'
},
{
tag => 'forum post template',
namespace => 'WebGUI'
},
{
tag => 'forum search template',
namespace => 'WebGUI'
},
{
tag => 'forum template',
namespace => 'WebGUI'
},
{
tag => 'forum thread template',
namespace => 'WebGUI'
}
]
},
'forum template' => {
title => '1056',
body => '1057',
related => [
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'template language',
namespace => 'WebGUI'
},
{
tag => 'templates manage',
namespace => 'WebGUI'
}
]
},
'forum post template' => {
title => '1058',
body => '1059',
related => [
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'template language',
namespace => 'WebGUI'
},
{
tag => 'templates manage',
namespace => 'WebGUI'
}
]
},
'forum thread template' => {
title => '1060',
body => '1061',
related => [
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'forum post template',
namespace => 'WebGUI'
},
{
tag => 'template language',
namespace => 'WebGUI'
},
{
tag => 'templates manage',
namespace => 'WebGUI'
}
]
},
'forum notification template' => {
title => '1062',
body => '1063',
related => [
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'forum post template',
namespace => 'WebGUI'
},
{
tag => 'template language',
namespace => 'WebGUI'
},
{
tag => 'templates manage',
namespace => 'WebGUI'
}
]
},
'forum post form template' => {
title => '1065',
body => '1066',
related => [
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'forum post template',
namespace => 'WebGUI'
},
{
tag => 'template language',
namespace => 'WebGUI'
},
{
tag => 'templates manage',
namespace => 'WebGUI'
}
]
},
'forum search template' => {
title => '1067',
body => '1068',
related => [
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'template language',
namespace => 'WebGUI'
},
{
tag => 'templates manage',
namespace => 'WebGUI'
}
]
},
'pagination template variables' => {
title => '1085',
body => '1086',
@ -876,28 +726,6 @@ our $HELP = {
body => 'Page, Export body',
related => [
],
},
'forum post preview template' => {
title => 'Forum, Post Preview Template Title',
body => 'Forum, Post Preview Template Body',
related => [
{
tag => 'forum post template',
namespace => 'WebGUI'
},
{
tag => 'forum discussion properties',
namespace => 'WebGUI'
},
{
tag => 'template language',
namespace => 'WebGUI'
},
{
tag => 'templates manage',
namespace => 'WebGUI'
}
],
}
};