Re: Upgrade issues upgrading from 3.0.20 to 3.0.22

2021-05-06 Thread Christian Hammond
I'm glad to hear it! Thanks for letting me know :) Sorry for the trouble before. Christian On Thu, May 6, 2021 at 10:42 AM tw bert wrote: > Hi Christian, thank you, that worked flawlessly. > We considered pip installing bleach, but like to keep stuff vanilla where > possible. > Fixed. > For com

Re: Upgrade issues upgrading from 3.0.20 to 3.0.22

2021-05-06 Thread tw bert
Hi Christian, thank you, that worked flawlessly. We considered pip installing bleach, but like to keep stuff vanilla where possible. Fixed. For completeness, I've attached the output logs of pip install -U ReviewBoard==3.0.23 and the rb-site upgrade. On Thursday, 6 May 2021 at 03:16:10 UTC+2 Ch

Re: Upgrade issues upgrading from 3.0.20 to 3.0.22

2021-05-05 Thread Christian Hammond
Just put out the 3.0.23 release, so you should be able to upgrade and be good. Sorry about that. There was a lingering but unnecessary usage of a dependency that we had removed in 3.0.22. Christian On Wed, May 5, 2021 at 5:58 PM Christian Hammond wrote: > Hi, > > Looks like something went wrong

Re: Upgrade issues upgrading from 3.0.20 to 3.0.22

2021-05-05 Thread Christian Hammond
Hi, Looks like something went wrong with the release. You can get around this temporarily by doing: pip install bleach_allowlist We'll put out a fixed build tonight. Christian On Wed, May 5, 2021 at 8:42 AM tw bert wrote: > RB breaks when upgrading, we reverted to backup. > > Any clue?

Re: Upgrade issues from 1.5.7 to 1.6.5

2012-04-23 Thread Christian Hammond
On Mon, Apr 23, 2012 at 12:25 PM, Stephen Gallagher < step...@gallagherhome.com> wrote: > On Mon, 2012-04-23 at 12:01 -0700, Christian Hammond wrote: > > Maybe I'm getting mixed up between 1.6.x and 1.7. It could be that we > > only added "site" in 1.6. > > > > We can get that change into 1.6.x. I

Re: Upgrade issues from 1.5.7 to 1.6.5

2012-04-23 Thread Stephen Gallagher
On Mon, 2012-04-23 at 12:01 -0700, Christian Hammond wrote: > Maybe I'm getting mixed up between 1.6.x and 1.7. It could be that we > only added "site" in 1.6. > > We can get that change into 1.6.x. I was hesitant to make too many > more changes to 1.6.x, but we'll be doing a larger 1.6.x release

Re: Upgrade issues from 1.5.7 to 1.6.5

2012-04-23 Thread Christian Hammond
Maybe I'm getting mixed up between 1.6.x and 1.7. It could be that we only added "site" in 1.6. We can get that change into 1.6.x. I was hesitant to make too many more changes to 1.6.x, but we'll be doing a larger 1.6.x release hopefully this week, so I'll try to remember to slip that one in. Chr

Re: Upgrade issues from 1.5.7 to 1.6.5

2012-04-23 Thread Stephen Gallagher
On Mon, 2012-04-23 at 11:41 -0700, Christian Hammond wrote: > It's your settings_local. Overriding that entirely is a recipe for > disaster, as we add to that. If things are missing (the site app among > a few in this case), things will blow up. > Eep, that's weird. I could have sworn I added the

Re: Upgrade issues from 1.5.7 to 1.6.5

2012-04-23 Thread Christian Hammond
It's your settings_local. Overriding that entirely is a recipe for disaster, as we add to that. If things are missing (the site app among a few in this case), things will blow up. You probably should just dynamically take what's in there, convert to a list, and insert your models at one index b

Re: Upgrade issues from 1.5.7 to 1.6.5

2012-04-23 Thread Stephen Gallagher
On Mon, 2012-04-23 at 11:25 -0700, Christian Hammond wrote: > Hi Stephen, > > Hmm, that's concerning. My upgrade simulations aren't reproducing that. > > The same issue should be hit for any 1.6 release. > > Is this for the packages or FedoraHosted? This is happening from the RPMs I created fo

Re: Upgrade issues from 1.5.7 to 1.6.5

2012-04-23 Thread Christian Hammond
Hi Stephen, Hmm, that's concerning. My upgrade simulations aren't reproducing that. The same issue should be hit for any 1.6 release. Is this for the packages or FedoraHosted? It almost sounds like the syncdb didn't set up the site app. We're there any warnings? Do you see those in the databa

Re: Upgrade issues

2009-07-17 Thread Ben
I went to the admin part and looked for something that looks like 'reviews_reviewrequestdraft.changedesc_id' visited the right page (http://server/admin/db/reviews/reviewrequestdraft/), did nothing, saved, and it's gone ... thanks anyway for pointing the right database ... On Fri, Jul 17, 2009 a

Re: Upgrade issues

2009-07-17 Thread Ben
Hi there, Upgrading from an svn install I'm also hitting that one ... How did you solved it ? manually editing the database ? Regards, Benoit On Mon, Dec 8, 2008 at 20:12, Chris Clark wrote: > Christian Hammond wrote: > > This was due to a bug I'm currently fixing. I should have it in in about

Re: Upgrade issues

2008-12-05 Thread Christian Hammond
Hey Chris. This was due to a bug I'm currently fixing. I should have it in in about 15 mins. We've moved to using rb-site for site installations recently, and a recent change to settings.py has it look for htdocs in the parent directory of wherever settings_local.py is stored. This is due to the