Re: Development problem with new features in ReviewRequestBox

2013-11-20 Thread Áron Paulik
Hi Christian, Thanks for warning about the update, it seems that we're gonna stick to pre-2.0 versions until it is decided how to migrate own changes in the source code. There are as well purely corp-specific modifications and also features those can be probably useful to other users, my

Re: Failed to get repository information svn+ssh

2013-11-20 Thread 刘金雨
I got the same issue and report it at here Issue 3140: unable to add subversion respositoryhttps://code.google.com/p/reviewboard/issues/detail?id=3140 在 2013年3月13日星期三UTC+11上午6时42分47秒,Christian Hammond写道: That's a known issue. We tell pysvn about the path and username, but it chooses to

Re: A repository was not found at the specified path.

2013-11-20 Thread Barry Novinger
Hi Christian, Did some more digging along with a coworker on this... First thing to mention is that the CVSNT server that we are trying to connect to, R0199562, is CVSNT 2.5.03 Having said that I have tried using :pserver in reviewboard to the local. So, for example review board is

Re: Downloading RBTools and Python API docs

2013-11-20 Thread Steve
That did the trick. Thanks! --steve On Friday, November 15, 2013 2:01:16 PM UTC-8, Christian Hammond wrote: Hi Steve, They can be built from source by going into the docs/rbtools/ directory and typing 'make html'. We don't have any pre-built packages. You'll need python-sphinx and

Display git commit hash ID ?

2013-11-20 Thread markdbeyer
Hi, all. For git repositories is there a way to display the commit hash ID in the UI ? I know it shows up when you display the diff but I have a user who'd like to see it somewhere near the Repository field. Maybe that's doable as a simple UI extension ? Thought I'd ask before embarking on

Re: Display git commit hash ID ?

2013-11-20 Thread Christian Hammond
Hey Mark, In theory, an extension can provide this, but there aren't any official hooks for doing so yet. That's something that'd be worth having, though. It should be possible to add a column that shows the commit hash, if it's available. It's worth noting that we've only in the past few

Word-break making it difficult to read numbers of reviews in dashboard navbar

2013-11-20 Thread Daniel Kan
In the dashboard navbar, one of my users noticed that if a review group is sufficiently long and the group has =100 reviews, the UI wraps both the group name and the number of reviews. Wrapping the group name isn't too big a deal. However, wrapping the number of reviews makes it a bit hard to

Re: Display git commit hash ID ?

2013-11-20 Thread markdbeyer
Thanks, Christian ! On Wednesday, November 20, 2013 3:39:44 PM UTC-8, Christian Hammond wrote: Hey Mark, In theory, an extension can provide this, but there aren't any official hooks for doing so yet. That's something that'd be worth having, though. It should be possible to add a column

Re: Display git commit hash ID ?

2013-11-20 Thread Matthew Woehlke
On 2013-11-20 18:26, markdbe...@gmail.com wrote: For git repositories is there a way to display the commit hash ID in the UI ? I know it shows up when you display the diff but I have a user who'd like to see it somewhere near the Repository field. Maybe that's doable as a simple UI extension ?

Re: Display git commit hash ID ?

2013-11-20 Thread markdbeyer
Yes sharing is the way to go :-) Working on that.. Mark On Wednesday, November 20, 2013 4:01:12 PM UTC-8, Matthew Woehlke wrote: On 2013-11-20 18:26, markd...@gmail.com javascript: wrote: For git repositories is there a way to display the commit hash ID in the UI ? I know it shows up

Issue 3142 in reviewboard: linkifyText(): trailing punctuation is included in the URL

2013-11-20 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3142 by javawiz...@opengroove.org: linkifyText(): trailing punctuation is included in the URL http://code.google.com/p/reviewboard/issues/detail?id=3142 *** READ THIS BEFORE POSTING! *** *** You must complete this form in

Re: Issue 3142 in reviewboard: linkifyText(): trailing punctuation is included in the URL

2013-11-20 Thread reviewboard
Comment #1 on issue 3142 by trowb...@gmail.com: linkifyText(): trailing punctuation is included in the URL http://code.google.com/p/reviewboard/issues/detail?id=3142 Unfortunately, '.' is a perfectly valid character to appear in URLs. It's really hard to sort out a users' intentions when

Re: Issue 3142 in reviewboard: linkifyText(): trailing punctuation is included in the URL

2013-11-20 Thread reviewboard
Comment #2 on issue 3142 by chip...@gmail.com: linkifyText(): trailing punctuation is included in the URL http://code.google.com/p/reviewboard/issues/detail?id=3142 Most things I've used, gmail included, ignores a period at the end of a URL, if there's a space or newline. I think that's a

Re: Issue 3141 in reviewboard: 'module' object has no attribute 'USHORT' : getting this error while adding GIT repository

2013-11-20 Thread reviewboard
Updates: Status: SetupIssue Comment #1 on issue 3141 by trowb...@gmail.com: 'module' object has no attribute 'USHORT' : getting this error while adding GIT repository http://code.google.com/p/reviewboard/issues/detail?id=3141 I'm not sure what the error is about, but it looks like an