Re: [Radiant] Avoid Stylesheet Children

2007-08-02 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 wr

Re: [Radiant] Avoid Stylesheet Children

2007-08-02 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 PR

Re: [Radiant] Avoid Stylesheet Children

2007-08-02 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 g

Re: [Radiant] Avoid Stylesheet Children

2007-08-02 Thread Keymone
maybe there is a reason to implement page properties? using page parts for that can cause huge overhead it's better (and more obvious) to type on rails side you only have to add Property model and give Page has_many :properties there will be "properties" tab on page edit and user should be abl

[Radiant] [Out of office] Re: Re: Internationalization Support

2007-08-02 Thread ryan.casey
I will be out of the office on Friday August 3rd. I will respond to your e-mail on Monday August 6th. If this is an urgent matter, please contact Jenny Kim. Jenny Kim: [EMAIL PROTECTED] 434-296-1500 Thank you, -Ryan Casey ___ Radiant mailing list

Re: [Radiant] Internationalization Support

2007-08-02 Thread Oliver Baltzer
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). Oliver ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http:/

Re: [Radiant] Page attachments update/bugfix

2007-08-02 Thread Mailing
Is the page attachments extension fully operational now - I need to use the tag . Keith David Piehler wrote: >> Sean Cribbs wrote: >> I have fixed the problem with the tag that you were >> all experiencing. >> > > >> David Piehler wrote: >> I'm getting "can’t convert nil into String"

[Radiant] Page_attachments multi-part form issue

2007-08-02 Thread Andrew O'Brien
First off, preemptive apology in case this is a repeat of another bug report with page_attachments (I did search the archives, so I think this is a new one)... Whenever I try to both upload a file and make a change to a standard page_part, I get the error below. If I just upload an image, or just

[Radiant] Configuration extension

2007-08-02 Thread Edwin Vlieg
I created a configuration extension to alter the Radiant configuration through the backend interface. Most of the time, I use the command line to edit the configuration, but this time another administrator with no command line access needed to change configuration options for an extension.

Re: [Radiant] Problems with extension generators

2007-08-02 Thread Edwin Vlieg
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 development mode and prod

Re: [Radiant] Radiant site with subsections

2007-08-02 Thread pietro ferrari
thanks for the tip. i'm considering doign something like this: http://wiki.radiantcms.org/How_To_Host_Multiple_Websites_by_using_mod_proxy plus having one db for the 'main' site and share the users table with all the 'subsites', so i have centralized auth. and i'll try to create a extension that p

Re: [Radiant] Avoid Stylesheet Children

2007-08-02 Thread Mohit Sindhwani
Hi Edwin, Thank you for the suggestion. I'm still new to the tags in Radiant, but I shall keep a lookout for the unless_content tag. I'm still a bit confused about how to use your suggestion, but I'll try a few things and hopefully stumble on the correct meaning! :) Cheers Mohit. Edwin Vlie

Re: [Radiant] Radiant site with subsections

2007-08-02 Thread Gustavo Beathyate
On Aug 2, 2007, at 9:54 AM, Aitor Garay-Romero wrote: > There is no ACL support in Radiant yet. Is this on the plans? I love the fact that it is so simple and the fact that you need extensions for additional capabilities like page_attachments and sending email seems to me like the right way

Re: [Radiant] Radiant site with subsections

2007-08-02 Thread Aitor Garay-Romero
There is no ACL support in Radiant yet. Your best bet is probably something in the line of http://wiki.radiantcms.org/How_To_Set_a_Top_Level_Page_for_User /AITOR On 8/2/07, pietro ferrari <[EMAIL PROTECTED]> wrote: > > Hi, > I need to create a web site with subsections and I need to let s

[Radiant] Radiant site with subsections

2007-08-02 Thread pietro ferrari
Hi, I need to create a web site with subsections and I need to let some users edit each subsection and block others from doing this, much like http://groups.drupal.org/ is it possible to do this with radiant? if not can I achieve this with an extension? thanks, pietro.

Re: [Radiant] Extensions migrations and import_export

2007-08-02 Thread Sean Cribbs
Giovanni, import_export was just one of those weekend proof-of-concept things; I'm surprised to see anyone using it seriously. Any patches you can contribute would be awesome. At some point we will need a robust import/export system for Radiant anyway, and it would be easiest just to fold it

Re: [Radiant] Page Attachments - live server won't upload images

2007-08-02 Thread Sean Cribbs
David, Make sure the public and tmp directories are writeable by the webserver or FCGI process; it may be unable to save the temporary file to resize it. Sean David Piehler wrote: > I just switched from Radiant 0.6.1 full-install to Radiant 0.6.2 on gem. > Locally everything worked fine, but on

[Radiant] Extensions migrations and import_export

2007-08-02 Thread Giovanni Intini
Hi, I've been working (together with Andrea Franz) on a project for a client that we chose to implement with Radiant. The project makes heavy use of extensions and some extensions depend on other extensions - I also choose to deploy with Capistrano 2. I wanted something like db:bootstrap to quic

Re: [Radiant] Avoid Stylesheet Children

2007-08-02 Thread Edwin Vlieg
Hi, I always overcome this problem by adding an empty page part to the stylesheet. By using the tag you can determine which pages should be added to the main menu. Edwin Op 2-aug-2007, om 11:32 heeft Mohit Sindhwani het volgende geschreven: > Hi Everyone, > > After being away for a while,

[Radiant] Avoid Stylesheet Children

2007-08-02 Thread Mohit Sindhwani
Hi Everyone, After being away for a while, I'm now taking a few days to play with Radiant again in the hope of migrating one of my static sites to Radiant. In my 'Hello World' example that I uploaded as a tutorial, I created a stylesheet as a child of the main page and then used that for styl