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
Doug Bell
5d426b5c58
fix: bad i18n changes. remember to run tests!
2007-07-17 18:06:20 +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
Doug Bell
15e3894b86
forward port of bugfix from 7.3.21
2007-07-14 00:04:20 +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
James Tolley
f33e7533f4
copy asset pop-up menu
2007-07-11 00:07:17 +00:00
Colin Kuskie
8eb48e5464
help file for notify admins with open version tag workflow activity
2007-07-09 22:32:38 +00:00
Doug Bell
8674572035
add: Settings can now return errors and messages to the user
...
add: WebGUI Auth password recovery can now be done by profile fields or just e-mail address
2007-07-09 21:23:11 +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
JT Smith
f36ba1b268
- Added keyword tagging to Wiki.
2007-07-07 21:09:39 +00:00
JT Smith
dff08ef533
merging changes from 7.3
2007-07-07 02:48:39 +00:00
Doug Bell
32c2091360
fix: WebGUI/Auth.pm -- Required fields on Create Account show up with HASH(0xblah) as their value
...
fix: Added some i18n for password security measures that was neglected.
Fixed some coding standards with some subs.
2007-07-06 00:36:19 +00:00
Colin Kuskie
a25df35eea
forward port of session template variable doc removal in style template
2007-07-02 23:50:57 +00:00
Colin Kuskie
16e44d42f0
fix typos in the Help and i18n for the Newsletter
2007-07-01 05:30:00 +00:00
Frank Dillon
6047b341be
Added HttpProxy URL Pattern Filter
2007-06-28 14:26:39 +00:00
James Tolley
60eeebdba9
spectre/workflows/priorities RFE
2007-06-26 23:48:41 +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
Frank Dillon
82e020dc4f
Changes to WebGUI for Private Messaging
2007-06-14 20:10:33 +00:00
JT Smith
87a1db4392
made it far less verbose
2007-06-13 19:54:13 +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
0155c43c6e
commit product manager produce ID display RFE
2007-06-07 04:59:52 +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
JT Smith
3259da6750
- Added a realtime workflow option for content publishing.
...
- Added switches to auto request commit operations and skip adding comments.
2007-05-30 16:07:43 +00:00
James Tolley
c09b2cae1b
EMS import/export, Form::*::getValueFromPost(alt_values), and tests
2007-05-29 23:39:24 +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
Colin Kuskie
3f4a3211bd
fix broken i18n link in Help
2007-05-26 03:19:10 +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
38060cc0cb
add another privilege method for handling locked assets
2007-04-27 22:20:27 +00:00
Doug Bell
2d9649dc10
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
Colin Kuskie
8650e34ed4
document the marker for automatic extraction of the synopsis from the post descriptions
2007-04-05 04:11:36 +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
f8c0cb1041
s/descendent/descendant/msg when calling getLineage
2007-03-13 19:45:38 +00:00
JT Smith
fc3f206171
EXPORT- Exporting Files (PDFs, docs, and some pages)
2007-03-07 21:50:25 +00:00
Colin Kuskie
ff30abdd13
fix typo in WebGUI i18n file
2007-03-06 00:35:20 +00:00
Colin Kuskie
ecf0450558
update the clipboard docs to talk about the clipboard and uncommitted assets
2007-03-05 17:56:26 +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
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
Colin Kuskie
5aa21faaa3
fixed two outdated doc bugs
2007-02-26 17:31:08 +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