Colin Kuskie
8cbf232e72
Adding Asset History content manager.
2009-03-12 05:08:03 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Graham Knop
b088299eb0
capcha control now has reCAPTCHA mode
2009-02-10 21:41:19 +00:00
Graham Knop
758a321e70
modules, tests, etc shouldn't be set as executable
2008-11-24 04:01:23 +00:00
Frank Dillon
374f8e5762
Fixed a problem in error reporting in the saveSettings method
2008-11-17 23:57:00 +00:00
Frank Dillon
4ff722bd5d
Pluggable Account system added to WebGUI with new Profile, Inbox, Friends, User, and Shop interfaces.
2008-11-15 11:39:23 +00:00
Frank Dillon
11d18075fa
Account release candidate - final changes before merge
2008-11-15 02:39:23 +00:00
Frank Dillon
615e0e3746
lots of changes
2008-11-12 23:03:42 +00:00
Henry Tang
185a4c79de
Updated comments (removed reference to AMH). Put SQL statements for upgrade
2008-11-07 14:33:55 +00:00
Frank Dillon
7b260de791
initial commit
2008-11-03 17:03:00 +00:00
Henry Tang
d22214e0dd
AMH: implemented version tag modes as site settings, removed autoRequestCommit setting
2008-10-31 14:57:39 +00:00
Henry Tang
9feb541d62
AMH: commit to test svn write access
2008-10-30 19:01:32 +00:00
JT Smith
ef120fb06b
Added isVisitor, isAdmin, and isRegistered methods to User object instead
...
of hard coding checks everywhere with group ids. And updated the code base
to match.
2008-09-16 22:32:36 +00:00
Colin Kuskie
7dd946a78b
Make showMessageOnLogin sticky for the right setting.
2008-09-05 01:47:09 +00:00
Graham Knop
778a32df19
remove Do Nothing On Delete workflow and allow none to be selected for on delete etc workflow
...
remove remnants of realtime workflow selection code
2008-08-22 16:10:00 +00:00
Colin Kuskie
986252e9c4
make showMessage sticky
2008-06-19 16:46:17 +00:00
Colin Kuskie
fc7efa4d5b
More cleaning up of the upgrade file (forgot newlines).
...
Make sure that the user profile template settings have a default value and remember
their previous value.
2008-06-19 16:26:32 +00:00
Colin Kuskie
c7083c8177
selectable templates for user profile view and edit
2008-06-13 05:07:12 +00:00
Doug Bell
614b37e31d
added: Two new approval activities, byLineage and byCommitterGroup
...
added: Show a message to users when they log in
fixed: Gallery search form doesn't work right in IE6
fixed: Minor bug in new gallery approval handling
2008-06-02 21:16:06 +00:00
JT Smith
4cfafd7c23
getting rid of even more stuf i forgot of in the commerce system
2008-05-28 18:57:25 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
Doug Bell
587443b801
add: Friends network
2007-10-22 19:42:11 +00:00
JT Smith
e07b63476c
- Added a trigger for when a user is created or updated by an admin.
2007-07-29 20:00:02 +00:00
JT Smith
66e4b82f8a
- Added new registration search and management interface to the EMS.
...
- Added badge printing support to the EMS.
2007-07-29 16:08:19 +00:00
Doug Bell
58ac54b81d
add: Ability to specify which group can use individual admin console items
2007-07-26 06:56:38 +00:00
JT Smith
f6cab15bd0
removed help links that are referring to help that has been moved to the wiki
2007-07-26 04:53:14 +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
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
Colin Kuskie
8ced11c8ab
make the user invite email templatable
2007-06-18 05:05:18 +00:00
Frank Dillon
82e020dc4f
Changes to WebGUI for Private Messaging
2007-06-14 20:10:33 +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
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
Drake
82867ec273
Fix Default Rich Editor setting so that it renders correctly.
2006-12-06 17:29:11 +00:00
Drake
a1120bc987
Add workflow activity, workflow, and hooks for deletion of exported files
...
on asset trash, purge, and changeUrl. This is kind of crufty. :-\
2006-11-03 01:21:50 +00:00
Roy Johnson
fd95c57ed0
More 7.1 features
2006-10-11 21:46:51 +00:00
JT Smith
47e6e65dd1
- fix: op=saveSettings broken
2006-06-10 02:39:46 +00:00
JT Smith
1b7488e4b1
[ 1475220 ] some 6.99 templates have double slashes
2006-04-28 17:12:58 +00:00
JT Smith
722a214f80
added resizable textareas
2006-04-19 19:08:56 +00:00
JT Smith
e526b06501
whoops...wrong field type
2006-04-11 15:15:21 +00:00
JT Smith
30fefe9e68
added a return path for undeliverable messages
2006-04-11 15:11:45 +00:00
JT Smith
6c6d36c981
readding mail footer to email messages
...
removed some old settings that don't apply any longer
2006-04-09 16:12:32 +00:00
JT Smith
1b2c824a9c
added save buttons at the top of HTML forms
2006-04-07 04:37:20 +00:00
JT Smith
cba26ecc0c
converting versioning to use workflow
2006-03-14 17:46:32 +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
0b02edaea5
POD for four more files
2006-03-03 21:37:24 +00:00
Colin Kuskie
587b03b51c
Proper naming for upgrade script (v2)
...
Forward port of generating a list of Rich Editors with correct version status.
2006-02-24 23:50:30 +00:00
Colin Kuskie
406b9310a6
forward port of autocommit docs and hoverHelp
2006-02-21 18:35:32 +00:00
Wouter van Oijen
2b1c85370c
XHTML Bugfixes
2006-02-10 21:21:03 +00:00
Matthew Wilson
4a3121960f
removal of dumpSession.
2006-01-26 05:39:16 +00:00
Matthew Wilson
150087f703
lots of operation and auth fixes.
2006-01-19 03:07:34 +00:00