Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-07 Thread Rama krishna
Hi David,
Thanks for the reply, I am new to SQL query . Can you please provide sql 
for below request.

On Saturday, September 6, 2014 5:24:20 AM UTC+5:30, David Trowbridge wrote:

 You may have to join across multiple tables. For instance, the 
 'reviews_review_comments' table has two columns, 'review_id' and 
 'comment_id', which are foreign keys into the 'reviews_review' table and 
 'reviews_comments' table respectively. The 'reviews_review' table has a 
 'review_request_id' column which is a foreign key into the 
 'reviews_review_request' table (and should also match the IDs you see in 
 the web UI).

 -David


 On Fri, Sep 5, 2014 at 12:26 AM, Rama krishna imr...@gmail.com 
 javascript: wrote:

 Hi David,
 Thanks for the reply, I am able to connect to data base.

 Have another query as below;
 *Kindly provide the command to query following fields; Review Request 
 ID, Comment ID and Comment text through mysql query*

 we refered reviews_comment  and reviews_review_comments tables but 
 we are not able to read above fields since there is no common field between 
 these 2 tables.
 Need your inputs for same.


 On Thursday, September 4, 2014 8:45:16 AM UTC+5:30, David Trowbridge 
 wrote:

 The correct database location and credentials are listed in that. You 
 may want to change the database password and SECRET_KEY now that you've 
 divulged them to the world.

 -David

 On Sep 3, 2014, at 4:36 AM, Rama krishna imr...@gmail.com wrote:

 Hi David,
 below is my settings_local.py file but still I am not able to connect to 
 proper database:

 # Site-specific configuration settings for Review Board
 # Definitions of these settings can be found at
 # http://docs.djangoproject.com/en/dev/ref/settings/
 # Database configuration
 DATABASES = {
 'default': {
 'ENGINE': 'django.db.backends.mysql',
 'NAME': 'bitnami_reviewboard',
 'USER': 'bitnami',
 'PASSWORD': 'eadf57801d',
 'HOST': '/opt/reviewboard-2.0.1-0/mysql/tmp/mysql.sock',
 'PORT': '',
 },
 }
 # Unique secret key. Don't share this with anybody.
 SECRET_KEY = '5+bopex32rr%0%!#5^=(s))fb9a89k!s3e(f*(14ms+...@'
 # Cache backend settings.
 CACHES = {
 'default': {
 'BACKEND': 'django.core.cache.backends.
 memcached.MemcachedCache',
 'LOCATION': 'localhost:11212',
 },
 }
 # Extra site information.
 SITE_ID = 1
 SITE_ROOT = '/reviewboard/'
 FORCE_SCRIPT_NAME = ''
 DEBUG = False
 ALLOWED_HOSTS = ['*']


 On Wednesday, September 3, 2014 12:25:52 PM UTC+5:30, David Trowbridge 
 wrote:

 Look at your settings_local.py file to see how your database is 
 configured.

 -David


 On Tue, Sep 2, 2014 at 10:26 PM, Rama krishna imr...@gmail.com wrote:

 Hi David,
 How to check correct data base server?


 On Monday, September 1, 2014 5:18:11 PM UTC+5:30, Rama krishna wrote:

 Hi All,
 I have successfully installed review board and I am using it now. Is 
 there any plugin for extracting review comments from Review Board tool 
 to 
 xl file?

 *Setup environment Details:*

 *BitNami Review Board* 
 https://www.google.co.in/url?sa=trct=jq=esrc=ssource=webcd=6cad=rjauact=8ved=0CDQQFjAFurl=http%3A%2F%2Fwiki.bitnami.com%2FApplications%2FBitNami_Review_Boardei=SUqVU9mGN4ONuASe6oDQDQusg=AFQjCNG5tGnCDuE3iRN9pZ2Ug-dOszdy5wsig2=4-xRP4zlD4F6Nd4AC0-5Sgbvm=bv.68445247,d.c2E
  Installed 
 location: /opt/reviewboard-2.0.1-0
 Mysql port : 3307 http port: 8081 Memcached Port: 11212 

  -- 
 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...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
Get the Review

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-05 Thread Rama krishna
Hi David,
Thanks for the reply, I am able to connect to data base.

Have another query as below;
*Kindly provide the command to query following fields; Review Request ID, 
Comment ID and Comment text through mysql query*

we refered reviews_comment  and reviews_review_comments tables but we 
are not able to read above fields since there is no common field between 
these 2 tables.
Need your inputs for same.


On Thursday, September 4, 2014 8:45:16 AM UTC+5:30, David Trowbridge wrote:

 The correct database location and credentials are listed in that. You may 
 want to change the database password and SECRET_KEY now that you've 
 divulged them to the world.

 -David

 On Sep 3, 2014, at 4:36 AM, Rama krishna imr...@gmail.com javascript: 
 wrote:

 Hi David,
 below is my settings_local.py file but still I am not able to connect to 
 proper database:

 # Site-specific configuration settings for Review Board
 # Definitions of these settings can be found at
 # http://docs.djangoproject.com/en/dev/ref/settings/
 # Database configuration
 DATABASES = {
 'default': {
 'ENGINE': 'django.db.backends.mysql',
 'NAME': 'bitnami_reviewboard',
 'USER': 'bitnami',
 'PASSWORD': 'eadf57801d',
 'HOST': '/opt/reviewboard-2.0.1-0/mysql/tmp/mysql.sock',
 'PORT': '',
 },
 }
 # Unique secret key. Don't share this with anybody.
 SECRET_KEY = '5+bopex32rr%0%!#5^=(s))fb9a89k!s3e(f*(14ms+...@' 
 javascript:
 # Cache backend settings.
 CACHES = {
 'default': {
 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
 'LOCATION': 'localhost:11212',
 },
 }
 # Extra site information.
 SITE_ID = 1
 SITE_ROOT = '/reviewboard/'
 FORCE_SCRIPT_NAME = ''
 DEBUG = False
 ALLOWED_HOSTS = ['*']


 On Wednesday, September 3, 2014 12:25:52 PM UTC+5:30, David Trowbridge 
 wrote:

 Look at your settings_local.py file to see how your database is 
 configured.

 -David


 On Tue, Sep 2, 2014 at 10:26 PM, Rama krishna imr...@gmail.com wrote:

 Hi David,
 How to check correct data base server?


 On Monday, September 1, 2014 5:18:11 PM UTC+5:30, Rama krishna wrote:

 Hi All,
 I have successfully installed review board and I am using it now. Is 
 there any plugin for extracting review comments from Review Board tool to 
 xl file?

 *Setup environment Details:*

 *BitNami Review Board* 
 https://www.google.co.in/url?sa=trct=jq=esrc=ssource=webcd=6cad=rjauact=8ved=0CDQQFjAFurl=http%3A%2F%2Fwiki.bitnami.com%2FApplications%2FBitNami_Review_Boardei=SUqVU9mGN4ONuASe6oDQDQusg=AFQjCNG5tGnCDuE3iRN9pZ2Ug-dOszdy5wsig2=4-xRP4zlD4F6Nd4AC0-5Sgbvm=bv.68445247,d.c2E
  Installed 
 location: /opt/reviewboard-2.0.1-0
 Mysql port : 3307 http port: 8081 Memcached Port: 11212 

  -- 
 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: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-03 Thread Rama krishna
Hi David,
below is my settings_local.py file but still I am not able to connect to 
proper database:

# Site-specific configuration settings for Review Board
# Definitions of these settings can be found at
# http://docs.djangoproject.com/en/dev/ref/settings/
# Database configuration
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'bitnami_reviewboard',
'USER': 'bitnami',
'PASSWORD': 'eadf57801d',
'HOST': '/opt/reviewboard-2.0.1-0/mysql/tmp/mysql.sock',
'PORT': '',
},
}
# Unique secret key. Don't share this with anybody.
SECRET_KEY = '5+bopex32rr%0%!#5^=(s))fb9a89k!s3e(f*(14ms+c+7ux_@'
# Cache backend settings.
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': 'localhost:11212',
},
}
# Extra site information.
SITE_ID = 1
SITE_ROOT = '/reviewboard/'
FORCE_SCRIPT_NAME = ''
DEBUG = False
ALLOWED_HOSTS = ['*']


On Wednesday, September 3, 2014 12:25:52 PM UTC+5:30, David Trowbridge 
wrote:

 Look at your settings_local.py file to see how your database is configured.

 -David


 On Tue, Sep 2, 2014 at 10:26 PM, Rama krishna imr...@gmail.com 
 javascript: wrote:

 Hi David,
 How to check correct data base server?


 On Monday, September 1, 2014 5:18:11 PM UTC+5:30, Rama krishna wrote:

 Hi All,
 I have successfully installed review board and I am using it now. Is 
 there any plugin for extracting review comments from Review Board tool to 
 xl file?

 *Setup environment Details:*

 *BitNami Review Board* 
 https://www.google.co.in/url?sa=trct=jq=esrc=ssource=webcd=6cad=rjauact=8ved=0CDQQFjAFurl=http%3A%2F%2Fwiki.bitnami.com%2FApplications%2FBitNami_Review_Boardei=SUqVU9mGN4ONuASe6oDQDQusg=AFQjCNG5tGnCDuE3iRN9pZ2Ug-dOszdy5wsig2=4-xRP4zlD4F6Nd4AC0-5Sgbvm=bv.68445247,d.c2E
  Installed 
 location: /opt/reviewboard-2.0.1-0
 Mysql port : 3307 http port: 8081 Memcached Port: 11212 

  -- 
 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: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-02 Thread Rama krishna
Hi David,
How to check correct data base server?

On Monday, September 1, 2014 5:18:11 PM UTC+5:30, Rama krishna wrote:

 Hi All,
 I have successfully installed review board and I am using it now. Is there 
 any plugin for extracting review comments from Review Board tool to xl file?

 *Setup environment Details:*

 *BitNami Review Board* 
 https://www.google.co.in/url?sa=trct=jq=esrc=ssource=webcd=6cad=rjauact=8ved=0CDQQFjAFurl=http%3A%2F%2Fwiki.bitnami.com%2FApplications%2FBitNami_Review_Boardei=SUqVU9mGN4ONuASe6oDQDQusg=AFQjCNG5tGnCDuE3iRN9pZ2Ug-dOszdy5wsig2=4-xRP4zlD4F6Nd4AC0-5Sgbvm=bv.68445247,d.c2E
  Installed 
 location: /opt/reviewboard-2.0.1-0
 Mysql port : 3307http port: 8081Memcached Port: 11212


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


Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-01 Thread Rama krishna
Hi All,
I have successfully installed review board and I am using it now. Is there 
any plugin for extracting review comments from Review Board tool to xl file?

*Setup environment Details:*

*BitNami Review Board* 
https://www.google.co.in/url?sa=trct=jq=esrc=ssource=webcd=6cad=rjauact=8ved=0CDQQFjAFurl=http%3A%2F%2Fwiki.bitnami.com%2FApplications%2FBitNami_Review_Boardei=SUqVU9mGN4ONuASe6oDQDQusg=AFQjCNG5tGnCDuE3iRN9pZ2Ug-dOszdy5wsig2=4-xRP4zlD4F6Nd4AC0-5Sgbvm=bv.68445247,d.c2E
 Installed 
location: /opt/reviewboard-2.0.1-0
Mysql port : 3307http port: 8081Memcached Port: 11212

-- 
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: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-01 Thread Rama krishna
Hi david,
Thanks for the reply. Is there any possibilities extracting from back end 
data bases. I tried in as below I am able to connect to reviewboard data 
base, but after doing show tables it is displaying empty set please look 
below console details:


=
root@pv-test:~# mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 140
Server version: 5.5.37-0ubuntu0.12.04.1 (Ubuntu)
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input 
statement.
mysql show databases;
++
| Database   |
++
| information_schema |
| mysql  |
| performance_schema |
| reviewboard|
++
4 rows in set (0.05 sec)
mysql use reviewboard;
Database changed
mysql show tables;
Empty set (0.00 sec)
mysql

==

On Monday, September 1, 2014 5:18:11 PM UTC+5:30, Rama krishna wrote:

 Hi All,
 I have successfully installed review board and I am using it now. Is there 
 any plugin for extracting review comments from Review Board tool to xl file?

 *Setup environment Details:*

 *BitNami Review Board* 
 https://www.google.co.in/url?sa=trct=jq=esrc=ssource=webcd=6cad=rjauact=8ved=0CDQQFjAFurl=http%3A%2F%2Fwiki.bitnami.com%2FApplications%2FBitNami_Review_Boardei=SUqVU9mGN4ONuASe6oDQDQusg=AFQjCNG5tGnCDuE3iRN9pZ2Ug-dOszdy5wsig2=4-xRP4zlD4F6Nd4AC0-5Sgbvm=bv.68445247,d.c2E
  Installed 
 location: /opt/reviewboard-2.0.1-0
 Mysql port : 3307http port: 8081Memcached Port: 11212


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


Need help for adding drop down button in comment window ---- customization of rbsevrity 0.5.1 plugin

2014-07-23 Thread Rama krishna
Hi All,
I have successfully installed rbsevrity 0.5.1 plugin. I am able to see 
Major, Minor and Info button on comment window, Could you please me how to 
add drop down button on comment window.

-- 
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: Need help for adding drop down button in comment window ---- customization of rbsevrity 0.5.1 plugin

2014-07-23 Thread Rama krishna
ok after modifying severity.js file we need to re-install again?

On Wednesday, July 23, 2014 2:23:36 PM UTC+5:30, Christian Hammond wrote:

 There’s nothing built-in to do this. You would have to write it yourself 
 from scratch. You can refer to the source code for rbseverity to see how 
 modifications are made, but other than that, it’s all up to you.

 Christian

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

 On July 23, 2014 at 1:52:09 AM, Rama krishna (imr...@gmail.com 
 javascript:) wrote:

  Hi All,
 I have successfully installed rbsevrity 0.5.1 plugin. I am able to see 
 Major, Minor and Info button on comment window, Could you please me how to 
 add drop down button on comment window.
  --
 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-16 Thread Rama krishna
Hi
In chrome under menu enable  tools-javascript console, to check any other 
errors.

On Wednesday, July 16, 2014 6:57:27 AM UTC+5:30, MoonWalker wrote:

 I tried the previous steps and no change, still not showing the severity 
 fields. I am using Windows 7 + latest chrome

 On Wednesday, July 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 
 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.
 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 install plugins on review board

2014-06-12 Thread Rama krishna
@Raja,
I have also tried installing same abc extension, it was successful, but 
under Admin/Extension menu extension is not visible. Please help on this
On Wednesday, December 11, 2013 4:46:21 PM UTC+5:30, Raja wrote:

 If Its installed successfully, you can go to the Administration menu and 
 click on the Extensions menu in the top-navigation. If the extension 
 install was successful, you should be able to see your extension in that 
 list. Enable it to activate the extension. 

 Regards
 Raja




 On Wed, Dec 11, 2013 at 4:39 PM, abc123 dange.s...@gmail.com 
 javascript: wrote:


 Hi

 I am trying to write a simple extension which will add an entry abc to 
 the navigation bar on review board.

 extension.py file:

 from django.conf import settings
 from django.conf.urls.defaults import patterns, include
 from reviewboard.extensions.base import Extension
 from reviewboard.extensions.hooks import NavigationBarHook


 class Notification(Extension):

 def __init__(self, *args, **kwargs):

 super(Notification, self).__init__(*args, **kwargs)
 self.navigationbar_hook = NavigationBarHook(
 self,
 entries=[
 {
 'label': 'abc',
 'url':'http://abc.com/',
 },
 ])
 self.settings.load()
 self.url = 'http://' + Site.objects.get_current().domain

 is_configurable = True

 and admin urls.py file is:

 from django.conf.urls.defaults import patterns, url

 from package_name.extension import Notification

 urlpatterns = patterns(
 '',
 (
  {'ext_class': Notification,
   })
 )

 and i have installed it using setup.py install command but it is not 
 working for me.

 Can you please help?


 On Monday, 25 November 2013 10:07:48 UTC+5:30, Christian Hammond wrote:

 We're going back and forth on this...

 Can you tell me specifically what plugins you have found that you're 
 talking about? I'm not sure there's a lot out there that you can install.

 If you do find any, you'll need to follow their instructions.

 Christian

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


 On Sun, Nov 24, 2013 at 8:36 PM, somdon dange.s...@gmail.com wrote:

 so if i want to install any plugins which is freely available on net 
 how can i install it.
 ii have somewhat knowledge of python programming.


 On Monday, 25 November 2013 10:00:38 UTC+5:30, Christian Hammond wrote:

 How are you planning to make one? Writing a Review Board extension 
 requires a knowledge of Python programming and packaging, and once you 
 know 
 Python packaging, you'll know how to install it.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org 
 http://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ
 Beanbag, Inc. - http://www.beanbaginc.com 
 http://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.comsa=Dsntz=1usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA
  

 On Sun, Nov 24, 2013 at 8:27 PM, somdon dange.s...@gmail.com wrote:

 Hi,

 actually i am sorry i am new to codereview.
 but i want to write a plugin for integration of jenkins with review 
 board.
 so once my plugin is ready how to install it on review board board to 
 activate it.
 Thanks.


 On Monday, 25 November 2013 09:53:25 UTC+5:30, Christian Hammond 
 wrote:

 Sorry, it's very unclear what you're talking about. What Jenkins 
 plugin? Are there specific ones you're seeing that you're asking about?

 Christian
  
 -- 
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org 
 http://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ
 Beanbag, Inc. - http://www.beanbaginc.com 
 http://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.comsa=Dsntz=1usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA
  

 On Sun, Nov 24, 2013 at 8:18 PM, somdon dange.s...@gmail.com 
 wrote:

 say any plugins ...
 i want to install jenkins plugin on review board but i am not 
 getting how to install it on review board .

 thanks.


 On Monday, 25 November 2013 03:42:30 UTC+5:30, David Trowbridge 
 wrote:

 What plugins are you referring to? Review Board extensions?

 -David


 On Fri, Nov 22, 2013 at 1:40 AM, somdon dange.s...@gmail.com 
 wrote:

 HI i want to install plugin on the review board but i didn't get 
 any steps to do so.

  Can you please help me here in the plugin installation steps.

 Thanks.

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/ 
 http://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.org%2Fpowerpack%2Fsa=Dsntz=1usg=AFQjCNHvNQmuU5sDe3NAVxxmt3e7_0CXHA
 ---
 Sign up for Review Board hosting at RBCommons: 
 https://rbcommons.com/ 
 https://www.google.com/url?q=https%3A%2F%2Frbcommons.com%2Fsa=Dsntz=1usg=AFQjCNHb-u2_RY-dBIOlVIqiWd3JbrdivA
 ---
 Happy user? Let us know at