Commit graph

467 commits

Author SHA1 Message Date
Colin Kuskie
a742fbe961 Help and i18n pruning, Shortcut, Redirect, RichEdit 2007-07-19 04:57:27 +00:00
Colin Kuskie
317d71e379 clean up a few broken help tags 2007-07-19 04:51:57 +00:00
Colin Kuskie
e809dd1885 Help and i18n pruning for File, Image and ZipArchive assets 2007-07-19 04:45:24 +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
e0c211361e AuthLDAP and Auth, AdSpace Help pruning. Now the only thing left
is the Assets.
2007-07-18 21:32:53 +00:00
Colin Kuskie
b11b36aa39 Commerce, Product, Subscription, and AuthWebGUI help pruning 2007-07-18 20:58:26 +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
74498f4490 pruning Workflow and VersionTag help 2007-07-18 17:28:48 +00:00
Colin Kuskie
9c43c79a3a purge all Workflow Activity Help and prune i18n entries 2007-07-17 23:40:43 +00:00
Colin Kuskie
7548cfb90a Finished Macro help/i18n cleanup. 2007-07-17 22:55:51 +00:00
Colin Kuskie
1d9a95cce2 Macro help pruning, up through but NOT including RootTitle 2007-07-17 22:27:30 +00:00
Colin Kuskie
3682e2b433 Macro Help pruning, up to and including GroupText 2007-07-17 17:27:42 +00:00
Colin Kuskie
cffe4fbc7b Remove the "using macros" entry, and all references.
Pruning and altering Macro docs up to and including CanEditText.
2007-07-17 15:44:12 +00:00
Colin Kuskie
7c6ba21048 Help cleanup moves into the Macros. Macro help title will be
Macro Template Variables.
Body tags in the help are now optional.  To skip the body tag, put
in an empty string.  Updated the Help and the tests to cover that.
Updated the Account Macro according to those rules.
2007-07-16 22:59:15 +00:00
Colin Kuskie
14180620ca Begin the Help purge.
First batch.  Autogenerated lists of Assets, Workflow Activities and Template
Parsers. Enabled Macros stay, but no linking to Macro pages.
2007-07-16 22:39:46 +00:00
Colin Kuskie
47854cb599 Document new variables added to Post notification template in the online help. 2007-07-11 17:21:32 +00:00
Colin Kuskie
8eb48e5464 help file for notify admins with open version tag workflow activity 2007-07-09 22:32:38 +00:00
Colin Kuskie
78e78d44b2 fix syntax error in template parser help autogenerator 2007-07-09 21:30:26 +00:00
James Tolley
e1de42261d workflow activity to notify admins of old version tags; start thread group in CS 2007-07-09 20:02:09 +00:00
Colin Kuskie
7f59bd3f33 forward port of config variable stomping fix 2007-07-03 01:05:44 +00:00
Colin Kuskie
16e44d42f0 fix typos in the Help and i18n for the Newsletter 2007-07-01 05:30:00 +00:00
Colin Kuskie
8ced11c8ab make the user invite email templatable 2007-06-18 05:05:18 +00:00
JT Smith
9248570f79 Added Newsletter Asset (Funded by United Knowledge) 2007-06-16 19:33:12 +00:00
Colin Kuskie
92151cdf7b documentation for new macro 2007-06-15 21:29:12 +00:00
Yung Han Khoe
d1f5dcfd9d Updated help for Search Asset. 2007-06-11 22:48:04 +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
2af436a0ad Add the ability for posts to have metadata. The option is turned off by default,
but can be enabled in the CS.  If the option is turned on, and metadata is
enabled on the site, then sets of template variables will be made available
to the Post Form template, the Thread view template, and the CS view template.
2007-06-05 03:32:00 +00:00
Colin Kuskie
3b336e56a4 fix the Workflow help from the singleton/serial mode change 2007-06-05 03:12:45 +00:00
James Tolley
c09b2cae1b EMS import/export, Form::*::getValueFromPost(alt_values), and tests 2007-05-29 23:39:24 +00:00
Doug Bell
9c6ca80302 fix: Event help file now passes all tests 2007-05-29 18:48:18 +00:00
Doug Bell
a4f56ff9ef add: syndicated content wobject now has additional ways to show the description. 2007-05-28 23:12:13 +00:00
Doug Bell
b519375126 add: Calendar events from 7.4-prebranch
- Attachments
 - Setting view permissions
2007-05-28 22:27:31 +00:00
Colin Kuskie
1a55630eef Implemented a RFE for returning a message when no search
results were found.
2007-05-26 03:54:26 +00:00
James Tolley
2b84211088 Added canEdit template variable for events. 2007-05-25 20:10:47 +00:00
Colin Kuskie
89d48adad2 add missing docs for workflow activity 2007-05-23 17:27:18 +00:00
Colin Kuskie
9e0c0d2594 add documentation for urlIcal template variable, and make it point to the URL, rather than the method 2007-03-27 20:43:16 +00:00
Doug Bell
991aac998a fix: t::WebGUI::PseudoRequest now works properly
add: Added some additional vars to Calendar Week view
fix: WebGUI::DateTime now handles MySQL strings more robustly
2007-03-20 17:27:30 +00:00
Colin Kuskie
6215b5d7a7 move pagination variables into SQLReport template isa 2007-03-15 22:22:40 +00:00
Colin Kuskie
6f441d69c3 mark Asset->get template variables as private 2007-03-06 02:03:00 +00:00
Colin Kuskie
f7b01f5aeb Add the ability to mark documentation as private, so users don't get confused
as to which template variables to use.  Tested this with the Article, now all
the others just have to be marked as well.
2007-03-06 00:36:18 +00:00
Colin Kuskie
be64f0367f add missing SQLForm docs for the super search 2007-03-02 23:02:21 +00:00
Colin Kuskie
d94ca33474 beginning to document the super search template 2007-03-02 06:26:57 +00:00
Colin Kuskie
f800a0d8b0 Data::Dumper clean-up 2007-03-01 00:19:15 +00:00
Colin Kuskie
3d5763269a Fixed a bug in the Event view where the link to the Calendar Search
was wrong.  Added a new template variable, urlSearch to the Event view
template.  I added a new method to the Calendar to handle this, getUrlSearch.
2007-02-28 20:20:37 +00:00
JT Smith
2ae31ce34b - fix: WeatherData asset not displaying properly
- rfe: Weather-Data not only for US-Cities
 - rfe: WeatherData Asset - Convert to International format
2007-02-25 18:55:10 +00:00
Colin Kuskie
60027b9a5b Fixes for calendar day view, and template docs for calendar week view. 2007-02-11 05:39:55 +00:00
Colin Kuskie
ecdcedfe2c finished documenting the Event Asset forms and templates 2007-02-10 16:23:21 +00:00
Colin Kuskie
818ca95c70 Finishing up the Event Add/Edit template and the template variables that
are common to Event and Calendar templates.
2007-02-10 04:33:41 +00:00
Colin Kuskie
45cd53a448 began to document the Event add/edit template 2007-02-10 00:41:37 +00:00