From 975e76ad2a70c49358700fbcd4042b49dceae6ea Mon Sep 17 00:00:00 2001
From: Colin Kuskie
Date: Wed, 18 Jul 2007 18:20:37 +0000
Subject: [PATCH] Remove all template parser help. Prune WebGUI Profile help
and related help. Prune Transaction and Subscription and Workflow Activity
help.
---
lib/WebGUI/Help/Subscription.pm | 140 ------------------
lib/WebGUI/Help/Template_HTMLTemplate.pm | 17 ---
lib/WebGUI/Help/Template_HTMLTemplateExpr.pm | 13 --
lib/WebGUI/Help/Template_TemplateToolkit.pm | 13 --
lib/WebGUI/Help/TransactionLog.pm | 89 -----------
lib/WebGUI/Help/WebGUI.pm | 4 -
lib/WebGUI/Help/WebGUIProfile.pm | 107 -------------
lib/WebGUI/Help/Workflow_Activity.pm | 29 ----
lib/WebGUI/i18n/English/Subscription.pm | 68 +--------
.../i18n/English/Template_HTMLTemplate.pm | 23 ---
.../i18n/English/Template_HTMLTemplateExpr.pm | 25 ----
.../i18n/English/Template_TemplateToolkit.pm | 25 ----
lib/WebGUI/i18n/English/TransactionLog.pm | 13 +-
lib/WebGUI/i18n/English/WebGUIProfile.pm | 131 ----------------
lib/WebGUI/i18n/English/Workflow_Activity.pm | 12 --
15 files changed, 11 insertions(+), 698 deletions(-)
delete mode 100644 lib/WebGUI/Help/Template_HTMLTemplate.pm
delete mode 100644 lib/WebGUI/Help/Template_HTMLTemplateExpr.pm
delete mode 100644 lib/WebGUI/Help/Template_TemplateToolkit.pm
delete mode 100644 lib/WebGUI/Help/TransactionLog.pm
delete mode 100644 lib/WebGUI/Help/WebGUIProfile.pm
delete mode 100644 lib/WebGUI/Help/Workflow_Activity.pm
delete mode 100644 lib/WebGUI/i18n/English/Template_HTMLTemplate.pm
delete mode 100644 lib/WebGUI/i18n/English/Template_HTMLTemplateExpr.pm
delete mode 100644 lib/WebGUI/i18n/English/Template_TemplateToolkit.pm
diff --git a/lib/WebGUI/Help/Subscription.pm b/lib/WebGUI/Help/Subscription.pm
index 253335014..8a3a0badd 100644
--- a/lib/WebGUI/Help/Subscription.pm
+++ b/lib/WebGUI/Help/Subscription.pm
@@ -1,146 +1,6 @@
package WebGUI::Help::Subscription;
our $HELP = {
- 'subscription add/edit' => {
- title => 'help edit subscription title',
- body => 'help edit subscription body',
- fields => [
- {
- title => 'subscription name',
- description => 'subscription name description',
- namespace => 'Subscription',
- },
- {
- title => 'subscription price',
- description => 'subscription price description',
- namespace => 'Subscription',
- },
- {
- title => 'subscription description',
- description => 'subscription description description',
- namespace => 'Subscription',
- },
- {
- title => 'subscription group',
- description => 'subscription group description',
- namespace => 'Subscription',
- },
- {
- title => 'subscription duration',
- description => 'subscription duration description',
- namespace => 'Subscription',
- },
- {
- title => 'execute on subscription',
- description => 'execute on subscription description',
- namespace => 'Subscription',
- },
- {
- title => 'subscription karma',
- description => 'subscription karma description',
- namespace => 'Subscription',
- },
- ],
- related => [
- {
- tag => 'subscription manage',
- namespace => 'Subscription'
- },
- ]
- },
-
- 'subscription manage' => {
- title => 'help manage subscriptions title',
- body => 'help manage subscriptions body',
- fields => [
- ],
- related => [
- {
- tag => 'subscription add/edit',
- namespace => 'Subscription'
- },
- {
- tag => 'subscription codes manage',
- namespace => 'Subscription'
- },
- ]
- },
-
- 'subscription codes manage' => {
- title => 'help manage subscription codes title',
- body => 'help manage subscription codes body',
- fields => [
- ],
- related => [
- {
- tag => 'create batch',
- namespace => 'Subscription'
- },
- {
- tag => 'subscription manage',
- namespace => 'Subscription'
- },
- ]
- },
-
- 'create batch' => {
- title => 'help create batch title',
- body => 'help create batch body',
- fields => [
- {
- title => 'noc',
- description => 'noc description',
- namespace => 'Subscription',
- },
- {
- title => 'code length',
- description => 'code length description',
- namespace => 'Subscription',
- },
- {
- title => 'codes expire',
- description => 'codes expire description',
- namespace => 'Subscription',
- },
- {
- title => 'association',
- description => 'association description',
- namespace => 'Subscription',
- },
- {
- title => 'batch description',
- description => 'batch description description',
- namespace => 'Subscription',
- },
- ],
- related => [
- {
- tag => 'subscription codes manage',
- namespace => 'Subscription'
- },
- {
- tag => 'manage batch',
- namespace => 'Subscription'
- },
- ]
- },
-
- 'manage batch' => {
- title => 'help manage batch title',
- body => 'help manage batch body',
- fields => [
- ],
- related => [
- {
- tag => 'create batch',
- namespace => 'Subscription'
- },
- {
- tag => 'subscription codes manage',
- namespace => 'Subscription'
- },
- ]
- },
'redeem code' => {
title => 'help redeem code template title',
diff --git a/lib/WebGUI/Help/Template_HTMLTemplate.pm b/lib/WebGUI/Help/Template_HTMLTemplate.pm
deleted file mode 100644
index 6b549ef78..000000000
--- a/lib/WebGUI/Help/Template_HTMLTemplate.pm
+++ /dev/null
@@ -1,17 +0,0 @@
-package WebGUI::Help::Template_HTMLTemplate;
-
-our $HELP = { ##hashref of hashes
- 'html template' => {
- title => 'html template title',
- body => 'html template body',
- related => [
- {
- tag => 'template language',
- namespace => 'Asset_Template',
- },
- ],
- },
-
-};
-
-1; ##All perl modules must return true
diff --git a/lib/WebGUI/Help/Template_HTMLTemplateExpr.pm b/lib/WebGUI/Help/Template_HTMLTemplateExpr.pm
deleted file mode 100644
index 97f82ff0d..000000000
--- a/lib/WebGUI/Help/Template_HTMLTemplateExpr.pm
+++ /dev/null
@@ -1,13 +0,0 @@
-package WebGUI::Help::Template_HTMLTemplateExpr;
-
-our $HELP = { ##hashref of hashes
- 'html template expr' => {
- title => 'html template expr title',
- body => 'html template expr body',
- related => [
- ],
- },
-
-};
-
-1; ##All perl modules must return true
diff --git a/lib/WebGUI/Help/Template_TemplateToolkit.pm b/lib/WebGUI/Help/Template_TemplateToolkit.pm
deleted file mode 100644
index 9b2f2027a..000000000
--- a/lib/WebGUI/Help/Template_TemplateToolkit.pm
+++ /dev/null
@@ -1,13 +0,0 @@
-package WebGUI::Help::Template_TemplateToolkit;
-
-our $HELP = { ##hashref of hashes
- 'template toolkit' => {
- title => 'template toolkit title',
- body => 'template toolkit body',
- related => [
- ],
- },
-
-};
-
-1; ##All perl modules must return true
diff --git a/lib/WebGUI/Help/TransactionLog.pm b/lib/WebGUI/Help/TransactionLog.pm
deleted file mode 100644
index 3fdab44fe..000000000
--- a/lib/WebGUI/Help/TransactionLog.pm
+++ /dev/null
@@ -1,89 +0,0 @@
-package WebGUI::Help::TransactionLog;
-
-our $HELP = {
- 'purchase history' => {
- title => 'help purchase history template title',
- body => 'help purchase history template body',
- fields => [
- ],
- variables => [
- {
- 'name' => 'errorMessage'
- },
- {
- 'name' => 'historyLoop',
- 'variables' => [
- {
- 'name' => 'amount',
- 'description' => 'amount.template'
- },
- {
- 'name' => 'recurring'
- },
- {
- 'name' => 'canCancel'
- },
- {
- 'name' => 'cancelUrl'
- },
- {
- 'name' => 'initDate'
- },
- {
- 'name' => 'completionDate'
- },
- {
- 'name' => 'status',
- 'description' => 'status.template'
- },
- {
- 'name' => 'lastPayedTerm'
- },
- {
- 'name' => 'gateway'
- },
- {
- 'name' => 'gatewayId'
- },
- {
- 'name' => 'transactionId'
- },
- {
- 'name' => 'userId'
- },
- {
- 'name' => 'itemLoop',
- 'variables' => [
- {
- 'name' => 'amount',
- 'description' => 'amount.template'
- },
- {
- 'name' => 'itemName'
- },
- {
- 'name' => 'itemId'
- },
- {
- 'name' => 'itemType'
- },
- {
- 'name' => 'quantity'
- }
- ]
- }
- ]
- }
- ],
- related => [
- {
- tag => 'template language',
- namespace => 'Asset_Template'
- },
- ]
- },
-
-};
-
-1;
-
diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm
index 79aa58aea..350eb7e77 100644
--- a/lib/WebGUI/Help/WebGUI.pm
+++ b/lib/WebGUI/Help/WebGUI.pm
@@ -483,10 +483,6 @@ our $HELP = {
tag => 'groups manage',
namespace => 'WebGUI'
},
- {
- tag => 'user profile edit',
- namespace => 'WebGUIProfile'
- },
{
tag => 'user add/edit',
namespace => 'WebGUI'
diff --git a/lib/WebGUI/Help/WebGUIProfile.pm b/lib/WebGUI/Help/WebGUIProfile.pm
deleted file mode 100644
index 9be4684a8..000000000
--- a/lib/WebGUI/Help/WebGUIProfile.pm
+++ /dev/null
@@ -1,107 +0,0 @@
-package WebGUI::Help::WebGUIProfile;
-
-our $HELP = {
- 'profile settings edit' => {
- title => '672',
- body => '627',
- fields => [
- {
- title => '475',
- description => '475 description',
- namespace => 'WebGUIProfile',
- },
- {
- title => '472',
- description => '472 description',
- namespace => 'WebGUIProfile',
- },
- {
- title => '473a',
- description => '473a description',
- namespace => 'WebGUIProfile',
- },
- {
- title => '897a',
- description => '897a description',
- namespace => 'WebGUIProfile',
- },
- {
- title => '474',
- description => '474 description',
- namespace => 'WebGUIProfile',
- },
- {
- title => 'showAtRegistration label',
- description => 'showAtRegistration hoverHelp',
- namespace => 'WebGUIProfile',
- },
- {
- title => 'requiredForPasswordRecovery label',
- description => 'requiredForPasswordRecovery hoverHelp',
- namespace => 'WebGUIProfile',
- },
- {
- title => 'forceImageOnly label',
- description => 'forceImageOnly description',
- namespace => 'WebGUIProfile',
- },
- {
- title => '486',
- description => '486 description',
- namespace => 'WebGUIProfile',
- },
- {
- title => '487',
- description => '487 description',
- namespace => 'WebGUIProfile',
- },
- {
- title => '488',
- description => '488 description',
- namespace => 'WebGUIProfile',
- },
- {
- title => '489',
- description => '489 description',
- namespace => 'WebGUIProfile',
- },
- ],
- related => []
- },
- 'add/edit profile settings category' => {
- title => 'user profile category add/edit title',
- body => 'user profile category add/edit body',
- fields => [
- {
- title => '470',
- description => '470 description',
- namespace => 'WebGUIProfile',
- },
- {
- title => '473',
- description => '473 description',
- namespace => 'WebGUIProfile',
- },
- {
- title => '897',
- description => '897 description',
- namespace => 'WebGUIProfile',
- },
- ],
- related => []
- },
- 'user profile edit' => {
- title => '682',
- body => '637',
- fields => [
- ],
- related => [
- {
- tag => 'users manage',
- namespace => 'WebGUI'
- }
- ]
- },
-};
-
-1;
diff --git a/lib/WebGUI/Help/Workflow_Activity.pm b/lib/WebGUI/Help/Workflow_Activity.pm
deleted file mode 100644
index 77c7e0b19..000000000
--- a/lib/WebGUI/Help/Workflow_Activity.pm
+++ /dev/null
@@ -1,29 +0,0 @@
-package WebGUI::Help::Workflow_Activity;
-
-our $HELP = {
- 'add/edit workflow activity' => {
- title => 'add/edit workflow activity',
- body => 'add/edit workflow activity body',
- isa => [
- ],
- fields => [
- {
- title => 'title',
- description => 'title help',
- namespace => 'Workflow_Activity',
- },
- {
- title => 'description',
- description => 'description help',
- namespace => 'Workflow_Activity',
- },
- ],
- variables => [
- ],
- related => [
- ],
- },
-
-};
-
-1; ##All perl modules must return true
diff --git a/lib/WebGUI/i18n/English/Subscription.pm b/lib/WebGUI/i18n/English/Subscription.pm
index e03fbb792..a4654cb99 100755
--- a/lib/WebGUI/i18n/English/Subscription.pm
+++ b/lib/WebGUI/i18n/English/Subscription.pm
@@ -102,11 +102,11 @@ our $I18N = {
context => q|Shows up in the selection part of listSubscriptionCodes.|
},
- 'help edit subscription title' => {
- message => q|Subscription, Add/Edit|,
- lastUpdated => 1101228391,
- context => q|The Add/Edit subscription help page title.|
- },
+# 'help edit subscription title' => {
+# message => q|Subscription, Add/Edit|,
+# lastUpdated => 1101228391,
+# context => q|The Add/Edit subscription help page title.|
+# },
'subscription name description' => {
message => q|Name of the subscription.
|,
@@ -153,14 +153,6 @@ our $I18N = {
lastUpdated => 1120861450,
},
- 'help edit subscription body' => {
- message => q|A subscription will allow the user a piece of content which he/she has
-paid for. The following is the list of properties attached to each Description.
-|,
- lastUpdated => 1167190398,
- context => q|The Add/Edit subscription help page text.|
- },
-
'codes expire' => {
message => q|Codes expire after|,
lastUpdated => 1101228392,
@@ -305,36 +297,6 @@ paid for. The following is the list of properties attached to each Description.<
context => q|Menu name for createSubscriptionCodeBatch.|
},
- 'help manage subscriptions title' => {
- message => q|Subscriptions, Manage|,
- lastUpdated => 0,
- context => q|The title of the Manage Subscriptions help page.|
- },
-
- 'help manage subscriptions body' => {
- message => q|Subscriptions allow you to sell your users group access on a subscription basis. To sell content to your users, set the content to be viewable by a certain group, then set that group to be used by the subscription.|,
- lastUpdated => 1167190537,
- context => q|The content of the Manage Subscriptions help page.|
- },
-
- 'help manage subscription codes title' => {
- message => q|Subscription, Manage Subscription Codes|,
- lastUpdated => 0,
- context => q|The title of the Manage Subscriptions codes help page.|
- },
-
- 'help manage subscription codes body' => {
- message => q|A subscription code is a string of characters that is tied to a set of subscriptions. A user can redeem such a code, and thus make himself subscribed for one term to all subscriptions the code is tied to, using the 'Redeem a subscription code' link in his account menu. Note that when redeeming a subscription code no money is charged.|,
- lastUpdated => 1101754831,
- context => q|The content of the Manage Subscriptions codes help page.|
- },
-
- 'help create batch title' => {
- message => q|Subscription, Create Batches of Subscription Codes|,
- lastUpdated => 0,
- context => q|The title of the Create Subscription code batch help page.|
- },
-
'noc description' => {
message => q|Number of codes to create
|,
lastUpdated => 1120858265,
@@ -361,24 +323,6 @@ characters long.
|,
lastUpdated => 1120858265,
},
-
- 'help create batch body' => {
- message => q|Generate a batch of subscription codes.
|,
- lastUpdated => 1146593246,
- context => q|The content of the Create Subscription code batch help page.|
- },
-
- 'help manage batch title' => {
- message => q|Subscription, Manage Subscription Code Batches|,
- lastUpdated => 0,
- context => q|The title of the Manage Subscription code batch help page.|
- },
-
- 'help manage batch body' => {
- message => q|Subscription code batches are containers for subscription codes. Subscription codes are always generated in batches, even if there's only one code in a batch. All codes in the same batch share the same properties, except for the status flag.|,
- lastUpdated => q|The body of the Manage Subscription code batch help page.|
- },
-
'no subscriptions' => {
message => q|There are no subscriptions yet. You can add subscriptions by using the 'Add Subscription' option in the menu on the right of the screen.|,
lastUpdated => 0,
@@ -420,11 +364,13 @@ The form in which the user can enter his subscription code.
|,
lastUpdated => 1146593261,
context => q|The body of the help page of the code redemption template.|
},
+
'help redeem code template title' => {
message => q|Redeem subscription code template|,
lastUpdated => 1101754848,
context => q|The title of the help page of the code redemption template.|
},
+
'code length' => {
message => q|Subscription code length|,
lastUpdated => 1102660410,
diff --git a/lib/WebGUI/i18n/English/Template_HTMLTemplate.pm b/lib/WebGUI/i18n/English/Template_HTMLTemplate.pm
deleted file mode 100644
index 332df9f72..000000000
--- a/lib/WebGUI/i18n/English/Template_HTMLTemplate.pm
+++ /dev/null
@@ -1,23 +0,0 @@
-package WebGUI::i18n::English::Template_HTMLTemplate;
-
-our $I18N = {
- 'html template title' => {
- message => q|HTML Template|,
- lastUpdated => 1162085513,
- context => q|Name of the HTML::Template module|
- },
-
- 'html template body' => {
- message => q|HTML Template is the default template parser inside of WebGUI. All of the template documentation in the online help is written using HTML Template syntax.
|,
- lastUpdated => 1162085513,
- context => q|Explanation of HTML Template usage in WebGUI.|
- },
-
- 'templateParserName' => {
- message => q|HTML Template|,
- lastUpdated => 1162085447,
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Template_HTMLTemplateExpr.pm b/lib/WebGUI/i18n/English/Template_HTMLTemplateExpr.pm
deleted file mode 100644
index 059d3a1d6..000000000
--- a/lib/WebGUI/i18n/English/Template_HTMLTemplateExpr.pm
+++ /dev/null
@@ -1,25 +0,0 @@
-package WebGUI::i18n::English::Template_HTMLTemplateExpr;
-
-our $I18N = {
- 'html template expr title' => {
- message => q|HTML Template Expr|,
- lastUpdated => 1162085513,
- context => q|Name of the HTML::Template::Expr module|
- },
-
- 'html template expr body' => {
- message => q|HTML Template Expr is an extension to HTML Template that adds expressions to the language. Documentation for this extension is available online.
-The syntax of template variables in HTML Template Expr is slightly different from HTML Template. Any WebGUI template variables that contains a dot '.', should be changed to use an underscore instead '_'.
-|,
- lastUpdated => 1165517942,
- context => q|Explanation of HTML Template Expr usage in WebGUI.|
- },
-
- 'templateParserName' => {
- message => q|HTML Template with expressions|,
- lastUpdated => 1162085447,
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/Template_TemplateToolkit.pm b/lib/WebGUI/i18n/English/Template_TemplateToolkit.pm
deleted file mode 100644
index 36c658580..000000000
--- a/lib/WebGUI/i18n/English/Template_TemplateToolkit.pm
+++ /dev/null
@@ -1,25 +0,0 @@
-package WebGUI::i18n::English::Template_TemplateToolkit;
-
-our $I18N = {
- 'template toolkit title' => {
- message => q|Template Toolkit|,
- lastUpdated => 1162085513,
- context => q|Name of the Template::Toolkit module|
- },
-
- 'template toolkit body' => {
- message => q|Template Toolkit is is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. Documentation for Template Toolkit is available online.
-The syntax of template variables in Template Toolkit is slightly different from HTML Template. Any WebGUI template variables that contains a dot '.', should be changed to use an underscore instead '_'.
-|,
- lastUpdated => 1172510557,
- context => q|Explanation of Template Toolkit usage in WebGUI.|
- },
-
- 'templateParserName' => {
- message => q|Template Toolkit|,
- lastUpdated => 1162086264,
- },
-
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/TransactionLog.pm b/lib/WebGUI/i18n/English/TransactionLog.pm
index 841d0cb30..b9fb75b9f 100644
--- a/lib/WebGUI/i18n/English/TransactionLog.pm
+++ b/lib/WebGUI/i18n/English/TransactionLog.pm
@@ -113,23 +113,18 @@ our $I18N = {
lastUpdated => 1149222142,
},
-
- 'help purchase history template body' => {
- message => q|The following template variables are available in this template:
-|,
- lastUpdated => 1149222379,
- context => q|The body of the help page of the purchase history template.|
- },
'help purchase history template title' => {
- message => q|View purchase history template|,
- lastUpdated => 0,
+ message => q|View purchase history template variables|,
+ lastUpdated => 1184781026,
context => q|The title of the help page of the purchase history template.|
},
+
'init date' => {
message => q|Init date|,
lastUpdated => 0,
context => q|Init date label.|
},
+
'completion date' => {
message => q|Completion date|,
lastUpdated => 0,
diff --git a/lib/WebGUI/i18n/English/WebGUIProfile.pm b/lib/WebGUI/i18n/English/WebGUIProfile.pm
index b4d5460fd..eb5bd5026 100644
--- a/lib/WebGUI/i18n/English/WebGUIProfile.pm
+++ b/lib/WebGUI/i18n/English/WebGUIProfile.pm
@@ -116,133 +116,16 @@ If you wish to set the Default Value for any other field. Create the field with
lastUpdated => 1122316558,
},
- '627' => {
- message => q|Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. The profiles system is completely extensible. You can add as much information to the user profiles as you like.
-
-If you would like to change the default settings for new users on the site, then edit the User Profile for the user Visitor.
-|,
- lastUpdated => 1163395390
- },
-
'492' => {
message => q|Profile fields list|,
lastUpdated => 1031514049
},
- '637' => {
- message => q|First Name
-The given name of this user.
-
-
-Middle Name
-The middle name of this user.
-
-
-Last Name
-The surname (or family name) of this user.
-
-
-Email Address
-The user's email address. This must only be specified if the user will partake in functions that require email.
-
-
-ICQ UIN
-The ICQ UIN is the "User ID Number" on the ICQ network. ICQ is a very popular instant messaging platform.
-
-
-AIM Id
-The account id for the AOL Instant Messenger system.
-
-
-MSN Messenger Id
-The account id for the Microsoft Network Instant Messenger system.
-
-
-Yahoo! Messenger Id
-The account id for the Yahoo! Instant Messenger system.
-
-
-Cell Phone
-This user's cellular telephone number.
-
-
-Pager
-This user's pager telephone number.
-
-
-Email To Pager Gateway
-This user's text pager email address.
-
-
-Home Information
-The postal (or street) address for this user's home.
-
-
-Work Information
-The postal (or street) address for this user's company.
-
-
-Gender
-This user's sex.
-
-
-Birth Date
-This user's date of birth.
-
-
-Language
-The language used to display system related messages.
-
-
-Time Offset
-A number of hours (plus or minus) different this user's time is from the server. This is used to adjust for time zones.
-
-
-First Day Of Week
-The first day of the week on this user's local calendar. For instance, in the United States the first day of the week is Sunday, but in many places in Europe, the first day of the week is Monday.
-
-
-Date Format
-What format should dates on this site appear in?
-
-
-Time Format
-What format should times on this site appear in?
-
-
-Discussion Layout
-Should discussions be laid out flat or threaded? Flat puts all replies on one page in the order they were created. Threaded shows the hierarchical list of replies as they were created.
-
-
-Inbox Notifications
-How should this user be notified when they get a new WebGUI message?
-
-
-|,
- lastUpdated => 1146526248,
- },
-
-
- '682' => {
- message => q|User Profile, Edit|,
- lastUpdated => 1031514049
- },
-
- '672' => {
- message => q|User Profile Settings, Edit|,
- lastUpdated => 1122315465
- },
-
'466' => {
message => q|Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?|,
lastUpdated => 1031514049
},
- '468' => {
- message => q|Edit User Profile Category|,
- lastUpdated => 1031514049
- },
-
'470 description' => {
message => q|The name of the this category.|,
lastUpdated => 1122315199,
@@ -268,20 +151,6 @@ How should this user be notified when they get a new WebGUI message?
lastUpdated => 1141667241,
},
- 'user profile category add/edit title' => {
- message => q|User Profile Category, Add/Edit|,
- lastUpdated => 1122314930
- },
-
- 'user profile category add/edit body' => {
- message => q|
-WebGUI's user profile is completely configurable, including the ability to add
-new categories of profile settings.
-
-|,
- lastUpdated => 1122314932
- },
-
'489' => {
message => q|Profile Category|,
lastUpdated => 1031514049
diff --git a/lib/WebGUI/i18n/English/Workflow_Activity.pm b/lib/WebGUI/i18n/English/Workflow_Activity.pm
index 939dd5607..571369045 100644
--- a/lib/WebGUI/i18n/English/Workflow_Activity.pm
+++ b/lib/WebGUI/i18n/English/Workflow_Activity.pm
@@ -25,18 +25,6 @@ our $I18N = {
lastUpdated => 0,
},
- 'add/edit workflow activity' => {
- message => q|Add/Edit Workflow Activity|,
- context => q|Title for the add and edit workflow activity screen|,
- lastUpdated => 0,
- },
-
- 'add/edit workflow activity body' => {
- message => q|Most Workflow Activities have these basic fields and properties:
|,
- context => q|Body for the add and edit workflow activity screen|,
- lastUpdated => 1165365265,
- },
-
'list of installed activities' => {
message => q|List of Installed Workflow Activities|,
lastUpdated => 0,