Commit graph

1158 commits

Author SHA1 Message Date
Frank Dillon
374f8e5762 Fixed a problem in error reporting in the saveSettings method 2008-11-17 23:57:00 +00:00
Colin Kuskie
b2f641e723 refix the Workflow bug the correct way 2008-11-17 03:05:41 +00:00
Colin Kuskie
4e91f3d500 Trap trying to instance bad workflow activities.
Remove the ProcessRecurringPayments activity from the user's config.
2008-11-17 02:51:41 +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
Henry Tang
2a3ed29d26 Merged versionTagMode support from amh development branch. Upgrade scripts not updated yet 2008-11-13 17:03:47 +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
Graham Knop
3cb07d4152 fix lineage cache clearing, syntax warning, db cache storable usage 2008-11-04 22:47:11 +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
Frank Dillon
a792038f95 frank: www_addFriendSave now has the same checks as www_addFriend 2008-10-28 19:22:31 +00:00
Frank Dillon
4dbd7bac1a fixed: #4177 You can no longer send friends who are in your friends list or who you've already invitedto your friends network 2008-10-28 17:10:56 +00:00
Colin Kuskie
6193d6bef5 fix i18n typos interfering with Group LDAP hoverhelp 2008-10-28 15:34:54 +00:00
Colin Kuskie
e92017500e change mime type of json methods from text/json to application/json 2008-10-26 04:11:47 +00:00
Chris Nehren
ebd2309104 Added extras to user profile fields. This field can be accessed using the
profile.form.element.extras template variable when editing a profile and the
profile.extras field when viewing a template.
2008-10-22 00:20:31 +00:00
JT Smith
ddd1c27305 rfe: Leave Version Ta 2008-10-21 21:14:41 +00:00
Kaleb Murphy
7e368c329c Fixed workflow checks on spectre so that workflows only error if they are a non realtime or failed realtime and spectre is down. 2008-10-21 21:02:57 +00:00
Kaleb Murphy
77913e956b RFE 549 commits now check for spectre connectivity before commiting and a new macro for showing spectre status. 2008-10-21 16:54:00 +00:00
Frank Dillon
d7d9eb946f Modified LDAP connections to support ldaps and ldapi authentication. Additionally modified some of the labels and hoverhelp within the LDAPLink edit screen to better explain and make them less confusing. 2008-10-20 20:25:09 +00:00
Frank Dillon
2b9da67de4 Edit form now holds state if an error is returned. It was completely wiping all the data off the form. 2008-10-19 00:44:27 +00:00
Ernesto Hernández-Novich
01a5ebfbe2 Fixed validation so LDAPLink takes ldap:// and ldaps:// URIs.
Net::LDAP does The Right Thing (tm) when given an ldaps:// URI
provided the administrator has properly set up /etc/ldap/ldap.conf
with the CA Cert signing the Server's certificate.

Succesfully tested

ldap://my.ldap.server/
ldap://my.ldap.server:389/  (with and without TLS)
ldaps://my.ldap.server/
ldaps://my.ldap.server:636/

This patch should be backported to 7.5 :-)
2008-10-12 18:40:22 +00:00
Graham Knop
e7e0511552 fixed: SelectSlider form control is broken 2008-10-05 20:57:02 +00:00
Doug Bell
dd9cb638f7 added a new permission denied page for the manageVersionTags screen 2008-10-03 22:27:58 +00:00
Graham Knop
05a01201ff clear out some compile warnings 2008-10-01 22:43:29 +00:00
Graham Knop
7bf06aab7b make sure we are using var->isAdminOn instead of var->get('adminOn') 2008-09-18 19:51:25 +00:00
Colin Kuskie
65c5fb2de5 rfe: protected profile fields do not show a delete icon 2008-09-16 22:55:25 +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
bcc66cb6cb RFE: Add a cancel button to the edit profile screen 2008-09-16 19:01:27 +00:00
Doug Bell
46a6d404bf rfe: Added logged in time to Login History 2008-09-16 18:16:20 +00:00
Kaleb Murphy
5a61d60c15 Added i18n to VerstionTag commit back to site link 2008-09-16 15:42:04 +00:00
Kaleb Murphy
59b01b4581 After committing a version there is now a back to site link 2008-09-16 15:34:55 +00:00
Colin Kuskie
7dd946a78b Make showMessageOnLogin sticky for the right setting. 2008-09-05 01:47:09 +00:00
Colin Kuskie
901457bbb2 add a return to site link in account options 2008-09-04 18:26:32 +00:00
Graham Knop
baa3c6f01a fixed: Server side spell checker errors when checking text with single quotes 2008-08-25 15:18:15 +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
Graham Knop
3d62fa8e69 don't initialize i18n in secureEval unless needed - avoid endless loop on language user profile field 2008-08-07 22:55:30 +00:00
Yung Han Khoe
89266ddf58 fixed: Invitation EMails Escape Characters 2008-08-05 08:53:39 +00:00
Graham Knop
2b8d9a7b48 fixed: Server side spellchecker doesn't work 2008-08-01 20:38:20 +00:00
Kaleb Murphy
4c38fe9b81 Users who self register without emails being required and leave the email entry blank, no long receive an error from duplicate emails. Fixed. 2008-07-19 04:14:06 +00:00
Colin Kuskie
63ace41e97 Make the user profile field property protected sticky. Even though it is not
set in the interface, the ProfileField package would reset it to 0 in its set
method if it was not passed in as a property.
2008-07-14 19:20:56 +00:00
Doug Bell
d975109e1f added that friendly error message to www_runCronJob 2008-07-10 20:21:43 +00:00
Doug Bell
483bdd441f fixed: User who can approve version tag no longer sees Permission Denied after they've approved 2008-07-10 20:19:22 +00:00
Colin Kuskie
bc9ddbf163 Added a method to check to see if a profile category has protected fields.
Use that method to see prevent the category from being deleted in the ProfileSettings operation.
Change the delete profile confirmation message to match what it does, which is delete all
the fields in the category.
2008-06-27 20:57:54 +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
Doug Bell
f482c079d7 fixed: cannot manage revisions in version tag 2008-06-13 21:51:19 +00:00
Colin Kuskie
c7083c8177 selectable templates for user profile view and edit 2008-06-13 05:07:12 +00:00
Doug Bell
f87e32452a fixed: Password recovery no longer allows disabled users to recover or log in 2008-06-05 18:25:24 +00:00