[Radiant] 0.6.9 sass_filter Extension

2008-08-28 Thread Chuck Barr
In order to use the sass_filter extension with 0.6.9 master I had to add this file: .../vendor/plugins/haml/lib/haml/util.rb (http://dev.radiantcms.org/browser/trunk/extensions/vendor/plugins/haml/lib/haml/util.rb?rev=705) I got the extension from here: http://github.com/radiant/radiant-sass-filt

[Radiant] Re: TinyMCE ? FCKeditor ? .... what's UP ???

2008-08-28 Thread Bartee Lamar
Well, I guess that's a mixed review I have experience with FCK in coldfusion and it IS NOT trivial to get working. Lots of challenges with sub-directories and location revalent to the site structure. So I will keep all posted as to my travels.. I have yet to get a blog up, because I am be

Re: [Radiant] TinyMCE ? FCKeditor ? .... what's UP ???

2008-08-28 Thread Tim Gossett
WMD [wmd-editor.com] also looks great, but I've not got it working in Radiant yet. Anyone else had such luck? -- Tim ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantc

Re: [Radiant] [ANN] Radiant CMS Sprint weekend

2008-08-28 Thread Steven Southard
I'm not planning to travel there but I'd like to work on some design elements. Let me know what you have on your list as far as designing and marking up goes. Steven http://www.stevensouthard.com On Aug 28, 2008, at 12:29 PM, Sean Cribbs wrote: I'm excited to announce the Radiant CMS Spr

Re: [Radiant] TinyMCE ? FCKeditor ? .... what's UP ???

2008-08-28 Thread John and Catherine Allen
Bartee, Mohit, In the last few days I tried the extensions for WymEditor, FCKeditor and TinyMCE, and I couldn't get any of them to work properly. I did post a question about my problem with FCKeditor - Sean tried to help but as I am running my Radiant site from a subdomain, he said that I'd h

Re: [Radiant] [ANN] Radiant CMS Sprint weekend

2008-08-28 Thread Peter Berkenbosch
I wish flying to the states from the Netherlands was like taking a bus :D Then I would be there al right.. Good luck guys... great initiative. Peter. On Thu, Aug 28, 2008 at 7:58 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > On Thu, 2008-08-28 at 13:29 -0400, Sean Cribbs wrote: > > I'm excit

Re: [Radiant] [ANN] Radiant CMS Sprint weekend

2008-08-28 Thread [EMAIL PROTECTED]
On Thu, 2008-08-28 at 13:29 -0400, Sean Cribbs wrote: > I'm excited to announce the Radiant CMS Sprint Weekend. I cannot wait to see the fruits of your labor, especially the blogging additions and the new UI. Good luck with it. ~Nate ___ Radiant maili

Re: [Radiant] TinyMCE ? FCKeditor ? .... what's UP ???

2008-08-28 Thread Mohit Sindhwani
Bartee Lamar wrote: I am new. Getting my 1st application running on my machine. Going pretty well. So I at WYSIWYG !!! So what is the state of TinyMCE and/or FCKeditor in Radiant?? Hi Bartee I haven't used either, but I've heard good things about WymEditor also. There's an extension fo

[Radiant] [ANN] Radiant CMS Sprint weekend

2008-08-28 Thread Sean Cribbs
I'm excited to announce the Radiant CMS Sprint Weekend. What: A day to weekend-long hackfest to help finish some features for the 0.7 release of Radiant CMS. The official goals are -- refactoring the admin controllers toward REST, implementing a new UI, adding blogging features, improving t

Re: [Radiant] Re: Re: How to use session in tags?

2008-08-28 Thread Sean Cribbs
Actually, unless you need to override whether the page is even visible, I would override the process_page method instead. But that's just my preference. In your tags, read the current_front_user off of tag.globals.page. Radius blocks get passed around and the scope can be wonky sometimes.

[Radiant] TinyMCE ? FCKeditor ? .... what's UP ???

2008-08-28 Thread Bartee Lamar
I am new. Getting my 1st application running on my machine. Going pretty well. So I at WYSIWYG !!! So what is the state of TinyMCE and/or FCKeditor in Radiant?? -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiant

[Radiant] Re: Re: How to use session in tags?

2008-08-28 Thread Vincent Pérès
Christopher Dwan wrote: > Vincent, > > You have to get SiteController to pass the info into your model, > that's the only way to get the data into a tag AFAIK. So you have to > write an extension for SiteController that adds the function of > passing the current_user's info into your model (e.g. p