| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| jdbwillia | 5 (55.6%) | 108 (90.0%) | 134 (89.9%) | 21.60 |
| todmaokn | 4 (44.4%) | 12 (10.0%) | 15 (10.1%) | 3.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 2:24 PM | todmaokn |
Moved PortalUser to top-level package. Classes should only depend on classes in their own or parent packages, "up" the hierarchy, never "down" or "across." (The pico package is an exception, since it the ContainerComposer needs to see just about everything.)
(1 Files changed,
1 Lines changed)
|
| 8/4/04 11:24 AM | jdbwillia |
Implemented lookupUsersByRole for UserManager
(1 Files changed,
41 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:09 PM | jdbwillia |
Refactored LiferayUserRoleManager. Implemented lookupUserById. Added new PortalUser object. Cleaned up jsp for Relationship feature.
(2 Files changed,
88 Lines changed)
|
| 7/30/04 6:58 PM | todmaokn |
Moving things around, removing outdated/unnecessary TODOs.
(1 Files changed,
0 Lines changed)
|
| 7/27/04 4:29 PM | todmaokn |
PortletRequest.isUserInRole doesn't get updated by Liferay so well.
(1 Files changed,
13 Lines changed)
|
| 7/22/04 4:34 PM | todmaokn |
Pico wiring, and other things.
(1 Files changed,
1 Lines changed)
|