Re: [Radiant] Typo to Radiant CMS

2007-10-08 Thread John Griffiths
That'd be excellent! It's the only thing stopping me from switching to Radiant full-time. ...that and I can't find the Scribbish theme for Radiant CMS any ideas if that's been converted too? appreciate your help, John. Sean Cribbs wrote: There are plans (for the 0.7 milestone) to create

Re: [Radiant] Typo to Radiant CMS

2007-10-08 Thread Sean Cribbs
When I said plans for the 0.7 milestone, I meant to imply that this will be a ways off on the timeline. We have a significant point-release milestone that is due first (0.6.5), and we've only just released 0.6.3. If you need something to convert from Typo, I suggest you investigate it

[Radiant] Radiant and mongrel reloading.

2007-10-08 Thread Giovanni Intini
For the first time ever (for me :)) I set up a radiant site on a nginx + mongrel setup (http://vincenzomaiorano.it) and it works fine, but I have a problem when I update the radiant code via capistrano, adding an extension or changing some values in environment.rb: my capistrano tasks call

Re: [Radiant] Radiant and mongrel reloading.

2007-10-08 Thread Sean Cribbs
Are you using the mongrel_cluster gem? If so, I would change your restart (1.4.1) or deploy:restart (2.x) task to look something like this: task :restart, :roles = :app do run cd #{current_path}; mongrel_rails cluster::restart -C /path/to/your/config end Sean Giovanni Intini wrote: For

Re: [Radiant] Radiant and mongrel reloading.

2007-10-08 Thread Giovanni Intini
I'm launching the mongrels via process/spawner, does it use the mongrel_cluster gem? 2007/10/8, Sean Cribbs [EMAIL PROTECTED]: Are you using the mongrel_cluster gem? If so, I would change your restart (1.4.1) or deploy:restart (2.x) task to look something like this: task :restart, :roles =

Re: [Radiant] Radiant and mongrel reloading.

2007-10-08 Thread Giovanni Intini
The PIDs change after restart. 2007/10/8, Aitor Garay-Romero [EMAIL PROTECTED]: For debugging, check the PIDs of the relevant processes before/after the restart to check that they actually restarted correctly. /AITOR ___ Radiant mailing

[Radiant] ModelTags extension giving an error with filter syntax: price:e:100

2007-10-08 Thread Christopher Zimmermann
Hello, Anyone have any experience with ModelTags? I am trying to implement the ModelTags extension in my application. http://wiki.radiantcms.org/Extension_-_Model_Tags I want to compare it with RecordTags. The basic functionality outlined in the Simple Examples section works great, ie r:model