Issue 3602 in reviewboard: Master bug: Plain text is rendered incorrectly when escaping for Markdown.

2014-10-05 Thread reviewboard

Status: Confirmed
Owner: 
Labels: Type-Defect Priority-High Milestone-Release2.0.x Component-Reviews

New issue 3602 by chip...@gmail.com: Master bug: Plain text is rendered  
incorrectly when escaping for Markdown.

https://code.google.com/p/reviewboard/issues/detail?id=3602

What version are you running?
2.0.x

This is the master bug for cases where the Markdown escaping is broken.

The intention is for our Markdown escaping to perfectly represent provided  
text (from pre-2.0 review requests, or from non-Markdown commit messages)  
without any artifacts (such as stray \ symbols).


This doesn't always work perfectly due to the manner in which we're  
escaping. This is because, currently, we need to be compatible with Python  
Markdown rendering and JavaScript Marked rendering. The plan is to switch  
exclusively to Python Markdown rendering, which will allow us to better  
handle intelligent escaping, fixing most problems.


If you have a case where your text is not escaped and rendered properly,  
please post it here as a comment.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3603 in reviewboard: RBTools ~/.reviewboardrc overrides project settings

2014-10-05 Thread reviewboard

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

New issue 3603 by serge...@hotmail.com: RBTools ~/.reviewboardrc overrides  
project settings

https://code.google.com/p/reviewboard/issues/detail?id=3603

What version are you running?
RBTools-0.6.2-py2.7

What's the URL of the page containing the problem?
rbt command-line tool

What steps will reproduce the problem?
1. set REVIEWBOARD_URL to server1 in ~/.reviewboardrc
2. set REVIEWBOARD_URL to server2 in ~/2/.reviewboardrc
3. from ~/2 execute any rbt command with debug -d option.

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

Making HTTP GET request to server2

actual:

Making HTTP GET request to server1


What operating system are you using? What browser?
Redhat Linux

Please provide any additional information below.

In rbtools/utils/filesystem.py, function get_config_paths(), line 154,
the configuration file is appended to the end of the list, rather then  
being inserted in front. The correct line should be

config_paths.insert(0, filename)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.