Re: Issue 3529 in reviewboard: Incorrect escaping sequence with markdown

2014-10-06 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 3602

Comment #1 on issue 3529 by chip...@gmail.com: Incorrect escaping sequence  
with markdown

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

Created a master bug for all Markdown issues.

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


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

2014-10-06 Thread reviewboard


Comment #1 on 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

Issue 3529 has been merged into this issue.

--
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 3604 in reviewboard: error at install time

2014-10-06 Thread reviewboard

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

New issue 3604 by makowski...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
0.8.11

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

What steps will reproduce the problem?
1. run setup.py install

What is the expected output? What do you see instead?
expect install, but get :
running build_media
Traceback (most recent call last):
  File contrib/internal/build-media.py, line 24, in module
ret = call_command('collectstatic', interactive=False, verbosity=2)
   
File /usr/lib/python2.7/site-packages/django/core/management/__init__.py,  
line 95, in call_command

raise CommandError(Unknown command: %r % name)
django.core.management.base.CommandError: Unknown command: 'collectstatic'


What operating system are you using? What browser?
Mageia Cauldron

Please provide any additional information below.

this occurs when trying to build the package for Mageia


--
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 3605 in reviewboard: Reviewboard displays or ignores lines restored after deleting incorrectly

2014-10-06 Thread reviewboard

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

New issue 3605 by glind...@dynamiccontrols.com: Reviewboard displays or  
ignores lines restored after deleting incorrectly

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

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
2.0.6

What's the URL of the page containing the problem?
N/A

What steps will reproduce the problem?
1. delete a few lines from a file
2. add the diff to Reviewboard
3. publish the review
4. restore the deleted lines with a few small changes to the lines
5. add the updated diff to Reviewboard

What is the expected output? What do you see instead?
When I look at the changes between revision 1 and revision 2, I expect to  
see the restored lines as a change, but instead, Reviewboard shows no  
changes. If I expand the file, I do see the differences but they are not  
marked as changes by Reviewboard.


What operating system are you using? What browser?
$ uname -a
Linux 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64  
x86_64 x86_64 GNU/Linux

Google Chrome Version 36.0.1985.125

Please provide any additional information below.


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


Re: Issue 3604 in reviewboard: error at install time

2014-10-06 Thread reviewboard

Updates:
Status: SetupIssue

Comment #1 on issue 3604 by trowb...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

If you want to install from git (or a tar.gz), you'll need to install a  
handful of other dependencies (django-pipeline, uglifyjs, lesscss). None of  
this is needed if you easy_install the .egg.


--
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 3606 in reviewboard: Edit button appears next to image titles that the user doesn't have permission to edit

2014-10-06 Thread reviewboard

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

New issue 3606 by buck.a...@gmail.com: Edit button appears next to image  
titles that the user doesn't have permission to edit

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

What version are you running?
2.0.6. This also reproduces with the version deployed on the demo site (2.1  
alpha 0).


What's the URL of the page containing the problem?
http://demo.reviewboard.org/r//

What steps will reproduce the problem?
1. Visit a review not posted by you that has images attached. (e.g.  
http://demo.reviewboard.org/r/1/ assuming you're not logged in as 'chipx86')
2. Note that an edit button appears next to the title of each image  
attachment, even though you are lacking permissions to edit the titles.


What is the expected output? What do you see instead?
The edit button should not appear.

What operating system are you using? What browser?
Linux; Firefox 29.0 and Firefox 30.0 both show this issue.

Please provide any additional information below.
Actually attempting to edit the image titles first shows the new title you  
input, but the edit is rejected server-side. Refreshing the page will  
restore the title of the image to whatever it was before.


--
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 3607 in reviewboard: 4-tab indentation reduced to 3-tabs in diff viewer

2014-10-06 Thread reviewboard

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

New issue 3607 by christop...@delphix.com: 4-tab indentation reduced to  
3-tabs in diff viewer

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

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
2.0.8

What's the URL of the page containing the problem?
https://reviews.csiden.org/r/51/diff/#

What steps will reproduce the problem?
1. Look at the link in usr/src/cmd/zstreamdump/zstreamdump.c in the new  
version of the file lines 322 and 323.


What is the expected output? What do you see instead?
Those lines should be indented by 4 tabs in the diff viewer, as they are in  
the patch file. However when viewed on OSX with chrome the diff viewer only  
displays three tabs, as seen here:

https://reviews.csiden.org/r/111/file/5/

What operating system are you using? What browser?
I have only seen this issue with Chrome 37.0.2062.124 on OSX.
The issue was not reproducible with Safari on the same OSX machine or  
Chrome 37.0.2062.120 on Linux.


Please provide any additional information below.


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