RE: Change login page text?

2015-03-20 Thread Christian Hammond
This is not the best example, but you can see a more specialized auth backend here: https://github.com/reviewboard/rb-extension-pack/blob/master/rbdemo/rbdemo/auth_backends.py   You probably want something more like: from reviewboard.accounts.backends import LDAPBackend class MyLDAPBackend(LD

RE: Change login page text?

2015-03-20 Thread Dunnigan, Terrence J
Thanks! From: reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com] On Behalf Of Scott Quesnelle Sent: Friday, March 20, 2015 3:17 PM To: reviewboard@googlegroups.com Subject: Re: Change login page text? Look under your reviewboard site-packages directory. reviewboard/templates/acc

Re: Problems upgrading to 2.0.13 and 2.0.15

2015-03-20 Thread Daniel Dominguez
Running --hint --evolve had not been done before. It was just my experimenting after seeing this issue (with a current backup of the db first of course). Anyhow, I've attached the sql dump you requested. Thanks! On Friday, March 20, 2015 at 8:28:36 AM UTC-7, Daniel Dominguez wrote: > > When I

RE: Change login page text?

2015-03-20 Thread Dunnigan, Terrence J
Custom authentication backend? Sounds thrilling. ☺ Seriously though, that is good to hear. Are you aware of anyone who has done that? Any examples to look at? Thanks, Terry From: reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com] On Behalf Of Christian Hammond Sent: Friday, Ma

Re: Change login page text?

2015-03-20 Thread Christian Hammond
Hi Terrance, In 2.0, you can write a custom authentication backend that just subclasses the existing one and overrides that text. However, short of that or modifying templates, there's no flexibility here. Might be something we'll want for a future version. Christian On Thursday, March 19, 2015

Re: Regarding review comments and it's details after review is over

2015-03-20 Thread David Trowbridge
Vjiay, I answered you over on the reviewboard-dev mailing list, but the trick is to use the ?expand parameter to navigate the tree of resources. The webapi is designed as a tree--each review request contains links to a bunch of reviews, and each review contains links to comments. Using ?expand le

Regarding review comments and it's details after review is over

2015-03-20 Thread vijay bhaskar reddy Yalamuri
Hi Every one, I would to like bring my few of doubts to this group. Please help me on this. 1) I need to get all the review comments in one shot and print it on the console or a file. Please provide me sample snippet for this. I tried to use this below API, But I couldn't get any details.

Re: Change login page text?

2015-03-20 Thread Scott Quesnelle
Look under your reviewboard site-packages directory. reviewboard/templates/accounts File is called login.html This is the template file that is used to generate the html that is rendered. Recommend you do a quick read on django beofre editing, but its pretty self describing. Scott On Thu, Mar 1

Re: Problems upgrading to 2.0.13 and 2.0.15

2015-03-20 Thread Christian Hammond
Hi Daniel, Running --hint --evolve is the quickest way to get into a mess with the signatures. If this was ever run in the past, it could have caused this. I've seen a similar issue recently, and know the fix for it, but I'll need you to send me an SQL dump with the contents of the django_evolu

Re: 500 error when superuser attempts to access admin console

2015-03-20 Thread Christian Hammond
Thanks for confirming, Steve. We'll get an official patch out for the next release. Christian  -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -Original Message- From: Steve Reply: Steve > Date:

Re: 500 error when superuser attempts to access admin console

2015-03-20 Thread Steve
On Thursday, March 19, 2015 at 3:16:41 PM UTC-7, Christian Hammond wrote: > > Hi Steve, > > Just to check, if you go to the main Review Board dashboard (not the admin > dashboard), and then come back, does it work? > > No, that didn't make a difference. > There's very clearly a bug here,

Problems upgrading to 2.0.13 and 2.0.15

2015-03-20 Thread Daniel Dominguez
When I performed the upgrade form 2.0.12 to 2.0.13, the site-upgrade failed. It didn't seem to break our reviewboard instance, so I just ignored it at the time. I recently upgraded to 2.0.15, and the result is the same. Again, our reviewboard server seems to be fine, but this is starting to

Re: Multiple reviewboard sites under single virtual host

2015-03-20 Thread shilpageo
modwsgi conf for trial site: DocumentRoot "E:/rbsites/trial/htdocs" # Error handlers ErrorDocument 500 E:/rbsites/trial/rb2/htdocs/errordocs/500.html WSGIPassAuthorization On WSGIScriptAlias "/trial/reviewboard" "E:/rbsites/trial/htdocs/reviewboard.wsgi/trial/reviewboard