AW: AW: AW: [Radiant] Escaping HTML Tags

2008-12-09 Thread Patrick Scheips
Hi Sean, Thanks, that worked great for me. What to do next in order to use the tag? Thanks in advance! -- Patrick -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:radiant- [EMAIL PROTECTED] Im Auftrag von Sean Cribbs Gesendet: Montag, 8. Dezember 2008 14:28 An:

Re: AW: AW: AW: [Radiant] Escaping HTML Tags

2008-12-09 Thread Sean Cribbs
Patrick: Simply use the tag in the page that contains the text you want to escape. e.g. $('foo').update(r:escape_jsondiv id=barHello, world!/div/r:escape_json); Sean Patrick Scheips wrote: Hi Sean, Thanks, that worked great for me. What to do next in order to use the tag? Thanks in

Re: [Radiant] Radiant for Bloging - related content

2008-12-09 Thread Anton J Aylward
Next up: related content function for blog postings I get this error ActionView::TemplateError (undefined local variable or method `auto_complete_stylesheet' for #ActionView::Base:0x429727b8) on line #60 of admin/page/_related_content.rhtml: 57: '#related_content': RelatedContentSelector

Re: [Radiant] Radiant for Bloging - related content

2008-12-09 Thread Anton J Aylward
Next up: related content function for blog postings I get this error ActionView::TemplateError (undefined local variable or method `auto_complete_stylesheet' for #ActionView::Base:0x429727b8) on line #60 of admin/page/_related_content.rhtml: 57: '#related_content': RelatedContentSelector

[Radiant] Language Redirect Extension

2008-12-09 Thread Michael Kessler
Hi everyone, I'm looking for the Language Redirect extension, but unfortunately the subversion repository that is linked from the third-party extension page on the radiant wiki has been deleted. Can someone who has this extension installed kindly provide me a copy, or better share it on

Re: [Radiant] Language Redirect Extension

2008-12-09 Thread john
On 2008/12/09, at 14:03, Michael Kessler wrote: Hi everyone, I'm looking for the Language Redirect extension, but unfortunately the subversion repository that is linked from the third-party extension page on the radiant wiki has been deleted. Can someone who has this extension installed

[Radiant] Re: Templates extension documentation?

2008-12-09 Thread Arik Jones
I think the page form controls could be a little prettier and little more thought out design-wise. I will definitely be contributing to this extension. -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org

Re: [Radiant] Language Redirect Extension

2008-12-09 Thread Sean Cribbs
Michael, I'll send you a tarball of a modified version of the original. Sean Michael Kessler wrote: Hi everyone, I'm looking for the Language Redirect extension, but unfortunately the subversion repository that is linked from the third-party extension page on the radiant wiki has been

Re: [Radiant] Language Redirect Extension

2008-12-09 Thread Giovanni Intini
If anyone needs mine I closed the svn server and put it on github http://github.com/intinig/radiant_language_redirect_extension/tree/master Feel free to contribute. Sean please contribute your changes :) 2008/12/9 Sean Cribbs [EMAIL PROTECTED]: Michael, I'll send you a tarball of a modified

Re: [Radiant] Language Redirect Extension

2008-12-09 Thread Sean Cribbs
I'll fork it this weekend at the sprint. Thanks! Sean Giovanni Intini wrote: If anyone needs mine I closed the svn server and put it on github http://github.com/intinig/radiant_language_redirect_extension/tree/master Feel free to contribute. Sean please contribute your changes :) 2008/12/9

Re: [Radiant] Language Redirect Extension

2008-12-09 Thread Giovanni Intini
Np. I moved away from svn but forgot to move all the projects to github. 2008/12/9 Sean Cribbs [EMAIL PROTECTED]: I'll fork it this weekend at the sprint. Thanks! ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

Re: [Radiant] Radiant for Bloging - related content

2008-12-09 Thread Joe Van Dyk
I don't know what the problem is, but it doesn't have anything to do with a missing stylesheet. Look at the error: ActionView::TemplateError (undefined local variable or method `auto_complete_stylesheet' for #ActionView::Base:0x429727b8) on line It's trying to find the method

Re: [Radiant] Language Redirect Extension

2008-12-09 Thread Michael Kessler
John, I had a look at those extensions, but I feel that the simplicity and independency of the different language trees are exactly what I've looked for. Anyway thanks for all the responses. Michael On 9 Dec 2008, at 10:11 PM, john wrote: On 2008/12/09, at 14:03, Michael Kessler wrote:

Re: [Radiant] Radiant for Bloging - related content

2008-12-09 Thread Sean Cribbs
That is a hold-over from Rails 1.x days. The autocomplete stylesheet is really simple (see: http://pastie.org/335402). Removing that dependency would be nice (PDI). Sean Anton J Aylward wrote: I was wondering if this was some kind of post Rail2-2.0 version of stylesheet_link_tag. There

Re: [Radiant] Radiant for Bloging - related content

2008-12-09 Thread Anton J Aylward
Sean Cribbs said the following on 12/09/2008 06:25 PM: That is a hold-over from Rails 1.x days. The autocomplete stylesheet is really simple (see: http://pastie.org/335402). Removing that dependency would be nice (PDI). OK, so what should I do? Remove the line %= auto_complete_stylesheet

Re: [Radiant] Radiant for Bloging - related content

2008-12-09 Thread Anton Aylward
Anton J Aylward said the following on 12/09/2008 07:04 PM: Sean Cribbs said the following on 12/09/2008 06:25 PM: That is a hold-over from Rails 1.x days. The autocomplete stylesheet is really simple (see: http://pastie.org/335402). Removing that dependency would be nice (PDI). OK, so