Re: Cookies Firefox3

2008-09-18 Thread Christian Hammond
Hi. I'm using Firefox 3 and haven't seen any cookie-related problems. What extensions are you running? We can definitely add to settings_local.py.tmpl. I'll make a note to do that soon. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Sep 17, 2008 at 9:38 AM, Ben

Re: Apache Help

2008-09-18 Thread Christian Hammond
I'm glad you guys got this working. I'll update the FAQ to include this information. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Sep 17, 2008 at 11:45 PM, Guillaume Dufrêne [EMAIL PROTECTED] wrote: Yes, good news, it also work for me ! :-D Documentation should

Re: Cookies Firefox3

2008-09-18 Thread Christian Hammond
Awesome. Glad to hear it! :) Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Sep 18, 2008 at 2:12 AM, Ben [EMAIL PROTECTED] wrote: Wahoo ! Many thanks ... I had (suposely) old cookies in place, removed them, reloaded, logged-in, and it worked fine ! solved

Re: error from svn.py: global name 'ClientError' is not defined

2008-09-18 Thread Christian Hammond
Hmm, that should work. Let's try one more thing to help narrow this down. In scmtools/svn.py, temporary remove the try:, except: and pass lines near the top of the file and unindent the from pysvn ... line. Let's see if the import fails at all. Christian -- Christian Hammond - [EMAIL PROTECTED

Re: Perforce Security

2008-09-21 Thread Christian Hammond
no passwords will need to be stored in the database. The downside to a ticket is that it expires by default, but the Perforce admin can set that user's ticket to not expire by putting that user in a group and then, in the group config, setting Timeout: to 0. Christian -- Christian Hammond

Re: reviewing SVN revisions (all committed files)

2008-09-30 Thread Christian Hammond
You need ot make sure the base diff path is correct. Your best option is to use post-review with the --revision-range parameter. See http://www.review-board.org/wiki/Using_PostReview. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Tue, Sep 30, 2008 at 3:39 PM, sstk [EMAIL

Re: FAQ additions and (probably) dumb questions

2008-10-06 Thread Christian Hammond
the domain with and without a trailing slash (initially I set it WITH a slash, maybe this caused it). I think this is due to bug 640 ( http://code.google.com/p/reviewboard/issues/detail?id=640), which I'll try to look into tonight. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc

Re: API usage - getting diffs

2008-10-06 Thread Christian Hammond
On Mon, Oct 6, 2008 at 5:47 PM, Chris Clark [EMAIL PROTECTED] wrote: On Oct 6, 5:26 pm, Christian Hammond [EMAIL PROTECTED] wrote: It's possible in that one could modify the code to add this functionality. However, I wouldn't add support to show the entire raw diff in the upstream

Re: Adding to post-review command line arguments

2008-10-06 Thread Christian Hammond
Best way is to submit a patch so it's used for something in post-review. What flag is this for? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Oct 6, 2008 at 6:21 PM, Chris Clark [EMAIL PROTECTED] wrote: post-review has a really elegant mechanism for adding command

Re: Can anybody do review?

2008-10-06 Thread Christian Hammond
It's as designed. The reviewers list is the group of people you're requesting review requests from, but anyone can review. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Oct 6, 2008 at 9:53 PM, Atul Phalke [EMAIL PROTECTED]wrote: Hi Team, I created a user John

Re: Can anybody do review?

2008-10-07 Thread Christian Hammond
Those permissions are provided automatically by Django. They're for the admin UI only, and do not govern the functionality of Review Board itself. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Oct 6, 2008 at 11:41 PM, Atul Phalke [EMAIL PROTECTED]wrote: Thanks

Re: Cannot login after fresh install under apache http.

2008-10-07 Thread Christian Hammond
Can you try Django 1.0 instead of 1.1 alpha? I think we have some issues with 1.1 at the moment. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Oct 6, 2008 at 11:39 PM, mascha [EMAIL PROTECTED] wrote: Hey, I tried the latest svn version and followed the wiki

Re: post-review error

2008-10-08 Thread Christian Hammond
Sounds like you don't have patch.exe in the path. I advise getting the Cygwin version. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Oct 8, 2008 at 1:02 AM, Jay [EMAIL PROTECTED] wrote: The following is error message: Error uploading diff:One or more fields had

Re: post-review error Unable to parse diff header:

2008-10-09 Thread Christian Hammond
UNIX. It's probably due to where we're getting these paths and how we're concatenating them. Can you run the same command in a DOS box and see what happens? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 9, 2008 at 5:45 PM, Amit Mokal [EMAIL PROTECTED] wrote: Hi

Re: Using reviewboard with a remote svn repository

2008-10-09 Thread Christian Hammond
-- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 9, 2008 at 5:56 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm running reviewboard on Linux and wondering if it's possible to setup with a remote svn repository (hosted on a machine in the same domain). Or does

Re: Any release plan ?

2008-10-13 Thread Christian Hammond
Yes. We have a roadmap up on http://www.review-board.org/wiki/Roadmap and are actively pursuing it (I'm working on one of the major pieces at this very moment). Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Oct 13, 2008 at 2:40 AM, Fabien [EMAIL PROTECTED] wrote

Re: Problem setting Syntax Highlighting option

2008-10-16 Thread Christian Hammond
Syntax highlighting should be on by default once you turn it on system-wide. If not, we need to figure out a fix. Are you using mod_python? What happens if you set it and then restart the server? Does it stick? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Oct 15

Re: Important: Who's running directly out of an SVN checkout?

2008-10-16 Thread Christian Hammond
directory first. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 16, 2008 at 12:52 AM, Terry Zhong [EMAIL PROTECTED] wrote: The problem is we're trying to use latest SVN checkouts and keep updating it. I'm using my own install scripts, just wraps a direct SVN

Re: Problem setting Syntax Highlighting option

2008-10-16 Thread Christian Hammond
We saw some settings weirdness like that in a new installation. I'm trying to figure it out, but I'm not sure yet. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 16, 2008 at 11:47 AM, fts1050 [EMAIL PROTECTED] wrote: Ok, strange. It works now, but I didn't do

Re: diff view - looking to do full file reviews not a diff between two version

2008-10-16 Thread Christian Hammond
If a user clicks Expand Changes, we remember that for future diffs. So, users only need to ever do it once. There's no global setting for this, but I suppose it could be added if someone wanted to write a patch. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 16

Re: Problem setting Syntax Highlighting option

2008-10-16 Thread Christian Hammond
Thanks for the kind words :) It's really nice to hear feedback like this, and certainly encourages us to continue working hard on the product. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 16, 2008 at 1:04 PM, Nancy Bennett [EMAIL PROTECTED]wrote: No worries

Re: email notifications - questions and possible issue

2008-10-16 Thread Christian Hammond
They should work every time. I'm not sure why it would only be part of the time. Do some operations work and others don't, or is it more sporadic than that? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 16, 2008 at 10:54 AM, Nancy Bennett [EMAIL PROTECTED]wrote

Re: changing django settings with djblets.siteconfig

2008-10-16 Thread Christian Hammond
it, we're going to need to provide equivalent settings in the admin UI. If you can file a bug on what exactly you need to change (cache backend and whatever else), I'll get to it soon. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 16, 2008 at 6:32 AM, eyal [EMAIL

Re: Getting error after adding Repository as Subversion and clicking New Review Request button.

2008-10-16 Thread Christian Hammond
What distro is this? It sounds like you're just going to need a pysvn compiled on that system against your current Python. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 16, 2008 at 5:35 AM, Dev [EMAIL PROTECTED] wrote: Getting error ImportError at /r/new

Re: Empty Diff

2008-10-17 Thread Christian Hammond
? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Fri, Oct 17, 2008 at 7:45 AM, Jeff Mickey [EMAIL PROTECTED] wrote: Here's what happens when I do a post-review -d 837119: Repository info 'Path: fake-server:1666, Base path: None, Supports changesets: True' Generating diff

Re: email notifications - questions and possible issue

2008-10-17 Thread Christian Hammond
-mails. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Fri, Oct 17, 2008 at 5:40 AM, Nancy Bennett [EMAIL PROTECTED]wrote: I think its sporadic, but I plan to keep a better track to see if I can nail down any repeatable patterns. On the whole, I think most of the time

Re: error at /r/30/publish/

2008-10-20 Thread Christian Hammond
This looks like your Review Board server is unable to talk to your mail server. Check to make sure all the settings are correct and that your mail server is reachable from there. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Oct 20, 2008 at 11:45 AM, Tim [EMAIL

Re: Marking review as Submitted using API

2008-10-20 Thread Christian Hammond
Not yet but I have an upcoming change that will introduce this. It will be part of a larger UI restructuring, but maybe I can pull this out and make it available sooner. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Oct 20, 2008 at 5:58 PM, Hovanes [EMAIL PROTECTED

Re: Error during installation

2008-10-20 Thread Christian Hammond
Which Review Board are you using? You'll need Review Board SVN, as what you have appears to be quite old and incompatible with Django 1.0. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Oct 20, 2008 at 6:49 PM, rvictor [EMAIL PROTECTED] wrote: Hi, My installation

Re: Getting error after adding Repository as Subversion and clicking New Review Request button.

2008-10-21 Thread Christian Hammond
themselves. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups reviewboard group. To post to this group, send email to reviewboard@googlegroups.com

Re: Review Metrics

2008-10-22 Thread Christian Hammond
be released in December). Does this sound like it would work for your needs? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Oct 22, 2008 at 3:28 PM, H M [EMAIL PROTECTED] wrote: We would like to see if we can gather some metrics from Reviewboard, including

Re: Marking review as Submitted using API

2008-10-22 Thread Christian Hammond
There's an API command up for review that will be in today which allows you to easily mark a review request as submitted. See http://reviews.review-board.org/r/604/ Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Oct 22, 2008 at 3:46 PM, H M [EMAIL PROTECTED] wrote

Re: Review Metrics

2008-10-22 Thread Christian Hammond
That sounds reasonable for your use case. This will need to be done as a custom extension later, though. I think it's too specific a use case to go into the mainline Review Board codebase. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Oct 22, 2008 at 3:53 PM, H M

Re: Getting error after adding Repository as Subversion and clicking New Review Request button.

2008-10-28 Thread Christian Hammond
No prob, glad it works! (By the way, Christy is more of a girl's name. Christian is probably best ;)) Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Tue, Oct 28, 2008 at 12:54 AM, Dev [EMAIL PROTECTED] wrote: Hi christy, Thanks for yr timely help.It works now

Re: DB Evolution: Property unique has changed

2008-10-28 Thread Christian Hammond
The unique issue should have been fixed long ago, provided you have a modern Django Evolution. Are you definitely running the latest SVN release, and you don't have something really old installed somewhere? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Tue, Oct 28, 2008

Re: Site Configuration

2008-10-28 Thread Christian Hammond
There must be more of that error. It just ends in the middle of the traceback. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Tue, Oct 28, 2008 at 11:41 AM, 13Strider [EMAIL PROTECTED]wrote: Thanks for all your help but now when i run Post-review i get this error

Re: svn:externals support

2008-10-30 Thread Christian Hammond
just to make a diff that made sense, and that's not work I think anybody has planned. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 30, 2008 at 11:11 AM, Stephan [EMAIL PROTECTED] wrote: I would like to know if Review Board will support diff file which has

Re: Problems setting up LDAP backend

2008-10-30 Thread Christian Hammond
-- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 30, 2008 at 2:24 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've noticed that I'm unable to save any edits to the General Settings page, for instance setting the Administrator user name will not save either. --Jennifer

Re: Problems setting up LDAP backend

2008-10-30 Thread Christian Hammond
-- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 30, 2008 at 3:08 PM, Christian Hammond [EMAIL PROTECTED]wrote: Okay, I have something I'm looking into that may be the cause. Can you go onto, say, the Diff Viewer form and see if settings save properly there? Christian

Re: Problems setting up LDAP backend

2008-10-30 Thread Christian Hammond
. However, if LDAP is actually set in the SiteConfiguration settings list and all the values are correct, then we're looking at something different there. I'll work to add some logging to the LDAP module and see if we can narrow it down. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc

Re: Problems setting up LDAP backend

2008-10-30 Thread Christian Hammond
I don't know how your python knowledge is, but it might be useful to open up accounts/backends.py and do some logging in the error handlers, find out what it is that's failing. I'll try to get some logging in for the error cases later today. Christian -- Christian Hammond - [EMAIL PROTECTED

Re: Problems setting up LDAP backend

2008-10-31 Thread Christian Hammond
Okay, these are in. Hopefully it will tell you what's going wrong, or at least give you some error message you can use as a basis in your diagnosis. Let me know. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 30, 2008 at 5:42 PM, Christian Hammond [EMAIL PROTECTED

Re: Problems setting up LDAP backend

2008-11-03 Thread Christian Hammond
of DEBUG 2008-11-03 17:10:43,649 - INFO - Log file for Review Board v0.9 ... Brian On Oct 30, 11:03 pm, Christian Hammond [EMAIL PROTECTED] wrote: Okay, these are in. Hopefully it will tell you what's going wrong, or at least give you some error message you can use as a basis in your

Re: Problems setting up LDAP backend

2008-11-03 Thread Christian Hammond
be in the INVALID_CREDENTIALS handlers (which I'd suspect), and if so, then it likely is a configuration issue. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Nov 3, 2008 at 6:12 PM, Brian Hill [EMAIL PROTECTED] wrote: I supplied it - no luck. I am little confused, though, How

Re: Problems setting up LDAP backend

2008-11-03 Thread Christian Hammond
Hi Brian. Glad you've figured it out. This is good to know. If we can support both, or provide an option to choose the mode, I'll definitely take a patch for this. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Nov 3, 2008 at 8:40 PM, Brian Hill [EMAIL PROTECTED

Re: Getting error after adding Repository as Subversion and clicking New Review Request button.

2008-11-05 Thread Christian Hammond
changed between two revisions of a diff. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Nov 5, 2008 at 1:47 AM, Dev [EMAIL PROTECTED] wrote: Hi, Can anyone pl tell me why i am not able to see comments for second revision of diff file?It's very difficult for me

Re: Settings won't save

2008-11-06 Thread Christian Hammond
this case since restarting the server did nothing. That bug sounds more like the one we recently fixed in SVN. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Nov 6, 2008 at 6:29 AM, Dave Calvin [EMAIL PROTECTED] wrote: Hi, I'm having a problem similar to the one

Re: Getting error after adding Repository as Subversion and clicking New Review Request button.

2008-11-06 Thread Christian Hammond
What auth backend are you using? Just standard auth? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Nov 6, 2008 at 2:26 AM, Dev [EMAIL PROTECTED] wrote: Thanks for the reply. Currently i am unable to login to reviewboard from GUI. It says Incorrect username

Re: How to add a new group in ReviewBoard?

2008-11-10 Thread Christian Hammond
Hi. If you go into the admin UI, there should be a Review Groups item. Click Add next to this to add a new group. Also, a review request should be visible to everybody once it's published. If it's still a draft, only the user who owns the review request can see it. Christian -- Christian

Re: Review Comments Everywhere

2008-11-10 Thread Christian Hammond
Hi Terry. Comments inline. On Mon, Nov 10, 2008 at 4:56 AM, Terry Zhong [EMAIL PROTECTED] wrote: Scene 1 A and B wrote comments on my review, and I want to reply for each comments, when I replied all comments on request view as draft, I click publish, and find only A's replys are

Re: Migrating from sqlite3 to mysql

2008-11-10 Thread Christian Hammond
You probably want to use the scripts in reviewboard/contrib/db/. It was designed for the early database schema migrations and also should work well for moving across DB types. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Nov 10, 2008 at 6:34 PM, andy [EMAIL

Re: post-review -r

2008-11-17 Thread Christian Hammond
. What version of post-review are you using, and which revision of Review Board? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Nov 17, 2008 at 5:34 PM, Rusty Burchfield [EMAIL PROTECTED] wrote: post-review -r immediately publishes the new diff (along with an email

Re: New installation/upgrade procedures

2008-11-23 Thread Christian Hammond
do the equivalent using: rb-site manage /path/to/site command -- params However, the rb-site upgrade handles syncdb and evolve, so that's most of what you'd ever need. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Sun, Nov 23, 2008 at 7:35 PM, Lyndon Washington [EMAIL

Re: New installation/upgrade procedures

2008-11-24 Thread Christian Hammond
release, but with the holidays and stuff I think it's more likely late January or early February. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Nov 24, 2008 at 1:45 PM, Mark B. [EMAIL PROTECTED] wrote: One question that might be similar to what Chris Clark was asking

Re: New installation/upgrade procedures

2008-11-24 Thread Christian Hammond
-site will generate a new settings_local.py in your new site's conf/ directory, and use that for everything. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Nov 24, 2008 at 3:18 PM, Tomas Friml [EMAIL PROTECTED]wrote: Hi Chris, I would think that it works like

Re: Improper UI when staring ReviewBoard on browser

2008-11-24 Thread Christian Hammond
Sorry about that. I'll work on a fix and get it in to SVN. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Nov 24, 2008 at 3:49 PM, SamClark [EMAIL PROTECTED] wrote: I was using setup.py. I have just attempted using rb-site. For some reason mine didn't have a .py

Re: Improper UI when staring ReviewBoard on browser

2008-11-24 Thread Christian Hammond
on this to give a more helpful error message if it contains a site tree, or install into it if it's empty. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Nov 24, 2008 at 4:08 PM, SamClark [EMAIL PROTECTED] wrote: Cool I'll try that. A couple things: 1) The last piece of info I

Re: Serving Review Board using Apache 2.2: HTTP 403 Forbidden

2008-11-25 Thread Christian Hammond
Hi Sam. It would help if you could publish (or e-mail privately) the Apache config files relevant to this. Off-hand, I'm not sure why this would happen. Hopefully someone else on here has hit a similar issue in the past? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Tue

Re: New installation/upgrade procedures

2008-11-27 Thread Christian Hammond
). Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Nov 27, 2008 at 4:40 AM, KunalG [EMAIL PROTECTED] wrote: I had problems using sudo, so I used some other tool to get the admin rights. After that I performed easy_install ReviewBoard. It worked fine and rb-site

Re: Specifying TLS certificate

2008-12-02 Thread Christian Hammond
Sorry, I honestly don't know enough about LDAP in general or how it works with the python-ldap code. If someone else knows or has experience with this, it'd be good to know what we'd need to support this, if we can. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Tue, Dec 2

Re: Can different teams share one review board server?

2008-12-02 Thread Christian Hammond
Hi Martin. There's no functionality for this today. There's multi-team support, but everyone can view everyone else's review requests. Are these teams unable to access each others' code repositories as well? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Tue, Dec 2, 2008

Re: Installing Reviewboard - lighttpd - 500 Internal Server Error

2008-12-02 Thread Christian Hammond
Yeah, we just don't have it in the docs. We used to point to the Django docs for this (I think), but it makes sense for us to specify this or even to provide an init script down the road. I'll add this to my TODO. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Tue, Dec 2

Re: Trouble getting Lucene working

2008-12-03 Thread Christian Hammond
commands. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Dec 3, 2008 at 6:50 PM, Gavin M. Roy [EMAIL PROTECTED] wrote: I've compiled and installed pylucene, but when I try and get it working in reviewboard, I'm having issues based upon my assumptions of how to use rb

Re: State of Reviewboard?

2008-12-04 Thread Christian Hammond
, now's not a bad time. Feel free to wait though until we release our first official alpha/beta. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Dec 4, 2008 at 11:00 AM, Arthur Kalmenson [EMAIL PROTECTED]wrote: I'd like to know this too :). We're using the latest version

Re: Where is the post-review tool

2008-12-04 Thread Christian Hammond
Yeah, this is the way to do it. Before long (pre-1.0) I expect to make post-review its own easy_installable thing. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Dec 4, 2008 at 3:49 PM, Chris Clark [EMAIL PROTECTED] wrote: AndyP wrote: I installed the latest

Re: Where is the post-review tool

2008-12-04 Thread Christian Hammond
, but I don't have anything set up to work on this right now so I'm not in a good position to investigate and fix it. Any takers? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Dec 4, 2008 at 5:59 PM, AndyP [EMAIL PROTECTED] wrote: It is probably the p4 where command

Re: Can different teams share one review board server?

2008-12-05 Thread Christian Hammond
This is certainly an option. There's been enough demand for custom policy support such as who can see what, so think we'll be looking into this for 1.5. For now, the multiple servers approach should work fine. We're doing this at VMware currently. Christian -- Christian Hammond - [EMAIL

Re: Summary lost

2008-12-05 Thread Christian Hammond
for review. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Fri, Dec 5, 2008 at 2:36 PM, Cong Do [EMAIL PROTECTED] wrote: After we hit the publish button. We tried it on IE, FireFox, Chrome – same result. Cong. -- *From:* reviewboard

Re: Upgrade issues

2008-12-05 Thread Christian Hammond
-- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Fri, Dec 5, 2008 at 5:13 PM, Chris Clark [EMAIL PROTECTED] wrote: I've just moved to rev 1623 in trunk (I was at 1519). I do like the new manual upgrade required screen that pops up (settings.py has been updated to change the location

Re: Unable to Login with Admin password

2008-12-06 Thread Christian Hammond
no chance of being in LDAP and see if you can log in with it. Otherwise, we'll investigate further. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Sat, Dec 6, 2008 at 5:01 AM, Deepak [EMAIL PROTECTED] wrote: Hi Christian, We did follow those instructions and I thought

Re: Unable to Login with Admin password

2008-12-07 Thread Christian Hammond
. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Sun, Dec 7, 2008 at 1:27 AM, Deepak [EMAIL PROTECTED] wrote: Hi Christian, Thanx for the prompt repsonse. My colleague had already created one more instance of the review board. As you suggested I created a user with name

Re: Unable to Login with Admin password

2008-12-07 Thread Christian Hammond
The new replacement nightly should be up. If you already got tonight's nightly, you may have to download and easy_install the egg file itself. It's at http://review-board.org/downloads/nightlies/ReviewBoard-0.9.dev_20081207-py2.5.egg Christian -- Christian Hammond - [EMAIL PROTECTED] VMware

Re: post-review tool issues

2008-12-07 Thread Christian Hammond
, but the diff header parts are pretty important. Output to a file instead of copying and pasting, because I'll need to check tabs vs. spaces and such. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Sun, Dec 7, 2008 at 2:26 AM, roshanpius [EMAIL PROTECTED]wrote: Hi guys, I have

Re: post-review tool issues

2008-12-08 Thread Christian Hammond
-- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Dec 8, 2008 at 9:55 PM, roshan pius [EMAIL PROTECTED]wrote: Hi Christian, It show the code being executed in their P4V command Window and then it pops up a message saying Unable to execute the command Error: Unable to run C

Re: post-review tool issues

2008-12-08 Thread Christian Hammond
You have a space before the script name. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Mon, Dec 8, 2008 at 10:17 PM, roshan pius [EMAIL PROTECTED]wrote: Hi Now I've made the changes i'm getting a new error now.. I've posted the config and the error screenshots

Twitter and LinkedIn Groups

2008-12-10 Thread Christian Hammond
useful to you, feel free to follow the reviewboard user. Also, by request, I've created a Review Board group on LinkedIn. Hopefully some will find it useful. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. --~--~-~--~~~---~--~~ You received

Re: Using with remote git repository?

2008-12-12 Thread Christian Hammond
to write it. If you'd like to help with this, we can provide assistance where possible, or you could wait for us to implement it (likely sometime before 1.0). Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Thu, Dec 11, 2008 at 2:06 AM, Tomash tome...@o2.pl wrote: Hello

Re: New SCMTools fot PVCS repository

2008-12-15 Thread Christian Hammond
Yeah, sadly there's no docs right now. I'm actually writing a whole bunch of admin docs, and then doing a user manual. If I'm not completely burnt out on that, I can try for some better developer docs, but if anyone else wants to write a quick guide, you're welcome to :) Christian -- Christian

Re: Bzr as RCS Tool

2008-12-15 Thread Christian Hammond
There's a review request that was just put up today that addresses this. I'll be looking into it tonight or tomorrow. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Dec 15, 2008 at 8:27 PM, Kevin Kubasik ke...@kubasik.net wrote: So I am having some problems

Re: HTTPS support for login

2008-12-16 Thread Christian Hammond
Yeah, apache-ssl would work fine. We use whatever transport mechanism the web server is set to use. So if you have HTTPS configured for the site, it should just work for Review Board. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Dec 16, 2008 at 2:45 AM, KunalG

Re: Windows installation: Instructions to run using django dev server

2008-12-16 Thread Christian Hammond
what's not working with your Apache install/configuration and get that working. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Dec 16, 2008 at 3:36 PM, SamClark pimp.roc...@gmail.com wrote: Is it still possible to host review board using the django dev server

Re: Apache at 100% when searching

2008-12-16 Thread Christian Hammond
What version of Lucene are you using? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Dec 16, 2008 at 5:41 PM, Christian Hammond chip...@chipx86.comwrote: Hi Nithin. I saw the bug but I'm afraid I don't know what the cause would be. I have little experience

Re: Customization help

2008-12-17 Thread Christian Hammond
going to be a blocker, really. Why can't people use their dashboard to find these review requests? We may want to look at the core problem -- people not remembering the review request ID -- and figure out why this is a problem there. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc

Re: Apache at 100% when searching

2008-12-18 Thread Christian Hammond
From what I can tell, there's some deadlock bugs in PyLucene that they're looking into. Unfortunately, I don't know under what cases this is triggered, how to avoid it, or when it'll be fixed if it hasn't yet. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Thu, Dec 18

Re: Customization help

2008-12-18 Thread Christian Hammond
making? Perhaps some of it can make its way into Review Board in some form. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Thu, Dec 18, 2008 at 1:22 AM, KunalG kunal.gosw...@gmail.com wrote: well, I have already made some changes to review board, so may

Re: Off-line Usage.

2008-12-23 Thread Christian Hammond
for this right now. If you'd like to file a feature request, it'll help us to keep it in mind in the future, and if someone wants to take on this work, I'd be for that. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Fri, Dec 19, 2008 at 1:20 PM, Blake Winton bwin...@latte.ca wrote

Re: authentication problems when using the post-review script

2008-12-23 Thread Christian Hammond
What kind of auth backend is it using? Also, just to be sure, the debug output is showing the right Review Board server, right? Is there any non-alphanum characters in the username? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Dec 23, 2008 at 3:16 PM, Tino

New Review UI

2008-12-28 Thread Christian Hammond
or the diff viewer won't work correctly! And please let me know if you run into any major issues. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups reviewboard

Re: New Review UI

2008-12-28 Thread Christian Hammond
me know, glad to help. Testing environment: Django 9690 Djblets 11923 RB 1651 Opera 9.63 IE7 Server, browser and memcached are all cleared. Terry Zhong Thanks! We'll work to resolve these. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc

Re: Get the latest diff from command line using ReviewBoard API

2008-12-29 Thread Christian Hammond
-- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Dec 29, 2008 at 3:21 PM, Jothiram jothira...@gmail.com wrote: Hello Everyone, I'm running review board on Linux (with SVN) and wondering whether, through any Review Board API, is it possible to get the latest diff patch from a review

Re: New Review UI

2008-12-29 Thread Christian Hammond
This indicates your Djblets is out of date. Try to upgrade this and clear the server cache. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Dec 29, 2008 at 1:41 PM, ScottingItUp scottingi...@gmail.comwrote: Firebug is showing errors on: editable.inlineEditor

Re: Cannot enter text in popups

2008-12-29 Thread Christian Hammond
I'm not able to reproduce this, but I'll look into it further. Possibly a dumb question, but did you restart the server after grabbing the 20081229 build? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Dec 29, 2008 at 11:01 PM, Ibmurai j...@dansupport.dk wrote

Re: Cannot enter text in popups

2008-12-29 Thread Christian Hammond
Ah, well, that should do it then ;) I'll look into this more and report back. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Dec 29, 2008 at 11:17 PM, Ibmurai j...@dansupport.dk wrote: Yes, I did a: # reboot On 30 Dec., 08:08, Christian Hammond chip

Re: Cannot enter text in popups

2008-12-29 Thread Christian Hammond
be: .keydown(function(e) { e.stopPropagation(); }); Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Dec 29, 2008 at 11:19 PM, Christian Hammond chip...@chipx86.comwrote: Ah, well, that should do it then ;) I'll look into this more and report back

Re: Minor installation nuisance

2008-12-30 Thread Christian Hammond
You definitely don't want a settings_local.py in the installed directory. This belongs only in the site directory. Your Apache configuration should be taking care of this if you used the template in conf/. What does your PythonPath line say? Christian -- Christian Hammond - chip...@chipx86.com

Re: Minor installation nuisance

2008-12-30 Thread Christian Hammond
/ directory. Does the one in conf/ include @pythondir@ and such, or is it using the real paths? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Dec 30, 2008 at 3:16 AM, Christian Hammond chip...@chipx86.comwrote: You definitely don't want a settings_local.py

Re: creating multiple review requests for changes in one file

2008-12-30 Thread Christian Hammond
flexible environment. I have right now in my one checkout of Review Board some 6 or 7 development branches I'm doing work on. Git definitely has a learning curve, but in my opinion, it's very much worth it. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Dec 30, 2008 at 10

Re: Get the latest diff from command line using ReviewBoard API

2008-12-30 Thread Christian Hammond
Hi Jothiram, At the moment, there's no API for the raw diff. We could add it, certainly. If someone wanted to work on a patch for it, it'd probably be really easy. Feel free to file a feature request on this. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Dec 30

Re: GettingStarted Apache2, Ubuntu Server 8.10

2009-01-05 Thread Christian Hammond
Can you paste your latest Apache config, and show me any errors from the Apache log file that appear relevant? It's probably something simple that just needs to be fixed. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Jan 5, 2009 at 3:09 AM, Ryan sicapi

Re: automate rb-site install

2009-01-08 Thread Christian Hammond
Not yet but it's on my TODO list. If someone wants to help speed it along, I'll welcome a patch that adds parameters for each piece of data we need and a flag for telling it to automate. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Thu, Jan 8, 2009 at 3:34 PM, Rusty

  1   2   3   4   5   6   7   8   9   10   >