Re: Hosted Reviewboard: No email notifications are sent to users in the review group.

2015-01-28 Thread Christian Hammond
Hi, Does it work when publishing through the UI? Also, is the review group configured to use a mailing list? What version of Review Board are you using? Christian On Wednesday, January 28, 2015, semur...@xanadu.ie wrote: Hi Using Hosted reviewboard. Using RBTools==0.7 local machine =

Re: Can only send review requests for new files

2015-01-28 Thread Christian Hammond
Hi, Can you show me your repository configuration in Review Board? Christian On Wednesday, January 28, 2015, semur...@xanadu.ie wrote: Hi Using hosted reviewboard. Using RBTools==0.7 I can only send review requests for new files. If I edit a file and request a review I get the following

Re: Adding a hyperlink to the navbar

2015-01-28 Thread Christian Hammond
I'd suggest this as well, but I wanted to be sure on this: Dan, what version of Review Board are you using? Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Wed, Jan 28, 2015 at 4:16 PM, David

Re: Error during upgrade from 1.7.6 to 2.0.12

2015-01-28 Thread Christian Hammond
Hi Lukasz, This is usually caused by an existing database with MyISAM tables, and MySQL wanting to create new InnoDB tables. The error is really confusing, but is often times due to incompatibilities creating indexes between these two table types. What I'd recommend is reverting to your database

Re: Adding a hyperlink to the navbar

2015-01-28 Thread David Trowbridge
Rather than making modifications to the source, I'd recommend doing this with a trivial extension. You can add anything to the top-level navigation bar using this hook: https://www.reviewboard.org/docs/manual/2.0/extending/extensions/hooks/navigation-bar-hook/ -David On Wed Jan 28 2015 at

Error during upgrade from 1.7.6 to 2.0.12

2015-01-28 Thread Ɓukasz Koniecki
Hi, I have an error during the database upgrade: $ sudo rb-site upgrade /var/www/reviewboard Rebuilding directory structure Updating database. This may take a while. The log output below, including warnings and errors, can be ignored unless upgrade fails. -- begin log output

Re: How to display local picture for user?

2015-01-28 Thread Kevin Brotcke
Did this enhancement ever get added or someone start working on it? On Wednesday, February 1, 2012 at 4:44:56 AM UTC-5, Christian Hammond wrote: Depending on how you do it, yeah, we'll accept it. Seems like a good addition. What I'd request is that you add new optional functions to the

Hosted Reviewboard: No email notifications are sent to users in the review group.

2015-01-28 Thread semurphy
Hi Using Hosted reviewboard. Using RBTools==0.7 local machine = IMAC When I send a review request using rbt post via command line it does not send any email notifications to users within the review group Executing this command in the directory where the new file was added rbt post -p

Can only send review requests for new files

2015-01-28 Thread semurphy
Hi Using hosted reviewboard. Using RBTools==0.7 I can only send review requests for new files. If I edit a file and request a review I get the following error: rbt post -p --target-groups=qa -d RBTools 0.7 Python 2.7.6 (default, Sep 9 2014, 15:04:36) [GCC 4.2.1 Compatible Apple LLVM 6.0

Adding a hyperlink to the navbar

2015-01-28 Thread Daniel Cappuccio
Hopefully this is a simple question with a simple answer as I am very new and unexperienced with the code for this web page. My company uses review board for code reviews and also has a company wiki page with the procedures used for code reviews. I would like to have a link to that wiki page

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard
Comment #11 on issue 3729 by chip...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 We'll try to get a release out shortly. Thanks for the testing and patience. Let me know if you notice any further issues related to this. --

Re: Issue 3630 in reviewboard: UTF-8 filenames are mangled in rbcommons UI

2015-01-28 Thread reviewboard
Updates: Status: Started Owner: trowb...@gmail.com Comment #4 on issue 3630 by trowb...@gmail.com: UTF-8 filenames are mangled in rbcommons UI https://code.google.com/p/reviewboard/issues/detail?id=3630 (No comment was entered for this change.) -- You received this message

Re: Issue 3742 in reviewboard: File missing in View Diff list

2015-01-28 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3742 by trowb...@gmail.com: File missing in View Diff list https://code.google.com/p/reviewboard/issues/detail?id=3742 What version control system? (looks like CVS?). How did you upload your change? What is the state of the whitespace

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard
Comment #8 on issue 3729 by chip...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 @JustinPalmer77: Can you also try modifying rbtools/commands/__init__.py, line 625 (ish), and changing: return getpass.getpass('Password: ')

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard
Comment #9 on issue 3729 by jeffrey@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 Windows 7 x64, same problem, etc. With your latest suggestion from this morning (getpass.getpass), I can now successfully rbt post. Thanks!

Re: Issue 3729 in reviewboard: Cannot run rbt post in RBTools 0.7.0

2015-01-28 Thread reviewboard
Comment #10 on issue 3729 by justinpa...@gmail.com: Cannot run rbt post in RBTools 0.7.0 https://code.google.com/p/reviewboard/issues/detail?id=3729 Your latest suggestion resolves the defect for me as well. I eagerly await next release when I can tell people to use new installer. -- You