CommentDialogHook

2014-07-20 Thread Kalaiyarasi Singaram
Hi,

 I want to add a button/field to CommentDialog using CommentDialogHook.Can 
u give me a sample?

Regards,
Kalai

-- 
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: Migrate Reviewboard off an old server to a new one

2014-07-20 Thread MoonWalker
Grogory, 

what version of RB and OS are you currently using and what version do you 
want to use 2.0.3?

On Monday, July 21, 2014 12:36:28 PM UTC+10, Gregory Machin wrote:
>
> Hi. 
>
> I need to move an installation of ReviewBoard from an old server to a new 
> one, as far as I can tell its using sqlite3. As far as I can tell 
> everything is under on directory. The old server is running lighttpd and 
> the new Apache. 
>
> What is the best way to do the migration. I have no Reviewboard or Python 
> web app experiences.
>
> Thank you in advance. 
>
> G  
>
>

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


Migrate Reviewboard off an old server to a new one

2014-07-20 Thread Gregory Machin
Hi. 

I need to move an installation of ReviewBoard from an old server to a new 
one, as far as I can tell its using sqlite3. As far as I can tell 
everything is under on directory. The old server is running lighttpd and 
the new Apache. 

What is the best way to do the migration. I have no Reviewboard or Python 
web app experiences.

Thank you in advance. 

G  

-- 
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-20 Thread MoonWalker

   
   1. Sorry I forgot to add this error (browser console):
   2. 
   3. Uncaught ReferenceError: RBSeverity is not defined (index):637
  1. (anonymous function)
  

On Monday, July 21, 2014 11:02:27 AM UTC+10, MoonWalker wrote:
>
> Christian,
>
> I upgrade to 0.5.1, rested RB, cleaned the cookies in my browser, but 
> still no showing the severity :-(
>
> cheers
>
> On Saturday, July 19, 2014 7:20:14 PM UTC+10, Christian Hammond wrote:
>>
>> Go ahead and upgrade. 0.5.1 should have this fixed now.
>>
>> https://www.reviewboard.org/store/products/6/
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chri...@beanbaginc.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Fri, Jul 18, 2014 at 10:45 AM, Christian Hammond <
>> chri...@beanbaginc.com> wrote:
>>
>>> Hey everyone,
>>>
>>> I've been out of town this week, but will be back by tonight. I'll look 
>>> into what's going on with RBSeverity and get another release out.
>>>
>>> Christian
>>>  
>>>
>>> On Friday, July 18, 2014, Griffin Myers  wrote:
>>>
 We are also unable to get RBSeverity to work.  I'm using Firefox 30.0 
 and I'm seeing roughly the same reports in their developer tools console:

 ReferenceError: RBSeverity is not defined diff:622

 which roughly corresponds to the following code:

 new RBSeverity.Extension({

 id: 'rbseverity.extension.SeverityExtension',
 name: 'Comment Severity',
 urlName: 'view-diff',
 settings: {"_extension_installed_version": "0.5"}
 });



 On Thursday, July 17, 2014 4:41:50 PM UTC-4, Sara Rayburn wrote:
>
> I am getting the same errors as MoonWalker.
>
> On Tuesday, July 15, 2014 6:29:14 PM UTC-5, MoonWalker 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.

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

-- 
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-20 Thread MoonWalker
Christian,

I upgrade to 0.5.1, rested RB, cleaned the cookies in my browser, but still 
no showing the severity :-(

cheers

On Saturday, July 19, 2014 7:20:14 PM UTC+10, Christian Hammond wrote:
>
> Go ahead and upgrade. 0.5.1 should have this fixed now.
>
> https://www.reviewboard.org/store/products/6/
>
> Christian
>
> -- 
> Christian Hammond - chri...@beanbaginc.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Fri, Jul 18, 2014 at 10:45 AM, Christian Hammond <
> chri...@beanbaginc.com > wrote:
>
>> Hey everyone,
>>
>> I've been out of town this week, but will be back by tonight. I'll look 
>> into what's going on with RBSeverity and get another release out.
>>
>> Christian
>>  
>>
>> On Friday, July 18, 2014, Griffin Myers > > wrote:
>>
>>> We are also unable to get RBSeverity to work.  I'm using Firefox 30.0 
>>> and I'm seeing roughly the same reports in their developer tools console:
>>>
>>> ReferenceError: RBSeverity is not defined diff:622
>>>
>>> which roughly corresponds to the following code:
>>>
>>> new RBSeverity.Extension({
>>>
>>> id: 'rbseverity.extension.SeverityExtension',
>>> name: 'Comment Severity',
>>> urlName: 'view-diff',
>>> settings: {"_extension_installed_version": "0.5"}
>>> });
>>>
>>>
>>>
>>> On Thursday, July 17, 2014 4:41:50 PM UTC-4, Sara Rayburn wrote:

 I am getting the same errors as MoonWalker.

 On Tuesday, July 15, 2014 6:29:14 PM UTC-5, MoonWalker 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.
>>>
>>
>>
>> -- 
>> -- 
>> Christian Hammond - chri...@beanbaginc.com 
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>

-- 
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: Adding a new diff to existent review Loops on loading

2014-07-20 Thread MoonWalker
super :-). Thank you David

On Saturday, July 19, 2014 6:57:35 AM UTC+10, David Trowbridge wrote:
>
> OK, I know what's going wrong. We'll get this fixed for 2.0.4.
>
> -David
>
> On Jul 17, 2014, at 3:55 PM, MoonWalker  > wrote:
>
>
> Hi David,
>
> I attached the snapshot. 
>
>
>
> 
>
>
> On Friday, July 18, 2014 6:49:04 AM UTC+10, David Trowbridge wrote:
>>
>> Can you use the "Network" tab to find the contents of the response (the 
>> one returning HTTP 400)?
>>
>> -David
>>
>>
>> On Wed, Jul 16, 2014 at 7:44 PM, MoonWalker  
>> wrote:
>>
>>> sorry, this is the full one
>>>
>>>
>>>1. POST 
>>>http://codereview.devneta.local/api/review-requests/559/diffs/ 400 
>>>(BAD REQUEST) jquery-1.8.2.min.js:2 
>>>   1. sendjquery-1.8.2.min.js:2
>>>   2. p.extend.ajaxjquery-1.8.2.min.js:2
>>>   3. fileUploadXhr3rdparty.min.js:4
>>>   4. $.fn.ajaxSubmit3rdparty.min.js:4
>>>   5. doCallbase.min.js:1
>>>   6. nextjquery.gravy.min.js:1
>>>   7. startjquery.gravy.min.js:1
>>>   8. RB.apiCallbase.min.js:1
>>>   9. Backbone.ajaxbase.min.js:1
>>>   10. a.sync3rdparty.min.js:4
>>>   11. RB.BaseResource.Backbone.Model.extend.syncbase.min.js:1
>>>   12. h.extend.save3rdparty.min.js:3
>>>   13. RB.BaseResource.Backbone.Model.extend._saveObjectbase.min.js:1
>>>   14. ready.readybase.min.js:1
>>>   15. RB.BaseResource.Backbone.Model.extend.readybase.min.js:1
>>>   16. RB.BaseResource.Backbone.Model.extend.ensureCreated
>>>   base.min.js:1
>>>   17. ready.readybase.min.js:1
>>>   18. RB.BaseResource.Backbone.Model.extend.readybase.min.js:1
>>>   19. RB.BaseResource.Backbone.Model.extend.readybase.min.js:1
>>>   20. RB.BaseResource.Backbone.Model.extend.savebase.min.js:1
>>>   21. sendbase.min.js:1
>>>   22. (anonymous function)base.min.js:1
>>>   23. p.event.dispatchjquery-1.8.2.min.js:2
>>>   24. g.handle.hjquery-1.8.2.min.js:2
>>>   25. p.event.triggerjquery-1.8.2.min.js:2
>>>   26. (anonymous function)jquery-1.8.2.min.js:2
>>>   27. p.extend.eachjquery-1.8.2.min.js:2
>>>   28. p.fn.p.eachjquery-1.8.2.min.js:2
>>>   29. p.fn.extend.triggerjquery-1.8.2.min.js:2
>>>   30. p.fn.(anonymous function)jquery-1.8.2.min.js:2
>>>   31. (anonymous function)base.min.js:1
>>>   32. p.event.dispatchjquery-1.8.2.min.js:2
>>>   33. g.handle.hjquery-1.8.2.min.js:2
>>>   
>>>
>>>1. Uncaught TypeError: Cannot read property 'msg' of undefined 
>>>base.min.js:1 
>>>   1. displayErrorsbase.min.js:1
>>>   2. options.dataStoreObject.save.errorbase.min.js:1
>>>   3. (anonymous function)base.min.js:1
>>>   4. e.error3rdparty.min.js:4
>>>   5. (anonymous function)base.min.js:1
>>>   6. kjquery-1.8.2.min.js:2
>>>   7. l.fireWithjquery-1.8.2.min.js:2
>>>   8. yjquery-1.8.2.min.js:2
>>>   9. d
>>>   
>>>
>>> On Thursday, July 17, 2014 12:42:21 PM UTC+10, MoonWalker wrote:

 I noticed this issue several times, and I enabled all the logs and some 
 how there is zero information on them about this issue. I enabled 
 JavaScript console in my browser (chrome latest version under Windows 7) 
 and this is what  I get.


1. Uncaught TypeError: Cannot read property 'msg' of undefined 
base.min.js:1 
   1. displayErrorsbase.min.js:1
   2. options.dataStoreObject.save.errorbase.min.js:1
   3. (anonymous function)base.min.js:1
   4. e.error3rdparty.min.js:4
   5. (anonymous function)base.min.js:1
   6. kjquery-1.8.2.min.js:2
   7. l.fireWithjquery-1.8.2.min.js:2
   8. yjquery-1.8.2.min.js:2
   9. d
   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/
---
Sig