Re: Issue 2541 in reviewboard: cannot publish or discard.

2012-03-21 Thread reviewboard

Updates:
Status: UnableToReproduce

Comment #3 on issue 2541 by chip...@gmail.com: cannot publish or discard.
http://code.google.com/p/reviewboard/issues/detail?id=2541

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



Issue 2543 in reviewboard: Issue status not updated properly on page refresh/revisit

2012-03-21 Thread reviewboard

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

New issue 2543 by bcel...@gmail.com: Issue status not updated properly on  
page refresh/revisit

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

What version are you running?
1.6.4.1

What's the URL of the page containing the problem?
/r/id

What steps will reproduce the problem?
1. Find a review with an opened issue (drop/resolve buttons available).
2. Click resolve or drop.
3. Refresh page (F5).
4. The modified issue still has drop/resolve buttons available.
5. Refresh All (Ctrl+F5 or Shift+F5).
6. The Issue is now resolved.

What is the expected output? What do you see instead?
The status of the issue should have been shown correctly after step 3  
(normal refresh, or normal re-visit of the page).


What operating system are you using? What browser?
Windows/Linux, Firefox/Chromium/Chrome.


--
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 2490 in reviewboard: After installation in Windows Server 2003, reviewboard can not run!!!

2012-03-21 Thread reviewboard


Comment #16 on issue 2490 by sudharsa...@gmail.com: After installation in  
Windows Server 2003, reviewboard can not run!!!

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

Thanks a lot bruce...@gmail.com . I was able to make Review Board work with  
your installer. :)


--
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 2490 in reviewboard: After installation in Windows Server 2003, reviewboard can not run!!!

2012-03-21 Thread reviewboard


Comment #17 on issue 2490 by cpsud...@gmail.com: After installation in  
Windows Server 2003, reviewboard can not run!!!

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

Thanks a lot bruce...@gmail.com . I was able get Review Board running with  
your installer. :)


--
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 2544 in reviewboard: HTTP 500 when performing search

2012-03-21 Thread reviewboard

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

New issue 2544 by lukasz.k...@gmail.com: HTTP 500 when performing search
http://code.google.com/p/reviewboard/issues/detail?id=2544

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

What's the URL of the page containing the problem?
/reviewboard/r/search/?q=test

What steps will reproduce the problem?
1. Enter any phrase to the search field
2. HTTP 500 will occur with following error in log file:

Traceback (most recent call last):

   
File /usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/handlers/base.py,  
line 111, in get_response

response = callback(request, *callback_args, **callback_kwargs)

   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.4.1-py2.7.egg/reviewboard/accounts/decorators.py,  
line 21, in _check

return view_func(*args, **kwargs)

   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.4.1-py2.7.egg/reviewboard/reviews/views.py,  
line 1115, in search

for hit in searcher.search(parser.parse(query))]

TypeError: Documentstored/uncompressed,omitNormsid:1015

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

Search result or information, that no results were found.

What operating system are you using? What browser?

Ubuntu 11.10
Chrome 17.0.963.79

Please provide any additional information below.

pylucene version: 2.3.1-1.1ubuntu2

--
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 2545 in reviewboard: Review Board does not understand patches that span directories included via svn:externals

2012-03-21 Thread reviewboard

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

New issue 2545 by bill...@gmail.com: Review Board does not understand  
patches that span directories included via svn:externals

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

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

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

/reviewboard/r/new/

What steps will reproduce the problem?
1. Create a directory in subversion, /a/
2. Create a directory in subversion, /b/
3. In /a/, create a subversion property ^/b b, so that /b/ is included as  
/a/b/

4. Create and 'svn add' two files, /a/a.txt, /a/b/b.txt.
5. Create a patch from /a/, containint those two files.
6. Submit the patch using New Review Request

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

The expected output is to create a review as if /a/b/ had been a normal  
directory.  Instead, an error message is displayed: The  
file 'https://svnserver/svn/a/b/b.txt' (r12345) could not be found in the  
repository


What operating system are you using? What browser?

n/a

Please provide any additional information below.

n/a

--
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 2545 in reviewboard: Review Board does not understand patches that span directories included via svn:externals

2012-03-21 Thread reviewboard


Comment #1 on issue 2545 by bill...@gmail.com: Review Board does not  
understand patches that span directories included via svn:externals

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

Sorry, step 3 should read

3. In /a/, create a subversion svn:externals property ^/b b, so that  
/b/ is included as /a/b/


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