Re: [Radiant] Avoid Stylesheet Children

2007-08-03 Thread Mohit Sindhwani
Thanks Keymone, I have my work cut out for the weekend now. I think this will also give me the chance to try out adding a Rails model to a Radiant site (something I haven't yet done). Do I create the model in the same way as a regular Rails app? In the root of the Radiant directory, I just

Re: [Radiant] Avoid Stylesheet Children

2007-08-03 Thread Keith Bingman
I would do this in an extension. John has a very nice tutorial at http://www.radiantcms.org/blog/archives/2007/06/23/tutorial-creating- radiant-extensions/ This should get you going. In short, radiant has extension generators that work like the normal rails generators. Keith Bingman [EMAIL

Re: [Radiant] Avoid Stylesheet Children

2007-08-03 Thread Mohit Sindhwani
Hi Keith Thanks for the suggestion and the link. I've seen the tutorial for the extension before and I think it has incredible detail on how to go about doing something like this. So, I shall follow that through and as for advice again if I run into something. Cheers Mohit. Keith Bingman

Re: [Radiant] Extensions migrations and import_export

2007-08-03 Thread Giovanni Intini
Sean your weekend proof-of-concepts works are a good foundation for me :) I've kept fixing bugs but right now it depends on my patches to radiant to enable db:remigrate:extensions, I'm thinking about a way to make it work without those patches. 2007/8/2, Sean Cribbs [EMAIL PROTECTED]: Giovanni,

Re: [Radiant] Avoid Stylesheet Children (Updated)

2007-08-03 Thread Mohit Sindhwani
Thanks again Edwin Keith. Cheers, Mohit. 8/3/2007 | 5:18 PM. Keith Bingman wrote: Unfortunately, this is not an extension, but a pretty major hack of a branch... might be a nice starting point though. Keith Bingman Tel: +49-7731-7983830 [EMAIL PROTECTED] http://keithbingman.com On

Re: [Radiant] Avoid Stylesheet Children (Updated)

2007-08-03 Thread Keith Bingman
Unfortunately, this is not an extension, but a pretty major hack of a branch... might be a nice starting point though. Keith Bingman Tel: +49-7731-7983830 [EMAIL PROTECTED] http://keithbingman.com On Aug 3, 2007, at 11:04 AM, Edwin Vlieg wrote: Hi Mihot, You could have a look at the

Re: [Radiant] Avoid Stylesheet Children (Updated)

2007-08-03 Thread Edwin Vlieg
Hi Mihot, You could have a look at the page attributes tag, I think that does the trick :-) http://wiki.radiantcms.org/Thirdparty_Extensions Edwin Op 3-aug-2007, om 11:01 heeft Mohit Sindhwani het volgende geschreven: Hi Everyone, I used Edwin's suggestion to overcome the problem by

Re: [Radiant] Avoid Stylesheet Children (Updated)

2007-08-03 Thread Mohit Sindhwani
Hi Everyone, I used Edwin's suggestion to overcome the problem by adding an empty page part to the stylesheet and then using the r:unless_content part=no_menu tag to determine which pages should be added to the main menu. That works fine. I also followed the extensions tutorial to create an

Re: [Radiant] Problems with extension generators

2007-08-03 Thread David Piehler
Edwin V. wrote: I'm having the same problem. Running from the Jargon branch, latest revision. Besides that, I have the latest gem installed, but in the gem the error doesn't occur. I think running in development mode should not interfere with the generators. I tried running in both

Re: [Radiant] Internationalization Support

2007-08-03 Thread John W. Long
Oliver Baltzer wrote: John W. Long wrote: Attach it to a ticket on the Trac site. German translation attached to ticket. I didn't test it though, but it's valid YAML and should work(tm). Thank you. Committed: http://dev.radiantcms.org/radiant/changeset/476 -- John Long