Re: Installing the Web Hooks extension

2013-11-06 Thread Fede Naum
sorry, I meant RB 1.7.14 instead of 1.7.4

On Wednesday, 6 November 2013 18:50:16 UTC+11, Fede Naum wrote:
>
> Hi Rodrigo, 
>
> I know that this was more than a year ago, but can you tell me how did you 
> end up installing the webhooks extension on RB?
>
> I followed what you did 
>
> - git clone https://github.com/reviewboard/rb-extension-pack
> - cd rbwebhooks
> - pyhton setup.py install
>
> but I'm on version 1.7.4 of RB
>
> That failed with the error.
>
> super(RBWebHooksExtension, self).__init__()
> TypeError: __init__() takes exactly 2 arguments (1 given)
>
> Then after checking  this page 
> on
>  
> how to build extensions, I just modified the code to be 
> super(RBWebHooksExtension, self).__init__(*args, **kwargs)
>
> it went further, I was able to install the extension, but when I try to 
> add a new  weeb hook target
>
>
>
> I got the following error:
>
>   File 
> "/var/virtualenv/REVIEWBOARD/lib/python2.7/site-packages/Django-1.4.8-py2.7.egg/django/db/backends/postgresql_psycopg2/base.py",
>  
> line 52, in execute
> return self.cursor.execute(query, args)
> DatabaseError: relation "rbwebhooks_webhooktarget" does not exist
> LINE 1: INSERT INTO "rbwebhooks_webhooktarget" ("hook_id", "descript...
> ^
>
>
> So it looks like I'm missing the creation of some DB tables, how do I do 
> that?
>
> Thanks in advance
> Federico
>
> On Tuesday, 26 June 2012 07:03:48 UTC+10, Rodrigo Castro wrote:
>>
>> Hello Steve,
>>
>> I've just finished installing review board 1.7 alpha 0 (dev) and I 
>> confirm your extension still works. I haven't fully verified the payload of 
>> the POST request it sends but it seems to be fine ;)
>>
>> There is one small little problem though. The empty file __init__.py in 
>> the rbwebhooks directory is missing which in turn makes review board not to 
>> be aware of the extension. Otherwise everything is running smoothly.
>>
>> I'm rather overbooked the coming weeks, but if I happen to have some 
>> spare time I know where to find help :)
>>
>> Thanks Steve and Christian for your promptly and useful answers.
>>
>> Rodrigo
>>
>> Le lundi 25 juin 2012 19:51:27 UTC+2, Steven MacLeod a écrit :
>>>
>>> Hey Rodrigo,
>>>
>>> I'm the author of the Web Hooks extension. I believe it should 
>>> be compatible with the latest 1.7 dev code, as I don't remember any changes 
>>> which would have broken it since it was committed.
>>>
>>> As for not running a production site off of 1.7, the Web Hooks extension 
>>> is even less ready for production. To be honest, it is more of a prototype 
>>> which has had only minimal testing. Working to improve this extension isn't 
>>> currently one of my priorities, but I'd be more than happy to offer support 
>>> if you are interested in tinkering with it.
>>>
>>> Steve
>>>
>>>
>> Le lundi 25 juin 2012 19:51:27 UTC+2, Steven MacLeod a écrit :
>>>
>>> Hey Rodrigo,
>>>
>>> I'm the author of the Web Hooks extension. I believe it should 
>>> be compatible with the latest 1.7 dev code, as I don't remember any changes 
>>> which would have broken it since it was committed.
>>>
>>> As for not running a production site off of 1.7, the Web Hooks extension 
>>> is even less ready for production. To be honest, it is more of a prototype 
>>> which has had only minimal testing. Working to improve this extension isn't 
>>> currently one of my priorities, but I'd be more than happy to offer support 
>>> if you are interested in tinkering with it.
>>>
>>> Steve
>>>
>>>
>> Le lundi 25 juin 2012 19:51:27 UTC+2, Steven MacLeod a écrit :
>>>
>>> Hey Rodrigo,
>>>
>>> I'm the author of the Web Hooks extension. I believe it should 
>>> be compatible with the latest 1.7 dev code, as I don't remember any changes 
>>> which would have broken it since it was committed.
>>>
>>> As for not running a production site off of 1.7, the Web Hooks extension 
>>> is even less ready for production. To be honest, it is more of a prototype 
>>> which has had only minimal testing. Working to improve this extension isn't 
>>> currently one of my priorities, but I'd be more than happy to offer support 
>>> if you are interested in tinkering with it.
>>>
>>> Steve
>>>
>>>

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


Re: Review Board 1.6.21 and 1.7.17 released

2013-11-06 Thread Stephen Gallagher
On 11/05/2013 11:16 PM, Christian Hammond wrote:
> Hey everyone,
> 
> We just put out two new releases, 1.6.21 and 1.7.17. These fix a couple
> security vulnerabilities, so please upgrade.
> 
> Along with this, 1.7.17 fixes several bugs and adds some new features.
> It's a pretty good release, and even without the security improvements,
> we'd recommend it for anyone using Review Board Power Pack
> (http://www.reviewboard.org/powerpack/), as it fixes several important bugs.
> 
> Check out the news post for more information:
> 
> http://www.reviewboard.org/news/2013/11/05/review-board-1-6-21-and-1-7-17-released/
> 
> Christian
> 

Fedora and EPEL 6 packages are now available for testing:
https://admin.fedoraproject.org/updates/search/ReviewBoard

They should filter to the updates-testing and epel-testing repository
mirrors within 48 hours.

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


Re: Review Board 1.6.21 and 1.7.17 released

2013-11-06 Thread Matthew Woehlke

On 2013-11-05 23:16, Christian Hammond wrote:

We just put out two new releases, 1.6.21 and 1.7.17. These fix a couple
security vulnerabilities, so please upgrade.


Users with the can_change_status permission no longer need the
can_edit_reviewrequest permission in order to close or reopen
review requests.


Does this mean that bug 3011¹ is fixed?

(¹ http://code.google.com/p/reviewboard/issues/detail?id=3011)

--
Matthew

--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups "reviewboard" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Javascript errors with Reviewboard 1.7.15

2013-11-06 Thread Chris Cooper
I get the same errors on the latest version (1.7.17) installed using python 
egg.

On Friday, 11 October 2013 16:34:37 UTC+1, Darryl McCutcheon wrote:
>
> I installed Reviewboard 1.7.15 this morning, and I am getting the 
> following errors on the edit review page.
>
> Uncaught SyntaxError: Use of future reserved word in strict mode 
> 3rdparty.min.f0d3e37f248a.js:36
> Uncaught ReferenceError: Backbone is not defined base.min.9651809ef5d5.js:1
> Uncaught SyntaxError: Invalid regular expression: missing / 
> /static/rb/js/reviews.min.d91b5b5b17e3.js:69
> Uncaught ReferenceError: RB is not defined (index):529
>
> As a result, when posting a new review, the review cannot be edited, 
> published or discarded.
>
>
-- 


This is confidential, non-binding and not company endorsed - see full terms 
at www.fosolutions.co.uk/emailpolicy.html 
First Option Software Ltd Registered No. 06340261
Signal House, Jacklyns Lane, Alresford, Hampshire, SO24 9JJ, U.K.


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


Re: Javascript errors with Reviewboard 1.7.15

2013-11-06 Thread David Trowbridge
What browser (make and version) are you seeing this on?

-David


On Wed, Nov 6, 2013 at 5:40 AM, Chris Cooper <
chris.coo...@bespokesoftware.com> wrote:

> I get the same errors on the latest version (1.7.17) installed using
> python egg.
>
>
> On Friday, 11 October 2013 16:34:37 UTC+1, Darryl McCutcheon wrote:
>>
>> I installed Reviewboard 1.7.15 this morning, and I am getting the
>> following errors on the edit review page.
>>
>> Uncaught SyntaxError: Use of future reserved word in strict mode
>> 3rdparty.min.f0d3e37f248a.js:36
>> Uncaught ReferenceError: Backbone is not defined
>> base.min.9651809ef5d5.js:1
>> Uncaught SyntaxError: Invalid regular expression: missing /
>> /static/rb/js/reviews.min.d91b5b5b17e3.js:69
>> Uncaught ReferenceError: RB is not defined (index):529
>>
>> As a result, when posting a new review, the review cannot be edited,
>> published or discarded.
>>
>>
> 
>
> This is confidential, non-binding and not company endorsed - see full
> terms at www.fosolutions.co.uk/emailpolicy.html
> First Option Software Ltd Registered No. 06340261
> Signal House, Jacklyns Lane, Alresford, Hampshire, SO24 9JJ, U.K.
> 
>
>  --
> 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/groups/opt_out.
>

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


Re: Javascript errors with Reviewboard 1.7.15

2013-11-06 Thread Sylvain Benner
Errors confirmed here on 1.7.17 with:
Firefox 23.0 (Ubuntu 12.04)
Chromium 28 (Ubuntu 12.04)
Chrome 30.0.1599.101 m (Windows 7)


Le mercredi 6 novembre 2013 16:38:22 UTC-5, David Trowbridge a écrit :
>
> What browser (make and version) are you seeing this on?
>
> -David
>
>
> On Wed, Nov 6, 2013 at 5:40 AM, Chris Cooper <
> chris@bespokesoftware.com > wrote:
>
>> I get the same errors on the latest version (1.7.17) installed using 
>> python egg.
>>
>>
>> On Friday, 11 October 2013 16:34:37 UTC+1, Darryl McCutcheon wrote:
>>>
>>> I installed Reviewboard 1.7.15 this morning, and I am getting the 
>>> following errors on the edit review page.
>>>
>>> Uncaught SyntaxError: Use of future reserved word in strict mode 
>>> 3rdparty.min.f0d3e37f248a.js:**36
>>> Uncaught ReferenceError: Backbone is not defined 
>>> base.min.9651809ef5d5.js:1
>>> Uncaught SyntaxError: Invalid regular expression: missing / 
>>> /static/rb/js/reviews.min.**d91b5b5b17e3.js:69
>>> Uncaught ReferenceError: RB is not defined (index):529
>>>
>>> As a result, when posting a new review, the review cannot be edited, 
>>> published or discarded.
>>>
>>>  
>> __**__
>>
>> This is confidential, non-binding and not company endorsed - see full 
>> terms at 
>> www.fosolutions.co.uk/**emailpolicy.html
>>  
>> First Option Software Ltd Registered No. 06340261
>> Signal House, Jacklyns Lane, Alresford, Hampshire, SO24 9JJ, U.K.
>> __**__
>>
>>  -- 
>> 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/groups/opt_out.
>>
>
>

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


Re: Javascript errors with Reviewboard 1.7.15

2013-11-06 Thread Christian Hammond
There's a broken version of jsmin that got upgraded again on one of the
build environments... I'll put out a new release.

Christian

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


On Wed, Nov 6, 2013 at 1:38 PM, David Trowbridge  wrote:

> What browser (make and version) are you seeing this on?
>
> -David
>
>
> On Wed, Nov 6, 2013 at 5:40 AM, Chris Cooper <
> chris.coo...@bespokesoftware.com> wrote:
>
>> I get the same errors on the latest version (1.7.17) installed using
>> python egg.
>>
>>
>> On Friday, 11 October 2013 16:34:37 UTC+1, Darryl McCutcheon wrote:
>>>
>>> I installed Reviewboard 1.7.15 this morning, and I am getting the
>>> following errors on the edit review page.
>>>
>>> Uncaught SyntaxError: Use of future reserved word in strict mode
>>> 3rdparty.min.f0d3e37f248a.js:36
>>> Uncaught ReferenceError: Backbone is not defined
>>> base.min.9651809ef5d5.js:1
>>> Uncaught SyntaxError: Invalid regular expression: missing /
>>> /static/rb/js/reviews.min.d91b5b5b17e3.js:69
>>> Uncaught ReferenceError: RB is not defined (index):529
>>>
>>> As a result, when posting a new review, the review cannot be edited,
>>> published or discarded.
>>>
>>>
>> 
>>
>> This is confidential, non-binding and not company endorsed - see full
>> terms at www.fosolutions.co.uk/emailpolicy.html
>> First Option Software Ltd Registered No. 06340261
>> Signal House, Jacklyns Lane, Alresford, Hampshire, SO24 9JJ, U.K.
>> 
>>
>>  --
>> 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/groups/opt_out.
>>
>
>  --
> 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/groups/opt_out.
>

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


Re: Javascript errors with Reviewboard 1.7.15

2013-11-06 Thread Christian Hammond
Pushed out a 1.7.18. Please give it a try.

Christian

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


On Wed, Nov 6, 2013 at 2:37 PM, Sylvain Benner wrote:

> Errors confirmed here on 1.7.17 with:
> Firefox 23.0 (Ubuntu 12.04)
> Chromium 28 (Ubuntu 12.04)
> Chrome 30.0.1599.101 m (Windows 7)
>
>
> Le mercredi 6 novembre 2013 16:38:22 UTC-5, David Trowbridge a écrit :
>>
>> What browser (make and version) are you seeing this on?
>>
>> -David
>>
>>
>> On Wed, Nov 6, 2013 at 5:40 AM, Chris Cooper > com> wrote:
>>
>>> I get the same errors on the latest version (1.7.17) installed using
>>> python egg.
>>>
>>>
>>> On Friday, 11 October 2013 16:34:37 UTC+1, Darryl McCutcheon wrote:

 I installed Reviewboard 1.7.15 this morning, and I am getting the
 following errors on the edit review page.

 Uncaught SyntaxError: Use of future reserved word in strict mode
 3rdparty.min.f0d3e37f248a.js:36
 Uncaught ReferenceError: Backbone is not defined
 base.min.9651809ef5d5.js:1
  Uncaught SyntaxError: Invalid regular expression: missing /
 /static/rb/js/reviews.min.d91b5b5b17e3.js:69
 Uncaught ReferenceError: RB is not defined (index):529

 As a result, when posting a new review, the review cannot be edited,
 published or discarded.


>>> 
>>>
>>> This is confidential, non-binding and not company endorsed - see full
>>> terms at www.fosolutions.co.uk/emailpolicy.html
>>> First Option Software Ltd Registered No. 06340261
>>> Signal House, Jacklyns Lane, Alresford, Hampshire, SO24 9JJ, U.K.
>>> 
>>>
>>>  --
>>> 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/groups/opt_out.
>>>
>>
>>  --
> 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/groups/opt_out.
>

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


Re: Javascript errors with Reviewboard 1.7.15

2013-11-06 Thread Sylvain Benner
Failed at the upgrade step with:

sudo rb-site upgrade /var/www/rb.virga.com 
>  1 ↵ ──(Wed,Nov06)─┘
> sh: 0: getcwd() failed: No such file or directory
> Rebuilding directory structure
> Updating database. This may take a while.
> The log output below, including warnings and errors,
> can be ignored unless upgrade fails.
> --  --
> Traceback (most recent call last):
>   File "/usr/local/bin/rb-site", line 9, in 
> load_entry_point('ReviewBoard==1.7.18', 'console_scripts', 'rb-site')()
>   File 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>  
> line 2027, in main
> command.run()
>   File 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>  
> line 1854, in run
> site.sync_database()
>   File 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>  
> line 372, in sync_database
> self.run_manage_command("syncdb", params)
>   File 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>  
> line 531, in run_manage_command
> cwd = os.getcwd()
> OSError: [Errno 2] No such file or directory
> Error in sys.excepthook:
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 70, 
> in apport_excepthook
> binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
> OSError: [Errno 2] No such file or directory
> Original exception was:
> Traceback (most recent call last):
>   File "/usr/local/bin/rb-site", line 9, in 
> load_entry_point('ReviewBoard==1.7.18', 'console_scripts', 'rb-site')()
>   File 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>  
> line 2027, in main
> command.run()
>   File 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>  
> line 1854, in run
> site.sync_database()
>   File 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>  
> line 372, in sync_database
> self.run_manage_command("syncdb", params)
>   File 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>  
> line 531, in run_manage_command
> cwd = os.getcwd()
> OSError: [Errno 2] No such file or directory



Le mercredi 6 novembre 2013 17:58:15 UTC-5, Christian Hammond a écrit :
>
> Pushed out a 1.7.18. Please give it a try.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Wed, Nov 6, 2013 at 2:37 PM, Sylvain Benner 
> 
> > wrote:
>
>> Errors confirmed here on 1.7.17 with:
>> Firefox 23.0 (Ubuntu 12.04)
>> Chromium 28 (Ubuntu 12.04)
>> Chrome 30.0.1599.101 m (Windows 7)
>>
>>
>> Le mercredi 6 novembre 2013 16:38:22 UTC-5, David Trowbridge a écrit :
>>>
>>> What browser (make and version) are you seeing this on?
>>>
>>> -David
>>>
>>>
>>> On Wed, Nov 6, 2013 at 5:40 AM, Chris Cooper >> **com> wrote:
>>>
 I get the same errors on the latest version (1.7.17) installed using 
 python egg.


 On Friday, 11 October 2013 16:34:37 UTC+1, Darryl McCutcheon wrote:
>
> I installed Reviewboard 1.7.15 this morning, and I am getting the 
> following errors on the edit review page.
>
> Uncaught SyntaxError: Use of future reserved word in strict mode 
> 3rdparty.min.f0d3e37f248a.js:**3**6
> Uncaught ReferenceError: Backbone is not defined 
> base.min.9651809ef5d5.js:1
>  Uncaught SyntaxError: Invalid regular expression: missing / 
> /static/rb/js/reviews.min.**d91b**5b5b17e3.js:69
> Uncaught ReferenceError: RB is not defined (index):529
>
> As a result, when posting a new review, the review cannot be edited, 
> published or discarded.
>
>  
 ____

 This is confidential, non-binding and not company endorsed - see full 
 terms at 
 www.fosolutions.co.uk/**email**policy.html
  
 First Option Software Ltd Registered No. 06340261
 Signal House, Jacklyns Lane, Alresford, Hampshire, SO24 9JJ, U.K.
 ____

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

Re: Javascript errors with Reviewboard 1.7.15

2013-11-06 Thread Christian Hammond
That looks unrelated to Review Board. Make sure you're running that script
in a directory that hasn't been removed.

Christian

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


On Wed, Nov 6, 2013 at 3:02 PM, Sylvain Benner wrote:

> Failed at the upgrade step with:
>
> sudo rb-site upgrade /var/www/rb.virga.com
>>1 ↵ ──(Wed,Nov06)─┘
>> sh: 0: getcwd() failed: No such file or directory
>> Rebuilding directory structure
>> Updating database. This may take a while.
>> The log output below, including warnings and errors,
>> can be ignored unless upgrade fails.
>> --  --
>> Traceback (most recent call last):
>>   File "/usr/local/bin/rb-site", line 9, in 
>> load_entry_point('ReviewBoard==1.7.18', 'console_scripts',
>> 'rb-site')()
>>   File
>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>> line 2027, in main
>> command.run()
>>   File
>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>> line 1854, in run
>> site.sync_database()
>>   File
>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>> line 372, in sync_database
>> self.run_manage_command("syncdb", params)
>>   File
>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>> line 531, in run_manage_command
>> cwd = os.getcwd()
>> OSError: [Errno 2] No such file or directory
>> Error in sys.excepthook:
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 70,
>> in apport_excepthook
>> binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
>> OSError: [Errno 2] No such file or directory
>> Original exception was:
>> Traceback (most recent call last):
>>   File "/usr/local/bin/rb-site", line 9, in 
>> load_entry_point('ReviewBoard==1.7.18', 'console_scripts',
>> 'rb-site')()
>>   File
>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>> line 2027, in main
>> command.run()
>>   File
>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>> line 1854, in run
>> site.sync_database()
>>   File
>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>> line 372, in sync_database
>> self.run_manage_command("syncdb", params)
>>   File
>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>> line 531, in run_manage_command
>> cwd = os.getcwd()
>> OSError: [Errno 2] No such file or directory
>
>
>
> Le mercredi 6 novembre 2013 17:58:15 UTC-5, Christian Hammond a écrit :
>>
>> Pushed out a 1.7.18. Please give it a try.
>>
>> Christian
>>
>> --
>> Christian Hammond - chi...@chipx86.com
>>
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Wed, Nov 6, 2013 at 2:37 PM, Sylvain Benner wrote:
>>
>>> Errors confirmed here on 1.7.17 with:
>>> Firefox 23.0 (Ubuntu 12.04)
>>> Chromium 28 (Ubuntu 12.04)
>>> Chrome 30.0.1599.101 m (Windows 7)
>>>
>>>
>>> Le mercredi 6 novembre 2013 16:38:22 UTC-5, David Trowbridge a écrit :

 What browser (make and version) are you seeing this on?

 -David


 On Wed, Nov 6, 2013 at 5:40 AM, Chris Cooper <
 chris@bespokesoftware.com> wrote:

> I get the same errors on the latest version (1.7.17) installed using
> python egg.
>
>
> On Friday, 11 October 2013 16:34:37 UTC+1, Darryl McCutcheon wrote:
>>
>> I installed Reviewboard 1.7.15 this morning, and I am getting the
>> following errors on the edit review page.
>>
>> Uncaught SyntaxError: Use of future reserved word in strict mode
>> 3rdparty.min.f0d3e37f248a.js:36
>> Uncaught ReferenceError: Backbone is not defined
>> base.min.9651809ef5d5.js:1
>>  Uncaught SyntaxError: Invalid regular expression: missing /
>> /static/rb/js/reviews.min.d91b5b5b17e3.js:69
>> Uncaught ReferenceError: RB is not defined (index):529
>>
>> As a result, when posting a new review, the review cannot be edited,
>> published or discarded.
>>
>>
> 
>
> This is confidential, non-binding and not company endorsed - see full
> terms at www.fosolutions.co.uk/emailpolicy.html
> First Option Software Ltd Registered No. 06340261
> Signal House, Jacklyns Lane, Alresford, Hampshire, SO24 9JJ, U.K.
> 
>
>  --
> Get the Review Board Power Pack at http://www.reviewboard.org/pow
> erpack/
> ---
> Sign up for Review Board hosting at RBCom

Re: Javascript errors with Reviewboard 1.7.15

2013-11-06 Thread Sylvain Benner
Thank you were right.

1.7.18 is working here, thank you :-)

Le mercredi 6 novembre 2013 18:03:37 UTC-5, Christian Hammond a écrit :
>
> That looks unrelated to Review Board. Make sure you're running that script 
> in a directory that hasn't been removed.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Wed, Nov 6, 2013 at 3:02 PM, Sylvain Benner 
> 
> > wrote:
>
>> Failed at the upgrade step with:
>>
>> sudo rb-site upgrade /var/www/rb.virga.com   
>>>1 ↵ ──(Wed,Nov06)─┘
>>> sh: 0: getcwd() failed: No such file or directory
>>> Rebuilding directory structure
>>> Updating database. This may take a while.
>>> The log output below, including warnings and errors,
>>> can be ignored unless upgrade fails.
>>> --  --
>>> Traceback (most recent call last):
>>>   File "/usr/local/bin/rb-site", line 9, in 
>>> load_entry_point('ReviewBoard==1.7.18', 'console_scripts', 
>>> 'rb-site')()
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>>>  
>>> line 2027, in main
>>> command.run()
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>>>  
>>> line 1854, in run
>>> site.sync_database()
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>>>  
>>> line 372, in sync_database
>>> self.run_manage_command("syncdb", params)
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>>>  
>>> line 531, in run_manage_command
>>> cwd = os.getcwd()
>>> OSError: [Errno 2] No such file or directory
>>> Error in sys.excepthook:
>>> Traceback (most recent call last):
>>>   File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 
>>> 70, in apport_excepthook
>>> binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
>>> OSError: [Errno 2] No such file or directory
>>> Original exception was:
>>> Traceback (most recent call last):
>>>   File "/usr/local/bin/rb-site", line 9, in 
>>> load_entry_point('ReviewBoard==1.7.18', 'console_scripts', 
>>> 'rb-site')()
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>>>  
>>> line 2027, in main
>>> command.run()
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>>>  
>>> line 1854, in run
>>> site.sync_database()
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>>>  
>>> line 372, in sync_database
>>> self.run_manage_command("syncdb", params)
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.18-py2.7.egg/reviewboard/cmdline/rbsite.py",
>>>  
>>> line 531, in run_manage_command
>>> cwd = os.getcwd()
>>> OSError: [Errno 2] No such file or directory
>>
>>
>>
>> Le mercredi 6 novembre 2013 17:58:15 UTC-5, Christian Hammond a écrit :
>>>
>>> Pushed out a 1.7.18. Please give it a try.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>>
>>> Review Board - http://www.reviewboard.org
>>> Beanbag, Inc. - http://www.beanbaginc.com
>>>  
>>>
>>> On Wed, Nov 6, 2013 at 2:37 PM, Sylvain Benner wrote:
>>>
 Errors confirmed here on 1.7.17 with:
 Firefox 23.0 (Ubuntu 12.04)
 Chromium 28 (Ubuntu 12.04)
 Chrome 30.0.1599.101 m (Windows 7)


 Le mercredi 6 novembre 2013 16:38:22 UTC-5, David Trowbridge a écrit :
>
> What browser (make and version) are you seeing this on?
>
> -David
>
>
> On Wed, Nov 6, 2013 at 5:40 AM, Chris Cooper <
> chris@bespokesoftware.**com**> wrote:
>
>> I get the same errors on the latest version (1.7.17) installed using 
>> python egg.
>>
>>
>> On Friday, 11 October 2013 16:34:37 UTC+1, Darryl McCutcheon wrote:
>>>
>>> I installed Reviewboard 1.7.15 this morning, and I am getting the 
>>> following errors on the edit review page.
>>>
>>> Uncaught SyntaxError: Use of future reserved word in strict mode 
>>> 3rdparty.min.f0d3e37f248a.js:**36
>>> Uncaught ReferenceError: Backbone is not defined 
>>> base.min.9651809ef5d5.js:1
>>>  Uncaught SyntaxError: Invalid regular expression: missing / 
>>> /static/rb/js/reviews.min.**d91b5b5b17e3.js:69
>>> Uncaught ReferenceError: RB is not defined (index):529
>>>
>>> As a result, when posting a new review, the review cannot be edited, 
>>> published or discarded.
>>>
>>>  
>> __**__
>>
>> This is confidential, non-binding and not company endorsed - see