Re: Issue 1453 in reviewboard: Show pending reviews on the dashboard page

2012-07-27 Thread reviewboard


Comment #6 on issue 1453 by berto...@gmail.com: Show pending reviews on the  
dashboard page

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

I don't think using My Comments column for sorting sufficiently addresses  
the issue. There are multiple use cases where this falls short:
- I may comment on a review but still want to actively monitor it. Sorting  
by my comments will put this at the bottom and possibly on a different page.
- If you receive a lot of reviews that are sent to a whole group, often  
it's not a review that requires your attention.
- If changes are postponed or developers leave, reviews can be left open  
indefinitely.


Bug 1691 proposed the ideal solution. You could mark a review as archived,  
and it wouldn't show up in your dashboard again unless updates were made to  
it.


--
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 2687 in reviewboard: The comments dialog can't be moved or resized in IE

2012-07-27 Thread reviewboard

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

New issue 2687 by acidh...@gmail.com: The comments dialog can't be moved or  
resized in IE

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

What version are you running?
1.6.9. It also happens in 1.7.0 alpha 0

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

What steps will reproduce the problem?
1. Open the review comment dialog.
2. Click and drag the caption, any border, or the resize gripper

What is the expected output? What do you see instead?
Expected: The dialog is moved or resized.
Actual: Nothing happens.

What operating system are you using? What browser?
The bug happens in IE 9 on Win 7 and IE 10 on Win 8. It does not happen in  
Firefox 3.6.28.


--
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 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard


Comment #12 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for  
Subversion

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

I have reverted back to 1.6.9 on Ubuntu and that is working just fine. If  
others are running into the same issue described in this bug report, please  
post here and maybe we can gather enough information to see what is causing  
this problem. Thanks!


--
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 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard


Comment #13 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for  
Subversion

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

PythonDebug Off shouldn't be related.

I'm surprised the SetEnv calls didn't work.

I'm trying to reproduce this bug here, but haven't succeeded yet. We run  
unit tests nightly that cover SSH-backed SVN repositories, and haven't hit  
anything, and as I said, there's nothing in 1.6.10 that relates to this in  
any form. So, I'm really unsure of what's going on.


--
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 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard


Comment #14 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for  
Subversion

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

Just to be completely sure, the log files should be rbssh-pid.log in that  
directory.


--
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 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard


Comment #15 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for  
Subversion

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

One thing you could try (I know you reverted back now) is to run this  
manually, as Apache.



$ sudo -s
$ sudo -u apache2 -s
$ DEBUG_RBSSH=1 rbssh url from the log file

And just see what's outputted to the terminal.

--
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 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard


Comment #16 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for  
Subversion

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

Forgot a step. You'll need to set HOME to be /var/lib/reviewboard/data as  
well.


--
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 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard


Comment #17 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for  
Subversion

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

I still have the virtual machine that is running 1.6.10 and is broken so I  
was able to generate the following output using the method you described.


/usr/local/lib/python2.6/dist-packages/pycrypto-2.3-py2.6-linux-x86_64.egg/Crypto/Util/randpool.py:40:  
RandomPool_DeprecationWarning:  
This application uses RandomPool, which is  
BROKEN in older releases.  See http://www.pycrypto.org/randpool-broken

  RandomPool_DeprecationWarning)
Traceback (most recent call last):
  File /usr/local/bin/rbssh, line 9, in module
load_entry_point('ReviewBoard==1.6.10', 'console_scripts', 'rbssh')()
  File /usr/lib/python2.6/dist-packages/pkg_resources.py, line 299, in  
load_entry_point

return get_distribution(dist).load_entry_point(group, name)
  File /usr/lib/python2.6/dist-packages/pkg_resources.py, line 2229, in  
load_entry_point

return ep.load()
  File /usr/lib/python2.6/dist-packages/pkg_resources.py, line 1948, in  
load

entry = __import__(self.module_name, globals(),globals(), ['__name__'])
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.10-py2.6.egg/reviewboard/cmdline/rbssh.py,  
line 42, in module

from reviewboard.scmtools import sshutils
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.10-py2.6.egg/reviewboard/scmtools/sshutils.py,  
line 8, in module

from reviewboard.scmtools.errors import AuthenticationError, \
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.10-py2.6.egg/reviewboard/scmtools/errors.py,  
line 4, in module

from djblets.util.templatetags.djblets_utils import humanize_list
   
File /usr/local/lib/python2.6/dist-packages/Djblets-0.6.21-py2.6.egg/djblets/util/templatetags/djblets_utils.py,  
line 31, in module

from django.contrib.auth.models import AnonymousUser, User
   
File /usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/contrib/auth/models.py,  
line 7, in module

from django.db import models
   
File /usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/__init__.py,  
line 14, in module

if not settings.DATABASES:
   
File /usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/utils/functional.py,  
line 276, in __getattr__

self._setup()
   
File /usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/conf/__init__.py,  
line 40, in _setup
raise ImportError(Settings cannot be imported, because environment  
variable %s is undefined. % ENVIRONMENT_VARIABLE)
ImportError: Settings cannot be imported, because environment variable  
DJANGO_SETTINGS_MODULE is undefined.



--
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 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-27 Thread reviewboard

Updates:
Status: Confirmed
Owner: chip...@gmail.com
Labels: Component-SCMTools

Comment #18 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for  
Subversion

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

Now that is interesting, and gets us much further. While I don't know why  
I'm not hitting it, I think I can come up with a repro case for 1.6.11 now.


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