Issue 1721 in reviewboard: Change font used in the HTML emails

2010-07-13 Thread reviewboard

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

New issue 1721 by pchan...@gmail.com: Change font used in the HTML emails
http://code.google.com/p/reviewboard/issues/detail?id=1721

What version are you running?
1.5 RC1

What email client are you using?
Gmail

The descriptions that are shown in the HTML emails are rendered in a  
horrible font, it's hard to read and so I end up clicking the link and just  
reading the text on the review page itself.



--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1722 in reviewboard: UTF-16 file from Perforce not displayed

2010-07-13 Thread reviewboard

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

New issue 1722 by AaronJSherman: UTF-16 file from Perforce not displayed
http://code.google.com/p/reviewboard/issues/detail?id=1722

What version are you running?

  1.0.9

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

  Not available to public

What steps will reproduce the problem?
1. In Perforce, p4 add -t utf16 a new file in UTF-16 encoding
2. p4 change and post-review the new file
3. View in ReviewBoard

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

  New file contents should display

  Note: In theory, UTF-16 diffs can be re-encoded and displayed as UTF-8

What operating system are you using? What browser?

  Linux/Firefox

Please provide any additional information below.

This seems to be related to issue #1326 which was closed as user-error, but  
in this case, the VCS and does know that the file is UTF-16.


I also tried Perforce type xutf16. Same results.

Attaching my test file.


Attachments:
utf-16-test-file4.txt  30 bytes

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1723 in reviewboard: Attempt to recover password causes CSRF verification failed

2010-07-13 Thread reviewboard

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

New issue 1723 by gtalvola: Attempt to recover password causes CSRF  
verification failed

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

When I attempt to recover my password, after I enter my email address and  
press the Recover button, I get an error page stating CSRF verification  
failed. Request aborted


What version are you running?

1.5 RC1

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

/account/recover/

What steps will reproduce the problem?
1. Simply attempt to recover your password.

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

I see the error message mentioned above.

What operating system are you using? What browser?

Debian Lenny, with Google Chrome browser



--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1723 in reviewboard: Attempt to recover password causes CSRF verification failed

2010-07-13 Thread reviewboard

Updates:
Labels: Milestone-Release1.5 Component-Accounts

Comment #1 on issue 1723 by chipx86: Attempt to recover password causes  
CSRF verification failed

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

Will look into it for 1.5.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1724 in reviewboard: error when trying to view diff for create_gse_esl.mac

2010-07-13 Thread reviewboard

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

New issue 1724 by andrewcdyer: error when trying to view diff for  
create_gse_esl.mac

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

*NOTE: Do not post confidential information in this bug report.*

What version are you running?

I don't know which version -- please include instructions in this form on  
how to determine this.


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


What steps will reproduce the problem?
1.
2.
3.

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

I'm trying to view the diff of the file attached here, and instead I'm  
getting this error:


The patch  
to '//Adams/Dev/ADAMSDEV/source/controls/bld_gui/create_gse_esl.mac' didn't  
apply cleanly. The temporary files have been left  
in '/tmp/reviewboard.50tn3p' for debugging purposes. `patch` returned:  
patching file /tmp/reviewboard.50tn3p/tmpXpXne6 Hunk #13 FAILED at 611. 1  
out of 13 hunks FAILED -- saving rejects to file  
/tmp/reviewboard.50tn3p/tmpXpXne6-new.rej


Traceback (most recent call last):
   
File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0-py2.5.egg/reviewboard/diffviewer/views.py,  
line 152, in view_diff

interdiffset, highlighting, True)
   
File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0-py2.5.egg/reviewboard/diffviewer/diffutils.py,  
line 623, in get_diff_files

large_data=True)
   
File /usr/local/lib/python2.5/site-packages/Djblets-0.5-py2.5.egg/djblets/util/misc.py,  
line 143, in cache_memoize

data = lookup_callable()
   
File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0-py2.5.egg/reviewboard/diffviewer/diffutils.py,  
line 622, in lambda

enable_syntax_highlighting),
   
File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0-py2.5.egg/reviewboard/diffviewer/diffutils.py,  
line 345, in get_chunks

new = get_patched_file(old, filediff)
   
File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0-py2.5.egg/reviewboard/diffviewer/diffutils.py,  
line 261, in get_patched_file

return patch(filediff.diff, buffer, filediff.dest_file)
   
File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0-py2.5.egg/reviewboard/diffviewer/diffutils.py,  
line 129, in patch

(filename, tempdir, patch_output))
Exception: The patch  
to '//Adams/Dev/ADAMSDEV/source/controls/bld_gui/create_gse_esl.mac' didn't  
apply cleanly. The temporary files have been left  
in '/tmp/reviewboard.50tn3p' for debugging purposes.

`patch` returned: patching file /tmp/reviewboard.50tn3p/tmpXpXne6
Hunk #13 FAILED at 611.
1 out of 13 hunks FAILED -- saving rejects to file  
/tmp/reviewboard.50tn3p/tmpXpXne6-new.rej





What operating system are you using? What browser?

WinXP SP3, win32, Firefox 3.6.6


Please provide any additional information below.


Attachments:
create_gse_esl.mac  30.4 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1715 in reviewboard: Rb breaks Git patches with new files/deleted files

2010-07-13 Thread reviewboard


Comment #1 on issue 1715 by jad.saklawi: Rb breaks Git patches with new  
files/deleted files

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

I am facing the same issue over here.

Can you please point out on how to temporarily address issue/be able to  
apply review board patches?


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1725 in reviewboard: Missing requirement (python-dev) causes gcc errors in linux install

2010-07-13 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Component-Docs

New issue 1725 by wsudan: Missing requirement (python-dev) causes gcc  
errors in linux install

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

What's the URL of the page containing the problem?
http://www.reviewboard.org/docs/manual/1.0/admin/installation/linux/

Describe the problem and any recommendations below.
The python-dev package is not listed as a requirement before running the  
command 'easy_install ReviewBoard'. If it is not installed the command  
fails with gcc errors.


Please provide any additional information below.
The dependency djblets is itself dependent on PIL. PIL installation  
requires python.h which is in python-dev.


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