Re: Search doesn't work

2015-03-25 Thread Ľuboš Koščo
Same thing here, same install searching for a bug number, e.g. 18757268 workaround is to search for "18757268" or for bug:18757268 though it could be a bit more user friendly and not throw http 500 did someone file a bug to improve this? thnx L On Thursday, March 19, 2015 at 7:56:43 PM UTC+1,

Re: Search doesn't work

2015-03-25 Thread Christian Hammond
We'll get this fixed for the next release. It *shouldn't* be hitting the code path it's hitting in your case, but clearly it is. I have a fix prepared. Feel free to file a bug though, and we'll reference it in the release notes. Christian  -- Christian Hammond - christ...@beanbaginc.com Re

Re: Search doesn't work

2015-03-25 Thread Ľuboš Koščo
Thnx Christian I filed https://code.google.com/p/reviewboard/issues/detail?id=3820&thanks=3820&ts=1427275247 Can you reproduce it ? Or it's local to my install? Ubuntu 14.04 + apache is the server hosting your code, if needed i can provide server settings Note that apache runs under user www-data

Set server log timezone

2015-03-25 Thread Dunnigan, Terrence J
Hi all, When I view the server log (/admin/log/server/) all of the entries have a GMT timestamp. How can I change that to show a different time zone? Ideally it would show the time zone that I have selected in my User Preferences. I'm using Review Board 1.7.27. Terry -- Supercharge your Revi

Error: [Errno 12] Cannot allocate memory

2015-03-25 Thread Dunnigan, Terrence J
All, I'm using Review Board 1.7.27. One of my users encountered an error when trying to view the diffs on a peer review. This error has not been reproduced. Instead of loading the diff, Review Board gave an error: Diff currently unavailable Error: [Errno 12] Cannot allocate memory. (There is a

Re: Error: [Errno 12] Cannot allocate memory

2015-03-25 Thread Christian Hammond
Hi Terrence, Those warnings are harmless. It's more an indication that the data may drop out of cache more quickly. For large data stored in cache, we have to chop it up and store under a bunch of different keys, and it's easier for one of those to disappear. This just sounds like your server bum

Re: CRITICAL: 'utf8' codec can't decode byte 0x96 in position 19: invalid start byte

2015-03-25 Thread David Trowbridge
Hi, The bug is fixed in the git release-0.7.x branch. We're not sure exactly when the next release will be, but it will probably be within the next few weeks. -David On Tue, Mar 24, 2015 at 9:34 AM Ovidiu-Florin BOGDAN wrote: > When will this be fixed? > When will the next release of RBT be? >

Re: Post Commit hook can not post reviews

2015-03-25 Thread David Trowbridge
Hi, It's failing because your post-commit hook is not running with the cwd as a repository working directory. You can fix this by adding --repository-url= http://192.168.0.2:18080/svn/IT to your rbt post command-line. -David On Sat, Mar 21, 2015 at 12:24 AM Randhir Singh wrote: > Hi , > > I ha

Re: Set server log timezone

2015-03-25 Thread David Trowbridge
Terry, This currently isn't possible. Can you file an enhancement request in our bug tracker? Thanks, -David On Wed, Mar 25, 2015 at 8:33 AM Dunnigan, Terrence J < terrence.j.dunni...@boeing.com> wrote: > Hi all, > > > > When I view the server log (/admin/log/server/) all of the entries have a

Unicode characters not allowed in Review Team name and other fields

2015-03-25 Thread Ovidiu-Florin BOGDAN
I'm trying to create a team with the name containing these characters: ăâșțî I get an error that the team name contains invalid characters, and in the display name the character is replaced with a question mark. Do you not have Unicode support in the text fields? -- Supercharge your Review Boa