Site access / Redirection issues

2013-07-17 Thread Sumedh Sidhaye
Hi,

I am  facing a strange issue with site access / redirection after logging 
in to reviewboard site.

I have created 2 sites say *site1*and* anothersite*
*
*
Whenever I try to login to either *site1 *or *anothersite *I get a page 
doesn't exist (the Review Board error page. )
Also I have noticed another problem as below: Please note the URL

http://localhost/site1/account/login/?next_page=/anothersite/dashboard/

The next_page shows the page of anothersite instead of site1

But if I enable a single site  everything works fine. No problems at all.
I tried disabling memcached but that didn't work.

I have also made the necessary permission changes.

*I am using Review Board 1.7.7.1, python 2.6+, mod_wsgi 3.3*

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.




[P4#run] Errors during command execution( p4 describe -s 1 ) [Error]: 'Perforce password (P4PASSWD) invalid or unset.'

2013-07-17 Thread Stefano Biancullo
Hello

i recently installed reviewboard 1.6.6 and i needed to use with perforce.

I tried to configure perforce repository but it gives me the follow error

[P4#run] Errors during command execution( p4 describe -s 1 ) [Error]:
'Perforce password (P4PASSWD) invalid or unset.'

I tried to set up in my ubuntu installation either
P4PORT
P4USER
P4PASSWD
P4TICKETS = path of ticket file

and from command line i can make p4 login. but when i try to configure the
repository i get that error.

My perforce server has ticket based authentication.


Anyone have some idea or stuff to try ?


BR
Stefano

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.




Re: pip install problem

2013-07-17 Thread Андрей Григорьев
It now works with pip 1.3.

On Tuesday, January 22, 2013 8:54:32 AM UTC+4, Michel Alexandre Salim wrote:

 Hi Christian,

 Thanks, that clears up the issue. There were similar problems with PyObjc, 
 but Pip ended up getting patch for that a few months ago. Will look at 
 using easy_install, or stick with django_tables2 since the only feature I 
 need at the moment is the datagrid.

 Thanks,

 -- 
 Michel

 On Tuesday, January 22, 2013 9:11:18 AM UTC+7, Christian Hammond wrote:

 Hi Michel,

 We do not support pip. Pip, while popular, is incomplete and doesn't 
 support a critical feature, Python Entrypoints, which we require for all 
 extensions, authentication backends, and repository backends. You'll have 
 to use easy_install with Review Board and our dependencies.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Mon, Jan 21, 2013 at 5:42 PM, Michel Alexandre Salim 
 michael@gmail.com wrote:

 Hello,


 On Wednesday, January 25, 2012 6:33:11 PM UTC+7, Bart Celary wrote:

 Hi, 
 I have tried to 'pip install' the latest git snapshot of the 
 Reviewboard. I am working in a clean virtualenv (setuptools/pip only). 
 It failed with an error: 


  Is there any progress on this report? One year later, I'm encountering 
 the same problem trying to install djblets 0.7.8 (the latest available 
 version) in virtualenv.

 Thanks,

 -- 
 Michel Alexandre Salim


 pip install -e /data/Work/Development/**reviewboard 
 Obtaining file:///data/Work/Development/**reviewboard 
   Running setup.py egg_info for package from 
 file:///data/Work/Development/**reviewboard 
 Traceback (most recent call last): 
   File string, line 14, in module 
   File /data/Work/Development/**reviewboard/setup.py, line 169, 
 in 
 module 
 Topic :: Software Development :: Quality Assurance, 
   File /usr/lib/python2.7/distutils/**core.py, line 152, in 
 setup 
 dist.run_commands() 
   File /usr/lib/python2.7/distutils/**dist.py, line 953, in 
 run_commands 
 self.run_command(cmd) 
   File /usr/lib/python2.7/distutils/**dist.py, line 972, in 
 run_command 
 cmd_obj.run() 
   File /data/Work/Development/**reviewboard/setup.py, line 65, 
 in 
 run 
 egg_info.run(self) 
   File string, line 7, in replacement_run 
 AttributeError: class egg_info has no attribute 
 'iter_entry_points' 
 Complete output from command python setup.py egg_info: 
 running egg_info 

 creating ReviewBoard.egg-info 

 Traceback (most recent call last): 
   File string, line 14, in module 
   File /data/Work/Development/**reviewboard/setup.py, line 169, in 
 module 
 Topic :: Software Development :: Quality Assurance, 
   File /usr/lib/python2.7/distutils/**core.py, line 152, in setup 
 dist.run_commands() 
   File /usr/lib/python2.7/distutils/**dist.py, line 953, in 
 run_commands 
 self.run_command(cmd) 
   File /usr/lib/python2.7/distutils/**dist.py, line 972, in 
 run_command 
 cmd_obj.run() 
   File /data/Work/Development/**reviewboard/setup.py, line 65, in 
 run 
 egg_info.run(self) 
   File string, line 7, in replacement_run 
 AttributeError: class egg_info has no attribute 'iter_entry_points' 
 --**-- 
 Command python setup.py egg_info failed with error code 1 


 Looks like commit be1dac2d made that change. Following patch fixed it 
 for me. 

 888 
 diff --git a/setup.py b/setup.py 
 index 7e572cd..7732aa9 100755 
 --- a/setup.py 
 +++ b/setup.py 
 @@ -13,7 +13,7 @@ from ez_setup import use_setuptools 
  use_setuptools() 

  from setuptools import setup, find_packages 
 -from setuptools.command.egg_info import egg_info 
 +from setuptools.command import egg_info 
  from distutils.command.install_data import install_data 
  from distutils.command.install import INSTALL_SCHEMES 
  from distutils.core import Command 
 @@ -51,7 +51,7 @@ class osx_install_data(install_data)**: 
  install_data.finalize_**options(self) 


 -class BuildEggInfo(egg_info): 
 +class BuildEggInfo(egg_info.egg_**info): 
  def run(self): 
  # Conditionally build the media files if there's a 
 settings_local 
  # file. If there isn't one, we assume this is a new dev tree, 
 in which 
 @@ -62,7 +62,7 @@ class BuildEggInfo(egg_info): 
  if os.path.exists('settings_**local.py'): 
  self.run_command('build_**media') 

 -egg_info.run(self) 
 +egg_info.egg_info.run(self) 


  class BuildMedia(Command): 
 888 

 Bartek

  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com
 For more options, visit this group at 
 

Re: how do i reassign a review?

2013-07-17 Thread Scott Quesnelle
Is this the submitter that has left the company, or the reviewer?

If its the submitter, then download the diff, and have the new
submitter create a new review.

If its a reviewer, then submitter can update the reviewers, as can the
admin for the site.

On 7/15/13, kegstand kegst...@gmail.com wrote:
 How can I assign an existing review, that has not been shipped, to a
 different person?

 Scenario is a coder has left the project or employee has left the company

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 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/groups/opt_out.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.




Re: Review Board -Add Repository Issue(with Perforce)

2013-07-17 Thread victoria
On Tue, Jul 16, 2013 at 5:58 AM, RB lanka.a...@gmail.com wrote:
 1.I have installed perforce Command-Line Client(Version 2012.1). 2.Later i
 installed p4python27. As Bitnami Review Board stack comes with python 2.7.5
 and p4pyhon27 is compatible with python 2.7.5 there should not be any
 issues. 3.Later i installed latest Bitnami Review Board stack for windows.
 4.Later i started both Apache Web Server and MySQL Database. I am able to
 acccess ReviewBoard log-in url. I have created a user. 5.Then when i try to
 add the perforce repository and save it, i am getting the following error:
 DLL load failed: The specified module could not be found.


OK. I have finally been able to create a Perforce repository in
ReviewBoard. I used the public.perforce.com:1666 repository for
testing. This is the exact steps I followed:

 - Install BitNami ReviewBoard
 - Go to the Windows Start Menu - BitNami ReviewBoard - Register
BitNami Python in the Windows Registry.
 - Open the BitNami environment. Go to the Windows Start Menu -
BitNami ReviewBoard - Use BitNami
Reviewboard (this will open a windows command prompt).
 - Install p4python27.exe  from the command line (it needs to be the
32 bit binary). I used [this version][1]. Only the API component is
necessary.

Now to check that the module is loaded correctly in the Python version
installed with BitNami:

 - Execute `python`
 - In the python console execute `import P4`

If you don't receive any error from the console, it means that the
module is installed correctly. You are receiving the error when
accessing reviewboard because when importing that module in the
application running with apache + mod_wsgi the msvcr90.dll is not
found. (The issue is similar to [this][2]).

In order to fix you need to have installed [vcredist 2008 x86][3] and
the mt.exe tool installed. mt.exe is included in the [Microsoft
Windows Software Development Kit][4] (only the windows development
tools component is required). Then execute the following:

mt.exe 
-inputresource:c:\bitnami\reviewboard-1.7.11-0\python\bin\python.exe;#1
-out:pyd.manifest

mt.exe -manifest pyd.manifest
-outputresource:c:\bitnami\reviewboard-1.7.11-0\python\Lib\site-packages\P4API.pyd;#2

Restart apache and try to create a new Perforce repostiory.

I have also replied to you in the BitNami forums
(answers.bitnami.com). I hope this helps.

  [1]: http://www.mmnt.net/db/0/0/ftp.perforce.com/perforce/r12.1/bin.ntx86
  [2]: http://code.google.com/p/pyodbc/issues/detail?id=214
  [3]: http://www.microsoft.com/en-us/download/details.aspx?id=29
  [4]: http://www.microsoft.com/en-us/download/details.aspx?id=3138



 On Wednesday, July 10, 2013 1:13:24 PM UTC+5:30, victoria wrote:

 On Wed, Jul 10, 2013 at 5:29 AM, RB lanka...@gmail.com wrote:
  Hi ,
 
  I have installed Bitnami Review board stack for windows only. I have
  installed perforce(Version 2012.1) and p4python27 which is compatible
  with
  Python 2.7.5. But still i am getting the same issue.
  Can you suggest a solution for this.
 
  RB

 Can you explain the exact steps that you follow and point us to the
 packages that you used? Thanks

 
  On Wednesday, July 10, 2013 12:18:14 AM UTC+5:30, Christian Hammond
  wrote:
 
  Hi,
 
  We don't support Review Board on Windows due to a number of
  difficult-to-resolve compatibility errors with our dependencies.
 
  I'd recommend using a Linux machine (dedicated or in a VM), or the
  BitNami
  installer for Windows. The latter will make sure all your dependencies
  are
  correct.
 
  Some future enhancements to Review Board may not work on Windows, for
  what
  it's worth.
 
  Christian
 
 
  On Jul 9, 2013, at 1:43, RB lanka...@gmail.com wrote:
 
  I have set-up ReviewBoard on windows 64-bit. I have installed P4 and
  p4python. I am facing an issue while Adding Repository(perforce) in
  Review
  Board stack. I am getting the following error:
  DLL load failed: The specified module could not be found.
 
  Has anyone faced the same issue. If so what could be the reason for
  this
  issue.
 
  --
  Want to help the Review Board project? Donate today at
  http://www.reviewboard.org/donate/
  Happy user? Let us know at http://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard...@googlegroups.com
 
  For more options, visit this group at
  http://groups.google.com/group/reviewboard?hl=en
  ---
  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/groups/opt_out.
 
 
 
  --
  Want to help the Review Board project? Donate today at
  http://www.reviewboard.org/donate/
  Happy user? Let us know at http://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, 

Issue 3037 in reviewboard: Perforce authentication fails if changes are made to perforce repository without specifying perforce password

2013-07-17 Thread reviewboard

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

New issue 3037 by subodhko...@gmail.com: Perforce authentication fails if  
changes are made to perforce repository without specifying perforce password

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

*** 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?
1.7.11

What's the URL of the page containing the problem?
https://xyz/admin/db/scmtools/repository/1/

What steps will reproduce the problem?
1. Go to the perforce repository page
2. Edit anything
3. Click on Use ticket based authentication


What is the expected output? What do you see instead?
Expected output should be new bug url will be displayed henceforth and  
reviews should open


Instead what happens is perforce authentication fails and all perforce  
related operations too like post-review, viewing a review etc


What operating system are you using? What browser?
OS: Ubuntu 12.04
Browser: chrome, IE and firefox

Please provide any additional information below.
Workaround: Whenever any change is made in this section, make sure use  
ticket-based authentication and password is entered every time.



--
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/groups/opt_out.




Re: Issue 3032 in reviewboard: Enter key doesn't work for search on reviewboard

2013-07-17 Thread reviewboard


Comment #3 on issue 3032 by trivi...@gmail.com: Enter key doesn't work  
for search on reviewboard

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

I can,t see the corresponding js file for search being loaded:
ReviewBoard-1.7.7.1-py2.7.egg/reviewboard/static/lib/js/ui.autocomplete.min.js



--
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/groups/opt_out.