LDAP Authentication method option not available

2012-10-09 Thread shravanthi s
Hi,
I am facing an issue with LDAP option not available in Authentication 
method. There are only two authentication methods available in drop 
down.(Standard Registration and Legacy Authentication module.
 Actually I had successfully configured LDAP and it was working fine (I am 
using version 1.6.5). However I had an isssue with uploading jpeg images so 
I uninstalled PIL and did some modifications to setup.py (JPEG_ROOT = 
"/usr/lib") and reinstalled PIL along with libjpeg-devel. I was able to 
upload jpeg images.
 
However a new issue popped up, my LDAP configuration was gone and when i 
checked Authentication settings, there was no LDAP option at all! Not sure 
what went wrong. Would an upgrade of Review Board resolve the issue? 

Appreciate your help..

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: There are only two Authentication method available.

2012-10-09 Thread shravanthi s
I am facing a similar issue. Actually I had successfully configured LDAP 
and it was working fine (I am using version 1.6.5). However I had an issue 
with uploading jpeg images so I uninstalled PIL and did some modifications 
to setup.py (JPEG_ROOT = "/usr/lib") and reinstalled PIL along with 
libjpeg-devel. I was able to upload jpeg images.

 However a new issue popped up, my LDAP configuration was gone and when i 
checked Authentication settings, there was no LDAP option at all! Only two 
authentication methods were available. Not sure what went wrong. Would an 
upgrade of Review Board resolve the issue? Appreciate your help..

On Tuesday, 2 October 2012 02:15:14 UTC+5:30, Christian Hammond wrote:
>
> Running 'easy_install ReviewBoard' won't actually do much of anything. 
> You'd need to pass -U to do an upgrade.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Sat, Sep 29, 2012 at 12:32 AM, 周培青 >wrote:
>
>> Hi Christian,
>>
>> I remember I used easy_install and I tried running easy_install 
>> ReviewBoard command again and got below information,
>> >> easy_install ReviewBoard
>> Searching for ReviewBoard
>> Best match: ReviewBoard 1.6.11
>> Processing ReviewBoard-1.6.11-py2.6.egg
>> ReviewBoard 1.6.11 is already the active version in easy-install.pth
>> Installing rb-site script to /usr/bin
>> Installing rbssh script to /usr/bin
>>
>> Using /usr/lib/python2.6/site-packages/ReviewBoard-1.6.11-py2.6.egg
>> Processing dependencies for ReviewBoard
>> Finished processing dependencies for ReviewBoard
>>
>> Any ideas...
>>
>> 在 2012年9月22日星期六UTC+8上午7时12分04秒,Christian Hammond写道:
>>>
>>> How did you install Review Board? It looks like the registrations are 
>>> missing, which indicates you may have used pip or something, instead of 
>>> easy_install.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>>
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Fri, Sep 21, 2012 at 1:37 AM, 周培青  wrote:
>>>
  Hi all,

 I installed ReviewBoard 1.6.11 on CentOS and I was trying to enable 
 LDAP as authentication method, but I cannot even select LDAP from the 
 Authentication Method dropdown in Authentication --> Authentication 
 Settings tab, see the attached screenshot.

 What's going on...

 I would be very appreciate for your help.

  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/**donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@**
 googlegroups.com

 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=en

>>>
>>>  -- 
>> Want to help the Review Board project? Donate today at 
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to 
>> reviewboard...@googlegroups.com 
>> For more options, visit this group at 
>> http://groups.google.com/group/reviewboard?hl=en
>>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: How to set svn diff --force ?

2012-10-09 Thread Pine
Wow that's super nice! I'm looking forward to it!

Btw, any sense of time estimation of 1.7.0? :P

Pine

On Wednesday, October 10, 2012 10:52:03 AM UTC+8, Christian Hammond wrote:
>
> Okay, in that case you do for now.
>
> The good news is that this use case is something we're going to be 
> focusing on going forward. We have work in progress for uploading non-code 
> files along with a diff, and are building review UI functionality for a 
> couple different file types. Parts of this will land in 1.7.0, and other 
> parts in 1.7.x. So a solution *is* coming :)
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Tue, Oct 9, 2012 at 7:39 PM, Pine  >wrote:
>
>> Hi Christian,
>>
>> Ya that kind of works. But the initial idea is, we'd like to automate 
>> this workflow. Since we're trying to do the similar thing as code review in 
>> design team, which is reviewing the source files, we want to try to make 
>> the workflow similar to dev team, e.g. auto posting review request when 
>> source files are committed.
>>
>> So seems I have to work on the meta file now.
>>
>> Pine
>>
>>
>> On Wednesday, October 10, 2012 4:21:37 AM UTC+8, Christian Hammond wrote:
>>
>>> Hi Pine,
>>>
>>> If you just want some images up for review, then don't bother with a 
>>> diff. Just create a new review request that isn't tied to a repository, and 
>>> drag-and-drop them into the review request (assuming a modern enough 
>>> browser), or click Upload Screenshot.
>>>
>>> Reviewers will be able to make comments right on the image.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>>
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Tue, Oct 9, 2012 at 5:10 AM, Pine Du  wrote:
>>>
  Hi there,

 We're trying to install review board for graphic artists as well, as 
 the tool to post comments on each other's source files, and we found that 
 there won't be any diff for non-textual file changes. But we also saw that 
 if we set: svn diff --force there will be some diff generated. We just 
 cannot find where to set this in hook of review board.

 So I wonder, is there any way to set it in the hook?

 If not I think to generate a meta file for each binary file is the best 
 way to do this.

 Thanks,
 Pine

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/**donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@**
 googlegroups.com

 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=en

>>>
>>>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: How to set svn diff --force ?

2012-10-09 Thread Christian Hammond
Okay, in that case you do for now.

The good news is that this use case is something we're going to be focusing
on going forward. We have work in progress for uploading non-code files
along with a diff, and are building review UI functionality for a couple
different file types. Parts of this will land in 1.7.0, and other parts in
1.7.x. So a solution *is* coming :)

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Oct 9, 2012 at 7:39 PM, Pine  wrote:

> Hi Christian,
>
> Ya that kind of works. But the initial idea is, we'd like to automate this
> workflow. Since we're trying to do the similar thing as code review in
> design team, which is reviewing the source files, we want to try to make
> the workflow similar to dev team, e.g. auto posting review request when
> source files are committed.
>
> So seems I have to work on the meta file now.
>
> Pine
>
>
> On Wednesday, October 10, 2012 4:21:37 AM UTC+8, Christian Hammond wrote:
>
>> Hi Pine,
>>
>> If you just want some images up for review, then don't bother with a
>> diff. Just create a new review request that isn't tied to a repository, and
>> drag-and-drop them into the review request (assuming a modern enough
>> browser), or click Upload Screenshot.
>>
>> Reviewers will be able to make comments right on the image.
>>
>> Christian
>>
>> --
>> Christian Hammond - chi...@chipx86.com
>>
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Tue, Oct 9, 2012 at 5:10 AM, Pine Du  wrote:
>>
>>>  Hi there,
>>>
>>> We're trying to install review board for graphic artists as well, as the
>>> tool to post comments on each other's source files, and we found that there
>>> won't be any diff for non-textual file changes. But we also saw that if we
>>> set: svn diff --force there will be some diff generated. We just cannot
>>> find where to set this in hook of review board.
>>>
>>> So I wonder, is there any way to set it in the hook?
>>>
>>> If not I think to generate a meta file for each binary file is the best
>>> way to do this.
>>>
>>> Thanks,
>>> Pine
>>>
>>> --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/**donate/
>>> Happy user? Let us know at 
>>> http://www.reviewboard.org/**users/
>>> -~--~~~~--**~~--~--~---
>>> To unsubscribe from this group, send email to reviewboard...@**
>>> googlegroups.com
>>>
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>>
>>
>>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: How to set svn diff --force ?

2012-10-09 Thread Pine
Hi Christian,

Ya that kind of works. But the initial idea is, we'd like to automate this 
workflow. Since we're trying to do the similar thing as code review in 
design team, which is reviewing the source files, we want to try to make 
the workflow similar to dev team, e.g. auto posting review request when 
source files are committed.

So seems I have to work on the meta file now.

Pine

On Wednesday, October 10, 2012 4:21:37 AM UTC+8, Christian Hammond wrote:
>
> Hi Pine,
>
> If you just want some images up for review, then don't bother with a diff. 
> Just create a new review request that isn't tied to a repository, and 
> drag-and-drop them into the review request (assuming a modern enough 
> browser), or click Upload Screenshot.
>
> Reviewers will be able to make comments right on the image.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Tue, Oct 9, 2012 at 5:10 AM, Pine Du >wrote:
>
>> Hi there,
>>
>> We're trying to install review board for graphic artists as well, as the 
>> tool to post comments on each other's source files, and we found that there 
>> won't be any diff for non-textual file changes. But we also saw that if we 
>> set: svn diff --force there will be some diff generated. We just cannot 
>> find where to set this in hook of review board.
>>
>> So I wonder, is there any way to set it in the hook?
>>
>> If not I think to generate a meta file for each binary file is the best 
>> way to do this.
>>
>> Thanks,
>> Pine
>>
>> -- 
>> Want to help the Review Board project? Donate today at 
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to 
>> reviewboard...@googlegroups.com 
>> For more options, visit this group at 
>> http://groups.google.com/group/reviewboard?hl=en
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: How to set svn diff --force ?

2012-10-09 Thread Christian Hammond
Hi Pine,

If you just want some images up for review, then don't bother with a diff.
Just create a new review request that isn't tied to a repository, and
drag-and-drop them into the review request (assuming a modern enough
browser), or click Upload Screenshot.

Reviewers will be able to make comments right on the image.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Oct 9, 2012 at 5:10 AM, Pine Du  wrote:

> Hi there,
>
> We're trying to install review board for graphic artists as well, as the
> tool to post comments on each other's source files, and we found that there
> won't be any diff for non-textual file changes. But we also saw that if we
> set: svn diff --force there will be some diff generated. We just cannot
> find where to set this in hook of review board.
>
> So I wonder, is there any way to set it in the hook?
>
> If not I think to generate a meta file for each binary file is the best
> way to do this.
>
> Thanks,
> Pine
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

How to set svn diff --force ?

2012-10-09 Thread Pine Du
Hi there,

We're trying to install review board for graphic artists as well, as the 
tool to post comments on each other's source files, and we found that there 
won't be any diff for non-textual file changes. But we also saw that if we 
set: svn diff --force there will be some diff generated. We just cannot 
find where to set this in hook of review board.

So I wonder, is there any way to set it in the hook?

If not I think to generate a meta file for each binary file is the best way 
to do this.

Thanks,
Pine

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Exchange server for email

2012-10-09 Thread Christian Hammond
Hi,

You can use its SMTP server to send mail.

Christian


On Oct 9, 2012, at 4:52, kvr  wrote:

> Hi,
> 
> Can exchange server be used to configure email in Review board?
> -- 
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Exchange server for email

2012-10-09 Thread kvr
Hi,

Can exchange server be used to configure email in Review board?

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en