Re: Announcing the release of Review Board 2.0!

2014-05-21 Thread Paul Fee
Thanks, it's working now following the python-djblets-0.8-7 update.

-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to apply review code on local machine

2014-05-21 Thread shankar KC
Hi I have review board setup against perforce repository. I can login to 
use. Using rbt post i can upload the perforce changelist. If i have to 
download my code changes to some other machine having rbt tools how can i 
do it?
As per the docs
*rbt patch* will download the latest diff from the review request matching 
review-request-id
 
I see this in review board webUI:- 
Review Request *#11* http://10.138.168.44/r/11/ - Created May 7, 2014 and 
updated 1 week ago
So i assumed that review-request-id = 11. Am i correct? How to get 
review-request-id for a code request?
 
*rbt patch -d 11*
 RBTools 0.6
 Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit 
(Intel)]
 Running on Windows-7-6.1.7601-SP1
 Home = C:\Users\shankarkc\AppData\Roaming
 Current directory = d:\ariba\s2837\ariba
 Checking for a Subversion repository...
 Unable to execute svn help: skipping SVN
 Checking for a Git repository...
 Unable to execute git --help or git.cmd --help: skipping Git
 Checking for a Mercurial repository...
 Unable to execute hg --help: skipping Mercurial
 Checking for a CVS repository...
 Unable to execute cvs: skipping CVS
 Checking for a Perforce repository...
 Running: p4 info
 Running: diff --version
 repository info: Path: ['perforce3:1666', 'PERFORCE3:1666'], Base path: 
None
, Supports changesets: True
 Making HTTP GET request to http://10.138.168.44/api/
 Making HTTP GET request to 
http://10.138.168.44/api/review-requests/11/diffs
/1/
Patch is being applied from request 11 with diff revision  1.
Traceback (most recent call last):
  File C:\Python27\Scripts\rbt-script.py, line 9, in module
load_entry_point('RBTools==0.6.dev', 'console_scripts', 'rbt')()
  File 
C:\Python27\lib\site-packages\rbtools-0.6.dev-py2.7.egg\rbtools\commands
\main.py, line 134, in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File 
C:\Python27\lib\site-packages\rbtools-0.6.dev-py2.7.egg\rbtools\commands
\__init__.py, line 422, in run_from_argv
exit_code = self.main(*args) or 0
  File 
C:\Python27\lib\site-packages\rbtools-0.6.dev-py2.7.egg\rbtools\commands
\patch.py, line 141, in main
tmp_patch_file, base_dir)
  File 
C:\Python27\lib\site-packages\rbtools-0.6.dev-py2.7.egg\rbtools\commands
\patch.py, line 82, in apply_patch
base_dir, self.options.px)
  File 
C:\Python27\lib\site-packages\rbtools-0.6.dev-py2.7.egg\rbtools\clients\
__init__.py, line 163, in apply_patch
p_num = p or self._get_p_number(patch_file, base_path, base_dir)
  File 
C:\Python27\lib\site-packages\rbtools-0.6.dev-py2.7.egg\rbtools\clients\
__init__.py, line 136, in _get_p_number
if (base_dir.startswith(base_path)):
TypeError: startswith first arg must be str, unicode, or tuple, not NoneType
 
Really appriciate your help.
Thanks
Shankar KC
 

-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: perforce source control and review board need more than 1 value to unpack.

2014-05-21 Thread shankar KC
I used RBT post perforceChagelistNumber. It did that magic :)
On Tuesday, April 29, 2014 3:19:07 AM UTC+5:30, David Trowbridge wrote:

 It looks like we have a bug with the handling of the ENABLE_PROXY setting. 
 Can you try clearing out proxy-related environment variables?

 -David


 On Fri, Apr 25, 2014 at 4:35 AM, shankar KC shank...@gmail.comjavascript:
  wrote:

 Thanks you David I am using 
 ReviewBoard 1.7.25
 When i tried to generate diff using RBT i get below error :-
 could not reach the review board server at http://MyMachineNameHere.
 If I type http://MyMachineNameHere I do see the review board web page.
 If you have any link to configure rb tools for perforce can you pls send 
 the link.
 I have set ENABLE_PROXY=False in .reviewboardrc as this server is same 
 machine where I am trying to run RBTools.
 Thanks a lot
 Really Appreciate your help.
 Shankar KC

  
 On Friday, April 25, 2014 12:29:39 AM UTC-7, David Trowbridge wrote:

 What version of Review Board?

 For perforce, we *highly* recommend using RBTools to create the diff 
 files. 'p4 diff' does not generate very usable diffs.

 -David


 On Fri, Apr 25, 2014 at 12:03 AM, shankar KC shank...@gmail.com wrote:

 Hello,
 I am trying to setup review board on ubuntu. We use perforce source 
 control. I created a diff using eclipse. when i logon to review board site 
 and do the fallowing actions
 click new review request
 select perforce repository
 type the chage number
 select browse and select my patchfile(created using eclise diff)
 click on create review request.

 I see error  need more than 1 value to unpack.
 I dont see any arror in review board log as well. Last line of log that 
 i see is 
 DiffParser.parse: Finished parsing diff

 I wanted to complete this prototypying a week back but could figureout 
 a way to resolve this issue. Please help me to fix it.
 Thanks
 Shankar KC

 -- 
 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 http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  -- 
 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 http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: A repository was not found at the specified path - HTTPS issue

2014-05-21 Thread bhagwat mane
Hi David,

But it is working fine with browser and with client svn.

Could you please let me know what should i do to fix this issue.

Thanks,


On Tuesday, May 20, 2014 4:00:34 PM UTC+5:30, bhagwat mane wrote:

 Hi Team,

 *Issue :* A repository was not found at the specified path.
 *When :* Adding or updating client SVN repository (https://), it is 
 hosted at another place and required SSL certificate.

 *Background *:
 We have migrated CollabNet Subversion 1.6 to 1.8. after migration we have 
 facing above issue.

 I spent near about 4 days to resolve this issue, below are some changes we 
 did to fix this issue-

 1. We have upgrade reviewboard from 1.6 to 1.7
 2. Tried to update python from 2.6.5 to latest version but unable to do 
 that.
 3. Tried to search on google, how to add client certificate to apache2 
 server.
 4. We have another SVN repository which is hosted at our local 
 environment, and we are able to add/update repository details.
 5. After migration reviewboard 1.7 works fine, but can't to any action 
 related to client repository like add/update repository, create request 
 with diff/patch, not able to view existing diff files. 
 6. Got error when we see old review request diff in reviewboard 
 *Error:* Unable to connect to a repository at URL 'https://.' Error 
 running context: An error occurred during SSL communication.

 7. We have tired to connect to svn from Terminal using command svn ls 
 https://ipaddress/svn/foldername/, but getting error as *:*
 *Error : *svn: E120171: Unable to connect to a repository at URL '
 https://ipaddress/svn/foldername' 

 svn: E120171: Error running context: An error occurred during SSL 
 communication

 *Notes: *
 1. We have installed reviewboard on Ubuntu server with Apache2 and Python 
 2.6 and MySQL.
 2. CollabNet Repository is hosted at remote data center and required ssl 
 certificate.

 It seems that this issue is related to SSL, but no idea how to fix this.

 I am new to Ubuntu, Apache and Python, so no idea how to add client ssl 
 certificate to reviewboard.

 Please provide me details information how i can fix this issue.

 Thanks in advance.



-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


rbt and perforce 2005.1.PATCH configuration issues

2014-05-21 Thread shankar KC
Open p4v.exe select root folder..right click and open command prompt there. 
This will inherit all perforce env. variables. Try there rbt post chanelistno
It works for ne

-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: A repository was not found at the specified path - HTTPS issue

2014-05-21 Thread Igor Berger
If you're running on Windows and have a proxy set in your browser,
chances are the same proxy is not used for command line tools.

Try netsh winhttp show proxy from command line to see what it's set to.
Then use netsh winhttp set proxy to set it appropriately.


On Wednesday, May 21, 2014 8:01:11 AM UTC-4, bhagwat mane wrote:

 Hi David,

 But it is working fine with browser and with client svn.

 Could you please let me know what should i do to fix this issue.

 Thanks,


 On Tuesday, May 20, 2014 4:00:34 PM UTC+5:30, bhagwat mane wrote:

 Hi Team,

 *Issue :* A repository was not found at the specified path.
 *When :* Adding or updating client SVN repository (https://), it is 
 hosted at another place and required SSL certificate.

 *Background *:
 We have migrated CollabNet Subversion 1.6 to 1.8. after migration we have 
 facing above issue.

 I spent near about 4 days to resolve this issue, below are some changes 
 we did to fix this issue-

 1. We have upgrade reviewboard from 1.6 to 1.7
 2. Tried to update python from 2.6.5 to latest version but unable to do 
 that.
 3. Tried to search on google, how to add client certificate to apache2 
 server.
 4. We have another SVN repository which is hosted at our local 
 environment, and we are able to add/update repository details.
 5. After migration reviewboard 1.7 works fine, but can't to any action 
 related to client repository like add/update repository, create request 
 with diff/patch, not able to view existing diff files. 
 6. Got error when we see old review request diff in reviewboard 
 *Error:* Unable to connect to a repository at URL 'https://.' Error 
 running context: An error occurred during SSL communication.

 7. We have tired to connect to svn from Terminal using command svn ls 
 https://ipaddress/svn/foldername/, but getting error as *:*
 *Error : *svn: E120171: Unable to connect to a repository at URL '
 https://ipaddress/svn/foldername' 

 svn: E120171: Error running context: An error occurred during SSL 
 communication

 *Notes: *
 1. We have installed reviewboard on Ubuntu server with Apache2 and Python 
 2.6 and MySQL.
 2. CollabNet Repository is hosted at remote data center and required ssl 
 certificate.

 It seems that this issue is related to SSL, but no idea how to fix this.

 I am new to Ubuntu, Apache and Python, so no idea how to add client ssl 
 certificate to reviewboard.

 Please provide me details information how i can fix this issue.

 Thanks in advance.



-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: error displaying diff in RB2.0

2014-05-21 Thread Matthew Woehlke
On 2014-05-21 00:10, MoonWalker wrote:
 This is the first time that I find this issue.
 There is nothing fancy in this file INI_de.h to trigger this:
 
  There was an error displaying this diff.
 
 unknown encoding:

When you say nothing fancy, and considering the error message, what is
the encoding of INI_de.h? Given the error and the name of the file, I
am guessing it is not ASCII?

-- 
Matthew

-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problems upgrading from RB1.5 to RB2.0RC3

2014-05-21 Thread Christian Hammond
Hi Paul,

I'm going to see about getting a fix out soon. Would you be able to get me
a database dump pre-upgrade that just contains the schema for the whole
database + the contents of just the django_evolution and
django_project_version tables?

(You can just do a dump without data and send that, and another just
containing those tables with data, and I'll stitch them together.)

The problem looks to be in django-evolution, not Review Board, so I can get
a release out fast for that. (Though, you may need to hand-patch until
there's a new RPM rolled.)

Christian


On Wednesday, May 21, 2014, Paul Fee paul.f@gmail.com wrote:

 Following the release of RB2.0, I retested with the latest packages in
 Fedora rawhide and EPEL.

 The issue is still present with ReviewBoard-2.0-13.fc21 on Fedora rawhide.

 The same procedure (a database import and rb-site upgrade) works with
 ReviewBoard-1.7.25-1.el6 on CentOS6+EPEL.

 Note on Fedora, the database dump was modified from MyISAM to InnoDB
 before importing.  On CentOS, the engine was left as MyISAM, presumably
 because the default engine used by MySQL on CentOS is MyISAM where as it's
 InnoDB with mariadb on Fedora Rawhide.

 Any advice on next steps to debug?

 Since there are a few differences between the systems, perhaps eliminate a
 few, e.g. use Fedora Rawhide for both 2.0 and 1.7.25 tests, that way
 mariadb will be common to both setups.

 --
 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 http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: A repository was not found at the specified path - HTTPS issue

2014-05-21 Thread Christian Hammond
Just to help me clarify the issue in my head, it's not working on the
server with the command-line svn client, but it is working on your local
machine with the command-line svn?

If so, as Igor says, that looks like it could be proxy-related. Are you
behind a proxy? If so, you'll need to set the HTTPS_PROXY and HTTP_PROXY
environment variables in your reviewboard.wsgi file (and possibly in your
Apache configuration for your Review Board install).

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Wed, May 21, 2014 at 5:01 AM, bhagwat mane manebhag...@gmail.com wrote:

 Hi David,

 But it is working fine with browser and with client svn.

 Could you please let me know what should i do to fix this issue.

 Thanks,



 On Tuesday, May 20, 2014 4:00:34 PM UTC+5:30, bhagwat mane wrote:

 Hi Team,

 *Issue :* A repository was not found at the specified path.
 *When :* Adding or updating client SVN repository (https://), it is
 hosted at another place and required SSL certificate.

 *Background *:
 We have migrated CollabNet Subversion 1.6 to 1.8. after migration we have
 facing above issue.

 I spent near about 4 days to resolve this issue, below are some changes
 we did to fix this issue-

 1. We have upgrade reviewboard from 1.6 to 1.7
 2. Tried to update python from 2.6.5 to latest version but unable to do
 that.
 3. Tried to search on google, how to add client certificate to apache2
 server.
 4. We have another SVN repository which is hosted at our local
 environment, and we are able to add/update repository details.
 5. After migration reviewboard 1.7 works fine, but can't to any action
 related to client repository like add/update repository, create request
 with diff/patch, not able to view existing diff files.
 6. Got error when we see old review request diff in reviewboard
 *Error:* Unable to connect to a repository at URL 'https://.' Error
 running context: An error occurred during SSL communication.

 7. We have tired to connect to svn from Terminal using command svn ls
 https://ipaddress/svn/foldername/, but getting error as *:*
 *Error : *svn: E120171: Unable to connect to a repository at URL '
 https://ipaddress/svn/foldername'

 svn: E120171: Error running context: An error occurred during SSL
 communication

 *Notes: *
 1. We have installed reviewboard on Ubuntu server with Apache2 and Python
 2.6 and MySQL.
 2. CollabNet Repository is hosted at remote data center and required ssl
 certificate.

 It seems that this issue is related to SSL, but no idea how to fix this.

 I am new to Ubuntu, Apache and Python, so no idea how to add client ssl
 certificate to reviewboard.

 Please provide me details information how i can fix this issue.

 Thanks in advance.

  --
 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 http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problems upgrading from RB1.5 to RB2.0RC3

2014-05-21 Thread Stephen Gallagher
On Wed, May 21, 2014 at 2:37 PM, Christian Hammond chip...@chipx86.comwrote:

 Hi Paul,

 I'm going to see about getting a fix out soon. Would you be able to get me
 a database dump pre-upgrade that just contains the schema for the whole
 database + the contents of just the django_evolution and
 django_project_version tables?

 (You can just do a dump without data and send that, and another just
 containing those tables with data, and I'll stitch them together.)

 The problem looks to be in django-evolution, not Review Board, so I can
 get a release out fast for that. (Though, you may need to hand-patch until
 there's a new RPM rolled.)


I maintain django-evolution in Fedora and EPEL as well, so let me know as
soon as it's out and I'll have an RPM ready within a day.

-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: error displaying diff in RB2.0

2014-05-21 Thread MoonWalker
seems like is using windows-1252 encoding. is that encoding supported?

On Thursday, May 22, 2014 1:25:55 AM UTC+10, Matthew Woehlke wrote:

 On 2014-05-21 00:10, MoonWalker wrote: 
  This is the first time that I find this issue. 
  There is nothing fancy in this file INI_de.h to trigger this: 
  
   There was an error displaying this diff. 
  
  unknown encoding: 

 When you say nothing fancy, and considering the error message, what is 
 the encoding of INI_de.h? Given the error and the name of the file, I 
 am guessing it is not ASCII? 

 -- 
 Matthew 


-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: error displaying diff in RB2.0

2014-05-21 Thread David Trowbridge
It is, but it's not tried by default. In the repository configuration, you
can add a comma-separated list of additional encodings (on top of utf-8 and
ascii) to try.

-David


On Wed, May 21, 2014 at 4:43 PM, MoonWalker daniel.cabrera...@gmail.comwrote:

 seems like is using windows-1252 encoding. is that encoding supported?


 On Thursday, May 22, 2014 1:25:55 AM UTC+10, Matthew Woehlke wrote:

 On 2014-05-21 00:10, MoonWalker wrote:
  This is the first time that I find this issue.
  There is nothing fancy in this file INI_de.h to trigger this:
 
   There was an error displaying this diff.
 
  unknown encoding:

 When you say nothing fancy, and considering the error message, what is
 the encoding of INI_de.h? Given the error and the name of the file, I
 am guessing it is not ASCII?

 --
 Matthew

  --
 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 http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to generate diff on new project

2014-05-21 Thread MoonWalker
I have a new project that is some sort of mixture of code of multiple 
existent projects. There are 4 new files and I would like only to present 
these 4 files as a part of my review, but I am not sure how to isolate the 
changes, since my base line is base on multiple chunk of code. Just for 
reference I am using SVN 

-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to generate diff on new project

2014-05-21 Thread David Trowbridge
rbtools lets you restrict the generated diff to specific filenames. If
you're using 0.6, this is done with the -I flag.

-David


On Wed, May 21, 2014 at 4:50 PM, MoonWalker daniel.cabrera...@gmail.comwrote:

 I have a new project that is some sort of mixture of code of multiple
 existent projects. There are 4 new files and I would like only to present
 these 4 files as a part of my review, but I am not sure how to isolate the
 changes, since my base line is base on multiple chunk of code. Just for
 reference I am using SVN

 --
 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 http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: error displaying diff in RB2.0

2014-05-21 Thread MoonWalker
Thanks a lot David :-) it works 

On Thursday, May 22, 2014 9:44:05 AM UTC+10, David Trowbridge wrote:

 It is, but it's not tried by default. In the repository configuration, you 
 can add a comma-separated list of additional encodings (on top of utf-8 and 
 ascii) to try.

 -David


 On Wed, May 21, 2014 at 4:43 PM, MoonWalker 
 daniel.c...@gmail.comjavascript:
  wrote:

 seems like is using windows-1252 encoding. is that encoding supported?


 On Thursday, May 22, 2014 1:25:55 AM UTC+10, Matthew Woehlke wrote:

 On 2014-05-21 00:10, MoonWalker wrote: 
  This is the first time that I find this issue. 
  There is nothing fancy in this file INI_de.h to trigger this: 
  
   There was an error displaying this diff. 
  
  unknown encoding: 

 When you say nothing fancy, and considering the error message, what is 
 the encoding of INI_de.h? Given the error and the name of the file, I 
 am guessing it is not ASCII? 

 -- 
 Matthew 

  -- 
 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 http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problems upgrading from RB1.5 to RB2.0RC3

2014-05-21 Thread Christian Hammond
Thanks for the info, everyone!

I just put out a Django Evolution 0.7.1 release, which should fix this
issue. You can upgrade with:

easy_install -U django_evolution

Or, if using RPMs, Stephen will get to it soon! :)

- Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Wed, May 21, 2014 at 4:32 PM, Stephen Gallagher 
step...@gallagherhome.com wrote:




 On Wed, May 21, 2014 at 2:37 PM, Christian Hammond chip...@chipx86.comwrote:

 Hi Paul,

 I'm going to see about getting a fix out soon. Would you be able to get
 me a database dump pre-upgrade that just contains the schema for the whole
 database + the contents of just the django_evolution and
 django_project_version tables?

 (You can just do a dump without data and send that, and another just
 containing those tables with data, and I'll stitch them together.)

 The problem looks to be in django-evolution, not Review Board, so I can
 get a release out fast for that. (Though, you may need to hand-patch until
 there's a new RPM rolled.)


 I maintain django-evolution in Fedora and EPEL as well, so let me know as
 soon as it's out and I'll have an RPM ready within a day.

 --
 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 http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to apply review code on local machine

2014-05-21 Thread shankar KC
Sure I will open a bug
thx
shankar

-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to apply review code on local machine

2014-05-21 Thread shankar KC


These are the args that are passed to the method. I got them using print 
statement.
diff_file_path:- c:\users\shanka~1\appdata\local\temp\tmpzusqly, 
repository_info.base_path :- None, 
base_dir :- ,
self.options.px :- None.

It looked like its failing bcz base_dir empty and repository_info.base_path 
:- None
On Thursday, May 22, 2014 8:40:49 AM UTC+5:30, shankar KC wrote:

 Sure I will open a bug
 thx
 shankar

-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: A repository was not found at the specified path - HTTPS issue

2014-05-21 Thread bhagwat mane
Hi Christian and lgor, 

I have execute netsh winhttp show proxy command (OS - Windows 7) and got 
below message -

Current WinHTTP proxy settings:

Direct access (no proxy server).

Also i got svn list from windows 7 command prompt -
Command - svn ls https://IPAddress/svn/SVNFolder/
Output - List of svn folders

But on Ubuntu server if i execute svn ls https://IPAddress/svn/SVNFolder/; 
command from terminal, got below error

svn: E120171: Unable to connect to a repository at URL '
https://IPAddress/svn/SVNFolder/ https://ipaddress/svn/foldername' 

svn: E120171: Error running context: An error occurred during SSL 
communication
Previously (before upgrade) on Ubuntu it is working fine we are able to do 
all SVN operation, before upgrade we have following configuration on ubuntu 
-
Reviewboard - 1.6
SVN - 1.6
Apache - 2.6.5

Do you think my Ubuntu server is corrupted, do i need to re-install 
reviewboard and svn? 

Or please give me some information for How to add SSL for SVN in 
reviewboard? or What are different step to work with HTTPS (SVN) with 
reviewboard?

Please advice.


On Tuesday, May 20, 2014 4:00:34 PM UTC+5:30, bhagwat mane wrote:

 Hi Team,

 *Issue :* A repository was not found at the specified path.
 *When :* Adding or updating client SVN repository (https://), it is 
 hosted at another place and required SSL certificate.

 *Background *:
 We have migrated CollabNet Subversion 1.6 to 1.8. after migration we have 
 facing above issue.

 I spent near about 4 days to resolve this issue, below are some changes we 
 did to fix this issue-

 1. We have upgrade reviewboard from 1.6 to 1.7
 2. Tried to update python from 2.6.5 to latest version but unable to do 
 that.
 3. Tried to search on google, how to add client certificate to apache2 
 server.
 4. We have another SVN repository which is hosted at our local 
 environment, and we are able to add/update repository details.
 5. After migration reviewboard 1.7 works fine, but can't to any action 
 related to client repository like add/update repository, create request 
 with diff/patch, not able to view existing diff files. 
 6. Got error when we see old review request diff in reviewboard 
 *Error:* Unable to connect to a repository at URL 'https://.' Error 
 running context: An error occurred during SSL communication.

 7. We have tired to connect to svn from Terminal using command svn ls 
 https://ipaddress/svn/foldername/, but getting error as *:*
 *Error : *svn: E120171: Unable to connect to a repository at URL '
 https://ipaddress/svn/foldername' 

 svn: E120171: Error running context: An error occurred during SSL 
 communication

 *Notes: *
 1. We have installed reviewboard on Ubuntu server with Apache2 and Python 
 2.6 and MySQL.
 2. CollabNet Repository is hosted at remote data center and required ssl 
 certificate.

 It seems that this issue is related to SSL, but no idea how to fix this.

 I am new to Ubuntu, Apache and Python, so no idea how to add client ssl 
 certificate to reviewboard.

 Please provide me details information how i can fix this issue.

 Thanks in advance.



-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: A repository was not found at the specified path - HTTPS issue

2014-05-21 Thread bhagwat mane
One another think, currently the reviewboard is working with other SVN 
Server repository ( SVN repo not having SSL - http://IPAddress/Svn/Folder;)



On Tuesday, May 20, 2014 4:00:34 PM UTC+5:30, bhagwat mane wrote:

 Hi Team,

 *Issue :* A repository was not found at the specified path.
 *When :* Adding or updating client SVN repository (https://), it is 
 hosted at another place and required SSL certificate.

 *Background *:
 We have migrated CollabNet Subversion 1.6 to 1.8. after migration we have 
 facing above issue.

 I spent near about 4 days to resolve this issue, below are some changes we 
 did to fix this issue-

 1. We have upgrade reviewboard from 1.6 to 1.7
 2. Tried to update python from 2.6.5 to latest version but unable to do 
 that.
 3. Tried to search on google, how to add client certificate to apache2 
 server.
 4. We have another SVN repository which is hosted at our local 
 environment, and we are able to add/update repository details.
 5. After migration reviewboard 1.7 works fine, but can't to any action 
 related to client repository like add/update repository, create request 
 with diff/patch, not able to view existing diff files. 
 6. Got error when we see old review request diff in reviewboard 
 *Error:* Unable to connect to a repository at URL 'https://.' Error 
 running context: An error occurred during SSL communication.

 7. We have tired to connect to svn from Terminal using command svn ls 
 https://ipaddress/svn/foldername/, but getting error as *:*
 *Error : *svn: E120171: Unable to connect to a repository at URL '
 https://ipaddress/svn/foldername' 

 svn: E120171: Error running context: An error occurred during SSL 
 communication

 *Notes: *
 1. We have installed reviewboard on Ubuntu server with Apache2 and Python 
 2.6 and MySQL.
 2. CollabNet Repository is hosted at remote data center and required ssl 
 certificate.

 It seems that this issue is related to SSL, but no idea how to fix this.

 I am new to Ubuntu, Apache and Python, so no idea how to add client ssl 
 certificate to reviewboard.

 Please provide me details information how i can fix this issue.

 Thanks in advance.



-- 
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 http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3356 in reviewboard: Diff currently unavailable when reviewing change to file that is not pushed to remote repo yet

2014-05-21 Thread reviewboard


Comment #4 on issue 3356 by smsm...@gmail.com: Diff currently unavailable  
when reviewing change to file that is not pushed to remote repo yet

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

Here we go. Note that def456 is the (only) parent of abc123, and ghi789 is  
the commit before the git mv commit. It seems odd to pass --no-renames and  
-M together.


$ rbt post --debug --parent=abc123^ abc123

RBTools 0.6
Python 2.7.5 (default, Aug 25 2013, 00:04:04)

[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]

Running on Darwin-13.1.0-x86_64-i386-64bit
Home = /Users/foo
Current directory = /Users/foo/repo
Checking for a Subversion repository...
Running: svn info --non-interactive
Command exited with rc 1: ['svn', 'info', '--non-interactive']

svn: E155007: '/Users/foo/repo' is not a working copy
---

Checking for a Git repository...
Running: git rev-parse --git-dir
Running: git config core.bare
Running: git rev-parse --show-toplevel
Running: git symbolic-ref -q HEAD
Running: git config --get branch.master.merge
Running: git config --get branch.master.remote
Running: git config --get remote.origin.url
repository info: Path: g...@github.example.com:example/project.git, Base  
path: , Supports changesets: False

Making HTTP GET request to https://rb.example.com/api/
Making HTTP GET request to http://rb.example.com/api/info/
Running: git rev-parse abc123
Running: git rev-parse abc123^
Running: git branch -r --contains def456
Running: git merge-base def456 origin/master
Running: git diff --no-color --full-index --ignore-submodules  
--no-renames def456..abc123 -M
Running: git diff --no-color --full-index --ignore-submodules  
--no-renames ghi789..def456 -M

Running: git log --reverse --pretty=format:%s%n%n%b ^ghi789 abc123
Making HTTP GET request to http://rb.example.com/api/review-requests/
Making HTTP POST request to http://rb.example.com/api/review-requests/
Making HTTP GET request to  
http://rb.example.com/api/review-requests/123/diffs/
Making HTTP POST request to  
http://rb.example.com/api/review-requests/123/diffs/
Making HTTP GET request to  
http://rb.example.com/api/review-requests/123/draft/
Making HTTP PUT request to  
http://rb.example.com/api/review-requests/123/draft/

Review request #123 posted.

http://rb.example.com/r/123/
http://rb.example.com/r/123/diff/


--
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 3359 in reviewboard: Support pasting screenshot from clipboard

2014-05-21 Thread reviewboard

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

New issue 3359 by siul...@gmail.com: Support pasting screenshot from  
clipboard

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

It would be nice if I can capture screenshot into clipboard (prtscn in  
Windows and Ctrl-Cmd-Shift-3 (or 4) in Mac) and then paste directly into  
review board as screenshot, without going through the file system.


Chrome and Firefox now supports pasting an image from clipboard. In Chrome,  
it is available in clipboardData.files and in Firefox, you should capture  
it via a contenteditable.


--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-21 Thread reviewboard


Comment #2 on issue 3354 by nicolas@gmail.com: TypeError for New  
Review Request and View Diff after updade to Review Board 2.0

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

Hello,

THe only customization present on my Subversion is a post-commit hook to  
call RBTools.

Apache has been restarted after the upgrade.

A new RB site has been created and the database compared to the existing  
one, but no difference appears.


Thanks,
Best regards.

--
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 1333 in reviewboard: Link to bug tracker inside description field not discovered if bug # is not a numeric value

2014-05-21 Thread reviewboard


Comment #6 on issue 1333 by kamihass...@gmail.com: Link to bug tracker  
inside description field not discovered if bug # is not a numeric value

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

I dont know whats going on but I kamw and kamihass...@gmail.com did not ok  
any of this what ever is going on I have had some funny things going on  
with my work home computers and it needs to stop.. have the ball to call me  
3086452406 ..


--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-21 Thread reviewboard


Comment #3 on issue 3354 by nicolas@gmail.com: TypeError for New  
Review Request and View Diff after updade to Review Board 2.0

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

As a complement of information, I have the same issue when I want to view  
the diff of an existing review. Debug info is not as complete as in the  
previous attached file but it's the same error.


expected string or Unicode object, client.ConfigItem found

Traceback (most recent call last):
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/diffviewer/views.py,  
line 94, in get

*args, **kwargs)
   
File /usr/local/lib/python2.6/dist-packages/Django-1.6.5-py2.6.egg/django/views/generic/base.py,  
line 154, in get

context = self.get_context_data(**kwargs)
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/reviews/views.py,  
line 867, in get_context_data

make_review_request_context(self.request, self.review_request))
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/reviews/context.py,  
line 92, in make_review_request_context

upload_diff_form = UploadDiffForm(review_request, request=request)
   
File /usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0-py2.6.egg/reviewboard/reviews/forms.py,  
line 102, in __init__

history=review_request.diffset_history_id).latest()
TypeError: expected string or Unicode object, client.ConfigItem found


Best regards.

--
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 3316 in reviewboard: Don't email yourself

2014-05-21 Thread reviewboard


Comment #2 on issue 3316 by ch...@orr.me.uk: Don't email yourself
http://code.google.com/p/reviewboard/issues/detail?id=3316

I agree that this should be a user preference, but at every company where  
I've used RB, most people set up email filters to auto-delete these emails  
-- so it would be great if this preference was disabled by default (i.e. do  
not enable Remind me via email what I just did a second ago by default).


--
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 3353 in reviewboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in 2.0 release

2014-05-21 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3353 by  
trowb...@gmail.com: UnicodeDecodeError: 'ascii' codec can't decode byte  
0xc3 in 2.0 release

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

Fixed in release-2.0.x (4c00183). Thanks!

--
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 3362 in reviewboard: Stable documentation link for rbtools points to wrong version

2014-05-21 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Component-Docs

New issue 3362 by ch...@orr.me.uk: Stable documentation link for rbtools  
points to wrong version

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

What's the URL of the page containing the problem?
http://www.reviewboard.org/docs/rbtools/dev/

Describe the problem and any recommendations below.
The link latest stable docs links to 0.5 instead of 0.6 (which is, AFAIK,  
the latest version).


--
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 3363 in reviewboard: file diffstat box: link to href anchor to file in diff not fully shown in browser (FF) address bar

2014-05-21 Thread reviewboard

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

New issue 3363 by matthias...@famsik.de: file diffstat box: link to href  
anchor to file in diff not fully shown in browser (FF) address bar

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

What version are you running?
RB 2.0

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

What steps will reproduce the problem?
When I hover on a link to a specific file in the diffstat box, for  
example reviewboard/diffviewer/tests.py, the url preview properly  
shows https://reviews.reviewboard.org/r/5846/diff/#2;, however when I  
click, the firefox (29.0.1, linux) URL bar  
said https://reviews.reviewboard.org/r/5846/diff/#;.
When I want to paste someone a link leading to a specific section inside  
the diff, it wouldn't work without me manually fixing the link address.


Additionally, the linked file is not shown on top of the page, but a bit  
below. IMO the file should be scrolled to the very top (see screenshot,  
(its not the same RR as linked in the ticket here)).



Attachments:
rb.png  75.8 KB

--
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 3361 in reviewboard: Nitpick: Diff file icon is bigger than the spinner it replaces

2014-05-21 Thread reviewboard

Updates:
Status: Started
Owner: chip...@gmail.com
Labels: Milestone-Release2.0.x Component-DiffViewer

Comment #1 on issue 3361 by chip...@gmail.com: Nitpick: Diff file icon is  
bigger than the spinner it replaces

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

(No comment was entered for this change.)

--
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 3354 in reviewboard: TypeError for New Review Request and View Diff after updade to Review Board 2.0

2014-05-21 Thread reviewboard


Comment #4 on issue 3354 by chip...@gmail.com: TypeError for New Review  
Request and View Diff after updade to Review Board 2.0

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

Are you guys using PySVN, or Subvertpy? Do you have Subvertpy installed?

Christian

--
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 3362 in reviewboard: Stable documentation link for rbtools points to wrong version

2014-05-21 Thread reviewboard

Updates:
Status: Fixed
Owner: chip...@gmail.com
Labels: Component-Website

Comment #1 on issue 3362 by chip...@gmail.com: Stable documentation link  
for rbtools points to wrong version

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

This should now be fixed. Thanks for letting us know!

--
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 3361 in reviewboard: Nitpick: Diff file icon is bigger than the spinner it replaces

2014-05-21 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 3361 by chip...@gmail.com: Nitpick: Diff file icon is  
bigger than the spinner it replaces

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

Fixed on release-2.0.x (1a9fc1c)

--
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 3364 in reviewboard: 500

2014-05-21 Thread reviewboard

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

New issue 3364 by ikari...@completegenomics.com: 500
http://code.google.com/p/reviewboard/issues/detail?id=3364

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!


What version are you running?


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


What steps will reproduce the problem?
1.
2.
3.

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


What operating system are you using? What browser?


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 3364 in reviewboard: 500

2014-05-21 Thread reviewboard

Updates:
Status: Invalid

Comment #1 on issue 3364 by trowb...@gmail.com: 500
http://code.google.com/p/reviewboard/issues/detail?id=3364

(No comment was entered for this change.)

--
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 3360 in reviewboard: rbt patch crashes

2014-05-21 Thread reviewboard

Updates:
Status: PendingReview
Owner: trowb...@gmail.com
Labels: Component-RBTools

Comment #1 on issue 3360 by trowb...@gmail.com: rbt patch crashes
http://code.google.com/p/reviewboard/issues/detail?id=3360

(No comment was entered for this change.)

--
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 3358 in reviewboard: Unable to reset password

2014-05-21 Thread reviewboard

Updates:
Status: PendingReview
Owner: trowb...@gmail.com
Labels: Component-Accounts

Comment #1 on issue 3358 by trowb...@gmail.com: Unable to reset password
http://code.google.com/p/reviewboard/issues/detail?id=3358

(No comment was entered for this change.)

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