Hi Daryl, The Submitters page has been around since basically month 2 of Review Board, but probably isn't that frequently used. I'd be happy to accept a patch for showing the last login time. The code for this is in reviewboard/reviews/datagrids.py. You'll add a new field to SubmitterDataGrid, named the same as the field containing this information in the model. Feel free to play with it, and then submit it for review at http://reviews.reviewboard.org/
Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Sat, Jun 11, 2011 at 9:53 PM, Daryl <[email protected]> wrote: > I'm running 1.6 beta 2 now and I like the changes a lot. Not sure if > the Submitters button is new, I don't remember seeing it before. I > like being able to see a list of all users and the number of pending > reviews. It would also be nice to see the last time someone logged in > on the summary page but it's not an option for customization. It does > show up if you click an individual user. I suppose this is a feature > request. Any chance there's a way I can add it without much > difficulty? I suppose I could start digging around. Maybe a pointer > or two in the right direction.. > > Thanks, > Daryl > > -- > Want to help the Review Board project? Donate today at > http://www.reviewboard.org/donate/ > Happy user? Let us know at http://www.reviewboard.org/users/ > -~----------~----~----~----~------~----~------~--~--- > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
