Re: [Radiant] Tags extension: move to latest edge breaks db migration

2008-11-13 Thread Benny Degezelle
The task rake db:migration breaks on a file of the Tags extensions if I move to latest edge. http://pastie.org/312887 /simon Hi Simon, Quite sure that this is caused by a change in rails; rails 2.1.1 moved module Dependencies to ActiveSupport::Dependencies I'm swamped as ever at the

[Radiant] Radiant Template Contest Extended

2008-11-13 Thread Sean Cribbs
I have decided to extend the Template Contest deadline to January 1, 2009. Sadly, we received no entries by the October 31 deadline. In order to spark your imagination, here are some suggestions for templates you might make: * Corporate brochure-ware * Artist portfolio * Blog or 'zine *

Re: [Radiant] Radiant Template Contest Extended

2008-11-13 Thread Mohit Sindhwani
Hi Sean Sean Cribbs wrote: I have decided to extend the Template Contest deadline to January 1, 2009. Sadly, we received no entries by the October 31 deadline. In order to spark your imagination, here are some suggestions for templates you might make: * Corporate brochure-ware * Artist

[Radiant] [Fwd: [Radiant-Dev] Re: Conditional Tags Tutorial?]

2008-11-13 Thread Chris Parrish
Adam Asked this on the Radiant-Dev list but I thought it might be more applicable here... Fair enough. Anyone with any other votes? Or questions you'd like answered in a tutorial? -Chris Adam van den Hoven wrote: Chris, One of the things that is missing from your recent two extensions

Re: [Radiant] Importing Exporting

2008-11-13 Thread Mohit Sindhwani
Chris Parrish wrote: I'm looking for a good way to backup/restore all of my content for a Radiant App. I'm want something that collects all the data (including extension models). I'm aware of Import-Export and Super Import-Export but I can't seem to find anything that clearly spells out the

Re: [Radiant] Importing Exporting

2008-11-13 Thread Chris Parrish
One of the problems with Radiant being so extensible is that it attracts a lot of software geek-types. ;-) It's no issue for me to do a db dump/restore but I couldn't give that job to my assistant. Plus I'm not sure that that's a friendly format for, say, version controlling a site's

Re: [Radiant] Importing Exporting

2008-11-13 Thread Andrew Neil
Chris, The import_export extension[1] captures every model in the database within one big yaml file. By default this is saved as db/export.yml. Pros: * very portable Cons: * if you want to edit the records captured in the yaml, they can be quite difficult to find The super_export

[Radiant] Comment extension

2008-11-13 Thread Luiz Biagi
Hi I'm trying to use the Extension for comments: http://github.com/artofmission/radiant-comments/tree/master I want to view the commentaries and the comment insertion frame only when i'm in the article visualization, I mean, when I'm in the article link, not the articles (main page), but I'm

Re: [Radiant] Importing Exporting

2008-11-13 Thread Adam van den Hoven
On 13-Nov-08, at 2:00 PM, Chris Parrish wrote: * It's simple (read: non-technical users love it) * It's db-independent so if my local development environment is Sqlite3 but my server is MySQL or PostgreSQL (or I want to change databases/servers some day) it's no sweat to move

Re: [Radiant] SnS Requests Anyone?

2008-11-13 Thread Andrew Neil
I'm getting ready to roll out a new SnS version this weekend with some bug fixes and a column name change (requested and implemented by Andrew Neil to help it work with his file_system extension). As Chris says, I have been working on integrating file_system functionality into SnS. The

Re: [Radiant] SnS Requests Anyone?

2008-11-13 Thread Adam van den Hoven
Things I would like: something like a separate field for copyright notices so that you can minimize the JS/CSS without loosing (someone else's) copyright notice. support for external libraries I really just want 1 tag to use for all these assets they can be always as link If you really want to

Re: [Radiant] Importing Exporting

2008-11-13 Thread Mohit Sindhwani
Anton Aylward wrote: Hi Anton, Mohit Sindhwani said the following on 11/13/2008 02:01 PM: So far, I'm using SQLite, so I just move the database between my PC and the demo site. How lucky you are! I tried that, moving from my laptop to my ISP and it didn't work. Probably because

Re: [Radiant] Comment extension

2008-11-13 Thread Mohit Sindhwani
Luiz Biagi wrote: Hi I'm trying to use the Extension for comments: http://github.com/artofmission/radiant-comments/tree/master I want to view the commentaries and the comment insertion frame only when i'm in the article visualization, I mean, when I'm in the article link, not the articles (main

[Radiant] Articles extension

2008-11-13 Thread Philip Arndt
Hi everyone, I'm working on a site at the moment where the next thing I'll need to build is an extension to have articles These are pretty much the same as pages but need to have different groupings etc. Does anybody know of any existing extension that will do this or most of this and

Re: [Radiant] Articles extension

2008-11-13 Thread Mohit Sindhwani
Philip Arndt wrote: Hi everyone, I'm working on a site at the moment where the next thing I'll need to build is an extension to have articles These are pretty much the same as pages but need to have different groupings etc. I'd have thought that if each article belongs to 1 category, then

Re: [Radiant] Articles extension

2008-11-13 Thread Adam van den Hoven
Be very careful about this before you go down this road. You may put in more effort than you get put of it. That being said, I'd look at the archive extension. This is probably the route you want to take: modifying the behaviour of a page. This should play well with pages. Adam On

Re: [Radiant] SnS Requests Anyone?

2008-11-13 Thread Chris Parrish
Adam van den Hoven wrote: Things I would like: something like a separate field for copyright notices so that you can minimize the JS/CSS without loosing (someone else's) copyright notice. You can accomplish this today by bundling multiple assets. For instance: --- JS file #1: prototype.js