Re: [Radiant] [PREVIEW] Snapshot extension: serve Radiant sites statically

2007-10-25 Thread Aitor Garay-Romero
The attachment is here: http://aitor.name/snapshot.tar.gz /AITOR On 10/24/07, Aitor Garay-Romero [EMAIL PROTECTED] wrote: Hi!, Find it attached to this message. The basic idea of the snapshot extension is to generate a local copy of all pages in Radiant's database. This

[Radiant] Debugging Radiant

2007-10-25 Thread Richard Hurt
Hey all, I'm an old programmer that's new to Ruby [on Rails] and Radiant and I'm having debug trouble. I'm messing with the Back_Door extension and have no idea how to even output debug info to a log file. In other languages I would use printf() or println() and I think there is a logger

Re: [Radiant] Debugging Radiant

2007-10-25 Thread Aitor Garay-Romero
Hi!, A fast way to output debug info is to just use puts in your Ruby code. The output will go to the console where you started the server from. Just put some markers in your output to distinguish it easily from all the output. You can also write to Rails log directly using the @log

Re: [Radiant] Creating own radius tags

2007-10-25 Thread Mohit Sindhwani
I don't have the direct answer for this question, but how about looking at the source for the gallery extension? Cheers, Mohit. 10/25/2007 | 7:26 PM. kranthi reddy wrote: Hey thanks for the help I figured out how to created my own radius tags .I did them in lib folder and linked the

[Radiant] Patch for the comments extension.

2007-10-25 Thread Hans-Christian Fjeldberg
Hello. Attached you can find my patch to the comments extension. It is important to notice that this patch has a migration that will override any snippets named 'comments', 'comment' or 'comment_form', this is the 002 migration. I don't know if this is the best way to add the snippets, but

Re: [Radiant] Adding images using textile

2007-10-25 Thread Ryan Heneise
Check out the Textile reference here: http://hobix.com/textile/ and the sandbox here: http://textile.thresholdstate.com/ You can use any valid path between two exclamation points. So, !../images/foo.jpg! !/images/foo.jpg! !http://www.example.com/images/foo.jpg! will all work, as long as the

Re: [Radiant] Patch for the comments extension.

2007-10-25 Thread Hans-Christian Fjeldberg
That did not work... I have uploaded the patch here: http://www.limmahc.com/comments_patch_2007_10_25_hcf.patch Greetings Hans-Christian Fjeldberg [EMAIL PROTECTED] On 25.Oct , 2007, at 13:39 , Hans-Christian Fjeldberg wrote: Hello. Attached you can find my patch to the comments

Re: [Radiant] Names of months in Archive Extension

2007-10-25 Thread Artur Baldyga
Mathieu Arnold wrote: +-le 23.10.2007 13:33:01 +0200, Artur Baldyga a dit : | Hi, | | I want to have listed archive with months and years in polish language. | By default this is english language. If I use command: | r:date format=%B %Y / I got for example June 2007. Instead of | June I

Re: [Radiant] Names of months in Archive Extension

2007-10-25 Thread Mathieu Arnold
+-le 25.10.2007 15:43:15 +0200, Artur Baldyga a dit : | Mathieu Arnold wrote: | +-le 23.10.2007 13:33:01 +0200, Artur Baldyga a dit : | | Hi, | | | | I want to have listed archive with months and years in polish language. | | By default this is english language. If I use command: | | r:date

[Radiant] Dynamic content in Extension (Forms in Radiant)

2007-10-25 Thread Matt Hughes
I currently have two Rails apps for my site: one Radiant that serves the static context and a regular Rails app that does forms and authentication. Apache sits in front and figures out which app gets which URL. It's becoming a problem -- as you can imagine -- since both apps need to look the

Re: [Radiant] Dynamic content in Extension (Forms in Radiant)

2007-10-25 Thread Sean Cribbs
Matt, Check out the share_layouts extension in the core repository. It lets you specify a Radiant layout to use when rendering your standard Rails actions. Sean Matt Hughes wrote: I currently have two Rails apps for my site: one Radiant that serves the static context and a regular Rails

Re: [Radiant] Dynamic content in Extension (Forms in Radiant)

2007-10-25 Thread Matt Hughes
Wow that is exactly what I was looking for :) I tried creating a new radiant app, froze to edge, and added the extension. When I start up, I get this error: [EMAIL PROTECTED]:~/work/iona/foo$ script/server = Booting Mongrel (use 'script/server webrick' to force WEBrick) = Rails application

Re: [Radiant] Names of months in Archive Extension

2007-10-25 Thread Artur Baldyga
My ruby version: ruby 1.8.5 (2006-12-04 patchlevel 2). It's to old ? -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

[Radiant] Restricting user access to certain admin tabs...

2007-10-25 Thread Travis Bell
Hey guys, Is there a quick and dirty way I can make a certain user type (say developer) have access to certain tabs in the admin? We have some custom extensions we made that we'd like to give a customer access to but not the rest of the admin interface. Thanks, -- Travis Bell Not sent from

Re: [Radiant] [PREVIEW] Snapshot extension: serve Radiant sites statically

2007-10-25 Thread Erik van Oosten
A URL was posted earlier today. Regards, Erik. Saji Njarackalazhikam Hameed wrote: Hi Aitor, I would like to use this extension. However I could find any attachment in the message. Could it be retrieved by ftp or some similar service? saji -- Erik van Oosten