Re: Possible error in the "Extension Configuration" documentation page

2018-04-15 Thread Meng-Zhe Zhang
Hi Christian I am using the bitnami reviewboard stack 3.0.5, which uses Django version 1.6.11. If I type in the import command in python prompt, it'll be like: >>> from django.conf.urls.defaults import url Traceback (most recent call last): File "", line 1, in ImportError: No module named de

Re: Possible error in the "Extension Configuration" documentation page

2018-04-15 Thread Christian Hammond
Yeah, the import doesn't work, but our code isn't doing that import. Do you have a full stack trace of the error I can see? Christian On Sun, Apr 15, 2018 at 8:32 AM, Meng-Zhe Zhang wrote: > Hi Christian > > I am using the bitnami reviewboard stack 3.0.5, which uses Django version > 1.6.11. > >

Re: Possible error in the "Extension Configuration" documentation page

2018-04-15 Thread Meng-Zhe Zhang
Hi Christian. I kind of fixed it already, so no log can be provided for now... Sorry for that. But my point is, I just followed what's written on the manual page, it is not actually working? Quote from https://www.reviewboard.org/docs/manual/3.0/extending/extensions/configuration/ : This f

Re: Possible error in the "Extension Configuration" documentation page

2018-04-15 Thread Christian Hammond
Oh, I missed that this was from an example in the docs. Yeah, that's certainly outdated. Thanks for pointing that out! We'll get that fixed up. Christian On Sun, Apr 15, 2018 at 8:45 AM, Meng-Zhe Zhang wrote: > Hi Christian. > > I kind of fixed it already, so no log can be provided for now... S

Regression: can't enter "BUG TRACKER" URL

2018-04-15 Thread bagnose
I think the regression occurred in the 3.0.x series. When editing a repository, under "BUG TRACKER", with "Use hosting service's bug tracker" unticked, all URLs are rejected. I've tried this for Bugzilla and JIRA "Types". -- Supercharge your Review Board with Power Pack: https://www.reviewboa

Re: Regression: can't enter "BUG TRACKER" URL

2018-04-15 Thread Christian Hammond
Hi, What error are you seeing? What's the format for the URL? Christian On Sun, Apr 15, 2018 at 8:57 PM, wrote: > I think the regression occurred in the 3.0.x series. > > When editing a repository, under "BUG TRACKER", with "Use hosting > service's bug tracker" unticked, all URLs are rejected.