[Radiant] Disabling extensions/filters

2008-10-17 Thread Farrel Lifson
I'm busy putting together a site that will be edited by some nontechnical folk. I've included the WYMEditor extension in so far and I'd like to make it the default way to edit. I would also like to remove the options for the Textile/Markdown/etc filters. Is there an easy way to do this or do I

Re: [Radiant] Using Git with Radiant Extensions

2008-10-17 Thread Chris Parrish
So, to make sure I understand... If I have an extension of mine in a submodule of a project, I can develop within that extension: * make changes in that copy of the extension (testing its behavior as part of the project) * commit those changes to the submodule's repo * manage

Re: [Radiant] Using Git with Radiant Extensions

2008-10-17 Thread Michael Kessler
Chris, You may want to have a look at the ray extension. It enables you to manage your extension also as git submodules. I just discovered this extension and enhanced my fork to accept a 'remote' variable either on the command line or within the bundles extensions.yml (to install a bunch

Fwd: [Radiant] Using Git with Radiant Extensions

2008-10-17 Thread Tim Gossett
On Fri, Oct 17, 2008 at 11:03 AM, Chris Parrish [EMAIL PROTECTED] wrote: So, to make sure I understand... If I have an extension of mine in a submodule of a project, I can develop within that extension: * make changes in that copy of the extension (testing its behavior as part of

Re: [Radiant] navigation tag question

2008-10-17 Thread Joe Van Dyk
Wow -- that's craziness. Wonder if it would be possible or advisable to modify the navigation tag to be smarter as to what it highlights as being the active link? On Fri, Oct 17, 2008 at 8:44 AM, Manuel Meurer [EMAIL PROTECTED] wrote: I found the r:navigation tag become too limited to do that

[Radiant] Radiant tag errors

2008-10-17 Thread Joe Van Dyk
Right now, when an editor messes up a radiant tag, a 500 page gets rendered. Would it be possible to display the page content, except for the radiant tag that had the error, and show the error message in place of that tag? Joe ___ Radiant mailing list

Re: [Radiant] slug inside url_matches [SOLVED]

2008-10-17 Thread Jeffrey Jones
Thank you all, ancestor_or_self works nicely. Jeff Sean Cribbs wrote: An alternative is r:unless_self or r:unless_ancestor_or_self, which will do close to what you want. Sean Jeffrey Jones wrote: Hoi all, Does anyone know how I could get the following working? ul class=sidemenu

Re: [Radiant] navigation tag question

2008-10-17 Thread Manuel Meurer
Sure. Have a look at standard_tags.rb #667 and hack away. Better yet, create a better_navigation extension and publish it on Github so everybody else can use it as well. Manuel On Fri, Oct 17, 2008 at 6:58 PM, Joe Van Dyk [EMAIL PROTECTED] wrote: Wow -- that's craziness. Wonder if it would be

Re: [Radiant] BIG problems after removing page_attachments

2008-10-17 Thread Joe Van Dyk
On Fri, Aug 29, 2008 at 9:18 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: OK, guys. I gave in to the hype about paperclipped, about how it will make my whites whiter and make my food taste better and all that jazz. Weeel, I need to get rid of page_attachments first, so I did, and now my

Re: [Radiant] slug inside url_matches

2008-10-17 Thread Manuel Meurer
I patched Radius so that you can use tags as attributes in other tags. (Posted to this list five days ago) Extremely useful and only a couple of lines have to be changed actually. If anyone is interested I can make a patch. Manuel On Thu, Oct 16, 2008 at 7:12 PM, Chris Parrish [EMAIL PROTECTED]

[Radiant] Something like TinyMce + Radiant tags?

2008-10-17 Thread Joe Van Dyk
Is there an editor out there that works similarly to TinyMce, but lets you do radiant tags easily? Joe ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

Re: [Radiant] Something like TinyMce + Radiant tags?

2008-10-17 Thread Sean Cribbs
I believe you can trick the TinyMCE filter extension into ignoring Radius tags, if it doesn't include that already. Sean Joe Van Dyk wrote: Is there an editor out there that works similarly to TinyMce, but lets you do radiant tags easily? Joe ___

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Manuel Meurer
What exactly do you mean by messes up a radiant tag? Do you have an example? Manuel On Fri, Oct 17, 2008 at 7:00 PM, Joe Van Dyk [EMAIL PROTECTED] wrote: Right now, when an editor messes up a radiant tag, a 500 page gets rendered. Would it be possible to display the page content, except for

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Joe Van Dyk
Err, sure: r:asdf / On Fri, Oct 17, 2008 at 12:28 PM, Manuel Meurer [EMAIL PROTECTED] wrote: What exactly do you mean by messes up a radiant tag? Do you have an example? Manuel On Fri, Oct 17, 2008 at 7:00 PM, Joe Van Dyk [EMAIL PROTECTED] wrote: Right now, when an editor messes up a

[Radiant] TinyMCE Editor + Adding Tabs/PageParts = Fail?

2008-10-17 Thread Joe Van Dyk
I installed this version of TinyMCE: http://github.com/nullset/radiant-tinymce/tree/master When I click the '+' icon for adding a new tab or page part to the page, this happens: http://img.skitch.com/20081017-e6fyfbp1fdybsxs3745quj9rif.jpg Looks like something javascript related, any ideas

Re: [Radiant] Nested tags

2008-10-17 Thread Joe Van Dyk
On Sat, Oct 11, 2008 at 3:59 PM, Manuel Meurer [EMAIL PROTECTED] wrote: I am using an extension that gives me parameterized snippets (like here: http://www.ruby-forum.com/topic/125007#601242). Now, if I pass a value into a snippet, I would like to be able to pass it on to a tag as a parameter,

Re: [Radiant] Nested tags

2008-10-17 Thread Manuel Meurer
Here you go: http://github.com/manuelmeurer/radius-improved/tree/master Manuel On Fri, Oct 17, 2008 at 10:15 PM, Joe Van Dyk [EMAIL PROTECTED] wrote: On Sat, Oct 11, 2008 at 3:59 PM, Manuel Meurer [EMAIL PROTECTED] wrote: I am using an extension that gives me parameterized snippets (like

[Radiant] Paperclipped extension: Default partial not found!

2008-10-17 Thread Victor Zuniga
I just installed paperclipped: http://github.com/jomz/paperclipped/tree/master and everything went ok during installation. When I go into Admin I get the following message on the Edit page: `/assets/show_bucket_link' default partial not found! It also alerts of of missing templates when

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Manuel Meurer
From radius.rb #284 # Like method_missing for objects, but fired when a tag is undefined. # Override in your own Context to change what happens when a tag is # undefined. By default this method raises an UndefinedTagError. def tag_missing(name, attributes, block) raise

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Joe Van Dyk
What if the user types in: r:children:each (forgets to close the tag) r:assets:link id=title / (uses title instead of id) r:snippet / (doesn't specify the name) Instead of the exceptions bubbling up to the top and just seeing a 500 error page, wouldn't it be better to catch those errors and

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-17 Thread Manuel Meurer
Yep, I use r:var / in my parameterized snippets extension: http://github.com/manuelmeurer/radiant-parameterized-snippets-extension/ The idea originates from here, though: http://www.nabble.com/Snippets-with-Parameter(s)-td19772449.html BTW, anyone heard anything about a r:var / Radius tag? Or

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Manuel Meurer
As I said, I am pretty happy with Radius' tight validation, but I am sure there is a way to fix this, probably as easy as defining your own Radius Context and overwriting a couple of methods. Poke around in radius.rb a bit, it's commented very well. Manuel On Sat, Oct 18, 2008 at 12:52 AM, Joe

[Radiant] serving public images

2008-10-17 Thread Michael Delaney
hi, i'm a newbie on the radiant front. got a q on images. i've created a stylesheet using a page with a content type of text/css with r:content / as the body. its published and the css is working fine. the only issue i have is where i want to use a tiled image for a faux column layout. when i

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Jim Gay
In what environment are you testing this? When doing r:asdf / in development I get a StandardTags::TagError page In production I just get a message undefined tag 'asdf' On Oct 17, 2008, at 3:31 PM, Joe Van Dyk wrote: Err, sure: r:asdf / On Fri, Oct 17, 2008 at 12:28 PM, Manuel Meurer [EMAIL

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Jim Gay
With r:children:each and no accompanying end tag, I get a Radius::MissingEndTagError page in development. In production I get the message end tag not found for start tag `children:each' On Oct 17, 2008, at 6:52 PM, Joe Van Dyk wrote: What if the user types in: r:children:each (forgets

Re: [Radiant] Re: BIG problems after removing page_attachments

2008-10-17 Thread Joe Van Dyk
Why can't you use the images in a stylesheet? Just specify the image URL in the stylesheet. On Fri, Oct 17, 2008 at 6:36 PM, Nate Turnage [EMAIL PROTECTED] wrote: On Fri, Oct 17, 2008 at 12:39 PM, Arik Jones [EMAIL PROTECTED] wrote: Paperclipped doesn't use RMagick (thanks to the paperclip

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Jim Gay
On Oct 17, 2008, at 10:04 PM, Joe Van Dyk wrote: This is in production mode. I'm using the radiant exception notifier plugin, which lets you put up your own 500 page. I'm using Radiant to build a website that lets some non-technical people update it. I'm trying to make it as easy as

Re: [Radiant] Re: BIG problems after removing page_attachments

2008-10-17 Thread Nate Turnage
I was never able to get it to work. I guess I should try it again before I start spreading FUD, eh? ~Nate ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

Re: [Radiant] Using Git with Radiant Extensions

2008-10-17 Thread Jim Gay
On Oct 17, 2008, at 11:28 PM, Chris Parrish wrote: Tim Gossett wrote: On Fri, Oct 17, 2008 at 11:03 AM, Chris Parrish [EMAIL PROTECTED] wrote: So, to make sure I understand... If I have an extension of mine in a submodule of a project, I can develop within that extension: * make