Re: [Radiant] Problem with global tags

2006-09-10 Thread MarsHall
Rails' conventions strike again. Migrations imperatively work the same way (ordered by number-prefixed directory names). That's sweet knowledge. Thank you. *Mars On Sep 10, 2006, at 06:50, Wolfgang Wopperer wrote: > Unfortunately (imho at least, as the Rails core team obviously is > under

Re: [Radiant] GET parameters and behaviors

2006-09-09 Thread MarsHall
On Sep 9, 2006, at 11:27, David wrote: > Is there away to access GET parameters in a behaviour? > site.com/something/1 translates in the behaviour to parameters[:id] > – it > dosent have to be like this, just an example… I recently wrote a Radiant Behavior that uses the GET querystring: Si

Re: [Radiant] Caching and optimizations

2006-08-21 Thread MarsHall
On Aug 18, 2006, at 16:29, John W. Long wrote: > Jason Hoffman did a study on Radiant and caching and posted some > interesting screenshots about it on Flickr: > > http://flickr.com/photos/textdriveinc/179393665/in/photostream/ I *know* Jason loves testing their Sun/Solaris platform :) What ki

Re: [Radiant] Redcloth

2006-08-18 Thread MarsHall
RedCloth is focused on Textile formatting (with Markdown practically as an aside). I suggest using BlueCloth for Markdown: http://www.deveiate.org/projects/BlueCloth In my experience, it works much better, including a fix for this line break problem: Two spaces at the end of a line cre

[Radiant] Multi-Lingual Radiant

2006-08-11 Thread MarsHall
Good day Radiant people :) After several years of building multi-lingual sites as basically parallel static web pages, I've decided to try to automate some of the Repeating Yourself that inevitably happens. I'm experimenting with Radiant to implement this functionality and would love to ge