[Radiant] Re: "Just before write" parse of pages in extensions.

2011-08-29 Thread Jomz
Somewhat stabbing in the dark here, but I would probably put something like this in the extension's activate method; Page.send(:include, HamlHack::PagePartExtensions) And in lib/haml_hack/page_extensions.rb: module HamlHack::PageExtensions def self.included(base) base.class_eval do a

[Radiant] Re: Can Radiant be something for my site

2011-08-29 Thread Jomz
I don't see why not. Easily! On Aug 27, 12:48 pm, roelof wrote: > Hello, > > Im looking for a new CMS for my site. > Can I make this site (http://www.tamarawobben.nl) in Radiant. > > Roelof

[Radiant] Re: Using Pow presents a problem

2011-08-29 Thread Jomz
I have also seen this. I don't know the exact reasons, but you can 'fix' it with this setting in development.rb: config.cache_classes = true This also means however that you will have to restart the server way more often to see your changes.. On Aug 29, 9:18 pm, Dave wrote: > Hi, > > RVM REE > R

[Radiant] Re: Page versioning extension for 1.0(RC)?

2011-08-21 Thread Jomz
hey Bryan, I have updated chronicle to work with radiant 1.0; https://github.com/jomz/radiant-chronicle-extension Please let me know if you run into any trouble with it.. Regards, Benny On Aug 10, 5:12 pm, Bryan Field-Elliot wrote: > Are there any extensions which support page version

[Radiant] Re: Mailer Extension, Redirecting to a Multilingual Page

2011-07-30 Thread Jomz
hi, I'm not familiar with the multilingual-pages extension, but I think this isn't possible. One thing I'd try however, is something like this; subject_field: subject from_field: email redirect_to: /contact/thanks redirect_to: /contact/thanks-ja Also see 'Language selection for non-multilingu

[Radiant] Re: Attachments with Database Mailer?

2011-07-30 Thread Jomz
hi Marshal, Actually, I've been planning to merge the attachments support into the master branch and then into the "official" fork and gem. My fork has gotten a bit nasty over the years though, so I suspect it will take me some time to go through all the code.. I'll get to it eventually, but if yo

[Radiant] Re: snapshot extension with 0.9.1

2011-07-30 Thread Jomz
hello Erasmo, The error seems to come from an IndexPage, because the response object is missing. If I'd face this problem myself, I would probably patch the snapshot extension to not try to create static pages for IndexPages, and somehow output a list of redirects to be made at the end of the crea

[Radiant] Re: Attachments with Database Mailer?

2011-07-25 Thread Jomz
hi Rachel, My fork of mailer supports attachments: https://github.com/jomz/radiant-mailer-extension I have combined it with database_mailer succesfully, but the behavior is not what you're after.. For some reason, when database_mailer is installed, mail attachments break, but they do get

[Radiant] Re: Globalize2 bug?

2011-04-05 Thread Jomz
uld very often clash with other extensions.. It has recently been refactored, and is much more robust now. Please try again with https://github.com/jomz/radiant-globalize2-extension (or gem install radiant-globalize2-extension ), and let me know if you still encounter problems. On Mar 4, 7:58 pm, wlai

[Radiant] Re: Conditional tags wiki info: typo or user ignorance?

2011-03-04 Thread Jomz
doesn't make much sense.. It means any url starting with a /, so ... any url. This will indeed always render. means if we are not on the /about page, so this will also render on every page except the about page. I think this is what you're after: regards, Benny On Feb 23, 7:52 pm, rossl

[Radiant] Re: freezing edge submodules and git

2011-01-03 Thread Jomz
another option is to install radiant as a submodule; git submodule add git://github.com/radiant/radiant.git vendor/radiant but beware of the submodules inside the radiant repository itself; cd vendor/radiant; git submodule init; git submodule update I let capistrano take care of nested submodu

[Radiant] Re: Newsletter extension

2010-10-14 Thread Jomz
Hi, I've never used pilu's (or any) newsletter extension, but if all you want to do is collect email adresses from your site, you really don't need one. There are a whole lot of aspects about sending newsletters to get right, so in my opinion, you should leave that to an external service like Camp

[Radiant] Re: How to handle a 1,000 page site???

2010-09-23 Thread Jomz
tcms@googlegroups.com > > Subject: Re: [Radiant] How to handle a 1,000 page site??? > > >   On 9/21/10 9:11 PM, David Bacon wrote: > > > We've used the Admin Tree Structure extension on our sites.  It creates > > > an automatic year/month directory structure in th