Re: How to control number of lines shown in reviewboard 'My Dashboard'

2010-03-24 Thread JohnHenry
I see in Djblets, datagrid.py, There is a self.paginate_by = 50 statement defined that each page has 50 ReviewReqeust recodes in the Dashboard. I think this value should be dynamically settable by users instead of hard-coding on Djblets. Best Regards! On 3月23日, 下午5时24分, JohnHenry wrote: > H

ereviewboard plugin for Eclipse

2010-03-24 Thread Stodge
I know this is a silly question, but how do I install and use the ereviewboard for Eclipse? I downloaded the software but I don't know how to tell Eclipse to use/find it. Any suggestions appreciated. Thanks -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/don

RE: ereviewboard plugin for Eclipse

2010-03-24 Thread Hayes, Kyle
It looks like the project has an Eclipse update site. If this is the case, open Eclipse -> Help -> Install New Software... -> and type http://www.knittig.de/ereviewboard/update into the "Work with " text box. Proceed from there to install it. If you have the zip file already downloading then typi

Re: ereviewboard plugin for Eclipse

2010-03-24 Thread Stodge
Thanks! Is anyone using this? I'm getting a login error even though the username/password are correct: 127.0.0.1 - - [24/Mar/2010:10:48:16 -0400] "POST /reviews/test/api/ json/accounts/login/ HTTP/1.1" 401 476 "-" "Mylyn/3.3.0 Mylyn Eclipse/ 3.5.1 (org.eclipse.epp.package.java.product) HttpClient

RE: ereviewboard plugin for Eclipse

2010-03-24 Thread Hayes, Kyle
Heh, I'm trying to use it...but I don't even see where to start it up after I've installed it. I don't see it in the preferences either. How did you get to the point of inputting your credentials? Kyle Hayes Sr. Web Developer | Disney Family Disney Interactive Media Group 818-623-3847 AIM/YIM/gT

Re: ereviewboard plugin for Eclipse

2010-03-24 Thread Stodge
Haha! Good question. To be honest I need to fiddle with Eclipse again as I can't remember! Create a new task and the Task Repository window should appear. I created a new entry for the RB server. If you click "Validate Settings" before you close the new task repo, this is when I got the login erro

RE: ereviewboard plugin for Eclipse

2010-03-24 Thread Hayes, Kyle
Ok, to confirm. I'm getting that error now as well. You're right, it's in the Task Repositories section. But my validation of my credentials is failing as well. Kyle Hayes Sr. Web Developer | Disney Family Disney Interactive Media Group 818-623-3847 AIM/YIM/gTalk: mrkylehayes "It's kind of fun

Re: ereviewboard plugin for Eclipse

2010-03-24 Thread Stodge
I'll debug it but I don't have the time right now. Maybe I should raise an issue on the github site. On Mar 24, 11:53 am, "Hayes, Kyle" wrote: > Ok, to confirm. I'm getting that error now as well. You're right, it's in the > Task Repositories section. But my validation of my credentials is faili

Re: ereviewboard plugin for Eclipse

2010-03-24 Thread Stodge
Forgot to say that our RB server is protected by Apache basic authentication with mod-python. On Mar 24, 12:01 pm, Stodge wrote: > I'll debug it but I don't have the time right now. Maybe I should > raise an issue on the github site. > > On Mar 24, 11:53 am, "Hayes, Kyle" wrote: > > > Ok, to con

RE: ereviewboard plugin for Eclipse

2010-03-24 Thread Hayes, Kyle
And actually I just realized I was using the wrong username :-) I'm not able to login, read and post issues. It doesn't upload a diff at this time it appears, but it did start a review. Kyle Hayes Sr. Web Developer | Disney Family Disney Interactive Media Group 818-623-3847 AIM/YIM/gTalk: mrkyle

Re: ereviewboard plugin for Eclipse

2010-03-24 Thread Stodge
Ah! I'm definitely using the right username so maybe it doesn't support accessing an RB site using Apache's basic auth. Thanks for the update! On Mar 24, 12:19 pm, "Hayes, Kyle" wrote: > And actually I just realized I was using the wrong username :-) > > I'm not able to login, read and post issue