Diff creation problem occuring while creating review request

2014-07-16 Thread Shahadat Hossain
Dear Concern, I am using Reviewboard server 1.7.26 and RBTtools 0.5.7 for creating review-request in reviewboard server with post-review support.But i am currently having problem while creating diff on files in reviewboard server. Please check the below log while creating the diff in

Re: Unable to installing Extensions on RB 2.0.3

2014-07-16 Thread Rama krishna
Hi In chrome under menu enable tools-javascript console, to check any other errors. On Wednesday, July 16, 2014 6:57:27 AM UTC+5:30, MoonWalker wrote: I tried the previous steps and no change, still not showing the severity fields. I am using Windows 7 + latest chrome On Wednesday, July

Email settings when the server has been deployed on a cloud

2014-07-16 Thread D a s h
I have deployed a Reviewboard server on a cloud server. Hence it is obviously not on the same network where the SMTP server is. From the reviewboard documentation, I understand that the emails are sent only if the reviewboard and SMTP server are on the same network. Since I have setup

UTF-8 decode error

2014-07-16 Thread Alexis
I am getting the following error: 2014-07-15 17:14:27,319 - ERROR - - Failed to generate diff using pysvn for revisions 3327:3328 for path https://example.com:81/svn/TSE: Can't create a character converter from 'UTF-8' to 'utf-8' Error reading spooled REPORT request response Traceback (most

Plugin for reviewing .doc, .pdf and .xls in reviewboard

2014-07-16 Thread sharath . raju
Looking for a plugin using which .doc, .pdf and .xls can be review similar to source code files in reviewboard -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at

Re: Authentication failed while adding svn repository

2014-07-16 Thread Alexis
Hi Christian, I am encountering the same issue. it seems that before accessing the repository, review board checks that it exists by trying to access it without credentials (assumes there is public access to read) and then it accesses it using the credentials. I have made the code fail where

Re: Plugin for reviewing .doc, .pdf and .xls in reviewboard

2014-07-16 Thread Steven MacLeod
The Review Board Power Pack provides support for reviewing .pdf https://www.reviewboard.org/powerpack/ I don't currently know of an extension for reviewing .doc and .xls inside Review Board, but you can certainly attach them and then download to review. On Wed, Jul 16, 2014 at 6:37 AM,

Re: Authentication failed while adding svn repository

2014-07-16 Thread Alexis
Hi Christian, I am encountering the same issue. it seems that before accessing the repository, review board checks that it exists by trying to access it without credentials (assumes there is public access to read) and then it accesses it using the credentials. I have made the code fail where

Re: Review Board 2.0.3, and the new Package Store!

2014-07-16 Thread Adrien Rochereau
thanks, looking great and the fix for the long string is welcome :) -- See why you should attend BroadSoft Connections 2014 http://broadsoftconnections.com/ This email is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged

New incremental indexing command in reviewboard 2.0.3 fails to execute

2014-07-16 Thread Christian Wuerdig
Hi, I upgraded to 2.0.3 and put the new incremental index upgrade into the crontab but it didn't seem to work. So for testing I executed this on the command line: rb-site manage /var/www/codereview update_index -a 1 and got this error: rb-site: error: no such option: -a I noticed the same

Re: New incremental indexing command in reviewboard 2.0.3 fails to execute

2014-07-16 Thread David Trowbridge
It looks like we made a small mistake in the crontab. The command should be: rb-site manage /var/www/codereview update_index -- -a 1 (note the bare -- argument) We'll get this fixed soon. -David On Wed, Jul 16, 2014 at 1:35 PM, Christian Wuerdig christian.wuer...@gmail.com wrote: Hi, I

Re: UTF-8 decode error

2014-07-16 Thread David Trowbridge
I think that just the header_encoding line needs changing (since .decode() is in python-land). Can you test that it works if you only make the header_encoding change? -David On Wed, Jul 16, 2014 at 11:16 AM, Alexis alexisde...@gmail.com wrote: I am getting the following error: 2014-07-15

Re: Email settings when the server has been deployed on a cloud

2014-07-16 Thread David Trowbridge
The servers do not have to be on the same network. Can you point me to where in the docs you got that impression? -David On Wed, Jul 16, 2014 at 5:17 AM, D a s h darsha...@gmail.com wrote: I have deployed a Reviewboard server on a cloud server. Hence it is obviously not on the same network

Re: New incremental indexing command in reviewboard 2.0.3 fails to execute

2014-07-16 Thread Christian Wuerdig
Ok thanks, that did the trick On Thursday, 17 July 2014 09:05:31 UTC+12, David Trowbridge wrote: It looks like we made a small mistake in the crontab. The command should be: rb-site manage /var/www/codereview update_index -- -a 1 (note the bare -- argument) We'll get this fixed soon.

Re: UTF-8 decode error

2014-07-16 Thread Alexis
I tested changing the header_encoding only and it works. Alexis On Wednesday, 16 July 2014 16:07:58 UTC-5, David Trowbridge wrote: I think that just the header_encoding line needs changing (since .decode() is in python-land). Can you test that it works if you only make the header_encoding

Re: UTF-8 decode error

2014-07-16 Thread David Trowbridge
Thanks. We'll get a fix in for 2.0.4. -David On Wed, Jul 16, 2014 at 2:47 PM, Alexis alexisde...@gmail.com wrote: I tested changing the header_encoding only and it works. Alexis On Wednesday, 16 July 2014 16:07:58 UTC-5, David Trowbridge wrote: I think that just the header_encoding

Re: BadRequest Error while posting using rbt

2014-07-16 Thread Neeraj K
Well I finally got it to work. I used rbt post --tracking_branch branch_name I am working in a git-svn environment. This problem is not found in older versions of git. Goodluck!! On Thursday, July 10, 2014 6:12:24 PM UTC-7, David Trowbridge wrote: Huh, it happened immediately after

Re: Unable to installing Extensions on RB 2.0.3

2014-07-16 Thread MoonWalker
Thx Rama. Per your advice I did that and I got these errors: Uncaught ReferenceError: RBSeverity is not defined review.dev.local/r/559/diff/:636 http://review.dev.local/r/559/diff/ 1. GET http://codereview.devneta.local/api/review-requests/559/reviews/draft/?1405550380059api_format=json

Re: Unable to installing Extensions on RB 2.0.3

2014-07-16 Thread David Trowbridge
Is severity.js loading correctly? -David On Wed, Jul 16, 2014 at 3:43 PM, MoonWalker daniel.cabrera...@gmail.com wrote: Thx Rama. Per your advice I did that and I got these errors: Uncaught ReferenceError: RBSeverity is not defined review.dev.local/r/559/diff/:636

Re: Unable to installing Extensions on RB 2.0.3

2014-07-16 Thread MoonWalker
I do not know. What shall I do to verify? On Thursday, July 17, 2014 8:45:17 AM UTC+10, David Trowbridge wrote: Is severity.js loading correctly? -David On Wed, Jul 16, 2014 at 3:43 PM, MoonWalker daniel.c...@gmail.com javascript: wrote: Thx Rama. Per your advice I did that and I got

Re: Unable to installing Extensions on RB 2.0.3

2014-07-16 Thread David Trowbridge
In the browser dev tools, when you load the page, one of the tabs should have a list of all the HTTP requests and their statuses. -David On Wed, Jul 16, 2014 at 4:03 PM, MoonWalker daniel.cabrera...@gmail.com wrote: I do not know. What shall I do to verify? On Thursday, July 17, 2014

Adding a new diff to existent review Loops on loading

2014-07-16 Thread MoonWalker
I noticed this issue several times, and I enabled all the logs and some how there is zero information on them about this issue. I enabled JavaScript console in my browser (chrome latest version under Windows 7) and this is what I get. 1. Uncaught TypeError: Cannot read property 'msg' of

Re: Issue 3441 in reviewboard: New request cannot be created in RB 2.0.2 opened with IE 10/11

2014-07-16 Thread reviewboard
Comment #4 on issue 3441 by sere...@gmail.com: New request cannot be created in RB 2.0.2 opened with IE 10/11 http://code.google.com/p/reviewboard/issues/detail?id=3441 Sorry, did not notice you filed earlier. -- You received this message because this project is configured to send all