Something broke! (Error 500)

2013-03-22 Thread premod dev
Hi,

We are getting the below error on browser when trying to access some of the
existing reviews.

Something broke! (Error 500)It appears something broke when you tried to go
to here. This is either a bug in Review Board or a server configuration
error. Please report this to your administrator.


Apache's error log shows below errors,

Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and
greater in Unknown on line 0

Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater
in Unknown on line 0
/usr/lib/python2.6/dist-packages/mod_python/importer.py:32:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
ERROR:root:Exception thrown for user pdev at
http://reviewboard.blr.movik.net:5000/r/7295/

EOL while scanning string literal (string, line 1)
Traceback (most recent call last):
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/core/handlers/base.py,
line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
  File
/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.9-py2.6.egg/reviewboard/accounts/decorators.py,
line 27, in _check
return view_func(*args, **kwargs)
  File
/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.9-py2.6.egg/reviewboard/reviews/views.py,
line 163, in review_detail
for changedesc in changedescs:
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
line 106, in _result_iter
self._fill_cache()
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
line 760, in _fill_cache
self._result_cache.append(self._iter.next())
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
line 282, in iterator
obj = self.model(*row[index_start:aggregate_start])
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/base.py,
line 341, in __init__
signals.post_init.send(sender=self.__class__, instance=self)
  File
/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/dispatch/dispatcher.py,
line 162, in send
response = receiver(signal=self, sender=sender, **named)
  File
/usr/local/lib/python2.6/dist-packages/Djblets-0.6.3-py2.6.egg/djblets/util/fields.py,
line 174, in post_init
value = self.loads(value)
  File
/usr/local/lib/python2.6/dist-packages/Djblets-0.6.3-py2.6.egg/djblets/util/fields.py,
line 206, in loads
val = eval(val)
  File string, line 1



Could you please help me resolving this issue, I am running the following
version of software on Ubuntu 10.04 server.

reviewboard - 1.0.9
Mysql - 5.1.41
PHP - 5.3.2-1


Thanks,
Premod

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: Something broke! (Error 500)

2013-03-22 Thread David Trowbridge
Review Board 1.0.9 is *very* old. It looks like a username in your database
has some problems, but we really can't help you with versions this old here
in the community forums, because it's a lot of work to dig through very old
releases to figure out what might be fixed in a newer one.

-David


On Fri, Mar 22, 2013 at 1:54 AM, premod dev premod@gmail.com wrote:

 Hi,

 We are getting the below error on browser when trying to access some of
 the existing reviews.

 Something broke! (Error 500)It appears something broke when you tried to
 go to here. This is either a bug in Review Board or a server configuration
 error. Please report this to your administrator.


 Apache's error log shows below errors,

 Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and
 greater in Unknown on line 0

 Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater
 in Unknown on line 0
 /usr/lib/python2.6/dist-packages/mod_python/importer.py:32:
 DeprecationWarning: the md5 module is deprecated; use hashlib instead
   import md5
 ERROR:root:Exception thrown for user pdev at
 http://reviewboard.blr.movik.net:5000/r/7295/

 EOL while scanning string literal (string, line 1)
 Traceback (most recent call last):
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/core/handlers/base.py,
 line 100, in get_response
 response = callback(request, *callback_args, **callback_kwargs)
   File
 /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.9-py2.6.egg/reviewboard/accounts/decorators.py,
 line 27, in _check
 return view_func(*args, **kwargs)
   File
 /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.9-py2.6.egg/reviewboard/reviews/views.py,
 line 163, in review_detail
 for changedesc in changedescs:
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
 line 106, in _result_iter
 self._fill_cache()
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
 line 760, in _fill_cache
 self._result_cache.append(self._iter.next())
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/query.py,
 line 282, in iterator
 obj = self.model(*row[index_start:aggregate_start])
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/db/models/base.py,
 line 341, in __init__
 signals.post_init.send(sender=self.__class__, instance=self)
   File
 /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/dispatch/dispatcher.py,
 line 162, in send
 response = receiver(signal=self, sender=sender, **named)
   File
 /usr/local/lib/python2.6/dist-packages/Djblets-0.6.3-py2.6.egg/djblets/util/fields.py,
 line 174, in post_init
 value = self.loads(value)
   File
 /usr/local/lib/python2.6/dist-packages/Djblets-0.6.3-py2.6.egg/djblets/util/fields.py,
 line 206, in loads
 val = eval(val)
   File string, line 1



 Could you please help me resolving this issue, I am running the following
 version of software on Ubuntu 10.04 server.

 reviewboard - 1.0.9
 Mysql - 5.1.41
 PHP - 5.3.2-1


 Thanks,
 Premod

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 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.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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.




python API: target_people access fails

2013-03-22 Thread A.M.
Hello,

I am trying to extract user names from the review_request.target_people but
I receive an unexpected exception.

review_requests =
rb_conn.get_root().get_review_requests(time_added_from=time_added,

status='pending',max_results=1)
for rr in review_requests:
for reviewer in rr.target_people:
print reviewer

Traceback (most recent call last):
  File rbpoller.py, line 129, in module
send_rb_fresh_emails()
  File rbpoller.py, line 97, in send_rb_fresh_emails
for reviewer in rr.target_people:
  File build/bdist.linux-x86_64/egg/rbtools/api/transport/sync.py, line
142, in next
  File build/bdist.linux-x86_64/egg/rbtools/api/transport/sync.py, line
162, in __getitem__
  File build/bdist.linux-x86_64/egg/rbtools/api/transport/sync.py, line
71, in wrap
TypeError: __init__() keywords must be strings


My understanding is that the ResourceListField should be iterable. Am I
doing something incorrectly?

Cheers,
M

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: Integration of Review Board with Perforce

2013-03-22 Thread David Trowbridge
Are you asking about automatically creating review requests when changes are 
committed to the perforce depot?
-David

On Fri, Mar 22, 2013 at 3:25 AM, SHWETA AHER ahershwetadh...@gmail.com
wrote:

 Thanks David for the reply,

 We want to send the file form Perforce to Review Board without logging 
 into Review Board. We are not getting how this connectivity can be achieved?
  
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 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.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: python API: target_people access fails

2013-03-22 Thread Steven MacLeod
That looks correct. I'm not quire sure what's going wrong.

Could you provide me with the JSON payload being used to create the review
request resource. You can get this by running:


review_requests = rb_conn.get_root().get_review_
requests(time_added_from=time_added, status='pending', max_results=1)

for rr in review_requests:
print rr._resource._payload


On Fri, Mar 22, 2013 at 1:55 PM, A.M. age...@themactionfaction.com wrote:

 Hello,

 I am trying to extract user names from the review_request.target_people but
 I receive an unexpected exception.

 review_requests =
 rb_conn.get_root().get_review_requests(time_added_from=time_added,

 status='pending',max_results=1)
 for rr in review_requests:
 for reviewer in rr.target_people:
 print reviewer

 Traceback (most recent call last):
   File rbpoller.py, line 129, in module
 send_rb_fresh_emails()
   File rbpoller.py, line 97, in send_rb_fresh_emails
 for reviewer in rr.target_people:
   File build/bdist.linux-x86_64/egg/rbtools/api/transport/sync.py, line
 142, in next
   File build/bdist.linux-x86_64/egg/rbtools/api/transport/sync.py, line
 162, in __getitem__
   File build/bdist.linux-x86_64/egg/rbtools/api/transport/sync.py, line
 71, in wrap
 TypeError: __init__() keywords must be strings


 My understanding is that the ResourceListField should be iterable. Am I
 doing something incorrectly?

 Cheers,
 M

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 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.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: python API: target_people access fails

2013-03-22 Thread A.M.
On Fri, 22 Mar 2013 15:25:48 -0400, Steven MacLeod ste...@smacleod.ca
wrote:
 That looks correct. I'm not quire sure what's going wrong.
 
 Could you provide me with the JSON payload being used to create the
review
 request resource. You can get this by running:
 
 
 review_requests = rb_conn.get_root().get_review_
 requests(time_added_from=time_added, status='pending', max_results=1)
 
 for rr in review_requests:
 print rr._resource._payload

Sure- here is one sanitized parsed-to-dict JSON structure:

{u'status': u'pending', u'last_updated': u'2013-03-22T18:39:57.056Z',
u'description': u_, u'links': {u'diffs': {u'href':
u'https://reviewboard._.com/api/review-requests/2727/diffs/', u'method':
u'GET'}, u'repository': {u'href':
u'https://reviewboard._.com/api/repositories/9/', u'method': u'GET',
u'title': u'_'}, u'changes': {u'href':
u'https://reviewboard._.com/api/review-requests/2727/changes/', u'method':
u'GET'}, u'self': {u'href':
u'https://reviewboard._.com/api/review-requests/2727/', u'method': u'GET'},
u'update': {u'href':
u'https://reviewboard._.com/api/review-requests/2727/', u'method': u'PUT'},
u'last_update': {u'href':
u'https://reviewboard._.com/api/review-requests/2727/last-update/',
u'method': u'GET'}, u'reviews': {u'href':
u'https://reviewboard._.com/api/review-requests/2727/reviews/', u'method':
u'GET'}, u'draft': {u'href':
u'https://reviewboard._.com/api/review-requests/2727/draft/', u'method':
u'GET'}, u'file_attachments': {u'href':
u'https://reviewboard._.com/api/review-requests/2727/file-attachments/',
u'method': u'GET'}, u'submitter': {u'href':
u'https://reviewboard._.com/api/users/_/', u'method': u'GET', u'title':
u'_'}, u'screenshots': {u'href':
u'https://reviewboard._.com/api/review-requests/2727/screenshots/',
u'method': u'GET'}, u'delete': {u'href':
u'https://reviewboard._.com/api/review-requests/2727/', u'method':
u'DELETE'}}, u'target_groups': [], u'bugs_closed': [u'_'], u'changenum':
None, u'target_people': [{u'href':
u'https://reviewboard._.com/api/users/_/', u'method': u'GET', u'title':
u'_'}, {u'href': u'https://reviewboard._.com/api/users/_/', u'method':
u'GET', u'title': u'_'}, {u'href':
u'https://reviewboard._.com/api/users/_/', u'method': u'GET', u'title':
u'_'}], u'testing_done': u_, u'branch': u'2013-1', u'id': 2727,
u'time_added': u'2013-03-22T16:49:32.368Z', u'summary': u'_', u'public':
True}

Company-specific information has been redacted with underscores.

We are using ReviewBoard 1.7.5, in case that matters.

Cheers,
M

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: python API: target_people access fails

2013-03-22 Thread Steven MacLeod
What version of python are you running?


On Fri, Mar 22, 2013 at 3:54 PM, A.M. age...@themactionfaction.com wrote:

 On Fri, 22 Mar 2013 15:25:48 -0400, Steven MacLeod ste...@smacleod.ca
 wrote:
  That looks correct. I'm not quire sure what's going wrong.
 
  Could you provide me with the JSON payload being used to create the
 review
  request resource. You can get this by running:
 
 
  review_requests = rb_conn.get_root().get_review_
  requests(time_added_from=time_added, status='pending', max_results=1)
 
  for rr in review_requests:
  print rr._resource._payload

 Sure- here is one sanitized parsed-to-dict JSON structure:

 {u'status': u'pending', u'last_updated': u'2013-03-22T18:39:57.056Z',
 u'description': u_, u'links': {u'diffs': {u'href':
 u'https://reviewboard._.com/api/review-requests/2727/diffs/', u'method':
 u'GET'}, u'repository': {u'href':
 u'https://reviewboard._.com/api/repositories/9/', u'method': u'GET',
 u'title': u'_'}, u'changes': {u'href':
 u'https://reviewboard._.com/api/review-requests/2727/changes/', u'method':
 u'GET'}, u'self': {u'href':
 u'https://reviewboard._.com/api/review-requests/2727/', u'method':
 u'GET'},
 u'update': {u'href':
 u'https://reviewboard._.com/api/review-requests/2727/', u'method':
 u'PUT'},
 u'last_update': {u'href':
 u'https://reviewboard._.com/api/review-requests/2727/last-update/',
 u'method': u'GET'}, u'reviews': {u'href':
 u'https://reviewboard._.com/api/review-requests/2727/reviews/', u'method':
 u'GET'}, u'draft': {u'href':
 u'https://reviewboard._.com/api/review-requests/2727/draft/', u'method':
 u'GET'}, u'file_attachments': {u'href':
 u'https://reviewboard._.com/api/review-requests/2727/file-attachments/',
 u'method': u'GET'}, u'submitter': {u'href':
 u'https://reviewboard._.com/api/users/_/', u'method': u'GET', u'title':
 u'_'}, u'screenshots': {u'href':
 u'https://reviewboard._.com/api/review-requests/2727/screenshots/',
 u'method': u'GET'}, u'delete': {u'href':
 u'https://reviewboard._.com/api/review-requests/2727/', u'method':
 u'DELETE'}}, u'target_groups': [], u'bugs_closed': [u'_'], u'changenum':
 None, u'target_people': [{u'href':
 u'https://reviewboard._.com/api/users/_/', u'method': u'GET', u'title':
 u'_'}, {u'href': u'https://reviewboard._.com/api/users/_/', u'method':
 u'GET', u'title': u'_'}, {u'href':
 u'https://reviewboard._.com/api/users/_/', u'method': u'GET', u'title':
 u'_'}], u'testing_done': u_, u'branch': u'2013-1', u'id': 2727,
 u'time_added': u'2013-03-22T16:49:32.368Z', u'summary': u'_', u'public':
 True}

 Company-specific information has been redacted with underscores.

 We are using ReviewBoard 1.7.5, in case that matters.

 Cheers,
 M

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 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.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: Integration of Review Board with Perforce

2013-03-22 Thread SHWETA AHER
Hello David,
  Suppose user is working in Perforce and he needs to send file for 
review. Instead of logging into Review Board I want to send that file 
directly from  Perforce to Review Board for reviewing.Can you please help 
me with this, like what in the Review Board's  back-end needs to be 
modified for this purpose.

   Thanking you in anticipation,
   -Shweta.







-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: Issue 2938 in reviewboard: Long timezone values in Account Preferences cause an unexpected error

2013-03-22 Thread reviewboard


Comment #1 on issue 2938 by pablo.ro...@gmail.com: Long timezone values in  
Account Preferences cause an unexpected error

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

The actual error is the following:

DatabaseError: (1406, Data too long for column 'timezone' at row 1)

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2928 in reviewboard: When using AD group name filters, group names are not escaped

2013-03-22 Thread reviewboard

Updates:
Labels: Component-Accounts

Comment #1 on issue 2928 by trowb...@gmail.com: When using AD group name  
filters, group names are not escaped

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

(No comment was entered for this change.)

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Issue 2939 in reviewboard: Cannot update diff-- Internal Server Error 500

2013-03-22 Thread reviewboard

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

New issue 2939 by mtnkod...@gmail.com: Cannot update diff-- Internal Server  
Error 500

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

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!

What version are you running?
1.5.1

What's the URL of the page containing the problem?
http://gpreview9300.houston.lgc.com/r/21698/

What steps will reproduce the problem?
1. update the diff
2.
3.

What is the expected output? What do you see instead?
Expected the diff to update.  Got Internal Server Error 500 instead, which  
isn't nearly as satisfying.


What operating system are you using? What browser?
RHEL 6.4, Chrome, KDE

Please provide any additional information below.

Here's what post-review gives me.  It's essentially the same result as I  
get if I try to update the diff using the RB web site.



RBTools 0.4 alpha 0 (dev)
Home = /lair/cjohnson
HTTP GETting api/
HTTP GETting http://gpreview9300.houston.lgc.com/api/info/
Using the deprecated Review Board 1.0 web API

== Review Board Login Required
Enter username and password for Review Board at  
http://gpreview9300.houston.lgc.com/
Looking for 'gpreview9300.houston.lgc.com /' cookie in  
/lair/cjohnson/.post-review-cookies.txt

Loaded valid cookie -- no login required
HTTP GETting api/json/reviewrequests/21698/
HTTP GETting api/json/repositories/
HTTP GETting api/json/repositories/1/info/
HTTP GETting api/json/repositories/2/info/
HTTP GETting api/json/repositories/3/info/
HTTP GETting api/json/repositories/4/info/
HTTP GETting api/json/repositories/5/info/
HTTP GETting api/json/repositories/6/info/
HTTP GETting api/json/repositories/7/info/
HTTP GETting api/json/repositories/8/info/
Uploading diff, size: 113208
HTTP POSTing to  
http://gpreview9300.houston.lgc.com/api/json/reviewrequests/21698/diff/new/:  
{'basedir': '/trunk'}
Got HTTP error: 500: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0  
Transitional//EN

 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;

html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
 head
  title500 - Internal Server Error | Review Board/title
 /head
 body
  h1Something broke! (Error 500)/h1
  p
   It appears something broke when you tried to go to here. This is either
   a bug in Review Board or a server configuration error. Please report
   this to your administrator.
  /p
 /body
/title


Error uploading diff

Your review request still exists, but the diff is not attached.


--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Issue 2940 in reviewboard: Allow attaching complete diffs to email

2013-03-22 Thread reviewboard

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

New issue 2940 by step...@gallagherhome.com: Allow attaching complete diffs  
to email

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

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this enhancement request!


What version are you running?
1.7.6

What's the URL of the page this enhancement relates to, if any?
Email notifications

Describe the enhancement and the motivation for it.
One common request among open-source projects is for the initial review  
requests (and any diff updates) to be able to send the complete original  
diff as an attachment to the review emails. This would allow people to more  
easily have access to the patches to apply locally without having to take  
the additional step of going to the web interface.


This would allow Review Board as a project to more easily penetrate  
existing projects whose policy has always been patches on the list.


What operating system are you using? What browser?
ReviewBoard is hosted on Linux (specifically RHEL 6, OpenShift)

Please provide any additional information below.


--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2082 in reviewboard: Submit/Discard/Delete hooks

2013-03-22 Thread reviewboard


Comment #5 on issue 2082 by b...@threadcheck.me: Submit/Discard/Delete hooks
http://code.google.com/p/reviewboard/issues/detail?id=2082

Wow, it's been a long time since I've looked at this.  Apologies.

Was this feature provided by the extension API somehow, or was it suggested  
that it should be built as an extension once that feature was released?   
I'd like to work on this over the weekend, but I want to make sure I'm  
building it in the right place so that the patches will be accepted (or not  
I suppose, if it's just an extension).


--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2082 in reviewboard: Submit/Discard/Delete hooks

2013-03-22 Thread reviewboard


Comment #6 on issue 2082 by benjamin...@gmail.com: Submit/Discard/Delete  
hooks

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

Wow, it's been a long time since I've looked at this.  Apologies.

Was this feature provided by the extension API somehow, or was it suggested  
that it should be built as an extension once that feature was released?   
I'd like to work on this over the weekend, but I want to make sure I'm  
building it in the right place so that the patches will be accepted (or not  
I suppose, if it's just an extension).


--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.