Re: Problem : A repository was not found at the specified path.

2011-10-05 Thread Mathias Schnydrig
On Tue, Oct 4, 2011 at 5:44 PM, Stephen Gallagher step...@gallagherhome.com
 wrote:

 On Tue, 2011-10-04 at 17:35 +0200, Mathias Schnydrig wrote:
  well now it went quite fast ;-)
 
  #= httpd_t ==
  allow httpd_t memcache_port_t:tcp_socket name_connect;
  allow httpd_t port_t:tcp_socket name_connect;
  allow httpd_t smtp_port_t:tcp_socket name_connect;


 Ok, that looks like a bug in the selinux-policy package. Could you
 please file that on the Red Hat Bugzilla (or CentOS bug tracker) against
 the selinux-policy package?

 Done


 In the meantime, you can add those changes to your local system policy
 manually by running (as root):

 audit2allow -a -M reviewboard
 semodule -i reviewboard.pp

 This will create and install a custom policy module to disable these
 SELinux denials. You should be good to go then.

 That worked, Thank you!

 --
 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

Re: LDAP configuration

2011-10-05 Thread Christian Hammond
Django purposefully doesn't fill in the password, as a security measure.

Christian

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


On Wed, Oct 5, 2011 at 1:56 AM, jack jack jais...@gmail.com wrote:

 Dear All,

 Could you please help me with your input.

 After adding entry ( Anonymous User Password:) in the LDAP configuration
 and save the configuration, but when i open the page again the password
 field got empty.

 If this is the bug then what should be the workaround for thisI got
 stuck now.

 Please extend your expert comments and help me with the solution...

 Regards,
 Jack


 On Mon, Oct 3, 2011 at 11:51 PM, jack jack jais...@gmail.com wrote:

 Hello Stephen,Chris,

 Here is my old custom method of authenticating through LDAP, I have taken
 these snippet from httpd.conf Please help me with these entries to configure
 LDAP in RB

 AuthType Basic
 AuthBasicProvider ldap
 AuthName Enter your Windows login (without domain qualifier)
 AuthzLDAPAuthoritative  off
 AuthzLDAPAuthoritative  on
 AuthLDAPBindDN CN=ldapquery,OU=Service Accounts,OU=Exception
 Accounts,DC=na,DC=xxware,DC=com
 AuthLDAPBindPassword $
 AuthLDAPURL ldap://
 nascmdc01.na.xxware.com:3268/dc=xxware,dc=com?sAMAccountName?sub?(memberOf=CN=pdpm,OU=Securityhttp://nascmdc01.na.xxware.com:3268/dc=xxware,dc=com?sAMAccountName?sub?%28memberOf=CN=pdpm,OU=SecurityGroups,OU=Group
  Accounts,DC=na,DC=xxware,DC=com)
 Require valid-user

 Appreciate your help.


 On Mon, Oct 3, 2011 at 11:29 PM, jack jack jais...@gmail.com wrote:

 Stephen,Chris,

 I have also seen in the scmtools/repository section when i save the user
 name and password, password field get empty but its password is present in
 the database.

 Anonymous User Password: field in the LDAP section after saving the page
 the password field got empty.

 Could you please provide me workaround for this issues, So that i can
 proceed further.

 Thanks again for your response.

 Regards,
 Jack




 On Mon, Oct 3, 2011 at 7:22 PM, Stephen Gallagher 
 step...@gallagherhome.com wrote:

 On Mon, 2011-10-03 at 19:09 +0530, jack jack wrote:
  I added following entries as suggested.
 
  Anonymous User Mask: uid=%s,CN=ldapquery,OU=Service
  Accounts,OU=Exception Accounts,DC=na,DC=companyname,DC=com

 Do not use %s. It must be a specific user.

  Anonymous User Password: password
 
  After saving the page the password field got empty.
 

 That sounds like a bug to me. Christian?

  Result: Not able to login using LDAP user: jackj
 
  Note: I am expecting once user jackj login into the RB it should have
  user id RB database. Please correct me if i am wrong
 
  In the reviewboard log i am getting error message as
 
  2011-10-03 06:29:59,909 - WARNING - LDAP error: {'desc': Can't
  contact LDAP server}

 Can't contact LDAP server usually means one of the following:

 1) The LDAP URI is incorrect. Check for typos. Also, it could mean that
 the LDAP server isn't running or listening on the specified port.

 2) The LDAP server requires encryption and you aren't allowing it (if
 the port is SSL-enabled, you need to use ldaps:// for the URI, not
 ldap://. If it's not SSL-enabled, you may need to enable TLS)

 3) If you were using encryption, it could be a bad certificate chain,
 and I don't think ReviewBoard allows you to manage this right now. It
 would require being able to specify a CA certificate for verification
 (or setting the validation to be permissive).

 --
 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


-- 
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: LDAP configuration

2011-10-05 Thread jack jack
Thats fine !! why the field is empty its should be marked as  * atleast

On Wed, Oct 5, 2011 at 3:21 PM, Christian Hammond chip...@chipx86.comwrote:

 Django purposefully doesn't fill in the password, as a security measure.


 Christian

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


 On Wed, Oct 5, 2011 at 1:56 AM, jack jack jais...@gmail.com wrote:

 Dear All,

 Could you please help me with your input.

 After adding entry ( Anonymous User Password:) in the LDAP configuration
 and save the configuration, but when i open the page again the password
 field got empty.

 If this is the bug then what should be the workaround for thisI got
 stuck now.

 Please extend your expert comments and help me with the solution...

 Regards,
 Jack


 On Mon, Oct 3, 2011 at 11:51 PM, jack jack jais...@gmail.com wrote:

 Hello Stephen,Chris,

 Here is my old custom method of authenticating through LDAP, I have taken
 these snippet from httpd.conf Please help me with these entries to configure
 LDAP in RB

 AuthType Basic
 AuthBasicProvider ldap
 AuthName Enter your Windows login (without domain qualifier)
 AuthzLDAPAuthoritative  off
 AuthzLDAPAuthoritative  on
 AuthLDAPBindDN CN=ldapquery,OU=Service Accounts,OU=Exception
 Accounts,DC=na,DC=xxware,DC=com
 AuthLDAPBindPassword $
 AuthLDAPURL ldap://
 nascmdc01.na.xxware.com:3268/dc=xxware,dc=com?sAMAccountName?sub?(memberOf=CN=pdpm,OU=Securityhttp://nascmdc01.na.xxware.com:3268/dc=xxware,dc=com?sAMAccountName?sub?%28memberOf=CN=pdpm,OU=SecurityGroups,OU=Group
  Accounts,DC=na,DC=xxware,DC=com)
 Require valid-user

 Appreciate your help.


 On Mon, Oct 3, 2011 at 11:29 PM, jack jack jais...@gmail.com wrote:

 Stephen,Chris,

 I have also seen in the scmtools/repository section when i save the user
 name and password, password field get empty but its password is present in
 the database.

 Anonymous User Password: field in the LDAP section after saving the page
 the password field got empty.

 Could you please provide me workaround for this issues, So that i can
 proceed further.

 Thanks again for your response.

 Regards,
 Jack




 On Mon, Oct 3, 2011 at 7:22 PM, Stephen Gallagher 
 step...@gallagherhome.com wrote:

 On Mon, 2011-10-03 at 19:09 +0530, jack jack wrote:
  I added following entries as suggested.
 
  Anonymous User Mask: uid=%s,CN=ldapquery,OU=Service
  Accounts,OU=Exception Accounts,DC=na,DC=companyname,DC=com

 Do not use %s. It must be a specific user.

  Anonymous User Password: password
 
  After saving the page the password field got empty.
 

 That sounds like a bug to me. Christian?

  Result: Not able to login using LDAP user: jackj
 
  Note: I am expecting once user jackj login into the RB it should have
  user id RB database. Please correct me if i am wrong
 
  In the reviewboard log i am getting error message as
 
  2011-10-03 06:29:59,909 - WARNING - LDAP error: {'desc': Can't
  contact LDAP server}

 Can't contact LDAP server usually means one of the following:

 1) The LDAP URI is incorrect. Check for typos. Also, it could mean that
 the LDAP server isn't running or listening on the specified port.

 2) The LDAP server requires encryption and you aren't allowing it (if
 the port is SSL-enabled, you need to use ldaps:// for the URI, not
 ldap://. If it's not SSL-enabled, you may need to enable TLS)

 3) If you were using encryption, it could be a bad certificate chain,
 and I don't think ReviewBoard allows you to manage this right now. It
 would require being able to specify a CA certificate for verification
 (or setting the validation to be permissive).

 --
 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


  --
 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 

Re: Problem : A repository was not found at the specified path.

2011-10-05 Thread Mathias Schnydrig
Hello Stephen

After my Bug report to CentOS bug tracker I got an answer from a developer:

The default selinux policy does not allow httpd to connect to a network
(svnServer.local / svn port).

httpd_can_network_connect -- off

So I think it would be a good idea to adapt the Installation Guide for
systems with SELinux enabled.

Mathias

On Wed, Oct 5, 2011 at 9:37 AM, Mathias Schnydrig
mathias.al...@gmail.comwrote:



 On Tue, Oct 4, 2011 at 5:44 PM, Stephen Gallagher 
 step...@gallagherhome.com wrote:

 On Tue, 2011-10-04 at 17:35 +0200, Mathias Schnydrig wrote:
  well now it went quite fast ;-)
 
  #= httpd_t ==
  allow httpd_t memcache_port_t:tcp_socket name_connect;
  allow httpd_t port_t:tcp_socket name_connect;
  allow httpd_t smtp_port_t:tcp_socket name_connect;


 Ok, that looks like a bug in the selinux-policy package. Could you
 please file that on the Red Hat Bugzilla (or CentOS bug tracker) against
 the selinux-policy package?

 Done


 In the meantime, you can add those changes to your local system policy
 manually by running (as root):

 audit2allow -a -M reviewboard
 semodule -i reviewboard.pp

 This will create and install a custom policy module to disable these
 SELinux denials. You should be good to go then.

 That worked, Thank you!

  --
 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

Re: Reviewboard LDAP configuration

2011-10-05 Thread jack jack
Dear All,

While trying to connect to LDAP user reviewboard logs say

WARNING - LDAP error: The specified object does not exist in the Directory
or provided invalid credentials: uid=jackj

But actually jackj is a valid credential.

Can someone help me whats is going wrong here.

-Jack

On Mon, Oct 3, 2011 at 5:54 PM, jack jack jais...@gmail.com wrote:

 Dear All,

 Had anybody successfully configured LDAP configuration in ReviewBoard. I am
 facing issue while doing so. When i try to login using LDAP user,

 Reviewboard log says error message as below

 WARNING - LDAP error: {'desc': Can't contact LDAP server}

 Please help me if you have any information,

 Here are some of the entries which are present in my RB server.

 LDAP Server: ldap://xxmdc01.na.xxxware.com:3269
 LDAP Base DN:DC=xxxware,DC=com
 Use TLS for authentication : Unchecked
 User Mask: uid=%s

 Thanks in advance.

 Jack




-- 
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: Reviewboard LDAP configuration

2011-10-05 Thread Stephen Gallagher
On Wed, 2011-10-05 at 17:31 +0530, jack jack wrote:
 Dear All,
 
 While trying to connect to LDAP user reviewboard logs say 
 
 WARNING - LDAP error: The specified object does not exist in the
 Directory or provided invalid credentials: uid=jackj
 
 But actually jackj is a valid credential.
 

Actually, the user mask should probably be:

uid=%s,DC=xxxware,DC=com

Or, depending on the layout of your server
uid=%s,cn=Accounts,DC=xxxware,DC=com

Or something like that. You probably need to ask your admin to tell you
what the full DN of a user looks like.

 Can someone help me whats is going wrong here.
 
 -Jack
 
 On Mon, Oct 3, 2011 at 5:54 PM, jack jack jais...@gmail.com wrote:
 Dear All,
 
 Had anybody successfully configured LDAP configuration in
 ReviewBoard. I am facing issue while doing so. When i try to
 login using LDAP user, 
 
 Reviewboard log says error message as below
 
 WARNING - LDAP error: {'desc': Can't contact LDAP server}
 
 Please help me if you have any information,
 
 Here are some of the entries which are present in my RB
 server.
 
 LDAP Server: ldap://xxmdc01.na.xxxware.com:3269
 LDAP Base DN:DC=xxxware,DC=com
 Use TLS for authentication : Unchecked
 User Mask: uid=%s
 
 Thanks in advance.
 
 Jack
 
 
 
 
 
 -- 
 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


Re: mod_python mandatory for reviewboard 1.6?

2011-10-05 Thread Sanjay Lal
Hi Christian, as suggested I am using http://server.us.oracle.com
and it works.
BTW, a very good product!

On Oct 5, 1:49 pm, Sanjay Lal sklqui...@gmail.com wrote:
 Thanks. My reviewboard install is working fine.

 Thanks all for your help!

 On Sep 21, 2:35 pm, Christian Hammond chip...@chipx86.com wrote:







  It looks like you've set this up for a virtual host install (
  reviews.hsgbu.com) but are accessing it like a subdirectory (sever.
  us.oracle.com). From the looks of it, http://server.us.oracle.com should
  work instead.

  Christian

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

  On Wed, Sep 21, 2011 at 11:32 AM,SanjayLal sklqui...@gmail.com wrote:
   Thanks Anton. These details are very helpful. I am making progress
   now. I am now able to use yum install mod_wsgi. I have enabled the
   mod_wsgi now.
   Now, After restarting http server, I am trying to access reviewboard
   from the URL http://server.us.oracle.com/reviews.hsgbu.com/ but
   geting 404 error. I am sure I am doing somethign wrong.. below is the
   debug info -

   ---
   Page not found (404)
   Request Method:         GET
   Request URL:    http://burhs40001v.us.oracle.com/reviews.hsgbu.com/

   Using the URLconf defined in djblets.util.rooturl, Django tried these
   URL patterns, in this order:

      ^ ^admin/
      ^ ^media/(?Ppath.*)$
      ^ ^account/
      ^ ^reports/
      ^ ^s/(?Plocal_site_name[A-Za-z0-9\-_.]+)/
      ^ ^$ [name='root']
      ^ ^api/
      ^ ^r/
      ^ ^dashboard/$ [name='dashboard']
      ^ ^users/$ [name='all-users']
      ^ ^users/(?Pusername[A-Za-z0-9@_\-\.]+)/$ [name='user']
      ^ ^users/(?Pusername[A-Za-z0-9@_\-\.]+)/infobox/$ [name='user-
   infobox']
      ^ ^groups/$ [name='all-groups']
      ^ ^groups/(?Pname[A-Za-z0-9_-]+)/$ [name='group']
      ^ ^groups/(?Pname[A-Za-z0-9_-]+)/members/$
   [name='group_members']
      ^ ^account/logout/$ [name='logout']

   The current URL, reviews.hsgbu.com/, didn't match any of these.

   You're seeing this error because you have DEBUG = True in your Django
   settings file. Change that to False, and Django will display a
   standard 404 page.

   ---

   Here is the contents of /etc/httpd/conf.d/apache-wsgi.conf -

   VirtualHost *:80
          ServerName burhs40001v.us.oracle.com
          DocumentRoot /usr/local/apache2/htdocs/reviews.hsgbu.com/
   htdocs

          # Error handlers
          ErrorDocument 500 /errordocs/500.html

          WSGIPassAuthorization On
          WSGIScriptAlias / /usr/local/apache2/htdocs/
   reviews.hsgbu.com/htdocs/reviewboard.wsgi

          Directory /usr/local/apache2/htdocs/reviews.hsgbu.com/
   htdocs
                  AllowOverride All
          /Directory

          # Alias static media requests to filesystem
          Alias /media /usr/local/apache2/htdocs/reviews.hsgbu.com/
   htdocs/media http://reviews.hsgbu.com/%0Ahtdocs/media
          Alias /errordocs /usr/local/apache2/htdocs/reviews.hsgbu.com/
   htdocs/errordocs http://reviews.hsgbu.com/%0Ahtdocs/errordocs
   ##      Alias /favicon.ico /usr/local/apache2/htdocs/
   reviews.hsgbu.com/htdocs/media/rbcommons/images/favicon.png

   Please let me know in case any other detail is needed.

   Thanks
  sanjay

   On Sep 21, 5:45 am, Anton Cohen an...@antoncohen.com wrote:
On Tue, Sep 20, 2011 at 9:18 PM,SanjayLal sklqui...@gmail.com wrote:
 [root ReviewBoard-1.6]# yum install mod_wsgi
 Loaded plugins: security
http://cheeseshop.python.org/pypi/ReviewBoard/repodata/repomd.xml:
 [Errno 14] HTTP Error 404: Not Found ()
 Trying other mirror.
 Error: Cannot retrieve repository metadata (repomd.xml) for
 repository: download_base. Please verify its path and try again

Is it really giving an error that mentions ReviewBoard when you are
trying to install an unrelated package? Did you modify anything in
/etc/yum.conf or /etc/yum.repos.d? It seems like you might have put a
Python pypi URL in a yum config.

Do this to list the repositories:
yum -v repolist

 I have set following
 http_proxy=www-proxy.us.oracle.com:80
 ftp_proxy=www-proxy.us.oracle.com:80
 secure_proxy=www-proxy.us.oracle.com:80

Here is how to setup yum through a proxy:
  http://www.centos.org/docs/5/html/yum/sn-yum-proxy-server.html

If a proxy is always required, it's probably best to do it in
yum.conf, instead of as an environment variable. If you do the env
method, don't forget to export http_proxy so it works outside your
shell.

If you are just playing around, maybe consider installing RB in
OpenShift. That way you won't have to do any of the Linux stuff, all
you have to do is git pull/push:

   https://github.com/openshift/reviewboard-example

-Anton

   --
   Want to 

Too many emails from ReviewBoard ?

2011-10-05 Thread Sanjay Lal
Hi,
Not sure if something doable but wanted to check anyway - My users are
receiving lot of emails fro ReviewBoard - for example, Requester1 adds
Revieer1 and Reviewer2  as reviewers. When Reviewer1 is publishing a
comments he is always copied in those emails. Is there a way we can
reduce the emails that are sent out (I believe a reviewer shouldn't be
copied on reviews he is doing, just the requester and other reviewers
should be sent emails).
In the admin-ui -- Email I have checked   Send e-mails for review
requests and reviews   and  Send e-mails when new users register an
account .

Any suggestions/ideas?

Thanks in advance for your time.

-- 
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


Integrating Eclipse with Review Board

2011-10-05 Thread Yves S. Garret
Is this doable?  Can I just right-click on a file and have it uploaded to
Review Board?  Or some other easy way to accomplish the same thing?

-- 
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: Too many emails from ReviewBoard ?

2011-10-05 Thread Kannaiyan Natesan
Did you make sure they are not part of Reviewers Group?
You can remove them from the group so they can receive individual emails.

On Wed, Oct 5, 2011 at 11:59 AM, Sanjay Lal sklqui...@gmail.com wrote:

 Hi,
 Not sure if something doable but wanted to check anyway - My users are
 receiving lot of emails fro ReviewBoard - for example, Requester1 adds
 Revieer1 and Reviewer2  as reviewers. When Reviewer1 is publishing a
 comments he is always copied in those emails. Is there a way we can
 reduce the emails that are sent out (I believe a reviewer shouldn't be
 copied on reviews he is doing, just the requester and other reviewers
 should be sent emails).
 In the admin-ui -- Email I have checked   Send e-mails for review
 requests and reviews   and  Send e-mails when new users register an
 account .

 Any suggestions/ideas?

 Thanks in advance for your time.

 --
 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




-- 
+1-650-605-3290
The best things in life are free

-- 
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: Issue 2049 in reviewboard: Filtering requests at least by fields Repository, Reviews, Submitter

2011-10-05 Thread reviewboard

Updates:
Status: Confirmed
Owner: chip...@gmail.com
Labels: Milestone-Release1.7 Component-Dashboard

Comment #4 on issue 2049 by chip...@gmail.com: Filtering requests at least  
by fields Repository, Reviews, Submitter

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

For what it's worth, I'd like this as well. Maybe for 1.7?

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@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 1359 in reviewboard: Diff fails for text file with non-ascii characters

2011-10-05 Thread reviewboard


Comment #10 on issue 1359 by omeye...@googlemail.com: Diff fails for text  
file with non-ascii characters

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

Review Board 1.6.1

I tried to upload a diff from a file with a subversion base directory that  
contains U+00E4 (ä) Latin small letter a with diaresis and get a similiar  
error. Therefore, I cannot post a review request.


To Reproduce:
 1. Add a folder Anwendungsfälle with a file Some.txt in your Subversion
 2. Change the file
 3. Try to post a review request for your change.

The problem seems very similar to the one posted here, but I do not  
understand whether a fix already exists.



--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@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 1750 in reviewboard: Unable to dd svn+ssh repository when host requires rsa cert auth disallows password auth

2011-10-05 Thread reviewboard


Comment #10 on issue 1750 by m.sahala...@gmail.com: Unable to dd svn+ssh  
repository when host requires rsa cert auth  disallows password auth

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

I have a similar issue, connectint svn+ssh correctly gets the public key,  
but then throws an authentication error. I can connect from command line.  
Was there a solution to this by any chance?


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@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 2316 in reviewboard: Review requests I create send email to myself.

2011-10-05 Thread reviewboard

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

New issue 2316 by si...@shoptap.it: Review requests I create send email to  
myself.

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

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?


What's the URL of the page containing the problem?


What steps will reproduce the problem?
1. Create a review.
2. You are emailed that you created a review.
3. This inbox noise is a waste of time. There should at least be a setting  
to turn off email to oneself.


What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@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 477 in reviewboard: Per reviewer email control

2011-10-05 Thread reviewboard


Comment #18 on issue 477 by trowb...@gmail.com: Per reviewer email control
http://code.google.com/p/reviewboard/issues/detail?id=477

Issue 2316 has been merged into this issue.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@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 2316 in reviewboard: Review requests I create send email to myself.

2011-10-05 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 477

Comment #1 on issue 2316 by trowb...@gmail.com: Review requests I create  
send email to myself.

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

(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-issues@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 2306 in reviewboard: No tracking for who closes/submitted reviews

2011-10-05 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 2187

Comment #2 on issue 2306 by trowb...@gmail.com: No tracking for who  
closes/submitted reviews

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

(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-issues@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 1359 in reviewboard: Diff fails for text file with non-ascii characters

2011-10-05 Thread reviewboard


Comment #11 on issue 1359 by jerb...@gmail.com: Diff fails for text file  
with non-ascii characters

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

Have a look at issue #2155. That one has been fixed and RBTools 0.4.0 will  
be released soon. You can have a look if the proposed fix for #2155 solves  
your issue, http://code.google.com/u/@WBJQRFRRBBdCWQR5/


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@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 2141 in reviewboard: Cannot generate docs from tarball release

2011-10-05 Thread reviewboard


Comment #2 on issue 2141 by meen6...@gmail.com: Cannot generate docs from  
tarball release

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

Same problem in ReviewBoard-1.6.1.tar.gz.  The problem is that the tarball  
is missing docs/manual/docs.db.  The file is in the download tag located at  
https://github.com/reviewboard/reviewboard/downloads.  When I copy just  
that one file to the release version, it builds successfully.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@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 2317 in reviewboard: accessing a site on a subdirectory fails(wsgi)

2011-10-05 Thread reviewboard

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

New issue 2317 by jonkei...@gmail.com: accessing a site on a subdirectory  
fails(wsgi)

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

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
1.6

What's the URL of the page containing the problem?
The review board as a whole

What steps will reproduce the problem?
1.install a review board site under wsgi on the apache server.
2.Add ServerPath and rewrite rules to the review conf file so /review/ will  
point to the wsgi script.(tried with different aliases)

3.restart the apache server and go to http://my-site/review/

What is the expected output? What do you see instead?
I expect to see the review board when I enter http://my-site/review
Instead I get page not found.

What operating system are you using? What browser?
Ubuntu 11.04, firefox, google chrome

Please provide any additional information below.
The main issue is that I have a bugzilla installation in the apache server  
and I can't allow the review board to be with the default configuration.
If you recommend the wsgi it would be helpful if you provided more  
troubleshooting information in your website


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@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 2318 in reviewboard: Random 'Diff currently unavailable.' message

2011-10-05 Thread reviewboard

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

New issue 2318 by katsnel...@gmail.com: Random 'Diff currently  
unavailable.' message

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

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running? 1.6.1


What's the URL of the page containing the problem? It is closed, sorry.


What steps will reproduce the problem?
1. Just do 'show diff'
2.
3.

What is the expected output? What do you see instead?
See the difference in files compared to the SVN.

What operating system are you using? What browser?
WinXP, SP3. Mozilla, latest.


Please provide any additional information below.
When I do show diff on some of the files this message comes up:
Diff currently unavailable.
Error: The patch  
to 'http://svn.sj.broadcom.com/svn/wlansvn/proj/trunk/src/tools/mfgc/src/infrastructure/wl_base.cc'  
didn't apply cleanly. The temporary files have been left  
in 'c:\temp\reviewboard.zxydnp' for debugging purposes. `patch` returned:  
patch:  Can't create file C:\Temp/ppz01948 : File exists

Details

Traceback (most recent call last):
   
File c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\views.py,  
line 217, in view_diff_fragment

file = get_requested_diff_file()
   
File c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\views.py,  
line 193, in get_requested_diff_file

get_chunks)
   
File c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\diffutils.py,  
line 1071, in get_diff_files

large_data=True)
   
File c:\python25\lib\site-packages\Djblets-0.6.11-py2.5.egg\djblets\util\misc.py,  
line 155, in cache_memoize

data = lookup_callable()
   
File c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\diffutils.py,  
line 1070, in lambda

enable_syntax_highlighting)),
   
File c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\diffutils.py,  
line 552, in get_chunks

new = get_patched_file(old, filediff)
   
File c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\diffutils.py,  
line 374, in get_patched_file

return patch(filediff.diff, buffer, filediff.dest_file)
   
File c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\diffutils.py,  
line 242, in patch

(filename, tempdir, patch_output))
Exception: The patch  
to 'http://svn.sj.broadcom.com/svn/wlansvn/proj/trunk/src/tools/mfgc/src/infrastructure/wl_base.cc'  
didn't apply cleanly. The temporary files have been left  
in 'c:\temp\reviewboard.zxydnp' for debugging purposes.
`patch` returned: patch:  Can't create file C:\Temp/ppz01948 : File  
exists


However, reloading the page can fix this particular problem. It may also  
show the same problem for a different file.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@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.