Re: Customizing Submitters page

2011-06-12 Thread Christian Hammond
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,

Error in adding cvs repository

2011-06-12 Thread ROAAN
Hi, Finally I upgraded my system and was able to install the ReviewBoard. However when I am trying to add the cvs repo. I always seem to be getting the error: A repository was not found at the specified path. I have tried different combinations of specifying the repo. There is no log being

Re: Error in adding cvs repository

2011-06-12 Thread Christian Hammond
Can you show us what you tried? And the repository info from 'cvs info' on that repository? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Sun, Jun 12, 2011 at 1:25 PM, ROAAN rohan.raiza...@gmail.com

Re: Error in adding cvs repository

2011-06-12 Thread ROAAN
Name: pact-cvs-tree Hosting service: Custom Repository type: CVS Path: :pserver:my_usern...@pact-cvs.pact.cs.cmu.edu:/usr0/local/ cvsroot Username : my_username Password: my_password I am not sure if there is a info argument which is accepted by the cvs. Let me know if I am missing something or

Re: Customizing Submitters page

2011-06-12 Thread Daryl
Mercy. Ok, I've been able to add it and it works with a 2nd account. But initially I added sortable=True to to fullname, pending_count and last_login. It didn't like that. So I removed sortable from fullname and pending_count. And now it works with the 2nd account. But it seems like something