Re: [Radiant] Why doesn't site pick up changes to the database?

2010-03-17 Thread banane
I haven't done this before, but you may want to update the "updated_at" column and see if the site replaces the content. I noticed doing some work that the cache is updated when the model object is saved. You've bypassed this, so that may be why the cache isn't replacing the old pages. Another thin

Re: [Radiant] content tabs in admin panel not showing up

2010-03-17 Thread Jim Gay
This is a javascript error. If you've updated Radiant, be sure to run rake radiant:update And check in any new files to your repository before deploying. Jim Gay http://www.saturnflyer.com On Mar 17, 2010, at 1:43 AM, Kunal Mahajan wrote: > Hello Everyboday, > > I am deploying a simple web

[Radiant] copy move extension error

2010-03-17 Thread Jan M.J. Storms
The Copy Move extension givses an error in the javascript to center the popup: $('copy-move').centerInViewport(); An older version of the script does work however: center($('copy-move')); I am running radiant 0.8.1 and access the site with the latest version of Safari. Jan ___

[Radiant] Why doesn't site pick up changes to the database?

2010-03-17 Thread Leon Miller-Out
Hello, all. I was attempting to find-and-replace some content in my site's database yesterday, using a sqlite client. I had stopped the apache that was running my Radiant site. I made the changes in page_parts, but when I started Radiant back up, it was still showing me the old content, both in the

Re: [Radiant] 0.9 RC1 suitable for production use?

2010-03-17 Thread Joel Oliveira
I just started a new client project and made the jump to .9 ... so far I'd say it's more than usable. Sure, it might be somewhat of a moving target over the next month or two, but once you get everything working as it should there's no reason you have to keep pulling the updates, right? That's my

Re: [Radiant] 0.9 RC1 suitable for production use?

2010-03-17 Thread Jim Gay
On Mar 16, 2010, at 11:50 AM, Charles Roper wrote: > Great, thanks for the feedback, that's most helpful. A couple of > further questions if it's not too much trouble: > > - Will upgrading from .8 to .9 be straightforward? That depends on what extensions you are using. The interface has changed