Re: [Radiant] Developing Radiant site

2008-07-15 Thread Oli Studholme
Hi Joe, I’ve basically been doing what you say, a text file for each template and copy/paste into the admin interface (or small tweaks there then c&p back). I’m using sqlite as my database so since it’s text I just added the whole db file to SVN (along with my text files and everything el

[Radiant] .htaccess mod_rewrite woes

2008-07-15 Thread Oli Studholme
Hi All, I just can’t seem to get redirects going in Radiant’s .htaccess. Can someone enlighten me? In the default .htaccess file after RewriteEngine On (shich should be after the Options at the top btw) I tried these vavriants RewriteRule from.html to.html RewriteRule from.html h

Re: [Radiant] Preview functionality

2008-07-15 Thread Jamey Cribbs
I've created a Staging extension. You create a "staging" instance of the radiant app that can either reside on the same server as the production instance or another server. The extension gives you a Staging tab, where you can click a button to migrate the staging db to the production db. The ext

Re: [Radiant] Has anyone added WMD to the admin interface?

2008-07-15 Thread Chris Parrish
Ooh, WMD's gone MIT licensing. Now this is nice to see. One more thing to play with... -Chris Oli Studholme wrote: Hi All, Has anyone added the WMD markdown editor to the admin interface yet? Or any WYSIWIG editor? I’m looking for some advice on the recommended way to do so. peace - oli

Re: [Radiant] Developing Radiant site

2008-07-15 Thread Chris Parrish
Joe Van Dyk wrote: Hi, I'm new to Radiant, but not Rails. So, I'm seeing that stuff like the layout and CSS is entered through forms and saved to the database, and aren't contained in version controlled files. So, how does that work? I mean, how do you deploy changes? Just by copy/pasting th

[Radiant] Preview functionality

2008-07-15 Thread Joe Van Dyk
Hi, Say someone wants to edit the front page. It's been published. So they edit it. Ideally, they'd be able to make their changes (and save them) without updating the front page (so that another person could review and then choose to publish them). What's the best way to go about doing that in

Re: [Radiant] Has anyone added WMD to the admin interface?

2008-07-15 Thread Sean Cribbs
There are no Weapons of Mass Destruction in Radiant. ;) I found the best way to integrate WYSIWYG editors is to use a JavaScript DOM/window load callback to replace the text areas. FCK, and IIRC, TinyMCE have this ability, as should most. Sean Oli Studholme wrote: > Hi All, > > Has anyone added t

Re: [Radiant] Has anyone added WMD to the admin interface?

2008-07-15 Thread J Aaron Farr
Oli Studholme <[EMAIL PROTECTED]> writes: > Hi All, > > Has anyone added the WMD markdown editor to the admin interface yet? > Or any WYSIWIG editor? I’m looking for some advice on the > recommended way to do so. I've added TinyMCE using the tinymce_filter extension, but it had to do a few fixe

[Radiant] Has anyone added WMD to the admin interface?

2008-07-15 Thread Oli Studholme
Hi All, Has anyone added the WMD markdown editor to the admin interface yet? Or any WYSIWIG editor? I’m looking for some advice on the recommended way to do so. peace - oli ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://rad

[Radiant] Developing Radiant site

2008-07-15 Thread Joe Van Dyk
Hi, I'm new to Radiant, but not Rails. So, I'm seeing that stuff like the layout and CSS is entered through forms and saved to the database, and aren't contained in version controlled files. So, how does that work? I mean, how do you deploy changes? Just by copy/pasting the updated snippets an

Re: [Radiant] [ANN] Summer Reboot Documentation

2008-07-15 Thread Oli Studholme
Hi All, Sorry for being late to the party. I originally posted to the list on May 2nd about documentation (“tag documentation feedback”), mentioning among other things a tag reference. This would have one page per tag, be in a wiki, and hopefully auto-import the current “available tags”

Re: [Radiant] [ANN] Styles 'n Scripts v0.6 & Styles 'n Scripts Sass Filter v0.2

2008-07-15 Thread Chris Parrish
Tim Gossett wrote: Any changes to sns_minifier, Chris No, it works fine with the new version of SnS (just the Sass Filter needed an update). -Chris ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/sea

Re: [Radiant] [ANN] Styles 'n Scripts v0.6 & Styles 'n Scripts Sass Filter v0.2

2008-07-15 Thread Tim Gossett
On Tue, Jul 15, 2008 at 12:56 PM, Chris Parrish < [EMAIL PROTECTED]> wrote: > Minor changes here... > > https://secure.svnrepository.com/s_swanki/open/radiant/extensions/styles_n_scripts/tags/latest > > https://secure.svnrepository.com/s_swanki/open/radiant/extensions/sns_sass_filter/tags/latest >

Re: [Radiant] Will Paginate and radiant-paginate-extension?

2008-07-15 Thread Tim Gossett
On Tue, Jul 15, 2008 at 9:53 AM, Josh Schairbaum < [EMAIL PROTECTED]> wrote: > I don't know what the standard radiant practice is for gem plugins, but for > will_paginate I think you have to install it as a plugin in vendor/plugins. > I don't know if the version of Rails vendor'd in Radiant uses

Re: [Radiant] Styles n Scripts feature request

2008-07-15 Thread Tim Gossett
On Tue, Jul 15, 2008 at 12:43 AM, Chris Parrish < [EMAIL PROTECTED]> wrote: > Jim Gay wrote: > >> I haven't yet looked at it. I haven't used Sass much. I like some of the >> features that it adds, but it removes some control and I'm not ready to >> tackle it yet since I've run into trouble with Ha

Re: [Radiant] if_content multiple parts (was if_content with inherit)

2008-07-15 Thread Jim Gay
Awesome. I didn't want to assume that you'd have time, so I thought some +1s from the list would show support. Thanks. On Jul 15, 2008, at 2:03 PM, Sean Cribbs wrote: Jim, I'm working on the core this week so I'll pull in those changes. Sean Jim Gay wrote: I'm eager to see these additions

Re: [Radiant] if_content multiple parts (was if_content with inherit)

2008-07-15 Thread Sean Cribbs
Jim, I'm working on the core this week so I'll pull in those changes. Sean Jim Gay wrote: I'm eager to see these additions in the core, but rather than just bugging them with pull requests would anyone like to give it a +/- 1 for adding in for 0.6.8? The changes in my repo add: 1) inherit

Re: [Radiant] if_content multiple parts (was if_content with inherit)

2008-07-15 Thread Jim Gay
I'm eager to see these additions in the core, but rather than just bugging them with pull requests would anyone like to give it a +/- 1 for adding in for 0.6.8? The changes in my repo add: 1) inherit = "true" to r:if_content and r:unless_content to work just like the r:content tag. 2) allo

[Radiant] [ANN] Styles 'n Scripts v0.6 & Styles 'n Scripts Sass Filter v0.2

2008-07-15 Thread Chris Parrish
Minor changes here... https://secure.svnrepository.com/s_swanki/open/radiant/extensions/styles_n_scripts/tags/latest https://secure.svnrepository.com/s_swanki/open/radiant/extensions/sns_sass_filter/tags/latest Styles 'n Scripts now belongs in a directory named "sns" like: [your radiant project]

[Radiant] Re: Search patch (global tags)

2008-07-15 Thread Jan frederik Poulsen
Any help? I'm getting a bit desperate? :-( -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] radiant-help-extension

2008-07-15 Thread Jim Gay
Heads up! Help is moving: http://github.com/saturnflyer/radiant-help-extension/tree It was formerly named radiant-help but the convention seems to be to include '-extension' on github. Help will now fall in line with others and you can use it with extensions like Ray: http://github.com/johnm

Re: [Radiant] Syntax Highlighting

2008-07-15 Thread Sean Cribbs
Josh, No, but you can steal my CSS styles: http://seancribbs.com/stylesheets/code.css Sean Josh Schairbaum wrote: Sean, That's sharp. I love the fact that it's unobtrusive and seems much more accessible for customization than some of the others. Thanks for pointing it out. Have you wri

Re: [Radiant] Syntax Highlighting

2008-07-15 Thread Josh Schairbaum
Sean, That's sharp. I love the fact that it's unobtrusive and seems much more accessible for customization than some of the others. Thanks for pointing it out. Have you written a regex for anything? Regards, Josh On Jul 15, 2008, at 10:01 AM, Sean Cribbs wrote: It's not perfect, but I

Re: [Radiant] Syntax Highlighting

2008-07-15 Thread Sean Cribbs
It's not perfect, but I like using Dan Webb's Syntax Highlighter (JavaScript). Just put your source code inside tags with the class of the language you want, like so: puts "Hello, World!" You can download it at http://danwebb.net. Sean Josh Schairbaum wrote: Is anyone using the syntax_high

Re: [Radiant] Will Paginate and radiant-paginate-extension?

2008-07-15 Thread Josh Schairbaum
I don't know what the standard radiant practice is for gem plugins, but for will_paginate I think you have to install it as a plugin in vendor/plugins. I don't know if the version of Rails vendor'd in Radiant uses the new 'gem' syntax. I would love to hear differently. :) On Jul 15, 2008,

[Radiant] Syntax Highlighting

2008-07-15 Thread Josh Schairbaum
Is anyone using the syntax_highlighting extension? http://github.com/marcoow/syntax_highlighting/tree/master It seems to be doing the parsing, but when it renders in a page, it's strictly as "code" html, so all the tags that input as part of it are rendered as well. For example, impo

[Radiant] Will Paginate and radiant-paginate-extension?

2008-07-15 Thread Jan frederik Poulsen
I seem to have some issues with installing pagination in Radiant too: I want to use "radiant-paginate-extension": http://github.com/ihoka/radiant-paginate-extension/tree/master But when I "rake" I get: rake production db:migrate:extensions (in /home/chainrea/radapp) rake aborted! Expected /home

[Radiant] Re: Search patch (global tags)

2008-07-15 Thread Jan frederik Poulsen
Jan frederik Poulsen wrote: > Now suddenly it is even more broken - it now says: > > undefined tag `form' > > I then deleted the search extension folder. > > Re-unpacked the tar.gz file - renamed the folder to search and ran rake, > but it still says: > > undefined tag `form' Okay now the bas

[Radiant] Re: Search patch (global tags)

2008-07-15 Thread Jan frederik Poulsen
Now suddenly it is even more broken - it now says: undefined tag `form' I then deleted the search extension folder. Re-unpacked the tar.gz file - renamed the folder to search and ran rake, but it still says: undefined tag `form' -- Posted via http://www.ruby-forum.com/. __

[Radiant] Re: Haml and textareas in custom extension

2008-07-15 Thread Gert Jørgensen
I have looked at the extension tutorial again and the controller there extends the ApplicationController like I do. Any ideas about what I could try and look at? -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiant

[Radiant] Search patch (global tags)

2008-07-15 Thread Jan frederik Poulsen
I have been following this guide to add search to radiant. http://wiki.radiantcms.org/Using_the_Search_Extension I would like to add search globally - not only on a specific search page. And to do that I have to apply the "search_extension.diff" patch, but when I run it it says: [EMAIL PROTECTED