Re: Issue 2524 in reviewboard: email is no response

2013-04-18 Thread reviewboard


Comment #12 on issue 2524 by fuye@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

i am facing the same problem ,and i tried to change headers['From'] =  
from_email to  headers['From'] = sender,but it still not work,the error  
log still shows that SMTPDataError: (550, '5.7.1 Client does not have  
permissions to send as this sender')


but the default user can send the email successfully and others can not.
i remember that everyone can send the request email before the  email  
server upgrate,and now we login in email server with username  
like username rather than usern...@example.com before


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Issue 2955 in reviewboard: Better management of incoming review requests, specifically the option to hide requests I've reviewed until they are updated

2013-04-18 Thread reviewboard

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

New issue 2955 by coble...@gmail.com: Better management of incoming review  
requests, specifically the option to hide requests I've reviewed until they  
are updated

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

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this enhancement request!

What version are you running?

1.6.1

Describe the enhancement and the motivation for it.

I find trying to manage the list of Incoming Reviews on the Dashboard to be  
a frustrating experience.  It is very difficult for me to determine what  
reviews I've looked at and which ones I need to look at.  It would be nice  
if I could have the option to mark a review as completed as a reviewer to  
hide it from my Incoming Review Requests until such time as a change were  
made to the review request.  That would allow me to mark things as done and  
make my Incoming Review Requests a real TODO list.


In a more concrete example, if four people send me a request and I look at  
3 of them, it would be nice if there were a way for me 3 of them as done  
and have a list view that only showed me the 1 I had not yet looked at, at  
least until one of the first 3 were updated.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2347 in reviewboard: Cache backend UI in admin settings is error-prone and can break access to site.

2013-04-18 Thread reviewboard


Comment #4 on issue 2347 by pierre.e...@gmail.com: Cache backend UI in  
admin settings is error-prone and can break access to site.

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

I am getting the same error (I use a release prior to this fix). What needs  
to be changed in the database in order to recover from this state? Thanks


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2347 in reviewboard: Cache backend UI in admin settings is error-prone and can break access to site.

2013-04-18 Thread reviewboard


Comment #5 on issue 2347 by chip...@gmail.com: Cache backend UI in admin  
settings is error-prone and can break access to site.

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

If you can reach the General Settings page, then you should be able to  
change the URI there. Otherwise, if it's that old a version now, you'll  
need to do the following:


$ rb-site manage /path/to/site shell

from djblets.siteconfig.models import SiteConfiguration
siteconfig = SiteConfiguration.objects.get_current()
siteconfig.set('cache_backend', 'proper Django cache backend URI')
siteconfig.save()


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2955 in reviewboard: Better management of incoming review requests, specifically the option to hide requests I've reviewed until they are updated

2013-04-18 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 2894

Comment #1 on issue 2955 by trowb...@gmail.com: Better management of  
incoming review requests, specifically the option to hide requests I've  
reviewed until they are updated

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

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2894 in reviewboard: Archive reviews

2013-04-18 Thread reviewboard


Comment #2 on issue 2894 by trowb...@gmail.com: Archive reviews
http://code.google.com/p/reviewboard/issues/detail?id=2894

Issue 2955 has been merged into this issue.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.