Re: Issue 3601 in reviewboard: Diffs disappearing and replaced with This is an empty file.

2015-01-13 Thread reviewboard
Comment #12 on issue 3601 by chip...@gmail.com: Diffs disappearing and replaced with This is an empty file. https://code.google.com/p/reviewboard/issues/detail?id=3601 What about the file? Was it added in a prior commit somewhere between origin/master and HEAD? -- You received

Re: Issue 3601 in reviewboard: Diffs disappearing and replaced with This is an empty file.

2015-01-13 Thread reviewboard
Comment #14 on issue 3601 by ondr...@salsitasoft.com: Diffs disappearing and replaced with This is an empty file. https://code.google.com/p/reviewboard/issues/detail?id=3601 I would have to go through the RRs and try to find one. Anyway, we use a CLI utility wrapping rbt to post RRs. Most

Re: Issue 3601 in reviewboard: Diffs disappearing and replaced with This is an empty file.

2015-01-13 Thread reviewboard
Updates: Status: Confirmed Comment #17 on issue 3601 by chip...@gmail.com: Diffs disappearing and replaced with This is an empty file. https://code.google.com/p/reviewboard/issues/detail?id=3601 Okay. I appreciate the info! Based on my tests, I'm fairly confident i've now tracked

Re: Issue 3601 in reviewboard: Diffs disappearing and replaced with This is an empty file.

2015-01-13 Thread reviewboard
Comment #18 on issue 3601 by chip...@gmail.com: Diffs disappearing and replaced with This is an empty file. https://code.google.com/p/reviewboard/issues/detail?id=3601 To further clarify, the empty state would happen in the following cases: 1) Showing interdiffs between two diffs containing

Issue 3718 in reviewboard: RBT setup-repo assumes http protocol given

2015-01-13 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3718 by vincent@gmail.com: RBT setup-repo assumes http protocol given https://code.google.com/p/reviewboard/issues/detail?id=3718 What version are you running? rbt 0.7 What's the URL of the page containing the problem

Re: Issue 3715 in reviewboard: markdown_utils.py line 241, in iter_markdown_lines i += 1 TypeError: unsupported operand type(s) for +=: 'instance' and 'int'

2015-01-13 Thread reviewboard
Updates: Status: Fixed Comment #5 on issue 3715 by trowb...@gmail.com: markdown_utils.py line 241, in iter_markdown_lines i += 1 TypeError: unsupported operand type(s) for +=: 'instance' and 'int' https://code.google.com/p/reviewboard/issues/detail?id=3715 Fixed in release-2.0.x

Re: Issue 3601 in reviewboard: Diffs disappearing and replaced with This is an empty file.

2015-01-13 Thread reviewboard
Updates: Status: Fixed Comment #19 on issue 3601 by chip...@gmail.com: Diffs disappearing and replaced with This is an empty file. https://code.google.com/p/reviewboard/issues/detail?id=3601 Fixed in release-2.0.x (6d2a0b8). This will go into Review Board 2.0.13. -- You received

Issue 3715 in reviewboard: markdown_utils.py line 241, in iter_markdown_lines i += 1 TypeError: unsupported operand type(s) for +=: 'instance' and 'int'

2015-01-12 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3715 by mami...@gmail.com: markdown_utils.py line 241, in iter_markdown_lines i += 1 TypeError: unsupported operand type(s) for +=: 'instance' and 'int' https://code.google.com/p/reviewboard/issues/detail?id=3715

Re: Issue 3715 in reviewboard: markdown_utils.py line 241, in iter_markdown_lines i += 1 TypeError: unsupported operand type(s) for +=: 'instance' and 'int'

2015-01-12 Thread reviewboard
Comment #1 on issue 3715 by chip...@gmail.com: markdown_utils.py line 241, in iter_markdown_lines i += 1 TypeError: unsupported operand type(s) for +=: 'instance' and 'int' https://code.google.com/p/reviewboard/issues/detail?id=3715 Hmm, that seems very strange. `i` is never anything

Re: Issue 3660 in reviewboard: Files randomly get lost from a review request (This is an empty file.)

2015-01-12 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 3601 Comment #15 on issue 3660 by trowb...@gmail.com: Files randomly get lost from a review request (This is an empty file.) https://code.google.com/p/reviewboard/issues/detail?id=3660 (No comment was entered for this change.) -- You

Re: Issue 3601 in reviewboard: Diffs disappearing and replaced with This is an empty file.

2015-01-12 Thread reviewboard
Comment #8 on issue 3601 by trowb...@gmail.com: Diffs disappearing and replaced with This is an empty file. https://code.google.com/p/reviewboard/issues/detail?id=3601 Issue 3660 has been merged into this issue. -- You received this message because this project is configured to send all

Re: Issue 3659 in reviewboard: RBTools 0.6.2 not able to differentiate the binary content

2015-01-12 Thread reviewboard
Updates: Labels: EasyFix Comment #12 on issue 3659 by trowb...@gmail.com: RBTools 0.6.2 not able to differentiate the binary content https://code.google.com/p/reviewboard/issues/detail?id=3659 (No comment was entered for this change.) -- You received this message because

Re: Issue 3715 in reviewboard: markdown_utils.py line 241, in iter_markdown_lines i += 1 TypeError: unsupported operand type(s) for +=: 'instance' and 'int'

2015-01-12 Thread reviewboard
Comment #2 on issue 3715 by mami...@gmail.com: markdown_utils.py line 241, in iter_markdown_lines i += 1 TypeError: unsupported operand type(s) for +=: 'instance' and 'int' https://code.google.com/p/reviewboard/issues/detail?id=3715 To allow us to see the review in the web GUI I added

Re: Issue 3687 in reviewboard: rbt - helpful error message when repository cannot be found

2015-01-12 Thread reviewboard
Updates: Labels: EasyFix Component-RBTools Comment #1 on issue 3687 by trowb...@gmail.com: rbt - helpful error message when repository cannot be found https://code.google.com/p/reviewboard/issues/detail?id=3687 (No comment was entered for this change.) -- You received this message

Re: Issue 3715 in reviewboard: markdown_utils.py line 241, in iter_markdown_lines i += 1 TypeError: unsupported operand type(s) for +=: 'instance' and 'int'

2015-01-12 Thread reviewboard
Comment #3 on issue 3715 by mami...@gmail.com: markdown_utils.py line 241, in iter_markdown_lines i += 1 TypeError: unsupported operand type(s) for +=: 'instance' and 'int' https://code.google.com/p/reviewboard/issues/detail?id=3715 We made these changes to the code: diff

Re: Issue 3716 in reviewboard: Diff crashing with non-utf8 characters

2015-01-12 Thread reviewboard
Updates: Status: PendingReview Owner: trowb...@gmail.com Labels: Component-SCMTools Comment #2 on issue 3716 by trowb...@gmail.com: Diff crashing with non-utf8 characters https://code.google.com/p/reviewboard/issues/detail?id=3716 (No comment was entered

Issue 3716 in reviewboard: Diff crashing with non-utf8 characters

2015-01-12 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3716 by msu...@aurea.com: Diff crashing with non-utf8 characters https://code.google.com/p/reviewboard/issues/detail?id=3716 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its entirety, or your bug

Re: Issue 3555 in reviewboard: ExpatError: not well-formed (invalid token) when browsing to review

2015-01-12 Thread reviewboard
Comment #4 on issue 3555 by mami...@gmail.com: ExpatError: not well-formed (invalid token) when browsing to review https://code.google.com/p/reviewboard/issues/detail?id=3555 I am going to open a new issue since this one is closed. -- You received this message because this project

Issue 3714 in reviewboard: Add a warning to contrib/internal/prepare-dev.py if you kill it about needing to blow away the database.

2015-01-11 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3714 by theo.bel...@gmail.com: Add a warning to contrib/internal/prepare-dev.py if you kill it about needing to blow away the database. https://code.google.com/p/reviewboard/issues/detail?id=3714 *** READ THIS BEFORE

Re: Issue 3618 in reviewboard: Unprintable characters in change description causes page to crash

2015-01-11 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 3618 by trowb...@gmail.com: Unprintable characters in change description causes page to crash https://code.google.com/p/reviewboard/issues/detail?id=3618 This is fixed in 2.0.12. Sorry for leading you down the rabbit hole. -- You received

Issue 3713 in reviewboard: RB 2.0.12 with Hg: new, empty file in diff causes diff viewer to fail to display different file

2015-01-09 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3713 by bruce.c...@gmail.com: RB 2.0.12 with Hg: new, empty file in diff causes diff viewer to fail to display different file https://code.google.com/p/reviewboard/issues/detail?id=3713 What version are you running? 2.0.12

Re: Issue 3711 in reviewboard: checkbox label wraps onto its own line

2015-01-09 Thread reviewboard
Updates: Labels: EasyFix Comment #1 on issue 3711 by trowb...@gmail.com: checkbox label wraps onto its own line https://code.google.com/p/reviewboard/issues/detail?id=3711 Note to anyone who looks at this: this should only be present on the release-2.0.x branch. -- You received

Re: Issue 3674 in reviewboard: rbt post crashes for Subversion post-commit with revision range and empty file

2015-01-09 Thread reviewboard
Updates: Labels: EasyFix Component-RBTools Comment #1 on issue 3674 by trowb...@gmail.com: rbt post crashes for Subversion post-commit with revision range and empty file https://code.google.com/p/reviewboard/issues/detail?id=3674 (No comment was entered for this change.) -- You

Re: Issue 3465 in reviewboard: Review requests that are discarded without publishing lose much of their information.

2015-01-08 Thread reviewboard
Updates: Status: Fixed Comment #3 on issue 3465 by trowb...@gmail.com: Review requests that are discarded without publishing lose much of their information. https://code.google.com/p/reviewboard/issues/detail?id=3465 Fixed in release-2.0.x (243d1c6). Thanks! -- You received

Issue 3711 in reviewboard: checkbox label wraps onto its own line

2015-01-08 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3711 by tenaciou...@gmail.com: checkbox label wraps onto its own line https://code.google.com/p/reviewboard/issues/detail?id=3711 What version are you running? 2.0.11 What's the URL of the page containing the problem

Issue 3712 in reviewboard: Unable to select text with the mouse inside new files added in the review request

2015-01-08 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3712 by commande...@gmail.com: Unable to select text with the mouse inside new files added in the review request https://code.google.com/p/reviewboard/issues/detail?id=3712 What version are you running? 2.0.10 What's

Re: Issue 3712 in reviewboard: Unable to select text with the mouse inside new files added in the review request

2015-01-08 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 3661 Comment #1 on issue 3712 by trowb...@gmail.com: Unable to select text with the mouse inside new files added in the review request https://code.google.com/p/reviewboard/issues/detail?id=3712 This is something that's already been

Re: Issue 3618 in reviewboard: Unprintable characters in change description causes page to crash

2015-01-07 Thread reviewboard
Comment #2 on issue 3618 by theo.bel...@gmail.com: Unprintable characters in change description causes page to crash https://code.google.com/p/reviewboard/issues/detail?id=3618 Theo here, I'm going to try and fix this bug. W2015. -- You received this message because this project

Re: Issue 3707 in reviewboard: Non-ASCII Unicode characters cause email notifications not to be sent

2015-01-07 Thread reviewboard
Updates: Status: Fixed Comment #10 on issue 3707 by trowb...@gmail.com: Non-ASCII Unicode characters cause email notifications not to be sent https://code.google.com/p/reviewboard/issues/detail?id=3707 Fixed in release-2.0.x (306dd9a). Thanks! -- You received this message because

Re: Issue 3490 in reviewboard: rbt post with Perforce fails when a file has been renamed twice

2015-01-07 Thread reviewboard
Comment #1 on issue 3490 by mgul...@gmail.com: rbt post with Perforce fails when a file has been renamed twice https://code.google.com/p/reviewboard/issues/detail?id=3490 I have run across this issue as well. I believe the issue is that the 'move/delete' record doesn't have the 'moved

Re: Issue 3707 in reviewboard: Non-ASCII Unicode characters cause email notifications not to be sent

2015-01-07 Thread reviewboard
Comment #8 on issue 3707 by jasperle...@gmail.com: Non-ASCII Unicode characters cause email notifications not to be sent https://code.google.com/p/reviewboard/issues/detail?id=3707 Changing it to b' ' also appears to fix this issue. Could you explain why you chose to do this as b to my

Re: Issue 3606 in reviewboard: Edit button appears next to image titles that the user doesn't have permission to edit

2015-01-06 Thread reviewboard
Comment #2 on issue 3606 by vincent@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 I would attempt this one for my first fix. -- You received this message because this project

Re: Issue 3707 in reviewboard: Non-ASCII Unicode characters cause email notifications not to be sent

2015-01-06 Thread reviewboard
Comment #7 on issue 3707 by chip...@gmail.com: Non-ASCII Unicode characters cause email notifications not to be sent https://code.google.com/p/reviewboard/issues/detail?id=3707 What happens if you change this line: kwargs['continuation_ws'] = ' ' to: kwargs['continuation_ws'] = b

Re: Issue 3108 in reviewboard: APIErrors return 403 but do not log anything

2015-01-05 Thread reviewboard
Comment #6 on issue 3108 by celestia...@gmail.com: APIErrors return 403 but do not log anything https://code.google.com/p/reviewboard/issues/detail?id=3108 can I work on this issue? Tien -- You received this message because this project is configured to send all issue notifications

Re: Issue 3465 in reviewboard: Review requests that are discarded without publishing lose much of their information.

2015-01-05 Thread reviewboard
Comment #2 on issue 3465 by jessicay...@gmail.com: Review requests that are discarded without publishing lose much of their information. https://code.google.com/p/reviewboard/issues/detail?id=3465 Going to try to work on this one as next EasyFix -- You received this message because

Re: Issue 3709 in reviewboard: LDAP periodic sync of user / group information to make sure info is up to date

2015-01-05 Thread reviewboard
Comment #1 on issue 3709 by msu...@aurea.com: LDAP periodic sync of user / group information to make sure info is up to date https://code.google.com/p/reviewboard/issues/detail?id=3709 This is a superset of issue #1876 -- You received this message because this project is configured to send

Re: Issue 1491 in reviewboard: LDAP group support

2015-01-05 Thread reviewboard
Comment #10 on issue 1491 by msu...@aurea.com: LDAP group support https://code.google.com/p/reviewboard/issues/detail?id=1491 Another ++ for this feature. Use case: - 1000 users in LDAP - Users are part of LDAP groups based on their teams, etc. - LDAP groups can be nested. - Members

Re: Issue 1491 in reviewboard: LDAP group support

2015-01-05 Thread reviewboard
Updates: Status: Confirmed Comment #11 on issue 1491 by chip...@gmail.com: LDAP group support https://code.google.com/p/reviewboard/issues/detail?id=1491 We're looking into adding this functionality as part of Power Pack. We don't yet have an ETA, as we're working on a few other high

Re: Issue 3707 in reviewboard: Non-ASCII Unicode characters cause email notifications not to be sent

2015-01-04 Thread reviewboard
Updates: Status: NeedInfo Comment #4 on issue 3707 by chip...@gmail.com: Non-ASCII Unicode characters cause email notifications not to be sent https://code.google.com/p/reviewboard/issues/detail?id=3707 We haven't yet, but it's possible there is a problem there. Can you give us

Re: Issue 3643 in reviewboard: Default/initial keyboard focus in login page should be in the Username field

2015-01-04 Thread reviewboard
Comment #2 on issue 3643 by jessicay...@gmail.com: Default/initial keyboard focus in login page should be in the Username field https://code.google.com/p/reviewboard/issues/detail?id=3643 I will be working on this bug for my first UCOSP EasyFix -- You received this message because

Re: Issue 3706 in reviewboard: Give me a way to get notified of reviews interesting to me without submitter adding my name

2015-01-04 Thread reviewboard
Comment #2 on issue 3706 by game...@gmail.com: Give me a way to get notified of reviews interesting to me without submitter adding my name https://code.google.com/p/reviewboard/issues/detail?id=3706 I think this request is asks to set up a rule for future requests. How do we star a review

Re: Issue 3707 in reviewboard: Non-ASCII Unicode characters cause email notifications not to be sent

2015-01-04 Thread reviewboard
Comment #5 on issue 3707 by erwa...@gmail.com: Non-ASCII Unicode characters cause email notifications not to be sent https://code.google.com/p/reviewboard/issues/detail?id=3707 Publish a Review Request with some áccéntéd wórds. Then comment on the line with the áccéntéd wórds and publish

Issue 3707 in reviewboard: Non-ASCII Unicode characters cause email notifications not to be sent

2015-01-02 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3707 by erwa...@gmail.com: Non-ASCII Unicode characters cause email notifications not to be sent https://code.google.com/p/reviewboard/issues/detail?id=3707 *** READ THIS BEFORE POSTING! *** *** You must complete this form

Re: Issue 3706 in reviewboard: Give me a way to get notified of reviews interesting to me without submitter adding my name

2015-01-02 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3706 by trowb...@gmail.com: Give me a way to get notified of reviews interesting to me without submitter adding my name https://code.google.com/p/reviewboard/issues/detail?id=3706 Can you use the stars? If you star a review request, any e

Re: Issue 3707 in reviewboard: Non-ASCII Unicode characters cause email notifications not to be sent

2015-01-02 Thread reviewboard
Comment #1 on issue 3707 by erwa...@gmail.com: Non-ASCII Unicode characters cause email notifications not to be sent https://code.google.com/p/reviewboard/issues/detail?id=3707 The Tools team engineer just let me know that he meant this commit: https://github.com/reviewboard/reviewboard

Re: Issue 3685 in reviewboard: changenum cannot be updated via REST API as documented

2015-01-02 Thread reviewboard
Updates: Labels: EasyFix Comment #1 on issue 3685 by trowb...@gmail.com: changenum cannot be updated via REST API as documented https://code.google.com/p/reviewboard/issues/detail?id=3685 (No comment was entered for this change.) -- You received this message because this project

Re: Issue 3606 in reviewboard: Edit button appears next to image titles that the user doesn't have permission to edit

2015-01-01 Thread reviewboard
Updates: Labels: EasyFix Comment #1 on issue 3606 by trowb...@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 (No comment was entered for this change.) -- You received

Re: Issue 3632 in reviewboard: text input via paste not recognized without additional keystroke

2015-01-01 Thread reviewboard
Updates: Labels: EasyFix Comment #4 on issue 3632 by trowb...@gmail.com: text input via paste not recognized without additional keystroke https://code.google.com/p/reviewboard/issues/detail?id=3632 (No comment was entered for this change.) -- You received this message because

Issue 3706 in reviewboard: Give me a way to get notified of reviews interesting to me without submitter adding my name

2014-12-31 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3706 by ragsb...@gmail.com: Give me a way to get notified of reviews interesting to me without submitter adding my name https://code.google.com/p/reviewboard/issues/detail?id=3706 We have a large team of developers

Issue 3705 in reviewboard: Unable to use 'rbt post' with https and Python 2.7.9

2014-12-29 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3705 by rasp...@gmail.com: Unable to use 'rbt post' with https and Python 2.7.9 https://code.google.com/p/reviewboard/issues/detail?id=3705 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its entirety

Re: Issue 3704 in reviewboard: Google Chrome policies prevent diffs from being downloaded in some cases

2014-12-27 Thread reviewboard
Updates: Labels: EasyFix Component-Reviews Comment #1 on issue 3704 by trowb...@gmail.com: Google Chrome policies prevent diffs from being downloaded in some cases https://code.google.com/p/reviewboard/issues/detail?id=3704 (No comment was entered for this change.) -- You received

Re: Issue 3703 in reviewboard: Need building the docs in the documentation

2014-12-27 Thread reviewboard
Updates: Labels: EasyFix Component-Docs Comment #1 on issue 3703 by trowb...@gmail.com: Need building the docs in the documentation https://code.google.com/p/reviewboard/issues/detail?id=3703 (No comment was entered for this change.) -- You received this message because this project

Re: Issue 3691 in reviewboard: RBTools Instructions don't include Fedora/EPEL installation

2014-12-27 Thread reviewboard
Updates: Labels: Component-Docs EasyFix Comment #1 on issue 3691 by trowb...@gmail.com: RBTools Instructions don't include Fedora/EPEL installation https://code.google.com/p/reviewboard/issues/detail?id=3691 (No comment was entered for this change.) -- You received this message

Re: Issue 3673 in reviewboard: installing via pip does gives errors regarding hostname mistmatch

2014-12-26 Thread reviewboard
Updates: Status: ThirdParty Comment #2 on issue 3673 by trowb...@gmail.com: installing via pip does gives errors regarding hostname mistmatch https://code.google.com/p/reviewboard/issues/detail?id=3673 I'm going to assume that this was some intermittent problem with pypi -- You

Re: Issue 3698 in reviewboard: Condensediff warning in 2.0.11

2014-12-25 Thread reviewboard
Comment #2 on issue 3698 by raav...@gmail.com: Condensediff warning in 2.0.11 https://code.google.com/p/reviewboard/issues/detail?id=3698 Hello, 1) When can the fix be expected in RB-2.0.x? 2) Do you suggest the migration can still proceed with this warning? 3) What is the impact if we go

Issue 3704 in reviewboard: Google Chrome policies prevent diffs from being downloaded in some cases

2014-12-25 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3704 by sourto...@gmail.com: Google Chrome policies prevent diffs from being downloaded in some cases https://code.google.com/p/reviewboard/issues/detail?id=3704 *** READ THIS BEFORE POSTING! *** *** You must complete

Re: Issue 3683 in reviewboard: Adding P4 repo with path provokes global name 'P4Exception' is not defined

2014-12-23 Thread reviewboard
Updates: Status: Fixed Comment #1 on issue 3683 by trowb...@gmail.com: Adding P4 repo with path provokes global name 'P4Exception' is not defined https://code.google.com/p/reviewboard/issues/detail?id=3683 Fixed (I'm pretty sure) in release-2.0.x (724bc6f). This will ship in 2.0.12

Issue 3702 in reviewboard: rbt patch fails with git version1.7.12

2014-12-19 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3702 by azadsala...@gmail.com: rbt patch fails with git version1.7.12 https://code.google.com/p/reviewboard/issues/detail?id=3702 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its entirety, or your

Issue 3703 in reviewboard: Need building the docs in the documentation

2014-12-19 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3703 by justy...@gmail.com: Need building the docs in the documentation https://code.google.com/p/reviewboard/issues/detail?id=3703 *** For customer support, please post to reviewbo...@googlegroups.com *** If you have

Re: Issue 3702 in reviewboard: rbt patch fails with git version1.7.12

2014-12-19 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3702 by trowb...@gmail.com: rbt patch fails with git version1.7.12 https://code.google.com/p/reviewboard/issues/detail?id=3702 Can you include the output with --debug? This is probably very low priority, but it might be easily fixable

Re: Issue 3701 in reviewboard: 500 error when publishing if user has opted out of own activity notifications

2014-12-19 Thread reviewboard
Updates: Status: Fixed Comment #1 on issue 3701 by trowb...@gmail.com: 500 error when publishing if user has opted out of own activity notifications https://code.google.com/p/reviewboard/issues/detail?id=3701 This has already been fixed in git and will ship with 2.0.12. Thanks

Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard
Comment #3 on issue 2224 by imyuanj...@gmail.com: post-review fails w/ error fetching extended information for this repository https://code.google.com/p/reviewboard/issues/detail?id=2224 I received this error while I was configuring .reviewboardrc via `rbt setup-repo`. Attachments

Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard
Comment #4 on issue 2224 by imyuanj...@gmail.com: post-review fails w/ error fetching extended information for this repository https://code.google.com/p/reviewboard/issues/detail?id=2224 Update: I ran the command `rbt setup-repo` in the top level directory of my repo (which was checked

Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard
Comment #5 on issue 2224 by imyuanj...@gmail.com: post-review fails w/ error fetching extended information for this repository https://code.google.com/p/reviewboard/issues/detail?id=2224 Some more info. Before I ran above commands, the following property on the SVN repo was already set

Issue 3698 in reviewboard: Condensediff warning in 2.0.11

2014-12-18 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3698 by raav...@gmail.com: Condensediff warning in 2.0.11 https://code.google.com/p/reviewboard/issues/detail?id=3698 What version are you running? RB migration from 1.6.9 == 2.0.11 What's the URL of the page containing

Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard
Comment #6 on issue 2224 by imyuanj...@gmail.com: post-review fails w/ error fetching extended information for this repository https://code.google.com/p/reviewboard/issues/detail?id=2224 I had the same problem. In fact, I had this very error when I ran `rbt setup-repo`. Anyways, I added my

Issue 3699 in reviewboard: I can NOT issue a review

2014-12-18 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3699 by rtpan.m...@gmail.com: I can NOT issue a review https://code.google.com/p/reviewboard/issues/detail?id=3699 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its entirety, or your bug report

Issue 3700 in reviewboard: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API

2014-12-18 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3700 by evan.bor...@gmail.com: Getting a list of all RBs that a user participated in (commented on, ship it, etc) via the API https://code.google.com/p/reviewboard/issues/detail?id=3700 Provide an API endpoint

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

2014-12-18 Thread reviewboard
Comment #50 on issue 1072 by jjthomas...@gmail.com: HTTPS Subversion repositories don't work with Review Board https://code.google.com/p/reviewboard/issues/detail?id=1072 I see this is still an issue today, Getting no love on a solution. -- You received this message because this project

Re: Issue 3699 in reviewboard: I can NOT issue a review

2014-12-18 Thread reviewboard
Updates: Status: Invalid Comment #1 on issue 3699 by trowb...@gmail.com: I can NOT issue a review https://code.google.com/p/reviewboard/issues/detail?id=3699 You have to fill out the form in full or we can't help. You might try first starting with your server admin (this bug-tracker

Re: Issue 3528 in reviewboard: UnicodeDecodeError while LDAP-authenticating

2014-12-18 Thread reviewboard
Updates: Status: Fixed Comment #2 on issue 3528 by trowb...@gmail.com: UnicodeDecodeError while LDAP-authenticating https://code.google.com/p/reviewboard/issues/detail?id=3528 Fixed in release-2.0.x (c691ebc). Thanks! -- You received this message because this project is configured

Re: Issue 2224 in reviewboard: post-review fails w/ error fetching extended information for this repository

2014-12-18 Thread reviewboard
Comment #8 on issue 2224 by trowb...@gmail.com: post-review fails w/ error fetching extended information for this repository https://code.google.com/p/reviewboard/issues/detail?id=2224 Your 'rbt post -d' screenshot shows that it returned HTTP 500, which means something is wrong

Issue 3695 in reviewboard: [Download error: [Errno 110] Im stuck with this

2014-12-17 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3695 by vinod@gmail.com: [Download error: [Errno 110] Im stuck with this https://code.google.com/p/reviewboard/issues/detail?id=3695 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its entirety

Re: Issue 3695 in reviewboard: [Download error: [Errno 110] Im stuck with this

2014-12-17 Thread reviewboard
Comment #1 on issue 3695 by vinod@gmail.com: [Download error: [Errno 110] Im stuck with this https://code.google.com/p/reviewboard/issues/detail?id=3695 My proxy setting are proper in .bashrc file. -- You received this message because this project is configured to send all issue

Re: Issue 3625 in reviewboard: Bad error message when trying to create a duplicate repository via REST API 2.0

2014-12-17 Thread reviewboard
Comment #7 on issue 3625 by z...@zakjan.cz: Bad error message when trying to create a duplicate repository via REST API 2.0 https://code.google.com/p/reviewboard/issues/detail?id=3625 Sorin, thanks for quick fixing this bug! What is status of it? I can see the pull request was closed, but I

Re: Issue 3601 in reviewboard: Diffs disappearing and replaced with This is an empty file.

2014-12-17 Thread reviewboard
Comment #5 on issue 3601 by tim.kers...@fieldaware.com: Diffs disappearing and replaced with This is an empty file. https://code.google.com/p/reviewboard/issues/detail?id=3601 This has started happening for us too, but the diff is visible for a period of time. Shortly after publishing

Re: Issue 3601 in reviewboard: Diffs disappearing and replaced with This is an empty file.

2014-12-17 Thread reviewboard
Comment #6 on issue 3601 by tim.kers...@fieldaware.com: Diffs disappearing and replaced with This is an empty file. https://code.google.com/p/reviewboard/issues/detail?id=3601 Reviewboard 2.0.11 RBTools 0.6.3 OS: Amazon Linux AMI release 2014.09 Browsers: Safari, Firefox and Chrome commands

Re: Issue 3601 in reviewboard: Diffs disappearing and replaced with This is an empty file.

2014-12-17 Thread reviewboard
Comment #7 on issue 3601 by matt...@salsitasoft.com: Diffs disappearing and replaced with This is an empty file. https://code.google.com/p/reviewboard/issues/detail?id=3601 Yes, that's exactly the behavior we were observing. FWIW we ended up creating a new repo in RB for the project

Issue 3696 in reviewboard: CC capability for review requests

2014-12-17 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3696 by shaun...@gmail.com: CC capability for review requests https://code.google.com/p/reviewboard/issues/detail?id=3696 *** For customer support, please post to reviewbo...@googlegroups.com *** If you have a patch

Issue 3697 in reviewboard: Mark a specific review private

2014-12-17 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3697 by shaun...@gmail.com: Mark a specific review private https://code.google.com/p/reviewboard/issues/detail?id=3697 *** For customer support, please post to reviewbo...@googlegroups.com *** If you have a patch, please

Re: Issue 3695 in reviewboard: [Download error: [Errno 110] Im stuck with this

2014-12-17 Thread reviewboard
Updates: Status: NeedInfo Comment #2 on issue 3695 by trowb...@gmail.com: [Download error: [Errno 110] Im stuck with this https://code.google.com/p/reviewboard/issues/detail?id=3695 Can you run `env | grep -i proxy` (from the same command-line as you're running easy_install from

Re: Issue 3695 in reviewboard: [Download error: [Errno 110] Im stuck with this

2014-12-17 Thread reviewboard
Comment #3 on issue 3695 by vinod@gmail.com: [Download error: [Errno 110] Im stuck with this https://code.google.com/p/reviewboard/issues/detail?id=3695 I tried that...that was proper. I tried various things and finally hit the issue, epel package was missing on my server. Once I added

Re: Issue 3695 in reviewboard: [Download error: [Errno 110] Im stuck with this

2014-12-17 Thread reviewboard
Updates: Status: SetupIssue Comment #4 on issue 3695 by trowb...@gmail.com: [Download error: [Errno 110] Im stuck with this https://code.google.com/p/reviewboard/issues/detail?id=3695 (No comment was entered for this change.) -- You received this message because this project

Re: Issue 2720 in reviewboard: ERROR (EXTERNAL IP): Internal Server Error: /dashboard/

2014-12-15 Thread reviewboard
Comment #9 on issue 2720 by dange.so...@gmail.com: ERROR (EXTERNAL IP): Internal Server Error: /dashboard/ https://code.google.com/p/reviewboard/issues/detail?id=2720 Hi , we are using review board 1.7.6. recently we are facing internal server error 500. below is the snapshot of the error

Re: Issue 2720 in reviewboard: ERROR (EXTERNAL IP): Internal Server Error: /dashboard/

2014-12-15 Thread reviewboard
Comment #10 on issue 2720 by chip...@gmail.com: ERROR (EXTERNAL IP): Internal Server Error: /dashboard/ https://code.google.com/p/reviewboard/issues/detail?id=2720 Can you file a new issue for this? It's a separate problem than the ones previously reported. -- You received this message

Re: Issue 3543 in reviewboard: Allow configuration of branches for subversion in New Review Request

2014-12-15 Thread reviewboard
Updates: Labels: -EasyFix StudentProject Comment #3 on issue 3543 by trowb...@gmail.com: Allow configuration of branches for subversion in New Review Request https://code.google.com/p/reviewboard/issues/detail?id=3543 (No comment was entered for this change.) -- You received

Re: Issue 3528 in reviewboard: UnicodeDecodeError while LDAP-authenticating

2014-12-12 Thread reviewboard
Comment #1 on issue 3528 by ma...@smile.fr: UnicodeDecodeError while LDAP-authenticating https://code.google.com/p/reviewboard/issues/detail?id=3528 After suffering a similar problem, I found out that this bug is due to the split function in line 467 in reviewboard/accounts/backends.py

Issue 3694 in reviewboard: AJAX call not working in Chrome

2014-12-11 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3694 by jordangl...@gmail.com: AJAX call not working in Chrome https://code.google.com/p/reviewboard/issues/detail?id=3694 What version are you running? 2.0.1 What's the URL of the page containing the problem? eg. https

Re: Issue 3694 in reviewboard: AJAX call not working in Chrome

2014-12-11 Thread reviewboard
Updates: Status: ThirdParty Labels: Browser Comment #1 on issue 3694 by trowb...@gmail.com: AJAX call not working in Chrome https://code.google.com/p/reviewboard/issues/detail?id=3694 I think that this is either an issue with your particular version of chrome, an extension

Re: Issue 3657 in reviewboard: Clicking OK on draft reply to body_top or body_bottom that is blank deletes entire review draft

2014-12-11 Thread reviewboard
Updates: Status: Fixed Comment #1 on issue 3657 by trowb...@gmail.com: Clicking OK on draft reply to body_top or body_bottom that is blank deletes entire review draft https://code.google.com/p/reviewboard/issues/detail?id=3657 This was a momentary issue with the code in master

Re: Issue 3650 in reviewboard: rbt post should support svn repository path that is not root.

2014-12-11 Thread reviewboard
Updates: Status: NotABug Comment #2 on issue 3650 by trowb...@gmail.com: rbt post should support svn repository path that is not root. https://code.google.com/p/reviewboard/issues/detail?id=3650 (No comment was entered for this change.) -- You received this message because

Re: Issue 3648 in reviewboard: rbt post of committed code not supported for Perforce

2014-12-11 Thread reviewboard
Updates: Status: SetupIssue Comment #3 on issue 3648 by trowb...@gmail.com: rbt post of committed code not supported for Perforce https://code.google.com/p/reviewboard/issues/detail?id=3648 I believe the issue is just that your p4 command-line client is too old. -- You received

Re: Issue 3621 in reviewboard: Review Board Web API: error on GET draft

2014-12-11 Thread reviewboard
Updates: Status: NotABug Comment #3 on issue 3621 by trowb...@gmail.com: Review Board Web API: error on GET draft https://code.google.com/p/reviewboard/issues/detail?id=3621 (No comment was entered for this change.) -- You received this message because this project is configured

Re: Issue 3655 in reviewboard: Send more targeted e-mail notifications when only change is adding reviewers

2014-12-11 Thread reviewboard
Updates: Status: Fixed Comment #1 on issue 3655 by trowb...@gmail.com: Send more targeted e-mail notifications when only change is adding reviewers https://code.google.com/p/reviewboard/issues/detail?id=3655 Fixed in release-2.0.x (fcf8dcb). -- You received this message because

Issue 3692 in reviewboard: Add an Unreviewed section to the Incoming section of the Dashboard

2014-12-10 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3692 by coble...@gmail.com: Add an Unreviewed section to the Incoming section of the Dashboard https://code.google.com/p/reviewboard/issues/detail?id=3692 What version are you running? 2.0.8.1 What's the URL

Issue 3693 in reviewboard: Allow configuration of default Ship It! review message

2014-12-10 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 3693 by c...@junxblah.com: Allow configuration of default Ship It! review message https://code.google.com/p/reviewboard/issues/detail?id=3693 *** For customer support, please post to reviewbo...@googlegroups.com

Issue 3689 in reviewboard: Review Board didn't give warning for change number is already in use! from GUI and breaks down.

2014-12-08 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3689 by trivi...@gmail.com: Review Board didn't give warning for change number is already in use! from GUI and breaks down. https://code.google.com/p/reviewboard/issues/detail?id=3689 *** READ THIS BEFORE POSTING

Re: Issue 3689 in reviewboard: Review Board didn't give warning for change number is already in use! from GUI and breaks down.

2014-12-08 Thread reviewboard
Updates: Status: Fixed Comment #1 on issue 3689 by chip...@gmail.com: Review Board didn't give warning for change number is already in use! from GUI and breaks down. https://code.google.com/p/reviewboard/issues/detail?id=3689 1.7.7.1 is very old. This has since been fixed in the 2.0

Issue 3690 in reviewboard: Unable to select code for a new file in diffs

2014-12-08 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3690 by dblanche...@coveo.com: Unable to select code for a new file in diffs https://code.google.com/p/reviewboard/issues/detail?id=3690 What version are you running? 2.0.11 What's the URL of the page containing

Re: Issue 3690 in reviewboard: Unable to select code for a new file in diffs

2014-12-08 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 3661 Comment #1 on issue 3690 by trowb...@gmail.com: Unable to select code for a new file in diffs https://code.google.com/p/reviewboard/issues/detail?id=3690 This is already fixed in git and will ship in 2.0.12 -- You received

<    5   6   7   8   9   10   11   12   13   14   >