Issue 710 in reviewboard: TypeError: __init__() takes exactly 3 arguments (2 given)

2009-03-28 Thread codesite-noreply
Updates: Status: Fixed Owner: chipx86 Labels: Milestone-Release1.0 Comment #6 on issue 710 by chipx86: TypeError: __init__() takes exactly 3 arguments (2 given) http://code.google.com/p/reviewboard/issues/detail?id=710 Fixed in r1874. -- You received this message becau

Issue 959 in reviewboard: LDAP authentication scope

2009-03-28 Thread codesite-noreply
Updates: Status: Fixed Owner: chipx86 Labels: Milestone-Release1.0 Component-Accounts Comment #1 on issue 959 by chipx86: LDAP authentication scope http://code.google.com/p/reviewboard/issues/detail?id=959 Fixed in r1875. -- You received this message because you are list

Issue 993 in reviewboard: in rbtools, add simplejson as a dependency

2009-03-28 Thread codesite-noreply
Updates: Status: NeedInfo Comment #1 on issue 993 by chipx86: in rbtools, add simplejson as a dependency http://code.google.com/p/reviewboard/issues/detail?id=993 It already is. simplejson was part of the dependency list from the very first commit. What problem are you actually seein

Issue 994 in reviewboard: Description text for the "Base Diff Path:" field

2009-03-28 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 994 by tsdgeos: Description text for the "Base Diff Path:" field http://code.google.com/p/reviewboard/issues/detail?id=994 What's the URL of the page this enhancement relates to, if any? r/new/ Describe the enhancement and th

Issue 995 in reviewboard: Make the groups field have a combobox

2009-03-28 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 995 by tsdgeos: Make the groups field have a combobox http://code.google.com/p/reviewboard/issues/detail?id=995 When creating a new review request the user is faced by a groups field that he has to manually enter, that's not u

Issue 996 in reviewboard: post-review broken when run from root of git repo

2009-03-28 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 996 by sanfordarmstrong: post-review broken when run from root of git repo http://code.google.com/p/reviewboard/issues/detail?id=996 Recently this was added to post-review: git_dir = execute(["git", "rev-parse", "-

Issue 996 in reviewboard: post-review broken when run from root of git repo

2009-03-28 Thread codesite-noreply
Comment #1 on issue 996 by sanfordarmstrong: post-review broken when run from root of git repo http://code.google.com/p/reviewboard/issues/detail?id=996 This was caused by the fix for issue 928. I can confirm that with my change that issue is still fixed. -- You received this message becau

Issue 996 in reviewboard: post-review broken when run from root of git repo

2009-03-28 Thread codesite-noreply
Comment #2 on issue 996 by sanfordarmstrong: post-review broken when run from root of git repo http://code.google.com/p/reviewboard/issues/detail?id=996 I can't seem to register an account on your Reviewboard instance, so I've attached a patch here. Attachments: toplevel-git-pr-fix.

Issue 996 in reviewboard: post-review broken when run from root of git repo

2009-03-28 Thread codesite-noreply
Updates: Status: NeedInfo Comment #3 on issue 996 by chipx86: post-review broken when run from root of git repo http://code.google.com/p/reviewboard/issues/detail?id=996 You should be able to register. What are you seeing when you try? -- You received this message because you are list

Issue 996 in reviewboard: post-review broken when run from root of git repo

2009-03-28 Thread codesite-noreply
Comment #4 on issue 996 by sanfordarmstrong: post-review broken when run from root of git repo http://code.google.com/p/reviewboard/issues/detail?id=996 Incidentally, the original proposed fix for issue 928 [ chdir(git_dir) then chdir('..') ] does not have this bug. -- You received this messa

Issue 996 in reviewboard: post-review broken when run from root of git repo

2009-03-28 Thread codesite-noreply
Comment #5 on issue 996 by chipx86: post-review broken when run from root of git repo http://code.google.com/p/reviewboard/issues/detail?id=996 Probably what we wanted was os.chdir(os.path.dirname(os.path.abspath(git_dir))) -- You received this message because you are listed in the owner or

Issue 867 in reviewboard: description (and other fields) do not accept german umlauts

2009-03-28 Thread codesite-noreply
Updates: Status: NeedInfo Comment #2 on issue 867 by chipx86: description (and other fields) do not accept german umlauts http://code.google.com/p/reviewboard/issues/detail?id=867 Did you great your database with UTF-8? Or is it latin1? Review Board fully supports UTF-8, but it will b

Issue 585 in reviewboard: post-review dies when binaries are part of a p4 changeset

2009-03-28 Thread codesite-noreply
Comment #4 on issue 585 by chipx86: post-review dies when binaries are part of a p4 changeset http://code.google.com/p/reviewboard/issues/detail?id=585 Issue 991 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or be

Issue 991 in reviewboard: post-review.py does not trim whitespace before comparing a string in diff

2009-03-28 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 585 Comment #1 on issue 991 by chipx86: post-review.py does not trim whitespace before comparing a string in diff http://code.google.com/p/reviewboard/issues/detail?id=991 (No comment was entered for this change.) -- You received this mes

Issue 996 in reviewboard: post-review broken when run from root of git repo

2009-03-28 Thread codesite-noreply
Updates: Status: Fixed Owner: chipx86 Labels: -Priority-Medium Priority-Critical Component-RBTools Milestone-Release1.0 Comment #6 on issue 996 by chipx86: post-review broken when run from root of git repo http://code.google.com/p/reviewboard/issues/detail?id=996 Fixe