Re: move to a new server problem

2012-09-24 Thread flash
Actually I wanted to change DB type, but if I wont have any other option I will have to use DB dump If I'm moving using DB dump what else do I need to move to a new server ? Thanks. On Sep 23, 11:10 am, Christian Hammond chip...@chipx86.com wrote: Hi, Off-hand, I'm not sure, but you only

Re: move to a new server problem

2012-09-24 Thread flash
just to see if it works I tried dumpdb instead of dumpdata and this worked fine So as far as I understand the problem is not in the DB, any idea what can cause this ? On Sunday, September 23, 2012 10:16:20 AM UTC+2, flash wrote: I'm trying to move the data from old server to a new one. both

submit/close review by non-creator?

2012-09-24 Thread J Arrizza
We are testing v1.7 and have noticed that a non-creator of a code review can't submit a review. - I've created an Auth group called default - all users belong to default - default has all permissions enabled except for some admin ones like Can add a site etc - specifically default has reviews |

Re: move to a new server problem

2012-09-24 Thread Christian Hammond
Oh, you were running dumpdata. Yeah, I don't know what caused that issue, but you definitely want dumpdb/loaddb. Christian On Sep 24, 2012, at 5:26, flash ilia.shap...@gmail.com wrote: just to see if it works I tried dumpdb instead of dumpdata and this worked fine So as far as I

Re: submit/close review by non-creator?

2012-09-24 Thread Christian Hammond
Can change status should do what you want. Try applying it directly on the user and see if that works. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Sep 24, 2012 at 9:58 AM, J Arrizza

Re: submit/close review by non-creator?

2012-09-24 Thread Christian Hammond
Also make sure the browser doesn't have the page cached. You may just be seeing older versions of the page. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Sep 24, 2012 at 12:36 PM, Christian Hammond

Re: submit/close review by non-creator?

2012-09-24 Thread J Arrizza
Hi Christian, I added the Can Change Status directly to a user. I then created a CR and added her as a reviewer. She went to her Dashboard and she could see the Submitted entry in the Close drop-down. She could press it and RB seemed to respond to it but the CR did not Submit/Close. We tried

Re: submit/close review by non-creator?

2012-09-24 Thread Christian Hammond
This is 1.7 beta 1, and not upstream git master, right? I'd be interested in seeing what Chrome/Firebug says the API response was in the Network tab. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon,

Re: submit/close review by non-creator?

2012-09-24 Thread J Arrizza
On Mon, Sep 24, 2012 at 4:07 PM, Christian Hammond chip...@chipx86.comwrote: This is 1.7 beta 1, and not upstream git master, right? Yes. 1.7 beta 1 I'd be interested in seeing what Chrome/Firebug says the API response was in the Network tab. Sorry, no idea what you're saying. I am using

Re: submit/close review by non-creator?

2012-09-24 Thread Christian Hammond
Press Control-Shift-I. A developer console should come up. There will be a Network tab. Open that, reload the page, and then try the request. Though I just realized, it'll reload the page. So first, look for the little solid black dot with the tooltip Preserve Log upon navigation and click it,

Re: submit/close review by non-creator?

2012-09-24 Thread J Arrizza
Ok. There was a line PUT 403 Forbidden in the log at that point. On Mon, Sep 24, 2012 at 4:11 PM, Christian Hammond chip...@chipx86.comwrote: Press Control-Shift-I. A developer console should come up. There will be a Network tab. Open that, reload the page, and then try the request. Though

Re: submit/close review by non-creator?

2012-09-24 Thread Christian Hammond
Hmm.. I'm not sure what's going on. It's possible something is broken with 1.7 beta 1 and has been fixed since. I don't recall our unit tests for this breaking, though. There will be a beta 2 pretty soon. Hopefully tonight or tomorrow. Maybe give that a try? Christian -- Christian Hammond -

Re: submit/close review by non-creator?

2012-09-24 Thread J Arrizza
Will do. Thanks On Mon, Sep 24, 2012 at 4:41 PM, Christian Hammond chip...@chipx86.comwrote: Hmm.. I'm not sure what's going on. It's possible something is broken with 1.7 beta 1 and has been fixed since. I don't recall our unit tests for this breaking, though. There will be a beta 2 pretty

Re: Issue 2579 in reviewboard: djblets: embedded jquery stuff doesn't incude source and copyright information

2012-09-24 Thread reviewboard
Comment #2 on issue 2579 by chip...@gmail.com: djblets: embedded jquery stuff doesn't incude source and copyright information http://code.google.com/p/reviewboard/issues/detail?id=2579 So a few things: 1) I'm not going to be bundling the non-obfuscated version. I can put it in the Git