diff --git a/lib/WebGUI/Help/Asset.pm b/lib/WebGUI/Help/Asset.pm index cf5acabc2..194c6cf97 100644 --- a/lib/WebGUI/Help/Asset.pm +++ b/lib/WebGUI/Help/Asset.pm @@ -65,6 +65,7 @@ our $HELP = { $tag =~ s/([a-z])([A-Z])/$1 $2/g; #Separate studly caps $tag =~ s/([A-Z]+(?![a-z]))/$1 /g; #Separate acronyms $tag = lc $tag; + $namespace = join '', 'Asset_', $namespace; { tag => "$tag add/edit", namespace => $namespace } } diff --git a/lib/WebGUI/Help/Article.pm b/lib/WebGUI/Help/Asset_Article.pm similarity index 84% rename from lib/WebGUI/Help/Article.pm rename to lib/WebGUI/Help/Asset_Article.pm index abdbafc55..e6d67ee71 100644 --- a/lib/WebGUI/Help/Article.pm +++ b/lib/WebGUI/Help/Asset_Article.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Article; +package WebGUI::Help::Asset_Article; our $HELP = { 'article add/edit' => { @@ -7,7 +7,7 @@ our $HELP = { related => [ { tag => 'article template', - namespace => 'Article' + namespace => 'Asset_Article' }, { tag => 'wobjects using', @@ -25,7 +25,7 @@ our $HELP = { related => [ { tag => 'article add/edit', - namespace => 'Article' + namespace => 'Asset_Article' }, { tag => 'pagination template variables', diff --git a/lib/WebGUI/Help/Collaboration.pm b/lib/WebGUI/Help/Asset_Collaboration.pm similarity index 80% rename from lib/WebGUI/Help/Collaboration.pm rename to lib/WebGUI/Help/Asset_Collaboration.pm index a13a3323f..17bb36b70 100644 --- a/lib/WebGUI/Help/Collaboration.pm +++ b/lib/WebGUI/Help/Asset_Collaboration.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Collaboration; +package WebGUI::Help::Asset_Collaboration; our $HELP = { 'collaboration template labels' => { diff --git a/lib/WebGUI/Help/DataForm.pm b/lib/WebGUI/Help/Asset_DataForm.pm similarity index 75% rename from lib/WebGUI/Help/DataForm.pm rename to lib/WebGUI/Help/Asset_DataForm.pm index 3355e4b62..21f744d45 100644 --- a/lib/WebGUI/Help/DataForm.pm +++ b/lib/WebGUI/Help/Asset_DataForm.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::DataForm; +package WebGUI::Help::Asset_DataForm; our $HELP = { 'data form add/edit' => { @@ -7,15 +7,15 @@ our $HELP = { related => [ { tag => 'data form fields add/edit', - namespace => 'DataForm' + namespace => 'Asset_DataForm' }, { tag => 'data form list template', - namespace => 'DataForm' + namespace => 'Asset_DataForm' }, { tag => 'data form template', - namespace => 'DataForm' + namespace => 'Asset_DataForm' }, { tag => 'wobjects using', @@ -33,11 +33,11 @@ our $HELP = { related => [ { tag => 'data form template', - namespace => 'DataForm' + namespace => 'Asset_DataForm' }, { tag => 'data form add/edit', - namespace => 'DataForm' + namespace => 'Asset_DataForm' } ] }, @@ -47,11 +47,11 @@ our $HELP = { related => [ { tag => 'data form fields add/edit', - namespace => 'DataForm' + namespace => 'Asset_DataForm' }, { tag => 'data form add/edit', - namespace => 'DataForm' + namespace => 'Asset_DataForm' }, { tag => 'wobject template', @@ -65,7 +65,7 @@ our $HELP = { related => [ { tag => 'data form add/edit', - namespace => 'DataForm' + namespace => 'Asset_DataForm' } ] }, diff --git a/lib/WebGUI/Help/EventsCalendar.pm b/lib/WebGUI/Help/Asset_EventsCalendar.pm similarity index 76% rename from lib/WebGUI/Help/EventsCalendar.pm rename to lib/WebGUI/Help/Asset_EventsCalendar.pm index 26570b69e..1a894160d 100644 --- a/lib/WebGUI/Help/EventsCalendar.pm +++ b/lib/WebGUI/Help/Asset_EventsCalendar.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::EventsCalendar; +package WebGUI::Help::Asset_EventsCalendar; our $HELP = { 'events calendar add/edit' => { @@ -7,11 +7,11 @@ our $HELP = { related => [ { tag => 'event add/edit', - namespace => 'EventsCalendar' + namespace => 'Asset_EventsCalendar' }, { tag => 'events calendar template', - namespace => 'EventsCalendar' + namespace => 'Asset_EventsCalendar' }, { tag => 'wobjects using', @@ -25,11 +25,11 @@ our $HELP = { related => [ { tag => 'event template', - namespace => 'EventsCalendar' + namespace => 'Asset_EventsCalendar' }, { tag => 'events calendar add/edit', - namespace => 'EventsCalendar' + namespace => 'Asset_EventsCalendar' } ] }, @@ -39,7 +39,7 @@ our $HELP = { related => [ { tag => 'events calendar add/edit', - namespace => 'EventsCalendar' + namespace => 'Asset_EventsCalendar' }, { tag => 'pagination template variables', @@ -57,7 +57,7 @@ our $HELP = { related => [ { tag => 'event add/edit', - namespace => 'EventsCalendar' + namespace => 'Asset_EventsCalendar' }, { tag => 'wobject template', diff --git a/lib/WebGUI/Help/File.pm b/lib/WebGUI/Help/Asset_File.pm similarity index 77% rename from lib/WebGUI/Help/File.pm rename to lib/WebGUI/Help/Asset_File.pm index 69ae9aa22..7295cdf5b 100644 --- a/lib/WebGUI/Help/File.pm +++ b/lib/WebGUI/Help/Asset_File.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::File; +package WebGUI::Help::Asset_File; our $HELP = { @@ -12,7 +12,7 @@ our $HELP = { }, { tag => 'file template', - namespace => 'File' + namespace => 'Asset_File' }, ] }, @@ -23,11 +23,11 @@ our $HELP = { related => [ { tag => 'file add/edit', - namespace => 'File' + namespace => 'Asset_File' }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, ] }, diff --git a/lib/WebGUI/Help/FilePile.pm b/lib/WebGUI/Help/Asset_FilePile.pm similarity index 85% rename from lib/WebGUI/Help/FilePile.pm rename to lib/WebGUI/Help/Asset_FilePile.pm index b0a92cb2b..534d5b88b 100644 --- a/lib/WebGUI/Help/FilePile.pm +++ b/lib/WebGUI/Help/Asset_FilePile.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::FilePile; +package WebGUI::Help::Asset_FilePile; our $HELP = { diff --git a/lib/WebGUI/Help/Folder.pm b/lib/WebGUI/Help/Asset_Folder.pm similarity index 79% rename from lib/WebGUI/Help/Folder.pm rename to lib/WebGUI/Help/Asset_Folder.pm index c16e344cd..98dd064d3 100644 --- a/lib/WebGUI/Help/Folder.pm +++ b/lib/WebGUI/Help/Asset_Folder.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Folder; +package WebGUI::Help::Asset_Folder; our $HELP = { @@ -16,7 +16,7 @@ our $HELP = { }, { tag => 'folder template', - namespace => 'Folder' + namespace => 'Asset_Folder' }, ] }, @@ -27,11 +27,11 @@ our $HELP = { related => [ { tag => 'folder add/edit', - namespace => 'Folder' + namespace => 'Asset_Folder' }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, ] }, diff --git a/lib/WebGUI/Help/HttpProxy.pm b/lib/WebGUI/Help/Asset_HttpProxy.pm similarity index 77% rename from lib/WebGUI/Help/HttpProxy.pm rename to lib/WebGUI/Help/Asset_HttpProxy.pm index e5bb9fc01..08d5fa297 100644 --- a/lib/WebGUI/Help/HttpProxy.pm +++ b/lib/WebGUI/Help/Asset_HttpProxy.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::HttpProxy; +package WebGUI::Help::Asset_HttpProxy; our $HELP = { 'http proxy add/edit' => { @@ -15,7 +15,7 @@ our $HELP = { }, { tag => 'http proxy template', - namespace => 'HttpProxy' + namespace => 'Asset_HttpProxy' }, ] }, @@ -26,11 +26,11 @@ our $HELP = { related => [ { tag => 'http proxy add/edit', - namespace => 'HttpProxy' + namespace => 'Asset_HttpProxy' }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, ] }, diff --git a/lib/WebGUI/Help/Image.pm b/lib/WebGUI/Help/Asset_Image.pm similarity index 79% rename from lib/WebGUI/Help/Image.pm rename to lib/WebGUI/Help/Asset_Image.pm index 834f32fe4..660dab5c6 100644 --- a/lib/WebGUI/Help/Image.pm +++ b/lib/WebGUI/Help/Asset_Image.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Image; +package WebGUI::Help::Asset_Image; our $HELP = { @@ -12,7 +12,7 @@ our $HELP = { }, { tag => 'file add/edit', - namespace => 'File' + namespace => 'Asset_File' }, ] }, diff --git a/lib/WebGUI/Help/IndexedSearch.pm b/lib/WebGUI/Help/Asset_IndexedSearch.pm similarity index 77% rename from lib/WebGUI/Help/IndexedSearch.pm rename to lib/WebGUI/Help/Asset_IndexedSearch.pm index 2bb7af14a..63e048417 100644 --- a/lib/WebGUI/Help/IndexedSearch.pm +++ b/lib/WebGUI/Help/Asset_IndexedSearch.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::IndexedSearch; +package WebGUI::Help::Asset_IndexedSearch; our $HELP = { 'indexed search add/edit' => { @@ -11,7 +11,7 @@ our $HELP = { }, { tag => 'indexed search template', - namespace => 'IndexedSearch' + namespace => 'Asset_IndexedSearch' } ] }, @@ -25,7 +25,7 @@ our $HELP = { }, { tag => 'indexed search add/edit', - namespace => 'IndexedSearch' + namespace => 'Asset_IndexedSearch' } ] }, diff --git a/lib/WebGUI/Help/Layout.pm b/lib/WebGUI/Help/Asset_Layout.pm similarity index 79% rename from lib/WebGUI/Help/Layout.pm rename to lib/WebGUI/Help/Asset_Layout.pm index f53c60302..0fa83b48b 100644 --- a/lib/WebGUI/Help/Layout.pm +++ b/lib/WebGUI/Help/Asset_Layout.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Layout; +package WebGUI::Help::Asset_Layout; our $HELP = { @@ -16,7 +16,7 @@ our $HELP = { }, { tag => 'layout template', - namespace => 'Layout' + namespace => 'Asset_Layout' }, ] }, @@ -27,11 +27,11 @@ our $HELP = { related => [ { tag => 'layout add/edit', - namespace => 'Layout' + namespace => 'Asset_Layout' }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, ] }, diff --git a/lib/WebGUI/Help/MessageBoard.pm b/lib/WebGUI/Help/Asset_MessageBoard.pm similarity index 82% rename from lib/WebGUI/Help/MessageBoard.pm rename to lib/WebGUI/Help/Asset_MessageBoard.pm index 35f7cef0f..7041cfb97 100644 --- a/lib/WebGUI/Help/MessageBoard.pm +++ b/lib/WebGUI/Help/Asset_MessageBoard.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::MessageBoard; +package WebGUI::Help::Asset_MessageBoard; our $HELP = { 'message board add/edit' => { @@ -7,7 +7,7 @@ our $HELP = { related => [ { tag => 'message board template', - namespace => 'MessageBoard' + namespace => 'Asset_MessageBoard' }, { tag => 'wobjects using', diff --git a/lib/WebGUI/Help/Navigation.pm b/lib/WebGUI/Help/Asset_Navigation.pm similarity index 66% rename from lib/WebGUI/Help/Navigation.pm rename to lib/WebGUI/Help/Asset_Navigation.pm index 18c59bdd3..3f3920301 100644 --- a/lib/WebGUI/Help/Navigation.pm +++ b/lib/WebGUI/Help/Asset_Navigation.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Navigation; +package WebGUI::Help::Asset_Navigation; our $HELP = { 'navigation add/edit' => { @@ -7,15 +7,15 @@ our $HELP = { related => [ { tag => 'navigation template', - namespace => 'Navigation' + namespace => 'Asset_Navigation' }, { tag => 'navigation manage', - namespace => 'Navigation' + namespace => 'Asset_Navigation' }, { tag => 'template add/edit', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, @@ -25,15 +25,15 @@ our $HELP = { related => [ { tag => 'navigation add/edit', - namespace => 'Navigation' + namespace => 'Asset_Navigation' }, { tag => 'navigation manage', - namespace => 'Navigation' + namespace => 'Asset_Navigation' }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, @@ -43,11 +43,11 @@ our $HELP = { related => [ { tag => 'navigation template', - namespace => 'Navigation' + namespace => 'Asset_Navigation' }, { tag => 'navigation add/edit', - namespace => 'Navigation' + namespace => 'Asset_Navigation' } ] }, diff --git a/lib/WebGUI/Help/Poll.pm b/lib/WebGUI/Help/Asset_Poll.pm similarity index 80% rename from lib/WebGUI/Help/Poll.pm rename to lib/WebGUI/Help/Asset_Poll.pm index 5885e9a62..ce56b80a8 100644 --- a/lib/WebGUI/Help/Poll.pm +++ b/lib/WebGUI/Help/Asset_Poll.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Poll; +package WebGUI::Help::Asset_Poll; our $HELP = { 'poll add/edit' => { @@ -7,7 +7,7 @@ our $HELP = { related => [ { tag => 'poll template', - namespace => 'Poll' + namespace => 'Asset_Poll' }, { tag => 'wobjects using', @@ -21,7 +21,7 @@ our $HELP = { related => [ { tag => 'poll add/edit', - namespace => 'Poll' + namespace => 'Asset_Poll' }, { tag => 'wobject template', diff --git a/lib/WebGUI/Help/Post.pm b/lib/WebGUI/Help/Asset_Post.pm similarity index 75% rename from lib/WebGUI/Help/Post.pm rename to lib/WebGUI/Help/Asset_Post.pm index 1134fcde0..86462ff00 100644 --- a/lib/WebGUI/Help/Post.pm +++ b/lib/WebGUI/Help/Asset_Post.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Post; +package WebGUI::Help::Asset_Post; our $HELP = { 'post add/edit template' => { @@ -7,11 +7,11 @@ our $HELP = { related => [ { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'post template variables', - namespace => 'Post' + namespace => 'Asset_Post' }, ] }, @@ -22,11 +22,11 @@ our $HELP = { related => [ { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'collaboration template labels', - namespace => 'Collaboration' + namespace => 'Asset_Collaboration' }, ] }, @@ -37,11 +37,11 @@ our $HELP = { related => [ { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'post template variables', - namespace => 'Post' + namespace => 'Asset_Post' }, ] }, diff --git a/lib/WebGUI/Help/Product.pm b/lib/WebGUI/Help/Asset_Product.pm similarity index 73% rename from lib/WebGUI/Help/Product.pm rename to lib/WebGUI/Help/Asset_Product.pm index 9d6e52d51..48df7aa9b 100644 --- a/lib/WebGUI/Help/Product.pm +++ b/lib/WebGUI/Help/Asset_Product.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Product; +package WebGUI::Help::Asset_Product; our $HELP = { 'product add/edit' => { @@ -7,27 +7,27 @@ our $HELP = { related => [ { tag => 'product related add/edit', - namespace => 'Product' + namespace => 'Asset_Product' }, { tag => 'product accessory add/edit', - namespace => 'Product' + namespace => 'Asset_Product' }, { tag => 'product benefit add/edit', - namespace => 'Product' + namespace => 'Asset_Product' }, { tag => 'product feature add/edit', - namespace => 'Product' + namespace => 'Asset_Product' }, { tag => 'product specification add/edit', - namespace => 'Product' + namespace => 'Asset_Product' }, { tag => 'product template', - namespace => 'Product' + namespace => 'Asset_Product' }, { tag => 'wobjects using', @@ -41,11 +41,11 @@ our $HELP = { related => [ { tag => 'product benefit add/edit', - namespace => 'Product' + namespace => 'Asset_Product' }, { tag => 'product add/edit', - namespace => 'Product' + namespace => 'Asset_Product' } ] }, @@ -55,7 +55,7 @@ our $HELP = { related => [ { tag => 'product add/edit', - namespace => 'Product' + namespace => 'Asset_Product' } ] }, @@ -65,7 +65,7 @@ our $HELP = { related => [ { tag => 'product add/edit', - namespace => 'Product' + namespace => 'Asset_Product' } ] }, @@ -75,7 +75,7 @@ our $HELP = { related => [ { tag => 'product add/edit', - namespace => 'Product' + namespace => 'Asset_Product' } ] }, @@ -85,11 +85,11 @@ our $HELP = { related => [ { tag => 'product feature add/edit', - namespace => 'Product' + namespace => 'Asset_Product' }, { tag => 'product add/edit', - namespace => 'Product' + namespace => 'Asset_Product' } ] }, @@ -99,7 +99,7 @@ our $HELP = { related => [ { tag => 'product add/edit', - namespace => 'Product' + namespace => 'Asset_Product' }, { tag => 'wobject template', diff --git a/lib/WebGUI/Help/Redirect.pm b/lib/WebGUI/Help/Asset_Redirect.pm similarity index 85% rename from lib/WebGUI/Help/Redirect.pm rename to lib/WebGUI/Help/Asset_Redirect.pm index 92bd8696c..967d35184 100644 --- a/lib/WebGUI/Help/Redirect.pm +++ b/lib/WebGUI/Help/Asset_Redirect.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Redirect; +package WebGUI::Help::Asset_Redirect; our $HELP = { diff --git a/lib/WebGUI/Help/SQLReport.pm b/lib/WebGUI/Help/Asset_SQLReport.pm similarity index 81% rename from lib/WebGUI/Help/SQLReport.pm rename to lib/WebGUI/Help/Asset_SQLReport.pm index 8d6a9ccd4..5ce7336c2 100644 --- a/lib/WebGUI/Help/SQLReport.pm +++ b/lib/WebGUI/Help/Asset_SQLReport.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::SQLReport; +package WebGUI::Help::Asset_SQLReport; our $HELP = { 'sql report add/edit' => { @@ -7,7 +7,7 @@ our $HELP = { related => [ { tag => 'sql report template', - namespace => 'SQLReport' + namespace => 'Asset_SQLReport' }, { tag => 'wobjects using', @@ -25,7 +25,7 @@ our $HELP = { }, { tag => 'sql report add/edit', - namespace => 'SQLReport' + namespace => 'Asset_SQLReport' }, { tag => 'wobject template', diff --git a/lib/WebGUI/Help/Shortcut.pm b/lib/WebGUI/Help/Asset_Shortcut.pm similarity index 86% rename from lib/WebGUI/Help/Shortcut.pm rename to lib/WebGUI/Help/Asset_Shortcut.pm index c987b57b7..eac27dfbd 100644 --- a/lib/WebGUI/Help/Shortcut.pm +++ b/lib/WebGUI/Help/Asset_Shortcut.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Shortcut; +package WebGUI::Help::Asset_Shortcut; our $HELP = { 'shortcut add/edit' => { @@ -27,7 +27,7 @@ our $HELP = { }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, ] diff --git a/lib/WebGUI/Help/Snippet.pm b/lib/WebGUI/Help/Asset_Snippet.pm similarity index 85% rename from lib/WebGUI/Help/Snippet.pm rename to lib/WebGUI/Help/Asset_Snippet.pm index 44f755aac..ab82a78f2 100644 --- a/lib/WebGUI/Help/Snippet.pm +++ b/lib/WebGUI/Help/Asset_Snippet.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Snippet; +package WebGUI::Help::Asset_Snippet; our $HELP = { diff --git a/lib/WebGUI/Help/Survey.pm b/lib/WebGUI/Help/Asset_Survey.pm similarity index 76% rename from lib/WebGUI/Help/Survey.pm rename to lib/WebGUI/Help/Asset_Survey.pm index 513d0d568..1a68e2f77 100644 --- a/lib/WebGUI/Help/Survey.pm +++ b/lib/WebGUI/Help/Asset_Survey.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Survey; +package WebGUI::Help::Asset_Survey; our $HELP = { 'survey add/edit' => { @@ -15,27 +15,27 @@ our $HELP = { }, { tag => 'question add/edit', - namespace => 'Survey' + namespace => 'Asset_Survey' }, { tag => 'survey template', - namespace => 'Survey' + namespace => 'Asset_Survey' }, { tag => 'survey template common vars', - namespace => 'Survey' + namespace => 'Asset_Survey' }, { tag => 'gradebook report template', - namespace => 'Survey' + namespace => 'Asset_Survey' }, { tag => 'survey response template', - namespace => 'Survey' + namespace => 'Asset_Survey' }, { tag => 'statistical overview report template', - namespace => 'Survey' + namespace => 'Asset_Survey' }, ] }, @@ -45,7 +45,7 @@ our $HELP = { related => [ { tag => 'survey add/edit', - namespace => 'Survey' + namespace => 'Asset_Survey' }, ] }, @@ -55,11 +55,11 @@ our $HELP = { related => [ { tag => 'survey template common vars', - namespace => 'Survey' + namespace => 'Asset_Survey' }, { tag => 'survey add/edit', - namespace => 'Survey' + namespace => 'Asset_Survey' }, { tag => 'wobject template', @@ -73,7 +73,7 @@ our $HELP = { related => [ { tag => 'survey template', - namespace => 'Survey' + namespace => 'Asset_Survey' } ] }, @@ -87,11 +87,11 @@ our $HELP = { }, { tag => 'survey template', - namespace => 'Survey' + namespace => 'Asset_Survey' }, { tag => 'survey template common vars', - namespace => 'Survey' + namespace => 'Asset_Survey' } ] }, @@ -101,11 +101,11 @@ our $HELP = { related => [ { tag => 'survey template common vars', - namespace => 'Survey' + namespace => 'Asset_Survey' }, { tag => 'survey add/edit', - namespace => 'Survey' + namespace => 'Asset_Survey' } ] }, @@ -119,11 +119,11 @@ our $HELP = { }, { tag => 'survey template common vars', - namespace => 'Survey' + namespace => 'Asset_Survey' }, { tag => 'survey add/edit', - namespace => 'Survey' + namespace => 'Asset_Survey' } ] }, diff --git a/lib/WebGUI/Help/SyndicatedContent.pm b/lib/WebGUI/Help/Asset_SyndicatedContent.pm similarity index 79% rename from lib/WebGUI/Help/SyndicatedContent.pm rename to lib/WebGUI/Help/Asset_SyndicatedContent.pm index 5e764da4f..0900d9509 100644 --- a/lib/WebGUI/Help/SyndicatedContent.pm +++ b/lib/WebGUI/Help/Asset_SyndicatedContent.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::SyndicatedContent; +package WebGUI::Help::Asset_SyndicatedContent; our $HELP = { 'syndicated content add/edit' => { @@ -7,7 +7,7 @@ our $HELP = { related => [ { tag => 'syndicated content template', - namespace => 'SyndicatedContent' + namespace => 'Asset_SyndicatedContent' }, { tag => 'wobjects using', @@ -25,7 +25,7 @@ our $HELP = { related => [ { tag => 'syndicated content add/edit', - namespace => 'SyndicatedContent' + namespace => 'Asset_SyndicatedContent' }, { tag => 'wobject template', diff --git a/lib/WebGUI/Help/Template.pm b/lib/WebGUI/Help/Asset_Template.pm similarity index 73% rename from lib/WebGUI/Help/Template.pm rename to lib/WebGUI/Help/Asset_Template.pm index ee7a112f8..23f76fde3 100644 --- a/lib/WebGUI/Help/Template.pm +++ b/lib/WebGUI/Help/Asset_Template.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Template; +package WebGUI::Help::Asset_Template; our $HELP = { @@ -12,15 +12,15 @@ our $HELP = { }, { tag => 'template add/edit', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'template delete', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, @@ -30,7 +30,7 @@ our $HELP = { related => [ { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, @@ -41,7 +41,7 @@ our $HELP = { related => [ { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, @@ -52,7 +52,7 @@ our $HELP = { related => [ { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, diff --git a/lib/WebGUI/Help/Thread.pm b/lib/WebGUI/Help/Asset_Thread.pm similarity index 73% rename from lib/WebGUI/Help/Thread.pm rename to lib/WebGUI/Help/Asset_Thread.pm index ad705a812..c25f012bd 100644 --- a/lib/WebGUI/Help/Thread.pm +++ b/lib/WebGUI/Help/Asset_Thread.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::Thread; +package WebGUI::Help::Asset_Thread; our $HELP = { 'thread template variables' => { @@ -7,15 +7,15 @@ our $HELP = { related => [ { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'post template variables', - namespace => 'Post' + namespace => 'Asset_Post' }, { tag => 'collaboration template labels', - namespace => 'Collaboration' + namespace => 'Asset_Collaboration' }, { tag => 'pagination template variables', diff --git a/lib/WebGUI/Help/WSClient.pm b/lib/WebGUI/Help/Asset_WSClient.pm similarity index 79% rename from lib/WebGUI/Help/WSClient.pm rename to lib/WebGUI/Help/Asset_WSClient.pm index 01908f30e..60085902a 100644 --- a/lib/WebGUI/Help/WSClient.pm +++ b/lib/WebGUI/Help/Asset_WSClient.pm @@ -1,4 +1,4 @@ -package WebGUI::Help::WSClient; +package WebGUI::Help::Asset_WSClient; our $HELP = { 'ws client add/edit' => { @@ -7,7 +7,7 @@ our $HELP = { related => [ { tag => 'ws client template', - namespace => 'WSClient' + namespace => 'Asset_WSClient' }, { tag => 'wobjects using', @@ -21,7 +21,7 @@ our $HELP = { related => [ { tag => 'ws client add/edit', - namespace => 'WSClient' + namespace => 'Asset_WSClient' }, { tag => 'wobject template', diff --git a/lib/WebGUI/Help/Commerce.pm b/lib/WebGUI/Help/Commerce.pm index cbde62983..97a4b167e 100644 --- a/lib/WebGUI/Help/Commerce.pm +++ b/lib/WebGUI/Help/Commerce.pm @@ -21,11 +21,11 @@ our $HELP = { related => [ { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, @@ -36,11 +36,11 @@ our $HELP = { related => [ { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' } ], }, @@ -51,11 +51,11 @@ our $HELP = { related => [ { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, @@ -66,11 +66,11 @@ our $HELP = { related => [ { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, diff --git a/lib/WebGUI/Help/Macro_AdminBar.pm b/lib/WebGUI/Help/Macro_AdminBar.pm index 785587c74..16f0d9597 100644 --- a/lib/WebGUI/Help/Macro_AdminBar.pm +++ b/lib/WebGUI/Help/Macro_AdminBar.pm @@ -12,7 +12,7 @@ our $HELP = { }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, ] }, diff --git a/lib/WebGUI/Help/Macro_AdminToggle.pm b/lib/WebGUI/Help/Macro_AdminToggle.pm index 9b7f0e5cf..cec2cddf3 100644 --- a/lib/WebGUI/Help/Macro_AdminToggle.pm +++ b/lib/WebGUI/Help/Macro_AdminToggle.pm @@ -12,7 +12,7 @@ our $HELP = { }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, ] }, diff --git a/lib/WebGUI/Help/Macro_AssetProxy.pm b/lib/WebGUI/Help/Macro_AssetProxy.pm index dcbebc1a3..9972f12f9 100644 --- a/lib/WebGUI/Help/Macro_AssetProxy.pm +++ b/lib/WebGUI/Help/Macro_AssetProxy.pm @@ -12,7 +12,7 @@ our $HELP = { }, { tag => 'shortcut add/edit', - namespace => 'Shortcut' + namespace => 'Asset_Shortcut' }, ] }, diff --git a/lib/WebGUI/Help/Macro_a_account.pm b/lib/WebGUI/Help/Macro_a_account.pm index f06424b1d..9ba9a590f 100644 --- a/lib/WebGUI/Help/Macro_a_account.pm +++ b/lib/WebGUI/Help/Macro_a_account.pm @@ -12,7 +12,7 @@ our $HELP = { }, { tag => 'template language', - namespace => 'Template', + namespace => 'Asset_Template', }, ] }, diff --git a/lib/WebGUI/Help/Subscription.pm b/lib/WebGUI/Help/Subscription.pm index 733cade4c..b9db989f3 100644 --- a/lib/WebGUI/Help/Subscription.pm +++ b/lib/WebGUI/Help/Subscription.pm @@ -78,11 +78,11 @@ our $HELP = { related => [ { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' }, ] }, diff --git a/lib/WebGUI/Help/TransactionLog.pm b/lib/WebGUI/Help/TransactionLog.pm index 1c3d2798b..34ad3ef81 100644 --- a/lib/WebGUI/Help/TransactionLog.pm +++ b/lib/WebGUI/Help/TransactionLog.pm @@ -7,11 +7,11 @@ our $HELP = { related => [ { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index 0ce70b599..155d37c25 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -54,11 +54,11 @@ our $HELP = { }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' } ] }, @@ -243,7 +243,7 @@ our $HELP = { related => [ { tag => 'article add/edit', - namespace => 'Article' + namespace => 'Asset_Article' }, { tag => 'group add/edit', @@ -251,11 +251,11 @@ our $HELP = { }, { tag => 'message board add/edit', - namespace => 'MessageBoard' + namespace => 'Asset_MessageBoard' }, { tag => 'poll add/edit', - namespace => 'Poll' + namespace => 'Asset_Poll' }, { tag => 'settings', @@ -279,7 +279,7 @@ our $HELP = { related => [ { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'theme delete', @@ -339,7 +339,7 @@ our $HELP = { }, { tag => 'sql report add/edit', - namespace => 'SQLReport' + namespace => 'Asset_SQLReport' } ] }, @@ -357,7 +357,7 @@ our $HELP = { }, { tag => 'sql report add/edit', - namespace => 'SQLReport' + namespace => 'Asset_SQLReport' } ] }, @@ -375,7 +375,7 @@ our $HELP = { }, { tag => 'sql report add/edit', - namespace => 'SQLReport' + namespace => 'Asset_SQLReport' } ] }, diff --git a/lib/WebGUI/Help/Wobject.pm b/lib/WebGUI/Help/Wobject.pm index 5574bb15e..140fbbdaf 100644 --- a/lib/WebGUI/Help/Wobject.pm +++ b/lib/WebGUI/Help/Wobject.pm @@ -55,49 +55,17 @@ our $HELP = { title => '827', body => '828', related => [ - { - tag => 'article template', - namespace => 'Article' - }, - { - tag => 'data form template', - namespace => 'DataForm' - }, - { - tag => 'events calendar template', - namespace => 'EventsCalendar' - }, - { - tag => 'message board template', - namespace => 'MessageBoard' - }, { tag => 'pagination template variables', namespace => 'WebGUI' }, - { - tag => 'poll template', - namespace => 'Poll' - }, - { - tag => 'product template', - namespace => 'Product' - }, - { - tag => 'survey template', - namespace => 'Survey' - }, - { - tag => 'syndicated content template', - namespace => 'SyndicatedContent' - }, { tag => 'template language', - namespace => 'Template' + namespace => 'Asset_Template' }, { tag => 'templates manage', - namespace => 'Template' + namespace => 'Asset_Template' }, ] }, diff --git a/lib/WebGUI/i18n/English/Article.pm b/lib/WebGUI/i18n/English/Asset_Article.pm similarity index 95% rename from lib/WebGUI/i18n/English/Article.pm rename to lib/WebGUI/i18n/English/Asset_Article.pm index 860e5146e..ca7bec62f 100644 --- a/lib/WebGUI/i18n/English/Article.pm +++ b/lib/WebGUI/i18n/English/Asset_Article.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Article; +package WebGUI::i18n::English::Asset_Article; our $I18N = { '11' => { @@ -18,21 +18,21 @@ may only use templates for their own namespace. For example, Articles can only use templates from the "Article" namespace. Layouts can only use templates from the "page" namespace. -

^International("1","Article");
+

^International("1","Asset_Article");
If you wish to add a link to your article, enter the title of the link in this field.

Example: Google -

^International("8","Article");
+

^International("8","Asset_Article");
If you added a link title, now add the URL (uniform resource locater) here.

Example: http://www.google.com -

^International("10","Article");
+

^International("10","Asset_Article");
If you're publishing HTML there's generally no need to check this option, but if you aren't using HTML and you want a carriage return every place you hit your "Enter" key, then check this option. |, - lastUpdated => 1110135832, + lastUpdated => 1112732053, }, '7' => { diff --git a/lib/WebGUI/i18n/English/Collaboration.pm b/lib/WebGUI/i18n/English/Asset_Collaboration.pm similarity index 61% rename from lib/WebGUI/i18n/English/Collaboration.pm rename to lib/WebGUI/i18n/English/Asset_Collaboration.pm index b240730cc..7c4a68c12 100644 --- a/lib/WebGUI/i18n/English/Collaboration.pm +++ b/lib/WebGUI/i18n/English/Asset_Collaboration.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Collaboration; +package WebGUI::i18n::English::Asset_Collaboration; our $I18N = { 'delete file warning' => { @@ -480,267 +480,267 @@ our $I18N = {

add.label
-^International("word","Collaboration"); "^International("add","Collaboration");". +^International("word","Asset_Collaboration"); "^International("add","Asset_Collaboration");".

addlink.label
-^International("phrase","Collaboration"); "^International("addlink","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("addlink","Asset_Collaboration");".

addquestion.label
-^International("phrase","Collaboration"); "^International("addquestion","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("addquestion","Asset_Collaboration");".

all.label
-^International("phrase","Collaboration"); "^International("all","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("all","Asset_Collaboration");".

atleastone.label
-^International("phrase","Collaboration"); "^International("atleastone","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("atleastone","Asset_Collaboration");".

approve.label
-^International("word","Collaboration"); "^International("approve","Collaboration");". +^International("word","Asset_Collaboration"); "^International("approve","Asset_Collaboration");".

answer.label
-^International("word","Collaboration"); "^International("answer","Collaboration");". +^International("word","Asset_Collaboration"); "^International("answer","Asset_Collaboration");".

attachment.label
-^International("word","Collaboration"); "^International("attachment","Collaboration");". +^International("word","Asset_Collaboration"); "^International("attachment","Asset_Collaboration");".

by.label
-^International("word","Collaboration"); "^International("by","Collaboration");". +^International("word","Asset_Collaboration"); "^International("by","Asset_Collaboration");".

body.label
-^International("word","Collaboration"); "^International("body","Collaboration");". +^International("word","Asset_Collaboration"); "^International("body","Asset_Collaboration");".

back.label
-^International("word","Collaboration"); "^International("back","Collaboration");". +^International("word","Asset_Collaboration"); "^International("back","Asset_Collaboration");".

compensation.label
-^International("word","Collaboration"); "^International("compensation","Collaboration");". +^International("word","Asset_Collaboration"); "^International("compensation","Asset_Collaboration");".

contentType.label
-^International("phrase","Collaboration"); "^International("contentType","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("contentType","Asset_Collaboration");".

date.label
-^International("word","Collaboration"); "^International("date","Collaboration");". +^International("word","Asset_Collaboration"); "^International("date","Asset_Collaboration");".

delete.label
-^International("word","Collaboration"); "^International("delete","Collaboration");". +^International("word","Asset_Collaboration"); "^International("delete","Asset_Collaboration");".

description.label
-^International("word","Collaboration"); "^International("description","Collaboration");". +^International("word","Asset_Collaboration"); "^International("description","Asset_Collaboration");".

deny.label
-^International("word","Collaboration"); "^International("deny","Collaboration");". +^International("word","Asset_Collaboration"); "^International("deny","Asset_Collaboration");".

edit.label
-^International("word","Collaboration"); "^International("edit","Collaboration");". +^International("word","Asset_Collaboration"); "^International("edit","Asset_Collaboration");".

endDate.label
-^International("phrase","Collaboration"); "^International("endDate","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("endDate","Asset_Collaboration");".

exactphrase.label
-^International("phrase","Collaboration"); "^International("exactPhrase","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("exactPhrase","Asset_Collaboration");".

image.label
-^International("word","Collaboration"); "^International("image","Collaboration");". +^International("word","Asset_Collaboration"); "^International("image","Asset_Collaboration");".

job.header.label
-^International("phrase","Collaboration"); "^International("edit job","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("edit job","Asset_Collaboration");".

job.title.label
-^International("phrase","Collaboration"); "^International("job title","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("job title","Asset_Collaboration");".

job.description.label
-^International("phrase","Collaboration"); "^International("job description","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("job description","Asset_Collaboration");".

job.requirements.label
-^International("phrase","Collaboration"); "^International("job requirements","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("job requirements","Asset_Collaboration");".

location.label
-^International("word","Collaboration"); "^International("location","Collaboration");". +^International("word","Asset_Collaboration"); "^International("location","Asset_Collaboration");".

layout.flat.label
-^International("word","Collaboration"); "^International("flatLayout","Collaboration");". +^International("word","Asset_Collaboration"); "^International("flatLayout","Asset_Collaboration");".

link.header.label
-^International("phrase","Collaboration"); "^International("edit link","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("edit link","Asset_Collaboration");".

lastReply.label
-^International("phrase","Collaboration"); "^International("lastReply","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("lastReply","Asset_Collaboration");".

lock.label
-^International("word","Collaboration"); "^International("lock","Collaboration");". +^International("word","Asset_Collaboration"); "^International("lock","Asset_Collaboration");".

layout.label
-^International("word","Collaboration"); "^International("layout","Collaboration");". +^International("word","Asset_Collaboration"); "^International("layout","Asset_Collaboration");".

message.header.label
-^International("phrase","Collaboration"); "^International("edit message","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("edit message","Asset_Collaboration");".

message.label
-^International("word","Collaboration"); "^International("message","Collaboration");". +^International("word","Asset_Collaboration"); "^International("message","Asset_Collaboration");".

next.label
-^International("word","Collaboration"); "^International("next","Collaboration");". +^International("word","Asset_Collaboration"); "^International("next","Asset_Collaboration");".

newWindow.label
-^International("phrase","Collaboration"); "^International("new window","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("new window","Asset_Collaboration");".

layout.nested.label
-^International("word","Collaboration"); "^International("nested","Collaboration");". +^International("word","Asset_Collaboration"); "^International("nested","Asset_Collaboration");".

previous.label
-^International("word","Collaboration"); "^International("previous","Collaboration");". +^International("word","Asset_Collaboration"); "^International("previous","Asset_Collaboration");".

post.label
-^International("word","Collaboration"); "^International("post","Collaboration");". +^International("word","Asset_Collaboration"); "^International("post","Asset_Collaboration");".

question.label
-^International("word","Collaboration"); "^International("question","Collaboration");". +^International("word","Asset_Collaboration"); "^International("question","Asset_Collaboration");".

question.header.label
-^International("phrase","Collaboration"); "^International("edit question","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("edit question","Asset_Collaboration");".

rating.label
-^International("word","Collaboration"); "^International("rating","Collaboration");". +^International("word","Asset_Collaboration"); "^International("rating","Asset_Collaboration");".

rate.label
-^International("word","Collaboration"); "^International("rate","Collaboration");". +^International("word","Asset_Collaboration"); "^International("rate","Asset_Collaboration");".

reply.label
-^International("word","Collaboration"); "^International("reply","Collaboration");". +^International("word","Asset_Collaboration"); "^International("reply","Asset_Collaboration");".

replies.label
-^International("word","Collaboration"); "^International("replies","Collaboration");". +^International("word","Asset_Collaboration"); "^International("replies","Asset_Collaboration");".

readmore.label
-^International("phrase","Collaboration"); "^International("read more","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("read more","Asset_Collaboration");".

responses.label
-^International("word","Collaboration"); "^International("responses","Collaboration");". +^International("word","Asset_Collaboration"); "^International("responses","Asset_Collaboration");".

results.label
-^International("word","Collaboration"); "^International("results","Collaboration");". +^International("word","Asset_Collaboration"); "^International("results","Asset_Collaboration");".

search.label
-^International("word","Collaboration"); "^International("search","Collaboration");". +^International("word","Asset_Collaboration"); "^International("search","Asset_Collaboration");".

subject.label
-^International("word","Collaboration"); "^International("subject","Collaboration");". +^International("word","Asset_Collaboration"); "^International("subject","Asset_Collaboration");".

subscribe.label
-^International("word","Collaboration"); "^International("subscribe","Collaboration");". +^International("word","Asset_Collaboration"); "^International("subscribe","Asset_Collaboration");".

submission.header.label
-^International("phrase","Collaboration"); "^International("edit submission","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("edit submission","Asset_Collaboration");".

startDate.label
-^International("phrase","Collaboration"); "^International("start date","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("start date","Asset_Collaboration");".

stick.label
-^International("phrase","Collaboration"); "^International("sticky","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("sticky","Asset_Collaboration");".

status.label
-^International("word","Collaboration"); "^International("status","Collaboration");". +^International("word","Asset_Collaboration"); "^International("status","Asset_Collaboration");".

synopsis.label
-^International("word","Collaboration"); "^International("synopsis","Collaboration");". +^International("word","Asset_Collaboration"); "^International("synopsis","Asset_Collaboration");".

thumbnail.label
-^International("word","Collaboration"); "^International("thumbnail","Collaboration");". +^International("word","Asset_Collaboration"); "^International("thumbnail","Asset_Collaboration");".

title.label
-^International("word","Collaboration"); "^International("title","Collaboration");". +^International("word","Asset_Collaboration"); "^International("title","Asset_Collaboration");".

layout.threaded.label
-^International("word","Collaboration"); "^International("threaded","Collaboration");". +^International("word","Asset_Collaboration"); "^International("threaded","Asset_Collaboration");".

unlock.label
-^International("word","Collaboration"); "^International("unlock","Collaboration");". +^International("word","Asset_Collaboration"); "^International("unlock","Asset_Collaboration");".

unstick.label
-^International("word","Collaboration"); "^International("unstick","Collaboration");". +^International("word","Asset_Collaboration"); "^International("unstick","Asset_Collaboration");".

unsubscribe.label
-^International("word","Collaboration"); "^International("unsubscribe","Collaboration");". +^International("word","Asset_Collaboration"); "^International("unsubscribe","Asset_Collaboration");".

url.label
-^International("word","Collaboration"); "^International("url","Collaboration");". +^International("word","Asset_Collaboration"); "^International("url","Asset_Collaboration");".

user.label
-^International("word","Collaboration"); "^International("user","Collaboration");". +^International("word","Asset_Collaboration"); "^International("user","Asset_Collaboration");".

views.label
-^International("word","Collaboration"); "^International("views","Collaboration");". +^International("word","Asset_Collaboration"); "^International("views","Asset_Collaboration");".

visitorName.label
-^International("phrase","Collaboration"); "^International("visitor","Collaboration");". +^International("phrase","Asset_Collaboration"); "^International("visitor","Asset_Collaboration");".

without.label
-^International("word","Collaboration"); "^International("without","Collaboration");". +^International("word","Asset_Collaboration"); "^International("without","Asset_Collaboration");".

diff --git a/lib/WebGUI/i18n/English/DataForm.pm b/lib/WebGUI/i18n/English/Asset_DataForm.pm similarity index 93% rename from lib/WebGUI/i18n/English/DataForm.pm rename to lib/WebGUI/i18n/English/Asset_DataForm.pm index c5fb07a70..ac54f2d0a 100644 --- a/lib/WebGUI/i18n/English/DataForm.pm +++ b/lib/WebGUI/i18n/English/Asset_DataForm.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::DataForm; +package WebGUI::i18n::English::Asset_DataForm; our $I18N = { '90' => { @@ -23,11 +23,11 @@ can add additional fields to the DataForm, create multiple tabs, or use the Data as a web form to email gateway.

Dataforms are Wobjects, so they inherit the properties of both Wobjects and Assets. They also have these unique properties:

-^International("16","DataForm");
+^International("16","Asset_DataForm");
This message will be displayed to the user after they submit their data..

-^International("74","DataForm");
+^International("74","Asset_DataForm");
If set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any data entered into the form to a person of your choice. By default the new fields are "Hidden" so that they can't be edited by the user.

@@ -38,19 +38,19 @@ they can't be edited by the user. Choose a template for your form.

-^International("81","DataForm");
+^International("81","Asset_DataForm");
Choose a template for the data that will be sent via email.

-^International("81","DataForm");
+^International("81","Asset_DataForm");
Choose a template that will be used to display the acknowledgment.

-^International("87","DataForm");
+^International("87","Asset_DataForm");
Choose a template that will be used to display the list of stored records in this Data Form.

-^International("744","DataForm");
+^International("744","Asset_DataForm");
After creating the Data Form, you may either begin to add fields to it or to return to the page where the it was created. @@ -60,23 +60,23 @@ for the Data Form Template and to include the variables that enable these functions:

-^International("76","DataForm");
+^International("76","Asset_DataForm");
Add a field to a Data Form.

-^International("105","DataForm");
+^International("105","Asset_DataForm");
Add a tab to a Data Form.

-^International("86","DataForm");
+^International("86","Asset_DataForm");
List all data that has been entered into the Data Form.

-^International("76","DataForm");
+^International("76","Asset_DataForm");
Export the data from the Data Form in tab deliniated format. |, - lastUpdated => 1110514269, + lastUpdated => 1112732067, }, 'editField-vertical-label' => { @@ -128,60 +128,60 @@ Export the data from the Data Form in tab deliniated format. message => q|

You may add as many additional fields to your Data Form as you like.

-^International("104","DataForm");
+^International("104","Asset_DataForm");
When the form has multiple tabs, defines which tab of the form that the field is displayed in. Otherwise, all fields are displayed on the same page.

-^International("77","DataForm");
+^International("77","Asset_DataForm");
This is an informative text label to let the user know what this field represents.

-^International("102","DataForm");
+^International("102","Asset_DataForm");
An extension of the label, this is a description of what should go in the field or optional instructions for the field.

-^International("21","DataForm");
+^International("21","Asset_DataForm");
The name of this field. It must be unique among all of the other fields on your form.

-^International("22","DataForm");
+^International("22","Asset_DataForm");
Hidden fields will not be visible to the user, but will be sent in the email. Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user. If you choose Hidden or Displayed, be sure to fill in a Default Value.

-^International("23","DataForm");
+^International("23","Asset_DataForm");
Choose the type of form element for this field. This is also used to validate any input that the user may supply.

-^International("8","DataForm");
+^International("8","Asset_DataForm");
Set the number of characters wide this form field will be.

-^International("27","DataForm");
+^International("27","Asset_DataForm");
Set the number of characters tall this form field will be. Only used on textareas and HTMLAreas.

-^International("editField-vertical-label","DataForm");
+^International("editField-vertical-label","Asset_DataForm");
This property controls whether radio buttons and checklists are laid out horizontally or vertically.

-^International("editField-extras-label","DataForm");
+^International("editField-extras-label","Asset_DataForm");
Here you can enter additional tag properties for the field tag. For instance 'class="myClass"'.

-^International("24","DataForm");
+^International("24","Asset_DataForm");
This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.

-^International("25","DataForm");
+^International("25","Asset_DataForm");
Enter the default value (if any) for the field. For Yes/No fields, enter "yes" to select "Yes" and "no" to select "No".

|, - lastUpdated => 1110514660, + lastUpdated => 1112732072, }, '16' => { diff --git a/lib/WebGUI/i18n/English/EventsCalendar.pm b/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm similarity index 99% rename from lib/WebGUI/i18n/English/EventsCalendar.pm rename to lib/WebGUI/i18n/English/Asset_EventsCalendar.pm index ca3ec3b65..e8f970b01 100644 --- a/lib/WebGUI/i18n/English/EventsCalendar.pm +++ b/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::EventsCalendar; +package WebGUI::i18n::English::Asset_EventsCalendar; our $I18N = { '500' => { diff --git a/lib/WebGUI/i18n/English/File.pm b/lib/WebGUI/i18n/English/Asset_File.pm similarity index 91% rename from lib/WebGUI/i18n/English/File.pm rename to lib/WebGUI/i18n/English/Asset_File.pm index 125ee380d..33949c7b7 100644 --- a/lib/WebGUI/i18n/English/File.pm +++ b/lib/WebGUI/i18n/English/Asset_File.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::File; +package WebGUI::i18n::English::Asset_File; our $I18N = { 'file add/edit title' => { @@ -11,11 +11,11 @@ our $I18N = {

Since Files are Assets, so they have all the properties that Assets do. Below are the properties that are specific to Image Assets:

-

^International("new file","File");
+

^International("new file","Asset_File");
Enter the path to a file, or use the "Browse" button to find a file on your local hard drive that you would like to be uploaded. -

^International("current file","File");
+

^International("current file","Asset_File");
If this Asset already contains a file, a link to the file with its associated icon will be shown. |, diff --git a/lib/WebGUI/i18n/English/FilePile.pm b/lib/WebGUI/i18n/English/Asset_FilePile.pm similarity index 95% rename from lib/WebGUI/i18n/English/FilePile.pm rename to lib/WebGUI/i18n/English/Asset_FilePile.pm index 7fefe297a..d148aa65d 100644 --- a/lib/WebGUI/i18n/English/FilePile.pm +++ b/lib/WebGUI/i18n/English/Asset_FilePile.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::FilePile; +package WebGUI::i18n::English::Asset_FilePile; our $I18N = { 'file pile add/edit title' => { @@ -48,7 +48,7 @@ Choose the group that can edit this page. The group assigned editing rights can

-^International("upload files","FilePile");
+^International("upload files","Asset_FilePile");
This is where files can be uploaded from your computer.

diff --git a/lib/WebGUI/i18n/English/Folder.pm b/lib/WebGUI/i18n/English/Asset_Folder.pm similarity index 98% rename from lib/WebGUI/i18n/English/Folder.pm rename to lib/WebGUI/i18n/English/Asset_Folder.pm index e83bc27cc..693f1c4a8 100644 --- a/lib/WebGUI/i18n/English/Folder.pm +++ b/lib/WebGUI/i18n/English/Asset_Folder.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Folder; +package WebGUI::i18n::English::Asset_Folder; our $I18N = { diff --git a/lib/WebGUI/i18n/English/HttpProxy.pm b/lib/WebGUI/i18n/English/Asset_HttpProxy.pm similarity index 98% rename from lib/WebGUI/i18n/English/HttpProxy.pm rename to lib/WebGUI/i18n/English/Asset_HttpProxy.pm index 5fbb84e26..cea752ee9 100644 --- a/lib/WebGUI/i18n/English/HttpProxy.pm +++ b/lib/WebGUI/i18n/English/Asset_HttpProxy.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::HttpProxy; +package WebGUI::i18n::English::Asset_HttpProxy; our $I18N = { '6' => { diff --git a/lib/WebGUI/i18n/English/Image.pm b/lib/WebGUI/i18n/English/Asset_Image.pm similarity index 98% rename from lib/WebGUI/i18n/English/Image.pm rename to lib/WebGUI/i18n/English/Asset_Image.pm index ebe17a731..ae88e5c2d 100644 --- a/lib/WebGUI/i18n/English/Image.pm +++ b/lib/WebGUI/i18n/English/Asset_Image.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Image; +package WebGUI::i18n::English::Asset_Image; our $I18N = { diff --git a/lib/WebGUI/i18n/English/IndexedSearch.pm b/lib/WebGUI/i18n/English/Asset_IndexedSearch.pm similarity index 99% rename from lib/WebGUI/i18n/English/IndexedSearch.pm rename to lib/WebGUI/i18n/English/Asset_IndexedSearch.pm index b5e44b185..6ede570ef 100644 --- a/lib/WebGUI/i18n/English/IndexedSearch.pm +++ b/lib/WebGUI/i18n/English/Asset_IndexedSearch.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::IndexedSearch; +package WebGUI::i18n::English::Asset_IndexedSearch; our $I18N = { '11' => { diff --git a/lib/WebGUI/i18n/English/Layout.pm b/lib/WebGUI/i18n/English/Asset_Layout.pm similarity index 98% rename from lib/WebGUI/i18n/English/Layout.pm rename to lib/WebGUI/i18n/English/Asset_Layout.pm index 771c0a767..31edd9085 100644 --- a/lib/WebGUI/i18n/English/Layout.pm +++ b/lib/WebGUI/i18n/English/Asset_Layout.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Layout; +package WebGUI::i18n::English::Asset_Layout; our $I18N = { 'layout add/edit title' => { diff --git a/lib/WebGUI/i18n/English/MessageBoard.pm b/lib/WebGUI/i18n/English/Asset_MessageBoard.pm similarity index 98% rename from lib/WebGUI/i18n/English/MessageBoard.pm rename to lib/WebGUI/i18n/English/Asset_MessageBoard.pm index 41914424d..69479c626 100644 --- a/lib/WebGUI/i18n/English/MessageBoard.pm +++ b/lib/WebGUI/i18n/English/Asset_MessageBoard.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::MessageBoard; +package WebGUI::i18n::English::Asset_MessageBoard; our $I18N = { '74' => { diff --git a/lib/WebGUI/i18n/English/Navigation.pm b/lib/WebGUI/i18n/English/Asset_Navigation.pm similarity index 99% rename from lib/WebGUI/i18n/English/Navigation.pm rename to lib/WebGUI/i18n/English/Asset_Navigation.pm index 99631ceed..fea42bbb8 100644 --- a/lib/WebGUI/i18n/English/Navigation.pm +++ b/lib/WebGUI/i18n/English/Asset_Navigation.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Navigation; +package WebGUI::i18n::English::Asset_Navigation; our $I18N = { '32' => { diff --git a/lib/WebGUI/i18n/English/Poll.pm b/lib/WebGUI/i18n/English/Asset_Poll.pm similarity index 98% rename from lib/WebGUI/i18n/English/Poll.pm rename to lib/WebGUI/i18n/English/Asset_Poll.pm index caa328311..ab2869755 100644 --- a/lib/WebGUI/i18n/English/Poll.pm +++ b/lib/WebGUI/i18n/English/Asset_Poll.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Poll; +package WebGUI::i18n::English::Asset_Poll; our $I18N = { '74' => { diff --git a/lib/WebGUI/i18n/English/Post.pm b/lib/WebGUI/i18n/English/Asset_Post.pm similarity index 99% rename from lib/WebGUI/i18n/English/Post.pm rename to lib/WebGUI/i18n/English/Asset_Post.pm index b9fbf565a..7c88c44b1 100644 --- a/lib/WebGUI/i18n/English/Post.pm +++ b/lib/WebGUI/i18n/English/Asset_Post.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Post; +package WebGUI::i18n::English::Asset_Post; our $I18N = { 'add/edit post template title' => { diff --git a/lib/WebGUI/i18n/English/Product.pm b/lib/WebGUI/i18n/English/Asset_Product.pm similarity index 99% rename from lib/WebGUI/i18n/English/Product.pm rename to lib/WebGUI/i18n/English/Asset_Product.pm index af7977a8c..beb221dae 100644 --- a/lib/WebGUI/i18n/English/Product.pm +++ b/lib/WebGUI/i18n/English/Asset_Product.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Product; +package WebGUI::i18n::English::Asset_Product; our $I18N = { '33' => { diff --git a/lib/WebGUI/i18n/English/Redirect.pm b/lib/WebGUI/i18n/English/Asset_Redirect.pm similarity index 94% rename from lib/WebGUI/i18n/English/Redirect.pm rename to lib/WebGUI/i18n/English/Asset_Redirect.pm index 7b488eb73..8e9a4cc65 100644 --- a/lib/WebGUI/i18n/English/Redirect.pm +++ b/lib/WebGUI/i18n/English/Asset_Redirect.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Redirect; +package WebGUI::i18n::English::Asset_Redirect; our $I18N = { diff --git a/lib/WebGUI/i18n/English/SQLReport.pm b/lib/WebGUI/i18n/English/Asset_SQLReport.pm similarity index 99% rename from lib/WebGUI/i18n/English/SQLReport.pm rename to lib/WebGUI/i18n/English/Asset_SQLReport.pm index 76531e843..9fb46a1ef 100644 --- a/lib/WebGUI/i18n/English/SQLReport.pm +++ b/lib/WebGUI/i18n/English/Asset_SQLReport.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::SQLReport; +package WebGUI::i18n::English::Asset_SQLReport; our $I18N = { '11' => { diff --git a/lib/WebGUI/i18n/English/Shortcut.pm b/lib/WebGUI/i18n/English/Asset_Shortcut.pm similarity index 98% rename from lib/WebGUI/i18n/English/Shortcut.pm rename to lib/WebGUI/i18n/English/Asset_Shortcut.pm index e0fa3a6d3..b8b2689b1 100644 --- a/lib/WebGUI/i18n/English/Shortcut.pm +++ b/lib/WebGUI/i18n/English/Asset_Shortcut.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Shortcut; +package WebGUI::i18n::English::Asset_Shortcut; our $I18N = { diff --git a/lib/WebGUI/i18n/English/Snippet.pm b/lib/WebGUI/i18n/English/Asset_Snippet.pm similarity index 96% rename from lib/WebGUI/i18n/English/Snippet.pm rename to lib/WebGUI/i18n/English/Asset_Snippet.pm index b5e1bb191..b159162b6 100644 --- a/lib/WebGUI/i18n/English/Snippet.pm +++ b/lib/WebGUI/i18n/English/Asset_Snippet.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Snippet; +package WebGUI::i18n::English::Asset_Snippet; our $I18N = { diff --git a/lib/WebGUI/i18n/English/Survey.pm b/lib/WebGUI/i18n/English/Asset_Survey.pm similarity index 99% rename from lib/WebGUI/i18n/English/Survey.pm rename to lib/WebGUI/i18n/English/Asset_Survey.pm index 899ae7b79..81ea0ac4e 100644 --- a/lib/WebGUI/i18n/English/Survey.pm +++ b/lib/WebGUI/i18n/English/Asset_Survey.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Survey; +package WebGUI::i18n::English::Asset_Survey; our $I18N = { '32' => { diff --git a/lib/WebGUI/i18n/English/SyndicatedContent.pm b/lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm similarity index 98% rename from lib/WebGUI/i18n/English/SyndicatedContent.pm rename to lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm index 9be054673..ce7269ebb 100644 --- a/lib/WebGUI/i18n/English/SyndicatedContent.pm +++ b/lib/WebGUI/i18n/English/Asset_SyndicatedContent.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::SyndicatedContent; +package WebGUI::i18n::English::Asset_SyndicatedContent; our $I18N = { '3' => { diff --git a/lib/WebGUI/i18n/English/Template.pm b/lib/WebGUI/i18n/English/Asset_Template.pm similarity index 99% rename from lib/WebGUI/i18n/English/Template.pm rename to lib/WebGUI/i18n/English/Asset_Template.pm index 561475d56..2b33f0163 100644 --- a/lib/WebGUI/i18n/English/Template.pm +++ b/lib/WebGUI/i18n/English/Asset_Template.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Template; +package WebGUI::i18n::English::Asset_Template; our $I18N = { 'namespace' => { diff --git a/lib/WebGUI/i18n/English/Thread.pm b/lib/WebGUI/i18n/English/Asset_Thread.pm similarity index 98% rename from lib/WebGUI/i18n/English/Thread.pm rename to lib/WebGUI/i18n/English/Asset_Thread.pm index 8aa551398..c224c2c3a 100644 --- a/lib/WebGUI/i18n/English/Thread.pm +++ b/lib/WebGUI/i18n/English/Asset_Thread.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::Thread; +package WebGUI::i18n::English::Asset_Thread; our $I18N = { diff --git a/lib/WebGUI/i18n/English/WSClient.pm b/lib/WebGUI/i18n/English/Asset_WSClient.pm similarity index 92% rename from lib/WebGUI/i18n/English/WSClient.pm rename to lib/WebGUI/i18n/English/Asset_WSClient.pm index c4c2256cf..9a19cadd6 100644 --- a/lib/WebGUI/i18n/English/WSClient.pm +++ b/lib/WebGUI/i18n/English/Asset_WSClient.pm @@ -1,4 +1,4 @@ -package WebGUI::i18n::English::WSClient; +package WebGUI::i18n::English::Asset_WSClient; our $I18N = { '35' => { @@ -27,45 +27,45 @@ our $I18N = { SOAP URI/WSDL
From the SOAP::Lite man page, "URIs are just identifiers. They may look like URLs, but they are not guaranteed to point to anywhere and shouldn't be used as such pointers. URIs assume to be unique within the space of all XML documents, so consider them as unique identifiers and nothing else." If you specify a URI, you probably also need a proxy below. Alternatively, you can specify a WSDL file in place of a URI. This file refers to a real location at which a SOAP service description can be downloaded and used. For our purposes, the file must end in ".wsdl" to be properly recognized. If you use a WSDL file, you probably don't need to specify a proxy.

-^International(3,"WSClient");
+^International(3,"Asset_WSClient");
The SOAP proxy is the full name of the server and/or script that is listening for SOAP calls. For example: http://mydomain.com/cgi-bin/soaplistener.pl

-^International(4,"WSClient");
+^International(4,"Asset_WSClient");
The SOAP method is the name of the function to be invoked by the SOAP server. Include any extra parameters in the SOAP Call Parameters field below.

-^International(16,"WSClient");
+^International(16,"Asset_WSClient");
If soapHttpHeaderOverride is set in the WebGUI configuration file, then this property allows you to override the default MIME type for this page. -^International(5,"WSClient");
+^International(5,"Asset_WSClient");
If your SOAP call requires any additional parameters, include them here as a valid Perl hash, array or scalar. For example: 'userid' => '12', companyid => '^FormParam("companyid"); Whether you need to use scalar, hash or array is entirely dependent on what your SOAP service expects as input. Likewise, what you get back is entirely dependent on what the service deems to return.'.

-^International(11,"WSClient");
+^International(11,"Asset_WSClient");
Leave this set to yes unless your page is calling itself with additional parameters. You will probably know if/when you need to turn off default execution. To force execution when it has been disabled by default, pass a form variable "targetWobjects" specifying the name of the SOAP call to force execution. If current cached results already exist for this wobject they will be returned regardless. If you don't want any results returned no matter what, see the Tricks section below.

^International(913,"WebGUI");
Choose a layout for this SOAP client.

-^International(8,"WSClient");
+^International(8,"Asset_WSClient");
If you're using WebGUI macros in your query you'll want to check this box.

-^International(13,"WSClient");
+^International(13,"Asset_WSClient");
How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?

-^International(14,"WSClient");
+^International(14,"Asset_WSClient");
Because a SOAP call can return complex data structures, you'll need to specify which named variable is to be paginated. If none is specified, no pagination will occur.

-^International(9,"WSClient");
+^International(9,"Asset_WSClient");
If you want to display debugging and error messages on the page, check this box.

-^International(15,"WSClient");
+^International(15,"Asset_WSClient");
This option will only display if you have Data::Structure::Util installed. SOAP calls return UTF8 strings even if they may not have UTF8 characters within them. This converts UTF8 characters to that there aren't collisions with any character sets specified in the page header. Decoding is turned off by default, but try turning it on if you see goofy gibberish, especially with the display of copyright symbols and the like.

-^International(28,"WSClient");
+^International(28,"Asset_WSClient");
By default, SOAP calls are cached uniquely for each user session. By selecting "Global" call returns can be shared between users.

-^International(27,"WSClient");
+^International(27,"Asset_WSClient");
Number of seconds a SOAP return will be cached. Set to 1 to essentially skip caching.

A few other tricks...