Commit graph

71 commits

Author SHA1 Message Date
Colin Kuskie
b2901f4271 correct punctuation 2007-12-05 04:20:29 +00:00
Colin Kuskie
93ea47a4c0 Perl::Critic has a policy check for putting any code
before you apply strictures (use strict, use warnings, etc.)
Add calls to use strict to each Help module.  This is probably
an overstrict interpretation of the rule.
2007-12-05 04:16:54 +00:00
Colin Kuskie
729ea485b6 add documentation for user account options 2007-10-24 03:40:00 +00:00
Colin Kuskie
d057dba239 perltidy'ed the Help files 2007-07-21 05:01:24 +00:00
Colin Kuskie
38a10fe245 Cleaning up Template Asset Help, and all related files. 2007-07-19 23:20:29 +00:00
Colin Kuskie
1aada5b059 Emasculated the WebGUI Help. On to Assets. 2007-07-18 23:34:38 +00:00
Colin Kuskie
32817efc80 WebGUI Help pruning, with associated fixes. 2007-07-18 23:24:14 +00:00
Colin Kuskie
975e76ad2a Remove all template parser help.
Prune WebGUI Profile help and related help.
Prune Transaction and Subscription and Workflow Activity help.
2007-07-18 18:20:37 +00:00
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
Colin Kuskie
675f07e1b4 Fix bugs in the Pagination template variables and remove duplicate i18n entries.
ISA relationship for WSClient view template variables w.r.t pagination template variables.
2007-01-02 05:04:34 +00:00
Colin Kuskie
45db6cf962 add new group property to Help 2006-07-12 22:44:15 +00:00
Colin Kuskie
cce6dc6e0a very basic help docs for manage groups in group 2006-06-29 23:30:13 +00:00
Colin Kuskie
e19ab5f67a template variable work 2006-06-01 17:42:50 +00:00
Colin Kuskie
8bee815ff9 add random tips page 2006-04-21 22:32:45 +00:00
Colin Kuskie
219507cade Remove documentation for settings that don't exist anymore.
More EMS docs, mainly for templates which are inconsistent
and poorly implemented.
2006-04-19 20:56:56 +00:00
Colin Kuskie
10a1289bac Fix broken and missing labels 2006-04-18 21:32:11 +00:00
JT Smith
cba26ecc0c converting versioning to use workflow 2006-03-14 17:46:32 +00:00
Colin Kuskie
762f0116b4 remove all traces of the template manager 2006-03-12 01:08:22 +00:00
Colin Kuskie
9d5c936b53 restore i18n and help entries for Operation/Settings 2006-03-10 05:57:21 +00:00
JT Smith
3e60294bb6 Run on registration and alert on new user have been converted to a single workflow. 2006-03-10 03:48:23 +00:00
Colin Kuskie
73bb10d38a place Wobject help,i18n into Asset namespace 2006-03-08 04:18:54 +00:00
Colin Kuskie
406b9310a6 forward port of autocommit docs and hoverHelp 2006-02-21 18:35:32 +00:00
Martin Kamerbeek
72b999b0ea Added prequery statements to SQLReport and per-dbLink allowed keywords. 2006-02-02 13:23:32 +00:00
Colin Kuskie
fe48deb33a broken labels and empty entries in WebGUI help 2005-11-19 00:29:26 +00:00
Colin Kuskie
bc14093c1c bugfix for #1293180 2005-09-22 04:29:07 +00:00
Colin Kuskie
2d5eedaefd doc fixes for SF #1289336 2005-09-21 21:28:16 +00:00
JT Smith
0dd6b7b660 bug fixes 2005-09-09 19:30:28 +00:00
JT Smith
f6c2dfe6fb - fix [ 1275024 ] Can not edit layout on 6.7.2
- fix [ 1262235 ] sql report form params
 - fix [ 1277529 ] Extra radio buttons in Settings console
 - Removed the last remnants of wobject ids.
 - Fixed a GUID case sensitivity problem.
 - Fixed several large security holes. See the security advisory on
   getwebgui.com for details.
 - fix [ 1279157 ] showInForms option not stored
 - fix [ 1250290 ] ECommerce state field broken on Plainblack.com
 - fix [ 1261985 ] (Fix?) sortby.lastreply.url (Andreas Graf)
2005-09-01 17:41:05 +00:00
Colin Kuskie
6c7f19bc57 remove page add/edit 2005-08-28 00:56:08 +00:00
Colin Kuskie
c62758ce6e more help docs, hover help support 2005-07-26 04:52:31 +00:00
Colin Kuskie
542c811f02 hover help, help for edit grouping 2005-07-23 03:58:12 +00:00
Colin Kuskie
5511319e21 database link hover help 2005-07-22 22:16:45 +00:00
JT Smith
bbdd05904a fixed an upgrade bug 2005-07-22 19:07:54 +00:00
JT Smith
c4b3e4092d Merging changes from 6.6.4
Added new definition features to wobjects and assets.
2005-07-21 01:17:05 +00:00
Colin Kuskie
824a473694 hover help 2005-07-17 00:09:32 +00:00
Colin Kuskie
3fc303c9e0 move Export Page help from WebGUI to Asset. add hover help 2005-07-14 17:27:25 +00:00
Colin Kuskie
2b2c77f084 build help for replacements filter and do hover help 2005-07-11 03:26:12 +00:00
Colin Kuskie
3a44da6fa7 hover help 2005-07-08 21:21:06 +00:00
Colin Kuskie
0780aacfe5 hover help 2005-07-08 04:47:16 +00:00
Colin Kuskie
e7d282c730 hover help, help doc for edit user karma 2005-07-07 21:36:11 +00:00
Colin Kuskie
e535c5d43f partial hover help conversion 2005-07-01 23:47:04 +00:00
Colin Kuskie
b842483dd6 first crack at hover help 2005-06-18 03:58:32 +00:00
Colin Kuskie
624b2e5d39 clean up WebGUI settings help and labeling 2005-06-11 01:50:41 +00:00
Colin Kuskie
0d7f99be70 Add documentation for content filtering 2005-04-20 03:32:11 +00:00
Colin Kuskie
8744495b1d move asset files into a namespace 2005-04-05 20:19:19 +00:00
Colin Kuskie
90187ae800 macro cleanup 2005-04-03 08:14:45 +00:00
Colin Kuskie
6a495ac444 beginning of the glossary 2005-03-25 05:39:57 +00:00
Colin Kuskie
65f93c9c81 Place Wobject help into its own file 2005-03-05 01:15:28 +00:00
Colin Kuskie
1231d0f45d finish pruning removed Help items 2005-02-27 17:42:21 +00:00
Colin Kuskie
3780529956 finish removing Page Template 2005-02-27 17:34:22 +00:00