| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| jdbwillia | 6 (75.0%) | 81 (60.9%) | 217 (78.3%) | 13.50 |
| todmaokn | 2 (25.0%) | 52 (39.1%) | 60 (21.7%) | 26.00 |
| Date | Author | File/Message |
|---|---|---|
| 8/4/04 8:14 PM | jdbwillia |
Changed LiferayUserManager to depend on UserRemoteManager class instead of UserManager. UserManager checks the principal passed by the Servlet context (which is their userid) to see if it has administrative rights (which it won't). UserRemoteManager does not do this check and is recommended by liferay to be used to integrate other projects like ours.
(1 Files changed,
3 Lines changed)
|
| 8/4/04 11:24 AM | jdbwillia |
Implemented lookupUsersByRole for UserManager
(2 Files changed,
133 Lines changed)
|
| 8/4/04 10:16 AM | jdbwillia |
Renamed UserRoleManager to PortalUserManager because it is now handling all aspects of User management, not just roles. Implemented needed services by RequestorRelationship portlet.
(1 Files changed,
2 Lines changed)
|
| 8/3/04 5:35 PM | jdbwillia |
Updated some comments
(1 Files changed,
1 Lines changed)
|
| 8/3/04 5:09 PM | jdbwillia |
Refactored LiferayUserRoleManager. Implemented lookupUserById. Added new PortalUser object. Cleaned up jsp for Relationship feature.
(1 Files changed,
78 Lines changed)
|
| 7/27/04 4:29 PM | todmaokn |
PortletRequest.isUserInRole doesn't get updated by Liferay so well.
(1 Files changed,
32 Lines changed)
|
| 7/22/04 4:34 PM | todmaokn |
Pico wiring, and other things.
(1 Files changed,
28 Lines changed)
|