Re: Issue 1486 in reviewboard: Diff viewer displays incorrectly diffs for files which were removed in later revision of the change

2013-07-22 Thread reviewboard


Comment #17 on issue 1486 by trivi...@gmail.com: Diff viewer displays  
incorrectly diffs for files which were removed in later revision of the  
change

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

Hi team,
Please point me the patch for this bug.

Thanks

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




Re: Issue 1486 in reviewboard: Diff viewer displays incorrectly diffs for files which were removed in later revision of the change

2013-07-22 Thread reviewboard

Updates:
Labels: -Milestone-Release1.7.x Milestone-Release1.8

Comment #18 on issue 1486 by chip...@gmail.com: Diff viewer displays  
incorrectly diffs for files which were removed in later revision of the  
change

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

There's no patch, or we'd have a fix in.

We're evaluating possible solutions for 1.8.

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




Re: Issue 3033 in reviewboard: Cannot edit repository settings

2013-07-22 Thread reviewboard


Comment #3 on issue 3033 by daniel.k...@gmail.com: Cannot edit repository  
settings

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

Is there anything else I can provide to have this looked at?

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




Re: Issue 3033 in reviewboard: Cannot edit repository settings

2013-07-22 Thread reviewboard


Comment #4 on issue 3033 by chip...@gmail.com: Cannot edit repository  
settings

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

This is an occasional bug that some types of errors can trigger.

You can try changing your Hosting Service field to Custom and see if an  
error appears. Usually, it's an internally populated field that has the  
error.


We're working on a new design for this entire page that will avoid such  
errors.


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




Issue 3040 in reviewboard: Create tables failed with utf8 -- UTF-8 Unicode database

2013-07-22 Thread reviewboard

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

New issue 3040 by qhy473...@gmail.com: Create tables failed with utf8 --  
UTF-8 Unicode database

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

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

What's the URL of the page containing the problem?
sb-site install

What steps will reproduce the problem?
1.create database reviewboard_utf8 default charset utf8 collate  
utf8_general_ci;

2.rb-site install , use database type with mysql.

What is the expected output? What do you see instead?

Creating table hostingsvcs_hostingserviceaccount
Traceback (most recent call last):
  File /usr/local/bin/rb-site, line 9, in module
load_entry_point('ReviewBoard==1.7.11', 'console_scripts', 'rb-site')()
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 1937, in main

command.run()
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 1405, in run

self.show_install_status()
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 1684, in show_install_status

site.sync_database)
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 885, in step

func()
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 370, in sync_database

self.run_manage_command(syncdb, params)
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 560, in run_manage_command

execute_manager(reviewboard.settings, [__file__, cmd] + params)
   
File /usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py,  
line 459, in execute_manager

utility.execute()
   
File /usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py,  
line 382, in execute

self.fetch_command(subcommand).run_from_argv(self.argv)
   
File /usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/core/management/base.py,  
line 196, in run_from_argv

self.execute(*args, **options.__dict__)
   
File /usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/core/management/base.py,  
line 232, in execute

output = self.handle(*args, **options)
   
File /usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/core/management/base.py,  
line 371, in handle

return self.handle_noargs(**options)
   
File /usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/core/management/commands/syncdb.py,  
line 102, in handle_noargs

cursor.execute(statement)
   
File /usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/db/backends/mysql/base.py,  
line 114, in execute

return self.cursor.execute(query, args)
  File /usr/lib/python2.7/dist-packages/MySQLdb/cursors.py, line 174, in  
execute

self.errorhandler(self, exc, value)
  File /usr/lib/python2.7/dist-packages/MySQLdb/connections.py, line 36,  
in defaulterrorhandler

raise errorclass, errorvalue
django.db.

And then modify the database field of hostingsvcs:

class HostingServiceAccount(models.Model):
service_name = models.CharField(max_length=64)
hosting_url = models.CharField(max_length=128, blank=True, null=True)
username = models.CharField(max_length=64)

then output with:
Creating table django_evolution
Traceback (most recent call last):
  File /usr/local/bin/rb-site, line 9, in module
load_entry_point('ReviewBoard==1.7.11', 'console_scripts', 'rb-site')()
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 1937, in main

command.run()
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 1405, in run

self.show_install_status()
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 1684, in show_install_status

site.sync_database)
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 885, in step

func()
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 370, in sync_database

self.run_manage_command(syncdb, params)
   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,  
line 560, in run_manage_command

execute_manager(reviewboard.settings, [__file__, cmd] + params)
   
File