Re: Issue 387 in reviewboard: Error Control Characters not allowed

2011-03-21 Thread reviewboard


Comment #7 on issue 387 by trowb...@gmail.com: Error Control Characters  
not allowed

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

Issue 1183 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 387 in reviewboard: Error Control Characters not allowed

2011-03-21 Thread reviewboard

Updates:
Status: Fixed

Comment #8 on issue 387 by trowb...@gmail.com: Error Control Characters  
not allowed

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

Fixed in release-1.5.x as 171d857. This will ship in 1.5.5. 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 387 in reviewboard: Error Control Characters not allowed

2011-02-02 Thread reviewboard


Comment #5 on issue 387 by spede...@gmail.com: Error Control Characters  
not allowed

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

Using 1.5 and I too had to change diffutils.py. After that I didn't get the  
error anymore.


--
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 387 in reviewboard: Error Control Characters not allowed

2011-02-02 Thread reviewboard

Updates:
Status: Started

Comment #6 on issue 387 by chip...@gmail.com: Error Control Characters not  
allowed

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

Can you please submit a patch to http://reviews.reviewboard.org/?

--
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 387 in reviewboard: Error Control Characters not allowed

2011-01-06 Thread reviewboard


Comment #4 on issue 387 by benoit.desmeules: Error Control Characters not  
allowed

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

The changes were made to the file diffviewer/diffutils.py (around line 364)  
under PYTHON_DIR/Lib/site-packages/ReviewBoard-version/reviewboard.



--
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 387 in reviewboard: Error Control Characters not allowed

2010-08-26 Thread reviewboard


Comment #2 on issue 387 by snaggen: Error Control Characters not allowed
http://code.google.com/p/reviewboard/issues/detail?id=387

I tried 1.5RC1 and this bug still exists, I had to add

 key = %s:%s:%s % (urlquote(filediff.diffset.repository.path),  
urlquote(file),

urlquote(revision))

to get it to work. revision seemed to contain some strange char. I'm using  
bzr as SCM


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