Re: Issue 1583 in reviewboard: Review Board doesn't work with private Mercurial repositories

2010-05-07 Thread reviewboard


Comment #2 on issue 1583 by chipx86: Review Board doesn't work with private  
Mercurial repositories

http://code.google.com/p/reviewboard/issues/detail?id=1583

Looks like nothing's happening on their end to fix this. I'll need to get a  
private

bitbucket account I can play with in order to figure out a fix for this.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1133 in reviewboard: API to obtain reviews for the logged in user

2010-05-07 Thread reviewboard

Updates:
Status: Fixed
Owner: chipx86

Comment #3 on issue 1133 by chipx86: API to obtain reviews for the logged  
in user

http://code.google.com/p/reviewboard/issues/detail?id=1133

The API in 1.0.x supports this through
/api/json/reviewrequests/from/user//, and the new one in 1.5 will  
support

this through /api/review-requests/?from-users=

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1641 in reviewboard: Required LDAP OPT_REFERRALS option

2010-05-07 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 1641 by chipx86: Required LDAP OPT_REFERRALS option
http://code.google.com/p/reviewboard/issues/detail?id=1641

What does this option do? I don't know LDAP well enough to know if it would  
break

other people.

For patches, we require that the patch be submitted to
http://reviews.reviewboard.org/. A full file doesn't help us much as the  
in-tree

version may have changed and finding out what's new in the file is hard.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 1641 in reviewboard: Required LDAP OPT_REFERRALS option

2010-05-07 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 1641 by bryan.weingarten: Required LDAP OPT_REFERRALS option
http://code.google.com/p/reviewboard/issues/detail?id=1641

I'm using version 1.5 beta 1 and I'm using authentication to our corporate
LDAP server.  I had to add an LDAP option to make it work.

File: ReviewBoard-1.5beta1-py2.6.egg/reviewboard/accounts/backends.py

Methods: LDAPBackend.authenticate and LDAPBackend.get_or_create_user

Both of these methods call this ldap method:

ldapo = ldap.initialize(settings.LDAP_URI)

But in our case, we require OPT_REFERRALS to be set:

ldapo = ldap.initialize(settings.LDAP_URI)
ldapo.set_option(ldap.OPT_REFERRALS, 0)

If adding this option doesn't break anyone else, then I recommend just
adding it.  If it's an option that others can't use, then please make this
an LDAP configuration option so I won't have to patch the code every  
release.


Bryan



Attachments:
backends.py  13.9 KB

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1586 in reviewboard: linkify is not enabled for Description and Testing Done if you don't own the review request

2010-05-07 Thread reviewboard

Updates:
Labels: EasyFix

Comment #2 on issue 1586 by chipx86: linkify is not enabled for Description  
and Testing Done if you don't own the review request

http://code.google.com/p/reviewboard/issues/detail?id=1586

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1605 in reviewboard: rb-site should auto-install necessary dependencies

2010-05-07 Thread reviewboard

Updates:
Labels: -Milestone-Release1.5 Milestone-Release1.6

Comment #1 on issue 1605 by chipx86: rb-site should auto-install necessary  
dependencies

http://code.google.com/p/reviewboard/issues/detail?id=1605

Pushing out to 1.6.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1594 in reviewboard: Request for reviews to show creation date.

2010-05-07 Thread reviewboard

Updates:
Status: PendingReview

Comment #3 on issue 1594 by chipx86: Request for reviews to show creation  
date.

http://code.google.com/p/reviewboard/issues/detail?id=1594

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1571 in reviewboard: Diff-Upload UI: Base Path field too narrow

2010-05-07 Thread reviewboard

Updates:
Status: Confirmed
	Labels: -Priority-Medium Priority-Low Milestone-Release1.5 EasyFix  
Usability


Comment #2 on issue 1571 by chipx86: Diff-Upload UI:  Base Path field too  
narrow

http://code.google.com/p/reviewboard/issues/detail?id=1571

We'll continue to leave it as a text field. It's worth bumping the width  
though.


--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1539 in reviewboard: 'WatchedGroupDataGrid' object has no attribute 'counts'

2010-05-07 Thread reviewboard

Updates:
Status: Confirmed
Labels: Component-Dashboard

Comment #1 on issue 1539 by chipx86: 'WatchedGroupDataGrid' object has no  
attribute 'counts'

http://code.google.com/p/reviewboard/issues/detail?id=1539

This should be fixed in the in-development beta 2. Will check soon.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1586 in reviewboard: linkify is not enabled for Description and Testing Done if you don't own the review request

2010-05-07 Thread reviewboard

Updates:
Status: Confirmed
Labels: Milestone-Release1.5 Component-Reviews

Comment #1 on issue 1586 by chipx86: linkify is not enabled for Description  
and Testing Done if you don't own the review request

http://code.google.com/p/reviewboard/issues/detail?id=1586

Should check to see if this is broken on 1.0.x too.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1604 in reviewboard: Add doctest to the list of supported extensions for pygments

2010-05-07 Thread reviewboard

Updates:
Status: ThirdParty

Comment #1 on issue 1604 by chipx86: Add doctest to the list of supported  
extensions for pygments

http://code.google.com/p/reviewboard/issues/detail?id=1604

This request would have to be made to Pygments. We have no control over  
their file

registration.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.