Re: Restricting user permisssion

2015-05-19 Thread Snehasish Maity
Hi David, Thnx for the info. But review board is open source. So is this possible by doing any code changes? Thnx, Snehasish Maity -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons:

Re: Restricting user permisssion

2015-05-19 Thread David Trowbridge
Sure, anything is possible, but it's probably a lot of work. -David On Mon, May 18, 2015 at 11:49 PM Snehasish Maity 91snehas...@gmail.com wrote: Hi David, Thnx for the info. But review board is open source. So is this possible by doing any code changes? Thnx, Snehasish Maity --

Re: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-19 Thread Cormick Nugent
Hi Christian. That was the issue all right. Once I ran that command 'Team Foundation Server' and 'Team Foundation Server (git)' appeared in the Repository Type dropdown. I am now having the issue where I am getting 'HTTP Error 401: Unauthorized' when I try to hit Save, which is expected as I

Re: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-19 Thread Cormick Nugent
OK Ignore this as for some reason the username and password fields where not visible the first time I tried it. Thery are visible now and allow me to get past the unauthorized error. Now all I need to do s figure out the correct url to type into the Path field sa I kep getting 'A repository

Issue 3873 in reviewboard: New Review Request for Committed Change does not work for branch names containing whitespace

2015-05-19 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3873 by stbo...@gmail.com: New Review Request for Committed Change does not work for branch names containing whitespace https://code.google.com/p/reviewboard/issues/detail?id=3873 *** READ THIS BEFORE POSTING! *** *** You

RBTools 0.7.2 for RH6?

2015-05-19 Thread Justin Georgeson
EPEL only has 0.7.2 for RH7. Is RH6 not supported for 0.7.2? -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/

Upgrade to 2.0.15 just worked, and users liked it

2015-05-19 Thread Eric Johnson
Usually you get support requests on this mailing list. Thought I should toss in a email of gratitude. Deployed an upgrade from 1.7.28 -- 2.0.15 over the weekend. It pretty much just worked, once I fixed the minor issues in my Ansible scripts. And then I started hearing from grateful users, who

Re: RBTools 0.7.2 for RH6?

2015-05-19 Thread Justin Georgeson
thanks! On Tuesday, May 19, 2015 at 12:48:02 PM UTC-5, Stephen Gallagher wrote: On Tue, May 19, 2015 at 12:45 PM Justin Georgeson baron...@gmail.com javascript: wrote: EPEL only has 0.7.2 for RH7. Is RH6 not supported for 0.7.2? It has been sitting in the epel-testing repository since

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-05-19 Thread David Trowbridge
Eric, Thanks so much for this! As you note, we usually don't hear from people when it just works (which I hope is most of the time), so this is very much appreciated! -David On Tue, May 19, 2015 at 9:59 AM Eric Johnson e...@tibco.com wrote: Usually you get support requests on this mailing

Re: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-19 Thread David Trowbridge
Hi, Unfortunately, the TFS 2012 server doesn't include the REST API that we use. This is something that we're looking into, but for now you'll have to have TFS 2013 on the server. -David On Tue, May 19, 2015 at 8:36 AM Cormick Nugent cormicknug...@gmail.com wrote: More on this. When I run

Re: Upgrade to 2.0.15 just worked, and users liked it

2015-05-19 Thread Christian Hammond
Thanks, Eric! Posts like this absolutely make my day, as we don't often hear of the success stories. I very much appreciate it :) Any chance we can add you guys to our Happy Users page ( https://www.reviewboard.org/users/)? - Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-19 Thread Cormick Nugent
More on this. When I run 'tf workfold' I get: *C:\Program Files (x86)\Microsoft Visual Studio 11.0\VCtf workfold* *===* *Workspace : machinename (Nugent, Cormick)* *Collection: http://server:8080/tfs/uki* But when I put

Re: RBTools 0.7.2 for RH6?

2015-05-19 Thread Stephen Gallagher
On Tue, May 19, 2015 at 12:45 PM Justin Georgeson baron.vo...@gmail.com wrote: EPEL only has 0.7.2 for RH7. Is RH6 not supported for 0.7.2? It has been sitting in the epel-testing repository since March, but no one has bothered testing it and providing feedback. I lost track of it and hadn't

An Extension to uncheck the checkbox open an issue in admin UI page

2015-05-19 Thread Sri Ram Kannan
Hi, I'm trying to create an extension that sets *open_an_issue* checkbox to *False* (uncheck) by default. How can I create an extension that access the python page *reviewboard.accounts.models.py* page to change the boolean value of the open_an_issue to set False ? I'm very new to rb -