[Radiant] Rails + Radiant

2008-07-05 Thread Mohit Sindhwani
I know this has been asked before, but I couldn't find something directly useful. I was just wondering if someone has written a guide (it'll be useful for the documentation project) or if someone could just point me to the main things I need to use for it. So far, I've been looking at using R

[Radiant] Event organizing extension for Radiant

2008-07-05 Thread Tim Gossett
On Sat, Jul 5, 2008 at 1:35 AM, aslak hellesoy <[EMAIL PROTECTED]> wrote: > We'll be processing fees manually. I'm only planning to add simple > auditing so we can keep track of who has paid. We don't have time to > make a lot of fancypants features, our conference will open > registration in Aug

Re: [Radiant] Rails + Radiant

2008-07-05 Thread Tim Gossett
On Sat, Jul 5, 2008 at 4:35 AM, Mohit Sindhwani <[EMAIL PROTECTED]> wrote: > I know this has been asked before, but I couldn't find something directly > useful. I was just wondering if someone has written a guide (it'll be > useful for the documentation project) or if someone could just point me

[Radiant] Page Group Permissions extension tweaker

2008-07-05 Thread Tim Gossett
I really like the Page Group Permissions extension created by Matt Freels. The extension is the sole member of his radiant-extensionsrepository at GitHub.I've made a tweak to the extension, and instead of forking Freels radiant-extensions rep

[Radiant] Added setting tag to settings extension

2008-07-05 Thread Tim Gossett
I added a tag to the settings extension so that you can use and in layouts. Get it at http://github.com/MrGossett/radiant-settings/tree/master -- Tim Gossett ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing

[Radiant] Page Events extension mods

2008-07-05 Thread Tim Gossett
I modified the page event extension to use a start and end datetime instead of just one datetime for the page event. I also added a event:duration tag that renders the start and end datetimes intelligently. If the start and end datetimes are the same, only the start datetime is rendered. If the st

Re: [Radiant] Added setting tag to settings extension

2008-07-05 Thread Jim Gay
On Jul 5, 2008, at 11:13 AM, Tim Gossett wrote: I added a tag to the settings extension so that you can use name="admin.title" /> and in layouts. Get it at http://github.com/MrGossett/radiant-settings/tree/master I added these comments on github, but for the benefit of anyone intereste

Re: [Radiant] Added setting tag to settings extension

2008-07-05 Thread Tim Gossett
On Sat, Jul 5, 2008 at 1:15 PM, Jim Gay <[EMAIL PROTECTED]> wrote: > > I added these comments on github, but for the benefit of anyone interested: > > I think it makes sense to use "key" rather than "name" to fall inline with > the config table, and it might be a good idea to namespace it as > so

[Radiant] 500 Error on page update - mod_rails related?

2008-07-05 Thread Alan
Hi all. To those of you in the US: Happy 4th! I have run into a problem where I can not save previously created pages. When attempted I get: "Application error (Apache) Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) i

[Radiant] Using Rails plugins in an extension

2008-07-05 Thread Adam van den Hoven
Hey all, I'm trying to build my own radiant plugin to handle a store locator type functionality. I'm working from Loren Johnson's Directory plugin (http://github.com/lorenjohnson/radiant-directory-extension/tree/master ) but I want to do things a little different. Notably, I want to replace

[Radiant] Linking to an local image in Radiant

2008-07-05 Thread Andrew Goodnough
I need to add an image to a Layout. It's in a Layout because the image will be on every page but I also need to add images to Pages in the website. Do I need to install the Page Attachment extension to do this? This requirement seems very basic so I feel I might be missing something. Assuming I

Re: [Radiant] Linking to an local image in Radiant

2008-07-05 Thread Mohit Sindhwani
Andrew Goodnough wrote: I need to add an image to a Layout. It's in a Layout because the image will be on every page but I also need to add images to Pages in the website. Do I need to install the Page Attachment extension to do this? This requirement seems very basic so I feel I might be miss

Re: [Radiant] Rails + Radiant

2008-07-05 Thread Mohit Sindhwani
Tim Gossett wrote: On Sat, Jul 5, 2008 at 4:35 AM, Mohit Sindhwani <[EMAIL PROTECTED] > wrote: I know this has been asked before, but I couldn't find something directly useful. I was just wondering if someone has written a guide (it'll be useful for the do