Re: [Radiant] New metatags for keywords, description feature

2008-08-22 Thread Jim Gay
I'm resurrecting this thread so that I can express my personal hatred of the meta tags. I propose that they be removed, or handled in a different way (and yes I volunteer myself to write the code for it). I'll be doing some thinking about meta and how to better handle the many options for

Re: [Radiant] New metatags for keywords, description feature

2008-08-22 Thread Adam van den Hoven
Jim, Where I work, I designed our system such that we have an in-memory representation of all the nodes in our site which was (somewhat) independent of the index.jsp that defines the node. We hang a lot of metadata off these nodes, a lot of which is inferred. This lets us do things like

[Radiant] rbac install prob

2008-08-22 Thread Burt Adsit
I'm having a prob installing the rbac_base extension. I've searched the list and found that the devs of this and another extension for radiant seem to have the same problem. Following the docs: rake db:migrate:extensions rake aborted! SQLite3::SQLException: no such table: roles: SELECT * FROM

Re: [Radiant] Does database_form extension problems?

2008-08-22 Thread Joe Van Dyk
I found a database_form extension plugin somewhere that seems to be working, but hell if I remember where it came from. This is my process function: def process(request, response) @request, @response = request, response @form_name, @form_error = nil, nil if request.post?

Re: [Radiant] Does database_form extension problems?

2008-08-22 Thread Joe Van Dyk
Ah, here's the one I'm using: http://github.com/joelw/database_form/commits/master On Fri, Aug 22, 2008 at 12:06 PM, Joe Van Dyk [EMAIL PROTECTED] wrote: I found a database_form extension plugin somewhere that seems to be working, but hell if I remember where it came from. This is my

Re: [Radiant] Does database_form extension work -- Solved!

2008-08-22 Thread Joe Van Dyk
Doh, I answered you with this. :) zapnap should merge that fix into his plugin, or the radiant extension page should link to the working plugin. Joe On Thu, Aug 21, 2008 at 8:26 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Just so that it's on the record for the next time that somebody has

[Radiant] Pages with auto-tabs for layout content parts

2008-08-22 Thread Jordan Isip
to automatically create a tab on the create/modify page form (if the custom layout is selected). So the end result would look like this: http://img.skitch.com/20080822-eubnpcyis48r5214rqi13yf9sw.png Does Radiant support this (or maybe an extension)? Thanks in advance for your help! Jordan

Re: [Radiant] Thanks for SnS Extension

2008-08-22 Thread Chris Parrish
I've been off list for about two weeks now and I just wanted to say how heartwarming it is to come back to something like this. As any developer, I'm glad to know my work is being used and is helpful to someone. But you don't necessarily expect any public recognition. I've always

Re: [Radiant] Thanks for SnS Extension

2008-08-22 Thread Mohit Sindhwani
Chris Parrish wrote: I've been off list for about two weeks now and I just wanted to say how heartwarming it is to come back to something like this. As any developer, I'm glad to know my work is being used and is helpful to someone. But you don't necessarily expect any public recognition.

Re: [Radiant] rbac install prob

2008-08-22 Thread Mohit Sindhwani
Burt Adsit wrote: I'm having a prob installing the rbac_base extension. I've searched the list and found that the devs of this and another extension for radiant seem to have the same problem. Following the docs: rake db:migrate:extensions rake aborted! SQLite3::SQLException: no such table: