Re: upgraded to reviewboard 1.7.28 (from 1.7.27)

2014-09-28 Thread jpernito
Thanks David!


From my Android phone on T-Mobile. The first nationwide 4G network.

 Original message 
From: David Trowbridge trowb...@gmail.com 
Date:09/27/2014  7:31 PM  (GMT-06:00) 
To: reviewboard reviewboard@googlegroups.com 
Subject: Re: upgraded to reviewboard 1.7.28 (from 1.7.27) 

Jason,

This is a bug that slipped in (a Python 2.6 incompatibility). We got a fix in 
for 2.0.x but it never made it to the 1.7.x branch. We'll get a fix in for the 
next point release.

-David

On Fri, Sep 26, 2014 at 7:51 PM, Jason Pernito jpern...@gmail.com wrote:
Everything looks good except when running 
rb-site manage /path/to/site condensediffs

Processing 210351 diffs for duplicates...

This may take a while. It is safe to continue using Review Board while this is
processing, but it may temporarily run slower.

Traceback (most recent call last):
  File /usr/bin/rb-site, line 9, in module
    load_entry_point('ReviewBoard==1.7.28', 'console_scripts', 'rb-site')()
  File 
/usr/lib/python2.6/site-packages/ReviewBoard-1.7.28-py2.6.egg/reviewboard/cmdline/rbsite.py,
 line 2170, in main
    command.run()
  File 
/usr/lib/python2.6/site-packages/ReviewBoard-1.7.28-py2.6.egg/reviewboard/cmdline/rbsite.py,
 line 2087, in run
    site.run_manage_command(args[0], args[1:])
  File 
/usr/lib/python2.6/site-packages/ReviewBoard-1.7.28-py2.6.egg/reviewboard/cmdline/rbsite.py,
 line 606, in run_manage_command
    execute_manager(reviewboard.settings, [__file__, cmd] + params)
  File 
/usr/lib/python2.6/site-packages/Django-1.4.15-py2.6.egg/django/core/management/__init__.py,
 line 459, in execute_manager
    utility.execute()
  File 
/usr/lib/python2.6/site-packages/Django-1.4.15-py2.6.egg/django/core/management/__init__.py,
 line 382, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
/usr/lib/python2.6/site-packages/Django-1.4.15-py2.6.egg/django/core/management/base.py,
 line 196, in run_from_argv
    self.execute(*args, **options.__dict__)
  File 
/usr/lib/python2.6/site-packages/Django-1.4.15-py2.6.egg/django/core/management/base.py,
 line 232, in execute
    output = self.handle(*args, **options)
  File 
/usr/lib/python2.6/site-packages/Django-1.4.15-py2.6.egg/django/core/management/base.py,
 line 371, in handle
    return self.handle_noargs(**options)
  File 
/usr/lib/python2.6/site-packages/ReviewBoard-1.7.28-py2.6.egg/reviewboard/diffviewer/management/commands/condensediffs.py,
 line 60, in handle_noargs
    info = FileDiff.objects.migrate_all(self._on_processed_filediff)
  File 
/usr/lib/python2.6/site-packages/ReviewBoard-1.7.28-py2.6.egg/reviewboard/diffviewer/managers.py,
 line 69, in migrate_all
    processed_filediff_cb(filediff)
  File 
/usr/lib/python2.6/site-packages/ReviewBoard-1.7.28-py2.6.egg/reviewboard/diffviewer/management/commands/condensediffs.py,
 line 84, in _on_processed_filediff
    delta_secs = (datetime.now() - self.start_time).total_seconds()
AttributeError: 'datetime.timedelta' object has no attribute 'total_seconds'

Please let me know what I am missing here.

Thanks in advance for your help,
-jason
-- 
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 a topic in the Google 
Groups reviewboard group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/reviewboard/kDG9Xhw3ZRU/unsubscribe.
To unsubscribe from this group and all its topics, 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: Review Board 1.7.26 is released

2014-06-21 Thread jpernito
Thanks David!


From my Android phone on T-Mobile. The first nationwide 4G network.

 Original message 
From: David Trowbridge trowb...@gmail.com 
Date:06/21/2014  2:22 AM  (GMT-06:00) 
To: reviewboard reviewboard@googlegroups.com 
Cc: Christian Hammond christ...@beanbaginc.com 
Subject: Re: Review Board 1.7.26 is released 

Jason,

The setting is present in the database but there was an issue that slipped in 
with the UI. It will be in My account in the next 1.7.x release.

-David


On Fri, Jun 20, 2014 at 9:03 PM, Jason Pernito jpern...@gmail.com wrote:
Hi Christian,

I updated reviewboard from 1.7.25 to 1.7.26 but can't seem to find the new 
feature of per-user email setting/option. Where should I expect to see it? (My 
account?)

Thanks,
-jason


On Tuesday, June 10, 2014 5:01:30 PM UTC-5, Christian Hammond wrote:
Hi everyone,

We just released Review Board 1.7.26, which contains a couple XSS security 
fixes on top of the Djblets fixes released earlier this week. It also has a new 
feature for per-user e-mail control, and a handful of bug fixes.

See http://www.reviewboard.org/news/2014/06/10/review-board-1-7-26-released/ 
for more information.

Christian

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

-- 
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 a topic in the Google 
Groups reviewboard group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/reviewboard/j219PNZPBPM/unsubscribe.
To unsubscribe from this group and all its topics, 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.