Homepage links to RBTools 0.6.1

2014-07-15 Thread Bruce Cran
http://reviewboard.org contains a link to RBTools 0.6.1 - it should
probably be updated for 0.6.2?

Also, /docs/releasenotes contain a broken link to Power Pack.

-- 
Bruce


-- 
-- 
Bruce Cran

-- 
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: Homepage links to RBTools 0.6.1

2014-07-15 Thread Christian Hammond
Hi Bruce,

Our release process normally updates the website, but we had a bug. I just 
fixed it for RBTools 0.6.2.

I’m looking into the Power Pack release notes issue. It’ll probably be next 
week before it’s fixed, as I’ll be out for the next few days.

Thanks!

- Christian

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

On July 14, 2014 at 11:26:44 PM, Bruce Cran (bruce.c...@gmail.com) wrote:

http://reviewboard.org contains a link to RBTools 0.6.1 - it should probably be 
updated for 0.6.2?

Also, /docs/releasenotes contain a broken link to Power Pack.

-- 
Bruce


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


export review comments to external file

2014-07-15 Thread nandeesh kulkarni
Hi,

how do I capture all the review comments into external file?
RB version I am using is 1.7.25

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: Table 'reviewboard.auth_user' doesn't exist

2014-07-15 Thread Joe
Hi David,

That has been the issue. When I tried to print the django version with the 
python command, it said

(1,6,5)

Now I removed that and have again reinstalled 1.4.13 and Im able to 
successfully install the rb-site.

Thanks for your help!

Best Regards,  
Joe.


On Saturday, July 12, 2014 12:26:13 AM UTC+2, David Trowbridge wrote:

 Can you just quickly verify that it's actually using that version of 
 django?

 $ python
  import django
  print django.VERSION

 -David


 On Fri, Jul 11, 2014 at 3:52 AM, Joe jothi...@gmail.com javascript: 
 wrote:

 Hello David, Christian,

 Following are the version which have been installed:

 Django 1.4.13
 Djblets 0.7.30

 Best regards,  
 Joe.


 On Thursday, July 10, 2014 8:58:55 PM UTC+2, Christian Hammond wrote:

 Also, what version of Djblets?

 This smells like a dependency version issue.

 Christian

 -- 
 Christian Hammond - chri...@beanbaginc.com

 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On July 10, 2014 at 11:49:18 AM, David Trowbridge (trow...@gmail.com) 
 wrote:

 What version of django did you install? 

 -David
  

 On Thu, Jul 10, 2014 at 8:38 AM, Joe jothi...@gmail.com wrote:

  Hello,

 Im trying to install review board on a SuSE system, which is our 
 official server in the company. Unfortunately all other ports other than 
 SSH is blocked from communication. So Im not able to use easy_install or 
 pip to install any resources. 

 I have manually installed all the necessary packages using the SuSE 
 DVD. And now finally when I try to run 

 # rb-site install /var/www/reviewboard.example.com

 Note: I have setup mysql with username password and I have already 
 created the database reviewboard in it.

 Im getting the below error.

  * Installing the site...
 Building site directories ... OK
 Building site configuration files ... OK
 Creating database ...
 [!] Unable to execute the manager command syncdb: cannot import name
 execute_manager
  
 [!] Unable to execute the manager command registerscmtools: cannot
 import name execute_manager
 OK
 Performing migrations ...
 [!] Unable to execute the manager command evolve: cannot import name
 execute_manager
 OK
 Creating administrator account ... Traceback (most recent call last):
   File /usr/local/bin/rb-site, line 8, in module
 load_entry_point('ReviewBoard==1.7.22', 'console_scripts', 
 'rb-site')()
   File /usr/local/lib64/python2.6/site-packages/ReviewBoard-1.7.
 22-py2.6.egg/reviewboard/cmdline/rbsite.py, line 2055, in main
 command.run()
   File /usr/local/lib64/python2.6/site-packages/ReviewBoard-1.7.
 22-py2.6.egg/reviewboard/cmdline/rbsite.py, line 1496, in run
 self.show_install_status()
   File /usr/local/lib64/python2.6/site-packages/ReviewBoard-1.7.
 22-py2.6.egg/reviewboard/cmdline/rbsite.py, line 1779, in 
 show_install_status
 site.create_admin_user)
   File /usr/local/lib64/python2.6/site-packages/ReviewBoard-1.7.
 22-py2.6.egg/reviewboard/cmdline/rbsite.py, line 967, in step
 func()
   File /usr/local/lib64/python2.6/site-packages/ReviewBoard-1.7.
 22-py2.6.egg/reviewboard/cmdline/rbsite.py, line 553, in 
 create_admin_user
 self.admin_password)
   File 
 /usr/local/lib64/python2.6/site-packages/django/contrib/auth/models.py, 
 line 195, in create_superuser
**extra_fields)
   File 
 /usr/local/lib64/python2.6/site-packages/django/contrib/auth/models.py, 
 line 186, in _create_user
 user.save(using=self._db)
   File 
 /usr/local/lib64/python2.6/site-packages/django/db/models/base.py, 
 line 545, in save
 force_update=force_update, update_fields=update_fields)
   File 
 /usr/local/lib64/python2.6/site-packages/django/db/models/base.py, 
 line 573, in save_base
 updated = self._save_table(raw, cls, force_insert, force_update, 
 using, update_fields)
   File 
 /usr/local/lib64/python2.6/site-packages/django/db/models/base.py, 
 line 654, in _save_table
 result = self._do_insert(cls._base_manager, using, fields, 
 update_pk, raw)
   File 
 /usr/local/lib64/python2.6/site-packages/django/db/models/base.py, 
 line 687, in _do_insert
 using=using, raw=raw)
   File 
 /usr/local/lib64/python2.6/site-packages/django/db/models/manager.py, 
 line 232, in _insert
 return insert_query(self.model, objs, fields, **kwargs)
   File 
 /usr/local/lib64/python2.6/site-packages/django/db/models/query.py, 
 line 1514, in insert_query
 return query.get_compiler(using=using).execute_sql(return_id)
   File 
 /usr/local/lib64/python2.6/site-packages/django/db/models/sql/compiler.py,
  
 line 903, in execute_sql
 cursor.execute(sql, params)
   File 
 /usr/local/lib64/python2.6/site-packages/django/db/backends/util.py, 
 line 53, in execute
 return self.cursor.execute(sql, params)
   File /usr/local/lib64/python2.6/site-packages/django/db/utils.py, 
 line 99, in __exit__
 six.reraise(dj_exc_type, dj_exc_value, traceback)
   File 
 

Re: pre-commit review request with svn integration

2014-07-15 Thread neel roy
the first one - I want reviewboard to commit the code..

On Wednesday, July 9, 2014 10:55:56 PM UTC+2, David Trowbridge wrote:

 Are you wanting it so that Review Board commits the code, or do you want 
 it so that `svn commit` will only succeed if the code has been reviewed?

 -David


 On Wed, Jul 9, 2014 at 12:36 AM, neel roy neel...@rediffmail.com 
 javascript: wrote:

 anyone? specially about #4?


 On Friday, July 4, 2014 7:37:02 PM UTC+5:30, neel roy wrote:

 Hi,

 This is what I want to do. I am sure it's not possible today but can I 
 know a) whether you find it useful enough to put in the next release or b) 
 is there a way for me to write an extension that will do this without me 
 having to create a private build of reviewboard everytime I update the 
 review board?

 !. I have SVN repository
 2. When I click on SVN commit or use command line to commit a change, 
 internally a review request should be created which will use preset user 
 preferences based on branch and username
 3. post it to reviewboard
 4. once it gets a ship it! and user clicks submit, it should actually 
 go in repository

 I know that I can write a wrapper over svn command line utility and do 
 the stuff that I need to do in #2. But I wanted to know if there is better 
 way.
 For #4, I wanted to know whether it is possible currently in reviewboard 
 and\or I can write an extension which will do it without having to make a 
 private build every time.

 Thanks in advance,
 -Neel.

  -- 
 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: pre-commit review request with svn integration

2014-07-15 Thread David Trowbridge
We have long-term plans of adding a button that can commit the code, but
it's going to be quite some time before that feature happens.

-David


On Tue, Jul 15, 2014 at 5:29 AM, neel roy neelsm...@rediffmail.com wrote:

 the first one - I want reviewboard to commit the code..


 On Wednesday, July 9, 2014 10:55:56 PM UTC+2, David Trowbridge wrote:

 Are you wanting it so that Review Board commits the code, or do you want
 it so that `svn commit` will only succeed if the code has been reviewed?

 -David


 On Wed, Jul 9, 2014 at 12:36 AM, neel roy neel...@rediffmail.com wrote:

 anyone? specially about #4?


 On Friday, July 4, 2014 7:37:02 PM UTC+5:30, neel roy wrote:

 Hi,

 This is what I want to do. I am sure it's not possible today but can I
 know a) whether you find it useful enough to put in the next release or b)
 is there a way for me to write an extension that will do this without me
 having to create a private build of reviewboard everytime I update the
 review board?

 !. I have SVN repository
 2. When I click on SVN commit or use command line to commit a change,
 internally a review request should be created which will use preset user
 preferences based on branch and username
 3. post it to reviewboard
 4. once it gets a ship it! and user clicks submit, it should
 actually go in repository

 I know that I can write a wrapper over svn command line utility and do
 the stuff that I need to do in #2. But I wanted to know if there is better
 way.
 For #4, I wanted to know whether it is possible currently in
 reviewboard and\or I can write an extension which will do it without having
 to make a private build every time.

 Thanks in advance,
 -Neel.

  --
 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+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: export review comments to external file

2014-07-15 Thread David Trowbridge
The best way to accomplish this today is to write a script that uses the
API to access and save the data you're interested in.

-David



On Tue, Jul 15, 2014 at 12:17 AM, nandeesh kulkarni nandees...@gmail.com
wrote:

 Hi,

 how do I capture all the review comments into external file?
 RB version I am using is 1.7.25

 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.


Unable to installing Extensions on RB 2.0.3

2014-07-15 Thread MoonWalker
I am using RB 2.0.3 and I tried to install the following extensions but 
seems like they are not available (easy_install is not able to find them) , 
am I missing something here?

https://www.reviewboard.org/store/products/6/

https://www.reviewboard.org/store/products/2/

-- 
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: Unable to installing Extensions on RB 2.0.3

2014-07-15 Thread David Trowbridge
It looks like we had things somewhat misconfigured on PyPI. This should be
fixed now.

-David


On Tue, Jul 15, 2014 at 4:29 PM, MoonWalker daniel.cabrera...@gmail.com
wrote:

 I am using RB 2.0.3 and I tried to install the following extensions but
 seems like they are not available (easy_install is not able to find them) ,
 am I missing something here?

 https://www.reviewboard.org/store/products/6/

 https://www.reviewboard.org/store/products/2/

  --
 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: Unable to installing Extensions on RB 2.0.3

2014-07-15 Thread MoonWalker
Can I try it now? 

On Wednesday, July 16, 2014 9:36:22 AM UTC+10, David Trowbridge wrote:

 It looks like we had things somewhat misconfigured on PyPI. This should be 
 fixed now.

 -David


 On Tue, Jul 15, 2014 at 4:29 PM, MoonWalker daniel.c...@gmail.com 
 javascript: wrote:

 I am using RB 2.0.3 and I tried to install the following extensions but 
 seems like they are not available (easy_install is not able to find them) , 
 am I missing something here?

 https://www.reviewboard.org/store/products/6/

 https://www.reviewboard.org/store/products/2/

  -- 
 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: Unable to installing Extensions on RB 2.0.3

2014-07-15 Thread David Trowbridge
Yes.

There's still an issue with the rbnotefield extension, but I don't
currently have permissions to modify it on PyPI. We'll get that fixed up
soon.

-David


On Tue, Jul 15, 2014 at 4:41 PM, MoonWalker daniel.cabrera...@gmail.com
wrote:

 Can I try it now?


 On Wednesday, July 16, 2014 9:36:22 AM UTC+10, David Trowbridge wrote:

 It looks like we had things somewhat misconfigured on PyPI. This should
 be fixed now.

 -David


 On Tue, Jul 15, 2014 at 4:29 PM, MoonWalker daniel.c...@gmail.com
 wrote:

 I am using RB 2.0.3 and I tried to install the following extensions but
 seems like they are not available (easy_install is not able to find them) ,
 am I missing something here?

 https://www.reviewboard.org/store/products/6/

 https://www.reviewboard.org/store/products/2/

  --
 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+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: Unable to installing Extensions on RB 2.0.3

2014-07-15 Thread MoonWalker
Thank you!, I was able to install both. I activate them on RB, but seems 
like rbseverity is not actually showing me the severity on the comment 
window, something is not right here.

On Wednesday, July 16, 2014 9:43:59 AM UTC+10, David Trowbridge wrote:

 Yes.

 There's still an issue with the rbnotefield extension, but I don't 
 currently have permissions to modify it on PyPI. We'll get that fixed up 
 soon.

 -David


 On Tue, Jul 15, 2014 at 4:41 PM, MoonWalker daniel.c...@gmail.com 
 javascript: wrote:

 Can I try it now? 


 On Wednesday, July 16, 2014 9:36:22 AM UTC+10, David Trowbridge wrote:

 It looks like we had things somewhat misconfigured on PyPI. This should 
 be fixed now.

 -David


 On Tue, Jul 15, 2014 at 4:29 PM, MoonWalker daniel.c...@gmail.com 
 wrote:

 I am using RB 2.0.3 and I tried to install the following extensions but 
 seems like they are not available (easy_install is not able to find them) 
 , 
 am I missing something here?

 https://www.reviewboard.org/store/products/6/

 https://www.reviewboard.org/store/products/2/

  -- 
 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: Unable to installing Extensions on RB 2.0.3

2014-07-15 Thread MoonWalker
I noticed that that after installing Comment Severity I endup with v 0.5 
and according to your website the version shall be 1.0. 

On Wednesday, July 16, 2014 9:57:08 AM UTC+10, MoonWalker wrote:

 Thank you!, I was able to install both. I activate them on RB, but seems 
 like rbseverity is not actually showing me the severity on the comment 
 window, something is not right here.

 On Wednesday, July 16, 2014 9:43:59 AM UTC+10, David Trowbridge wrote:

 Yes.

 There's still an issue with the rbnotefield extension, but I don't 
 currently have permissions to modify it on PyPI. We'll get that fixed up 
 soon.

 -David


 On Tue, Jul 15, 2014 at 4:41 PM, MoonWalker daniel.c...@gmail.com 
 wrote:

 Can I try it now? 


 On Wednesday, July 16, 2014 9:36:22 AM UTC+10, David Trowbridge wrote:

 It looks like we had things somewhat misconfigured on PyPI. This should 
 be fixed now.

 -David


 On Tue, Jul 15, 2014 at 4:29 PM, MoonWalker daniel.c...@gmail.com 
 wrote:

 I am using RB 2.0.3 and I tried to install the following extensions 
 but seems like they are not available (easy_install is not able to find 
 them) , am I missing something here?

 https://www.reviewboard.org/store/products/6/

 https://www.reviewboard.org/store/products/2/

  -- 
 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.
 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: Unable to installing Extensions on RB 2.0.3

2014-07-15 Thread David Trowbridge
It appears that we just made a mistake when creating the page on
reviewboard.org. 0.5 is the latest version.

-David


On Tue, Jul 15, 2014 at 5:46 PM, MoonWalker daniel.cabrera...@gmail.com
wrote:

 I noticed that that after installing Comment Severity I endup with v 0.5
 and according to your website the version shall be 1.0.


 On Wednesday, July 16, 2014 9:57:08 AM UTC+10, MoonWalker wrote:

 Thank you!, I was able to install both. I activate them on RB, but seems
 like rbseverity is not actually showing me the severity on the comment
 window, something is not right here.

 On Wednesday, July 16, 2014 9:43:59 AM UTC+10, David Trowbridge wrote:

 Yes.

 There's still an issue with the rbnotefield extension, but I don't
 currently have permissions to modify it on PyPI. We'll get that fixed up
 soon.

 -David


 On Tue, Jul 15, 2014 at 4:41 PM, MoonWalker daniel.c...@gmail.com
 wrote:

 Can I try it now?


 On Wednesday, July 16, 2014 9:36:22 AM UTC+10, David Trowbridge wrote:

 It looks like we had things somewhat misconfigured on PyPI. This
 should be fixed now.

 -David


 On Tue, Jul 15, 2014 at 4:29 PM, MoonWalker daniel.c...@gmail.com
 wrote:

 I am using RB 2.0.3 and I tried to install the following extensions
 but seems like they are not available (easy_install is not able to find
 them) , am I missing something here?

 https://www.reviewboard.org/store/products/6/

 https://www.reviewboard.org/store/products/2/

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 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.
 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.


-- 
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: Unable to installing Extensions on RB 2.0.3

2014-07-15 Thread MoonWalker
Do I need to do something special to enable the extension, beside 
activating it on the admin panel?. The extension seems to be active but if 
I try to comment on an existent review the options are not present. 



On Wednesday, July 16, 2014 10:54:09 AM UTC+10, David Trowbridge wrote:

 It appears that we just made a mistake when creating the page on 
 reviewboard.org. 0.5 is the latest version.

 -David


 On Tue, Jul 15, 2014 at 5:46 PM, MoonWalker daniel.c...@gmail.com 
 javascript: wrote:

 I noticed that that after installing Comment Severity I endup with v 0.5 
 and according to your website the version shall be 1.0. 


 On Wednesday, July 16, 2014 9:57:08 AM UTC+10, MoonWalker wrote:

 Thank you!, I was able to install both. I activate them on RB, but seems 
 like rbseverity is not actually showing me the severity on the comment 
 window, something is not right here.

 On Wednesday, July 16, 2014 9:43:59 AM UTC+10, David Trowbridge wrote:

 Yes.

 There's still an issue with the rbnotefield extension, but I don't 
 currently have permissions to modify it on PyPI. We'll get that fixed up 
 soon.

 -David


 On Tue, Jul 15, 2014 at 4:41 PM, MoonWalker daniel.c...@gmail.com 
 wrote:

 Can I try it now? 


 On Wednesday, July 16, 2014 9:36:22 AM UTC+10, David Trowbridge wrote:

 It looks like we had things somewhat misconfigured on PyPI. This 
 should be fixed now.

 -David


 On Tue, Jul 15, 2014 at 4:29 PM, MoonWalker daniel.c...@gmail.com 
 wrote:

 I am using RB 2.0.3 and I tried to install the following extensions 
 but seems like they are not available (easy_install is not able to find 
 them) , am I missing something here?

 https://www.reviewboard.org/store/products/6/

 https://www.reviewboard.org/store/products/2/

  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 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.
 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: Unable to installing Extensions on RB 2.0.3

2014-07-15 Thread David Trowbridge
I'd suggest restarting your web server, and clearing your browser
cache/reloading the page.

-David


On Tue, Jul 15, 2014 at 6:09 PM, MoonWalker daniel.cabrera...@gmail.com
wrote:

 Do I need to do something special to enable the extension, beside
 activating it on the admin panel?. The extension seems to be active but if
 I try to comment on an existent review the options are not present.



 On Wednesday, July 16, 2014 10:54:09 AM UTC+10, David Trowbridge wrote:

 It appears that we just made a mistake when creating the page on
 reviewboard.org. 0.5 is the latest version.

 -David


 On Tue, Jul 15, 2014 at 5:46 PM, MoonWalker daniel.c...@gmail.com
 wrote:

 I noticed that that after installing Comment Severity I endup with v 0.5
 and according to your website the version shall be 1.0.


 On Wednesday, July 16, 2014 9:57:08 AM UTC+10, MoonWalker wrote:

 Thank you!, I was able to install both. I activate them on RB, but
 seems like rbseverity is not actually showing me the severity on the
 comment window, something is not right here.

 On Wednesday, July 16, 2014 9:43:59 AM UTC+10, David Trowbridge wrote:

 Yes.

 There's still an issue with the rbnotefield extension, but I don't
 currently have permissions to modify it on PyPI. We'll get that fixed up
 soon.

 -David


 On Tue, Jul 15, 2014 at 4:41 PM, MoonWalker daniel.c...@gmail.com
 wrote:

 Can I try it now?


 On Wednesday, July 16, 2014 9:36:22 AM UTC+10, David Trowbridge wrote:

 It looks like we had things somewhat misconfigured on PyPI. This
 should be fixed now.

 -David


 On Tue, Jul 15, 2014 at 4:29 PM, MoonWalker daniel.c...@gmail.com
 wrote:

 I am using RB 2.0.3 and I tried to install the following extensions
 but seems like they are not available (easy_install is not able to find
 them) , am I missing something here?

 https://www.reviewboard.org/store/products/6/

 https://www.reviewboard.org/store/products/2/

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 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/pow
 erpack/
 ---
 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.
 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.


-- 
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: Unable to installing Extensions on RB 2.0.3

2014-07-15 Thread MoonWalker
I tried the previous steps and no change, still not showing the severity 
fields. I am using Windows 7 + latest chrome

On Wednesday, July 16, 2014 11:12:29 AM UTC+10, David Trowbridge wrote:

 I'd suggest restarting your web server, and clearing your browser 
 cache/reloading the page.

 -David


 On Tue, Jul 15, 2014 at 6:09 PM, MoonWalker daniel.c...@gmail.com 
 javascript: wrote:

 Do I need to do something special to enable the extension, beside 
 activating it on the admin panel?. The extension seems to be active but if 
 I try to comment on an existent review the options are not present. 



 On Wednesday, July 16, 2014 10:54:09 AM UTC+10, David Trowbridge wrote:

 It appears that we just made a mistake when creating the page on 
 reviewboard.org. 0.5 is the latest version.

 -David
  

 On Tue, Jul 15, 2014 at 5:46 PM, MoonWalker daniel.c...@gmail.com 
 wrote:

 I noticed that that after installing Comment Severity I endup with v 
 0.5 and according to your website the version shall be 1.0. 


 On Wednesday, July 16, 2014 9:57:08 AM UTC+10, MoonWalker wrote:

 Thank you!, I was able to install both. I activate them on RB, but 
 seems like rbseverity is not actually showing me the severity on the 
 comment window, something is not right here.

 On Wednesday, July 16, 2014 9:43:59 AM UTC+10, David Trowbridge wrote:

 Yes.

 There's still an issue with the rbnotefield extension, but I don't 
 currently have permissions to modify it on PyPI. We'll get that fixed up 
 soon.

 -David


 On Tue, Jul 15, 2014 at 4:41 PM, MoonWalker daniel.c...@gmail.com 
 wrote:

 Can I try it now? 


 On Wednesday, July 16, 2014 9:36:22 AM UTC+10, David Trowbridge 
 wrote:

 It looks like we had things somewhat misconfigured on PyPI. This 
 should be fixed now.

 -David


 On Tue, Jul 15, 2014 at 4:29 PM, MoonWalker daniel.c...@gmail.com 
 wrote:

 I am using RB 2.0.3 and I tried to install the following 
 extensions but seems like they are not available (easy_install is not 
 able 
 to find them) , am I missing something here?

 https://www.reviewboard.org/store/products/6/

 https://www.reviewboard.org/store/products/2/

  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 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/pow
 erpack/
 ---
 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.
 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.


Issue 3480 in reviewboard: Long text in branch or other fields makes pencil icons unclickable

2014-07-15 Thread reviewboard

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

New issue 3480 by thom.ger...@gmail.com: Long text in branch or other  
fields makes pencil icons unclickable

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

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


What version are you running?

2.0.1 (reproduced on 2.0.3)

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

/r/#

What steps will reproduce the problem?
1. Enter a long string for branches. For example:
trunk,some_other_branch,yet_another_branch,yep_theres_no_spaces_here
2. Hit enter to save

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

Expected: The form is still usable, can continue entering fields like bugs,  
depends on, gruops, people.


Instead:  The layout of the right hand side fields under Information are  
now obscured by the Description and Testing done text inputs.


What operating system are you using? What browser?

OSX [another user reproed on some flavor of Linux] . Firefox 30; Chrome.

Please provide any additional information below.

Workaround:  The branches text is still clickable, so you can click it to  
edit.  If you include spaces in the branches that may cause the text to  
wrap; this may be undesirable for some users as the allowed text for branch  
is freeform and they might need/want the text with no spaces.


Note this can also be triggered by other fields; example create a group  
named obnoxiously_long_group_to_test_something_that_might_be_a_bug


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