webgui/lib/WebGUI/i18n/English
Colin Kuskie 21c4fcb75f This patch adds user invitations, a way for existing users on a site
to send an email to their friends and invite them to create an account
on the site.  The feature is enabled or disabled in the site Settings.
(Operation/Settings.pm)

It is implemented as a new operation, Invite (Operation/Invite.pm,
Help/Invite.pm, i18n/English/Invite.pm), and the option is displayed
as an option on the user's account screen. (Operation/Shared.pm).
The form is templated, and lives in the Invite namespace.  Once
the invitation is submitted, if the user's email address is not
already in WebGUI, an email is sent and a record is stored in
the userInvitations table.

When the friend gets the invitation, they are taken to the account
creation screen, which conveniently has their email address already
filled in.  This required changes in the Auth modules (Auth.pm, Auth/*.pm),
and ProfileField.pm.  The latter was so that profile fields can have
their values manually set.  The former changes handle inserting the
email address, bypassing the anonymous registration check, and
updating the record in ther userInvitations table.

I refactored some code out of the AdminConsole for finding the url
back to the site and added it to Session/Url.pm.  The method is
called getBackToSiteUrl.
2007-06-10 16:38:43 +00:00
..
_i18n.skeleton Changed the Help so that chapters with only 1 page are directly linked, saving a click. 2006-10-29 23:36:18 +00:00
AdminConsole.pm made adminbar work with admin console 2004-11-03 23:00:44 +00:00
AdSpace.pm KF #7, all over the map. Up to page 158 2006-12-07 19:10:49 +00:00
Asset.pm EXPORT- Exporting Files (PDFs, docs, and some pages) 2007-03-07 21:50:25 +00:00
Asset_Article.pm XHTML fixes for Help 2007-01-10 05:24:23 +00:00
Asset_Calendar.pm fix: EMS now keeps information about registration if a user logs out before they complete their transaction. 2007-04-06 00:55:39 +00:00
Asset_Collaboration.pm Add the ability for posts to have metadata. The option is turned off by default, 2007-06-05 03:32:00 +00:00
Asset_Dashboard.pm KF #7, all over the map. Up to page 158 2006-12-07 19:10:49 +00:00
Asset_DataForm.pm DataForm asset variables and ISA relationships 2007-01-11 17:27:07 +00:00
Asset_Event.pm add: Calendar events from 7.4-prebranch 2007-05-28 22:27:31 +00:00
Asset_EventManagementSystem.pm EMS import/export, Form::*::getValueFromPost(alt_values), and tests 2007-05-29 23:39:24 +00:00
Asset_File.pm Image in trash though visible in article 2007-01-30 20:50:03 +00:00
Asset_FilePile.pm KF #7, all over the map. Up to page 158 2006-12-07 19:10:49 +00:00
Asset_Folder.pm clarify the Folder asset template variable, type 2007-02-01 21:31:05 +00:00
Asset_HttpProxy.pm asset template variables, ISA relationships and new i18n tag for HttpProxy 2007-01-17 04:29:18 +00:00
Asset_Image.pm Huge amount of ISA work for Assets (as opposed to Wobjects). 2006-12-23 23:58:51 +00:00
Asset_InOutBoard.pm asset variables, ISA relationships and variable cleanup for In/Out Board 2007-01-17 00:17:30 +00:00
Asset_Layout.pm template variable clean-up for Layout 2006-12-29 20:52:02 +00:00
Asset_Matrix.pm KF edits up to page 234 2006-12-27 02:24:06 +00:00
Asset_MessageBoard.pm asset variables, ISA relationships and variable cleanup for Message Board 2007-01-16 23:56:49 +00:00
Asset_MultiSearch.pm asset variables, ISA relationships for MultiSearch 2007-01-16 22:23:35 +00:00
Asset_Navigation.pm s/descendent/descendant/msg when calling getLineage 2007-03-13 19:45:38 +00:00
Asset_Poll.pm asset variables, ISA relationships and graph template variables 2007-01-16 22:17:13 +00:00
Asset_Post.pm Add the ability for posts to have metadata. The option is turned off by default, 2007-06-05 03:32:00 +00:00
Asset_Product.pm asset variables and ISA relationships for Product 2007-01-16 21:36:45 +00:00
Asset_ProjectManager.pm fixed some mis-labeled template variables 2007-01-30 22:51:07 +00:00
Asset_Redirect.pm remove description field from def sub, it's no longer used 2006-05-04 05:23:29 +00:00
Asset_RichEdit.pm KF edits up to page 287 2006-12-27 02:38:41 +00:00
Asset_RSSCapable.pm Added more i18n labels to HttpProxy so that error messages can be internationalized. 2006-11-08 04:29:10 +00:00
Asset_RSSFromParent.pm Added more i18n labels to HttpProxy so that error messages can be internationalized. 2006-11-08 04:29:10 +00:00
Asset_Search.pm Implemented a RFE for returning a message when no search 2007-05-26 03:54:26 +00:00
Asset_Shortcut.pm KF, up to page 334 2006-12-27 03:30:56 +00:00
Asset_Snippet.pm KF, up to page 334 2006-12-27 03:30:56 +00:00
Asset_SQLForm.pm add missing SQLForm docs for the super search 2007-03-02 23:02:21 +00:00
Asset_SQLReport.pm asset variables and ISA relationships for SQL Report. 2007-01-15 19:14:52 +00:00
Asset_StockData.pm asset and ISA variables for StockData 2007-01-13 00:30:21 +00:00
Asset_Survey.pm asset and ISA variables for Survey 2007-01-12 23:27:53 +00:00
Asset_SyndicatedContent.pm add: syndicated content wobject now has additional ways to show the description. 2007-05-28 23:12:13 +00:00
Asset_Template.pm note that templates have different template variables, based on their namespace 2007-01-19 22:06:28 +00:00
Asset_Thread.pm Huge amount of ISA work for Assets (as opposed to Wobjects). 2006-12-23 23:58:51 +00:00
Asset_TimeTracking.pm adding undocumented template variable for TimeTracker 2007-01-06 21:12:21 +00:00
Asset_WeatherData.pm - fix: WeatherData asset not displaying properly 2007-02-25 18:55:10 +00:00
Asset_WikiMaster.pm fix broken wiki docs from patches last night 2007-01-18 18:06:58 +00:00
Asset_WikiPage.pm fix broken wiki docs from patches last night 2007-01-18 18:06:58 +00:00
Asset_Wobject.pm begin fixing wobject template variables 2006-12-29 07:21:06 +00:00
Asset_WSClient.pm template variables for WS Client 2007-01-05 04:34:00 +00:00
Asset_ZipArchive.pm add missing i18n labels from ZipArchive template 2007-01-25 04:41:26 +00:00
Auth.pm Documented the heretofore undocumented Deactivate Account Template in the Auth modules. 2006-11-24 21:05:44 +00:00
AuthLDAP.pm KF #7, all over the map. Up to page 158 2006-12-07 19:10:49 +00:00
AuthWebGUI.pm Fix broken labels found by i18n/label.t 2006-12-16 06:05:42 +00:00
Commerce.pm Fix broken labels found by i18n/label.t 2006-12-16 06:05:42 +00:00
CommercePaymentCash.pm i18n for Cash plugin 2006-04-18 18:01:42 +00:00
CommercePaymentITransact.pm XHTML fixes for capitalization and break tags 2006-05-02 23:00:56 +00:00
CommerceShippingByPrice.pm Add more commerce stuff 2005-04-25 22:29:37 +00:00
CommerceShippingByWeight.pm Add more commerce stuff 2005-04-25 22:29:37 +00:00
CommerceShippingPerTransaction.pm Add more commerce stuff 2005-04-25 22:29:37 +00:00
DateTime.pm moving date time stuff into it's own i18n file 2005-11-03 09:21:20 +00:00
Form_Captcha.pm fixed captcha to work even in not htmlform environments 2006-05-05 20:20:15 +00:00
Form_HTMLArea.pm merging 6.7.8 changes 2005-11-22 20:28:44 +00:00
Form_MimeType.pm Add space to Add/Edit Event in the EMS. 2006-02-17 01:23:31 +00:00
Graphics.pm Adding hoverhelp to the graphing stuff. 2006-05-11 12:35:42 +00:00
Icon.pm Kristi Fix (KF): Asset toolbar help grammar and typos 2006-12-06 23:51:39 +00:00
Image_Graph.pm i18n a label in Image/Graph.pm 2006-11-17 06:45:27 +00:00
Image_Graph_Pie.pm Adding hoverhelp to the graphing stuff. 2006-05-11 12:35:42 +00:00
Image_Graph_XYGraph.pm Adding hoverhelp to the graphing stuff. 2006-05-11 12:35:42 +00:00
Image_Graph_XYGraph_Bar.pm Adding hoverhelp to the graphing stuff. 2006-05-11 12:35:42 +00:00
Invite.pm This patch adds user invitations, a way for existing users on a site 2007-06-10 16:38:43 +00:00
Macro_a_account.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_AdminBar.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_AdminText.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_AdminToggle.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_AdSpace.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_AOIHits.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_AOIRank.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_AssetProxy.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_At_username.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_c_companyName.pm Added a new method to WebGUI::HTML called makeParameter safe. It will 2007-02-13 23:42:53 +00:00
Macro_CanEditText.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_D_date.pm correct LastModified macro docs and provide an example for the Date macro to do the task that people want 2007-01-30 17:49:35 +00:00
Macro_e_companyEmail.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_EditableToggle.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_Env.pm fixed two outdated doc bugs 2007-02-26 17:31:08 +00:00
Macro_Execute.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_Extras.pm XHTML fixes 2006-05-03 20:01:38 +00:00
Macro_FetchMimeType.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_FileUrl.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_FormParam.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_GroupAdd.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_GroupDelete.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_GroupText.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_H_homeLink.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_Hash_userId.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_Include.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_International.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_L_loginBox.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_LastModified.pm correct LastModified macro docs and provide an example for the Date macro to do the task that people want 2007-01-30 17:49:35 +00:00
Macro_LoginToggle.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_Page.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_PageTitle.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_PageUrl.pm the Slash_gatewayUrl and PageUrl macros now accept optional URL arguments 2007-01-23 21:49:34 +00:00
Macro_Product.pm all macro template docs broken into variable entries 2006-06-02 03:27:36 +00:00
Macro_Quote.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_r_printable.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_RandomAssetProxy.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_RandomThread.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_RootTitle.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_Slash_gatewayUrl.pm the Slash_gatewayUrl and PageUrl macros now accept optional URL arguments 2007-01-23 21:49:34 +00:00
Macro_Spacer.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_Splat_random.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_SQL.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_SubscriptionItem.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_SubscriptionItemPurchaseUrl.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_Thumbnail.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_u_companyUrl.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_URLEncode.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macro_User.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Macros.pm macro nesting docs 2007-01-12 17:40:58 +00:00
Operation_FormHelpers.pm Added file upload ability to the Rich Text Editor 2006-04-18 13:21:16 +00:00
ProductManager.pm commit product manager produce ID display RFE 2007-06-07 04:59:52 +00:00
Subscription.pm KF, up to page 334 2006-12-27 03:30:56 +00:00
Template_HTMLTemplate.pm Changed the Help so that chapters with only 1 page are directly linked, saving a click. 2006-10-29 23:36:18 +00:00
Template_HTMLTemplateExpr.pm KF #7, all over the map. Up to page 158 2006-12-07 19:10:49 +00:00
Template_TemplateToolkit.pm fixed two outdated doc bugs 2007-02-26 17:31:08 +00:00
TransactionLog.pm KF, up to page 334 2006-12-27 03:30:56 +00:00
VersionTag.pm - Added a realtime workflow option for content publishing. 2007-05-30 16:07:43 +00:00
WebGUI.pm This patch adds user invitations, a way for existing users on a site 2007-06-10 16:38:43 +00:00
WebGUIProfile.pm KF: last batch. Typos, misspellings and grammar problems 2006-12-27 04:32:40 +00:00
Workflow.pm - Added a realtime workflow option for content publishing. 2007-05-30 16:07:43 +00:00
Workflow_Activity.pm 2nd update from Kristi's edits 2006-12-06 00:40:33 +00:00
Workflow_Activity_AddUserToGroup.pm - rfe: Workflow activity for assigning users to a group 2006-08-16 22:04:59 +00:00
Workflow_Activity_ArchiveOldThreads.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_CacheEMSPrereqs.pm KF #6: Commerce, Commit Version Tag, Asset Toolbar, CS 2006-12-07 00:51:03 +00:00
Workflow_Activity_CalendarUpdateFeeds.pm add missing docs for new workflow activities 2006-12-11 19:30:03 +00:00
Workflow_Activity_CleanDatabaseCache.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_CleanFileCache.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_CleanLoginHistory.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_CleanTempStorage.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_CommitVersionTag.pm KF #6: Commerce, Commit Version Tag, Asset Toolbar, CS 2006-12-07 00:51:03 +00:00
Workflow_Activity_CreateCronJob.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_DecayKarma.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_DeleteExpiredSessions.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_DeleteExportedFiles.pm added missing docs for new workflow activity 2006-11-06 19:04:52 +00:00
Workflow_Activity_ExpireGroupings.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_ExpireSubscriptionCodes.pm XHTML fixes for Help 2007-01-10 05:24:23 +00:00
Workflow_Activity_ExpireUnvalidatedEmailUsers.pm fix typo in ExpireUnvalidatedEmailUsers Help and provide an empty help skeleton for the Calendar to make tests happy 2006-12-11 23:31:20 +00:00
Workflow_Activity_ExportVersionTagToHtml.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_GetCsPost.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_GetSyndicatedContent.pm Automated related docs for installed and configured Workflow Activities. 2006-07-02 20:45:53 +00:00
Workflow_Activity_NotifyAboutUser.pm fixing misspelled word separate in all help files 2006-12-27 02:26:34 +00:00
Workflow_Activity_NotifyAboutVersionTag.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_ProcessRecurringPayments.pm KF edits up to page 287 2006-12-27 02:38:41 +00:00
Workflow_Activity_PurgeOldAssetRevisions.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_PurgeOldTrash.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_RequestApprovalForVersionTag.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_RollbackVersionTag.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_RunCommandAsUser.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_SendQueuedMailMessages.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_SummarizePassiveProfileLog.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_SyncProfilesToLdap.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_SyncProfileToLdap.pm fix broken i18n link in Help 2007-05-26 03:19:10 +00:00
Workflow_Activity_TrashClipboard.pm update the clipboard docs to talk about the clipboard and uncommitted assets 2007-03-05 17:56:26 +00:00
Workflow_Activity_TrashExpiredEvents.pm fix broken Help docs in Workflow Activity for Trash Expired Events. Stubbed out the Event asset docs so they stop failing tests as well 2006-12-10 06:15:57 +00:00
Workflow_Activity_TrashVersionTag.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Activity_UnlockVersionTag.pm Added a tab in the Help table of contents for Workflow related 2006-07-02 18:24:07 +00:00
Workflow_Cron.pm KF #7, all over the map. Up to page 158 2006-12-07 19:10:49 +00:00