Re: Issue 1451 in reviewboard: Base field should be stripped before using

2010-02-22 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 1451 by chipx86: Base field should be stripped before  
using

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

Fixed on master (3ca1e5a)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1476 in reviewboard: TypeError: character mapping must return integer, None or unicode

2010-02-22 Thread reviewboard

Updates:
Status: Fixed

Comment #15 on issue 1476 by chipx86: TypeError: character mapping must  
return integer, None or unicode

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

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Comment on ReviewBoardAPI in reviewboard

2010-02-22 Thread reviewboard

Comment by evgeny.zislis:

The responses are json, but the requests (in rb 1.5) are strangle multipart  
form data! Took me ages to figure out how to request stuff from the server.


Example:
{{{
curl --cookie cookies.txt --cookie-jar cookies.txt -X POST  
-F username=xxx -F password=yyy  
http://reviewserver.com/api/json/accounts/login/


curl --cookie cookies.txt --cookie-jar cookies.txt -X GET  
http://reviewserver.com/api/json/repositories/

}}}


For more information:
http://code.google.com/p/reviewboard/wiki/ReviewBoardAPI

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Comment on ReviewBoardAPI in reviewboard

2010-02-22 Thread reviewboard

Comment by evgeny.zislis:

The responses are json, but the requests (in rb 1.5) are strangly sent  
using multipart form data! Took me ages to figure out how to request stuff  
from the server.


Example:
{{{
curl --cookie cookies.txt --cookie-jar cookies.txt -X POST  
-F username=xxx -F password=yyy  
http://reviewserver.com/api/json/accounts/login/


curl --cookie cookies.txt --cookie-jar cookies.txt -X GET  
http://reviewserver.com/api/json/repositories/

}}}


For more information:
http://code.google.com/p/reviewboard/wiki/ReviewBoardAPI

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Comment on ReviewBoardAPI in reviewboard

2010-02-22 Thread reviewboard

Comment by evgeny.zislis:

The responses are json, but the requests (in rb 1.5) are strangely sent  
using multipart form data! Took me ages to figure out how to request stuff  
from the server.


Example:
{{{
curl --cookie cookies.txt --cookie-jar cookies.txt -X POST  
-F username=xxx -F password=yyy  
http://reviewserver.com/api/json/accounts/login/


curl --cookie cookies.txt --cookie-jar cookies.txt -X GET  
http://reviewserver.com/api/json/repositories/

}}}


For more information:
http://code.google.com/p/reviewboard/wiki/ReviewBoardAPI

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1494 in reviewboard: post-review on windows vista/7 uses the wrong folder to store the authentication cookie, and it uses the diff command

2010-02-22 Thread reviewboard


Comment #4 on issue 1494 by gfbett: post-review on windows vista/7 uses the  
wrong folder to store the authentication cookie, and it uses the diff  
command

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

RC1 fixed the application data issue, but not the external diff command

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1281 in reviewboard: Adding comments in diff viewer can delete or overwrite existing comments.

2010-02-22 Thread reviewboard


Comment #3 on issue 1281 by kyle.getz: Adding comments in diff viewer can  
delete or overwrite existing comments.

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

I don't think the line numbers need to go into the thousands for this to be
triggered.  On the contrary, I perceive the problem as being more related to
horizontal length, rather than vertical length.  When viewing a diff, the  
comment
bubbles are at the very left of the page and the line numbers for  
new/updated code
are in the middle of the page.  I use a 20 widescreen monitor, so when  
viewing a
diff (which expands horizontally to fill the screen), there's a decent  
amount of
physical space (at least 9 inches) between the comment bubbles and the line  
numbers,
so it's easy to miss the correlation and inadvertently erase a comment with  
no

warning from Review Board.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 1509 in reviewboard: Throws an exception upon a click on review request

2010-02-22 Thread reviewboard

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

New issue 1509 by kcgade: Throws an exception upon a click on review request
http://code.google.com/p/reviewboard/issues/detail?id=1509

'm seeing this error for reviewboard.twitter.com when I click on a review
request.

OperationalError at /r/
database is locked
Request Method: GET
Request URL:https://reviewboard.twitter.com/r/8316/
Exception Type: OperationalError
Exception Value:
database is locked
Exception Location: /usr/lib/python2.4/site-packages/Django-
1.0.2_final-py2.4.egg/django/db/backends/__init__.py in _commit, line 28
Python Executable:  /usr/bin/python
Python Version: 2.4.3
Python Path:['/var/www/reviewboard/conf', '/usr/lib/python2.4/site-
packages/setuptools-0.6c8-py2.4.egg', '/usr/lib/python2.4/site-
packages/TracWysiwyg-0.2_r4135-py2.4.egg', '/usr/lib/python2.4/site-
packages/TracDiscussion-0.6-py2.4.egg', '/usr/lib/python2.4/site-
packages/TracSpamFilter-0.2.1dev_r6990-py2.4.egg',
'/usr/lib/python2.4/site-packages/TracAccountManager-0.2.1dev_r3857-
py2.4.egg', '/usr/lib64/python2.4/site-packages',
'/usr/lib/python2.4/site-packages/django_evolution-0.0.0-py2.4.egg',
'/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg',
'/usr/lib/python2.4/site-packages/PIL-1.1.6-py2.4-linux-x86_64.egg',
'/usr/lib/python2.4/site-packages/TracCustomFieldAdmin-0.2-
py2.4.egg', '/usr/lib/python2.4/site-packages/TracDateField-1.0.1-
py2.4.egg', '/usr/lib/python2.4/site-packages/flup-1.0.1-py2.4.egg',
'/usr/lib/python2.4/site-packages/NavAdd-0.1-py2.4.egg',
'/usr/lib/python2.4/site-packages/TicketValidator-0.1-py2.4.egg',
'/usr/lib/python2.4/site-packages/ReviewBoard-1.0alpha4-py2.4.egg',
'/usr/lib/python2.4/site-packages/Djblets-0.5alpha3-py2.4.egg',
'/usr/lib/python2.4/site-packages/simplejson-2.0.9-py2.4-linux-
x86_64.egg', '/usr/lib/python2.4/site-packages/Pygments-1.0-
py2.4.egg', '/usr/lib/python2.4/site-packages/TracXMLRPC-1.0.0-
py2.4.egg', '/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg',
'/usr/lib/python2.4/site-packages/GChartWrapper-0.8-py2.4.egg',
'/usr/lib/python2.4/site-packages/gchartplugin-0.1-py2.4.egg',
'/usr/lib64/python24.zip', '/usr/lib64/python2.4',
'/usr/lib64/python2.4/plat-linux2', '/usr/lib64/python2.4/lib-tk',
'/usr/lib64/python2.4/lib-dynload', '/usr/lib64/python2.4/site-
packages/Numeric', '/usr/lib64/python2.4/site-packages/PIL',
'/usr/lib64/python2.4/site-packages/gtk-2.0', '/usr/lib/python2.4/site-
packages']
Server time:Mon, 22 Feb 2010 14:24:30 -0800
*NOTE: Do not post confidential information in this bug report.*

What version are you running?


What's the URL of the page containing the problem?


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

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


What operating system are you using? What browser?


Please provide any additional information below.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1509 in reviewboard: Throws an exception upon a click on review request

2010-02-22 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 1509 by trowbrds: Throws an exception upon a click on  
review request

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

Do you have the full traceback?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1491 in reviewboard: LDAP group support

2010-02-22 Thread reviewboard


Comment #2 on issue 1491 by psarmstr: LDAP group support
http://code.google.com/p/reviewboard/issues/detail?id=1491

To me at least, it feels like not wanting this is specific to certain  
setups (or
small shops that don't have LDAP setup properly yet). Managing everything  
through a
single point is a lot easier than having to deal with multiple points and  
sync

processes are annoying.

If LDAP is so broken group stuff doesn't work, neither does login and you  
have bigger
issues. Can you please provide a bit more about why you think it's specific  
to
certain setups and why a sync process would be better than just calling  
LDAP in the

same way user login does?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1491 in reviewboard: LDAP group support

2010-02-22 Thread reviewboard


Comment #3 on issue 1491 by chipx86: LDAP group support
http://code.google.com/p/reviewboard/issues/detail?id=1491

You may want groups for permission purposes, or for review groups, or  
neither. Some

places map review groups to mailman lists, and not anything in LDAP.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1506 in reviewboard: Get Unable to read settings_local.py. error while running rb-site upgrade

2010-02-22 Thread reviewboard


Comment #2 on issue 1506 by locomocogogo: Get Unable to read  
settings_local.py. error while running rb-site upgrade

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

Thanks for your help. Let me give you the info you need first before I try  
anything...


Yes, on our installed copy of reviewboard, I see diffviewer/evolutions/  
directory,

and the timestamp is Aug 20 2008.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1506 in reviewboard: Get Unable to read settings_local.py. error while running rb-site upgrade

2010-02-22 Thread reviewboard


Comment #3 on issue 1506 by chipx86: Get Unable to read  
settings_local.py. error while running rb-site upgrade

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

That should be new enough to migrate properly. Anything prior to evolutions  
(which is

a few years old now) would be more difficult.

Let me know if it works and I'll close this out.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.