Scott Walters
da37116d71
fix up Operation::User (op=editUser) some more for the new admin: give it Save and Cancel buttons, and template it into the style with $session->style->process() so that it gets the headers that it needs for pulling in YUI and stuff like that as well as so that it is styled to look nice.
2013-09-26 17:32:32 -05:00
Colin Kuskie
5bbfe27f35
Drop the requirement for checking the status of users to be listed when no status check has been asked for.
2011-12-28 18:23:10 -08:00
Colin Kuskie
e65989b114
Move all user lookups in www_listUsers to statement handles.
2011-12-28 18:19:05 -08:00
Colin Kuskie
3e5b18b8b4
No need to tie the hash lookup for user statuses.
2011-12-28 17:54:33 -08:00
Colin Kuskie
b323f74121
Update copyright notice
2011-12-28 11:30:38 -08:00
Colin Kuskie
431cd280a4
Merge commit 'v7.10.22' into WebGUI8
2011-10-31 20:13:01 -07:00
Colin Kuskie
4855816a29
Merge commit 'v7.10.21' into WebGUI8. Also, add POD and fix broken tests.
2011-10-27 16:45:19 -07:00
Colin Kuskie
428ea58327
Add better support for user profile fields for addresses to the Cart and the EMS.
2011-08-11 16:27:29 -07:00
Paul Driver
182fc16021
added WaitForUserConfirmation activity
2011-07-25 14:07:01 -05:00
Scott Walters
7687203a2f
Author: kthakore <thakore.kartik@gmail.com>
...
Date: Sun May 22 16:02:00 2011 -0400
Fixed SQL statement for ?op=listUsers operation.
2011-05-22 18:12:20 -04:00
Scott Walters
57d2dbed56
WebGUI::Session::Http should go away ( #11647 )
...
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working. These can be changed later.
2011-05-11 16:17:54 -04:00
Doug Bell
d8ef2ebe56
remove TabForm from use and documentation
2011-02-25 15:45:41 -06:00
Doug Bell
88c865c902
migrate Auth editUserForm and Operation User editUser to FormBuilder
2011-02-25 15:45:38 -06:00
Doug Bell
2c51e6d4fd
move core profile fields into users table
...
this change will fix the problems with the userProfileData table being
way too big. it also simplifies many basic user search tasks, not
needing to join the userProfileData table
2010-12-03 22:36:30 -06:00
Colin Kuskie
fd8f03a186
Change getMimeType and setMimeType to response->content_type.
2010-11-21 22:35:26 -08:00
Colin Kuskie
e5adc07a05
Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.
2010-11-21 21:11:41 -08:00
Colin Kuskie
c4553012d1
Syntax clean.
2010-11-17 16:34:11 -08:00
Colin Kuskie
5f3014aaee
Merge branch 'master' into WebGUI8. Merged up to 7.10.4
2010-11-03 09:47:36 -07:00
Colin Kuskie
cb952501fc
Prevent password fields from autocompleting, which can overwrite passwords when editing forms. Fixes bug #11923 .
2010-10-25 10:29:16 -07:00
Colin Kuskie
5c4066413c
Fix username's in the Edit User screen. Fixes bug # 11950
2010-11-08 08:07:35 -08:00
Graham Knop
ed04b99872
remove WebGUI::Utility
2010-09-07 13:18:49 -05:00
Graham Knop
ca7321f068
remove WebGUI::Utility::isInSubnet
2010-08-24 16:20:09 -05:00
Colin Kuskie
005b9da1ac
Move session->env->getIp into session->request->address
2010-07-01 13:11:01 -07:00
Colin Kuskie
19c2c5fa1c
Remove status description from Session/Http, and update all users of setStatus.
2010-06-17 08:18:24 -07:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Colin Kuskie
7b8f9027a0
Admin cannot be removed from admin group. An admin cannot remove themself from the Admin group. Fixes #11481 .
2010-03-22 15:56:39 -07:00
Graham Knop
a22162b895
clean up Tie::CPHash imports
2010-03-10 12:59:51 -06:00
Colin Kuskie
38e6bfad3e
Convert many search forms from POST to GET. Fixes bug ##11372
2010-01-25 15:53:49 -08:00
Colin Kuskie
858c148b2e
Users always get default profile field values from the profile field. Fixes bug #11215
2009-11-10 10:02:35 -08:00
Graham Knop
60a4a9b140
mark $session->datetime->time as deprecated and remove its use from core code
2009-10-05 20:56:37 -05:00
Colin Kuskie
c7e7b6eed0
remove debug code from CSRF code.
2009-09-22 13:35:16 -07:00
Colin Kuskie
6aa3784636
Fix becomeUser and deleteUser CSRF protected submenu links.
2009-07-14 15:54:03 +00:00
Colin Kuskie
0a3329d7be
Reverting 11777 due to lack of docs, upgrade script, and adding new
...
code during feature freeze.
2009-07-13 20:40:09 +00:00
Colin Kuskie
02e9354c15
Automatically add a token to any autogenerated form.
...
Refactor previous commits to take advantage of that.
2009-07-06 17:20:27 +00:00
Colin Kuskie
7b343074ef
Add missing POD for Operation/User.pm
2009-07-06 03:34:24 +00:00
Paul Driver
f622854a3d
Login times in userlist now displaying correctly
2009-05-22 17:52:10 +00:00
Doug Bell
1617e3004f
added robustness to user services. added tests
2009-05-15 22:27:36 +00:00
Doug Bell
21452ce58f
fixed problem with git svn dcommit...
2009-05-15 18:14:16 +00:00
Doug Bell
75d1856ea7
added services to create, update, and delete users
2009-05-15 18:10:26 +00:00
Doug Bell
1f96d708bf
user-services
2009-05-15 18:03:03 +00:00
Doug Bell
18e095faee
added services to create, update, and delete users
2009-05-15 18:02:58 +00:00
Colin Kuskie
9fdac9ef8f
Implementing rfe 10002, add link to User Manager to view a User's account.
2009-04-16 23:58:54 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Colin Kuskie
5381f3038d
Forward port graceful handling of the deletion of the Auth LDAPLink.
2008-12-15 22:59: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
Doug Bell
46a6d404bf
rfe: Added logged in time to Login History
2008-09-16 18:16:20 +00:00
JT Smith
01d9af6222
The concept of "realtime" workflow has been eliminated. Instead all workflows are now realtime (synchronous), and roll over to be asynchronous if they cannot complete succesfully and immediately.
2008-05-03 05:38:13 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598
replaced return; with return undef;
2008-01-24 21:58:15 +00:00
Colin Kuskie
c44a5a1bb6
forward porting secondary admin group access privileges when creating users
2007-12-11 21:04:21 +00:00