Issue 1072 in reviewboard: HTTPS Subversion repositories don't work with Review Board

2009-10-19 Thread codesite-noreply


Comment #27 on issue 1072 by yunshan.di: HTTPS Subversion repositories  
don't work with Review Board
http://code.google.com/p/reviewboard/issues/detail?id=1072

I'm still trying to find solution for the issue, unfortunately...

I found another webapp(in python), which is similar to Review Board, and it  
solved
the problem about the https authentication support.

attached here for reference.
ref: http://transifex.org/browser/transifex/vcs/lib/types/svn.py?rev=946%
3Ae2782e83e8dd

Attachments:
svn.py  7.0 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1125 in reviewboard: server port number is missing in review request email

2009-10-19 Thread codesite-noreply


Comment #7 on issue 1125 by schettino72: server port number is missing in  
review request email
http://code.google.com/p/reviewboard/issues/detail?id=1125

works for me :)
thanks a lot!

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1072 in reviewboard: HTTPS Subversion repositories don't work with Review Board

2009-10-19 Thread codesite-noreply


Comment #28 on issue 1072 by yunshan.di: HTTPS Subversion repositories  
don't work with Review Board
http://code.google.com/p/reviewboard/issues/detail?id=1072

I'm still trying to find solution for the issue, unfortunately...

I found another webapp(in python), which is similar to Review Board in  
dealing with
access to SVN repository, and it solved
the problem about the https authentication support.

Attached source code here for further reference.
ref: http://transifex.org/browser/transifex/vcs/lib/types/svn.py?rev=946%
3Ae2782e83e8dd

Wish it be useful to solved the issue.

Attachments:
svn.py  7.0 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

2009-10-19 Thread codesite-noreply

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

New issue 1359 by pinge...@yahoo.com: Diff fails for text file with  
non-ascii characters
http://code.google.com/p/reviewboard/issues/detail?id=1359

What version are you running?

Review board 1.0 on Python 2.4

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

http://omitted/reviews/r/658/diff/#index_header

What steps will reproduce the problem?
1. Create a text file containing the byte 0xED (in Windows, Alt+0237)
This character corresponds to the latin small letter i with acute in
the Windows Western encoding.
2. Check this into source control
3. Edit the file to replace this character with a lowercase 'i'
4. Post the change to review board
5. Attempt to view the diff

(This actually happened to me today -- I was trying to fix a source file
that had this non-ascii, non utf-8 character in a docstring)

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

I would expect to see a diff, possibly with invalid characters replaced by
hexadecimal representations.

Instead I get the following traceback:

'ascii' codec can't decode byte 0xc3 in position 26: ordinal not in  
range(128)

Traceback (most recent call last):
   File
/usr/lib/python2.4/site-packages/ReviewBoard-1.0-py2.4.egg/reviewboard/diffviewer/views.py,
line 152, in view_diff
 interdiffset, highlighting, True)
   File
/usr/lib/python2.4/site-packages/ReviewBoard-1.0-py2.4.egg/reviewboard/diffviewer/diffutils.py,
line 623, in get_diff_files
 large_data=True)
   File
/usr/lib/python2.4/site-packages/Djblets-0.5-py2.4.egg/djblets/util/misc.py,
line 143, in cache_memoize
 data = lookup_callable()
   File
/usr/lib/python2.4/site-packages/ReviewBoard-1.0-py2.4.egg/reviewboard/diffviewer/diffutils.py,
line 622, in lambda
 enable_syntax_highlighting),
   File
/usr/lib/python2.4/site-packages/ReviewBoard-1.0-py2.4.egg/reviewboard/diffviewer/diffutils.py,
line 434, in get_chunks
 a[i1:i2], b[j1:j2], oldlines, newlines)
   File
/usr/lib/python2.4/site-packages/ReviewBoard-1.0-py2.4.egg/reviewboard/diffviewer/diffutils.py,
line 268, in diff_line
 if oldline and newline and oldline != newline:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 26:
ordinal not in range(128)

What operating system are you using? What browser?

Firefox 3.5.3 on Windows XP SP3

Please provide any additional information below.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1196 in reviewboard: Statistics are not available for this backend

2009-10-19 Thread codesite-noreply


Comment #8 on issue 1196 by lonico: Statistics are not available for this  
backend
http://code.google.com/p/reviewboard/issues/detail?id=1196

I agree it's a different issue, so maybe it's not the right place to  
discuss it

I see it too with 1.4.  I added a variable in reviewboard/settings.py

# Load local settings.  This can override anything in here, but at the very
# least it needs to define database connectivity.
try:
 import settings_local
 from settings_local import *
except ImportError:
 dependency_error('Unable to read settings_local.py.')

LN_CACHE_BACKEND = CACHE_BACKEND
TEMPLATE_DEBUG = DEBUG


And when I try to print it in reviewboard/admin/views.py

 logging.debug(settings.CACHE_BACKEND)
 logging.debug(=)
 logging.debug(settings.LN_CACHE_BACKEND)

This is what I got:

2009-10-19 16:59:24,116 - DEBUG - file:///tmp/reviewboard_cache
2009-10-19 16:59:24,116 - DEBUG - =
2009-10-19 16:59:24,116 - DEBUG - memcached://127.0.0.1:11211/


So clearly settings.CACHE_BACKEND has been modifed in the meantime, but I  
cannot find
where.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1196 in reviewboard: Statistics are not available for this backend

2009-10-19 Thread codesite-noreply


Comment #9 on issue 1196 by lonico: Statistics are not available for this  
backend
http://code.google.com/p/reviewboard/issues/detail?id=1196

I found a discrepancy between settings_local.py and the  
siteconfig_siteconfiguration table in MySQL.  The
table had the file:///tmp/reviewboard_cache entry, but it did not prevent  
memcached from being in use.

I believed the discrepancy is because I first installed Review Board  
without memcached, and then reinstalled it
with memcached.  I did not delete the tables, and rb-site does not check  
for that.  I had an error because
admin was already defined, but I bypassed the issue by using admin2.

After fixing the table, I can see the cache statistics :)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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