chstath / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

Make the full name of the user available from the user object #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The user full name can be fetched from the User object on user's first login 
rather than fetching the user's full name by asking the server for every file.

Original issue reported on code.google.com by akaprave...@gmail.com on 13 Dec 2010 at 3:44

GoogleCodeExporter commented 9 years ago
Some changes in the Revision 3822b0a17e 

Original comment by akaprave...@gmail.com on 15 Dec 2010 at 3:16

GoogleCodeExporter commented 9 years ago
Several changes have been made in order to retrieve every user's full name and 
display it in time. The user's full name is requested in the File List (see 
older Issue 16), during the display of the right click > Properties dialog box 
in a folder/file resource and in the list of version for a file resource. With 
the following (and above) revisions full name is first requested from the user 
object and it is stored in a HashMap collection. Every time a user's full name 
is required we first check it's existence in the collection and if there isn't 
we ask the server for the specific username. 

More details in revisions: 
Revision 4e477b3fd7 
Revision 2ce434e0c2 
Revision 0554c856a5 
Revision 016ad6f7ba 
Revision aaeb48c808 
Revision 35d76a2fd5 
Revision 2e09a4849f 
Revision 0627157b77 
Revision b15986715a 
Revision 17f812125f 

Original comment by akaprave...@gmail.com on 21 Jan 2011 at 3:38