| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| todmaokn | 15 (68.2%) | 80 (84.2%) | 97 (83.6%) | 5.33 |
| jdbwillia | 5 (22.7%) | 15 (15.8%) | 19 (16.4%) | 3.00 |
| jniu | 2 (9.1%) | 0 (0.0%) | 0 (0.0%) | 0.00 |
| Date | Author | File/Message |
|---|---|---|
| 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.)
(2 Files changed,
57 Lines changed)
|
| 8/4/04 11:24 AM | jdbwillia |
Implemented lookupUsersByRole for UserManager
(1 Files changed,
3 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.
(2 Files changed,
13 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,
3 Lines changed)
|
| 8/3/04 8:57 AM | todmaokn |
Moved (Simple)DateProvider to (Simple)Environment, intending broader use as necessary.
(3 Files changed,
14 Lines changed)
|
| 8/3/04 8:56 AM | todmaokn |
KEY matches class name.
(1 Files changed,
2 Lines changed)
|
| 8/2/04 3:01 PM | jniu |
implement DateProvider class
(1 Files changed,
0 Lines changed)
|
| 8/2/04 2:49 PM | jniu |
provider date object for test
(1 Files changed,
0 Lines changed)
|
| 7/30/04 6:58 PM | todmaokn |
Moving things around, removing outdated/unnecessary TODOs.
(2 Files changed,
11 Lines changed)
|
| 7/27/04 4:29 PM | todmaokn |
PortletRequest.isUserInRole doesn't get updated by Liferay so well.
(1 Files changed,
1 Lines changed)
|
| 7/27/04 11:23 AM | jdbwillia |
Refactoring package names
(1 Files changed,
0 Lines changed)
|
| 7/22/04 4:34 PM | todmaokn |
Pico wiring, and other things.
(2 Files changed,
0 Lines changed)
|
| 7/22/04 11:46 AM | todmaokn |
Delegate add/remove calls to service-locator-retrieved user manager.
(1 Files changed,
2 Lines changed)
|
| 7/22/04 11:45 AM | todmaokn |
Moved the service locator. Only portlets should use it.
(1 Files changed,
0 Lines changed)
|
| 7/20/04 4:31 PM | todmaokn |
Starting real portlet for role selection businessperson/intercessor. Fleshing out service locator api to hide pico from portlet code.
(2 Files changed,
10 Lines changed)
|