[Radiant] 'Page Options' options / Caching

2009-12-04 Thread subsorama
Hello all, I was just checking out the Page Options extension as I would like to set the cache timeout for my RSS feeds for just once a day. http://github.com/avonderluft/radiant-page_options-extension/tree/master However I'm getting an error and wondered if anyone knew the cause, or if

Re: [Radiant] 'Page Options' options / Caching

2009-12-04 Thread subsorama
Thanks for the note, I thought it would probably be an involved update - but I also thought I should just check incase... It looks great in 0.7.1 btw. Cheers, On 4 Dec 2009, at 16:44, Andrew vonderLuft wrote: Page Options needs to be rewritten for 0.8.1, since the caching in Radiant

Re: [Radiant] Page Event Extension

2009-11-26 Thread subsorama
On 24 Nov 2009, at 22:10, subsor...@gmail.com wrote: It looks like it filters the events by date in the same manner as the blog archive page type filters blog posts by date. Just replying to myself incase this proves useful for anyone. The Archive Events page does indeed work like the

[Radiant] Comments Extension Notification CommentMailer Settings

2009-11-25 Thread subsorama
Hello all, I'm currently using the comments extension and am looking at enabling the email notifications. When I add an email address through the settings extension for the comments.notification_to setting I get an SMTP syntax error when submitting a comment, yet when I hardcode the

Re: [Radiant] aggreate archive

2009-11-24 Thread subsorama
Is back door still available and working on 0.8? I had a look for it the other day but couldn't find it on github or the ext.radiant.org site. Do you have a link? On 24 Nov 2009, at 05:57, Steven Southard wrote: Not sure why if_first doesn't work here but using back_door I was able to

[Radiant] Page Event Extension

2009-11-24 Thread subsorama
Hello, I was just taking a look at the Page Event Extension and wondered if anyone knew what the day, month, season and year pages were and how they worked? Are they like archive pages in that the grab the url in order to display events for that date? What tags enable you to do this - the

Re: [Radiant] Page Event Extension

2009-11-24 Thread subsorama
Hmm, How do you list the shows via the archives? I can see r:events:in_range:each but that requires start=/mm/dd manually specified in the tag. r:events:upcoming:each limit=10 just seems to list all upcoming events but is not scoped to the date in the archive... Is creating a simple

Re: [Radiant] Page Event Extension

2009-11-24 Thread subsorama
Sorry I should have been clearer, by shows I did mean events and by archives I meant the additional page types this extension adds: http://github.com/mghaught/radiant-page-event/tree/master/app/models/ e.g. event_archive_page.rb, event_month_index_page.rb, event_day_index_page.rb etc I

Re: [Radiant] Page Event Extension

2009-11-24 Thread subsorama
I'm referring to the the Page Events Extension that I linked to: http://github.com/mghaught/radiant-page-event As well as the event and calendar support it extends radiant by also adding several pages types, event_archive_page.rb, event_month_index_page.rb, event_day_index_page.rb etc. These

[Radiant] SQLite3::SQLException: no such table: extension_meta: SELECT schema_version FROM extension_meta WHERE name =

2009-11-18 Thread subsorama
Hello all, I just decided to try out the the twitter extension, but then decided to remove it as it couldn't pull in multiple feeds. When I tried to roll back the migrations with this command: rake radiant:extensions:twitter:migrate VERSION=0 I got this error: SQLite3::SQLException: no

[Radiant] Unknown Mailer Issues (mailer help required again)

2009-10-29 Thread subsorama
Hello all, I'm in the process of updating a site from 0.6.x to 0.8.x and everything so far has gone smoothly enough, however over time the mailer extension has changed considerably and I cannot for the life of me see what is going wrong where. The old v.1 just worked for me out of the

[Radiant] Tags Extension Bug?

2009-08-28 Thread subsorama
Hi, I think I am seeing a bug in the Tags extension - whenever a tag is deleted from a page it appears that same tag cannot be re-applied even to different page. Has anyone else come across this? Any idea's on what might be causing it? Thanks,

[Radiant] Comments Extension and Notifications

2009-08-13 Thread subsorama
Hi, Firstly thanks to all those who developed this extension, it seems like quite a roll call. Is this feature supported? I can see in TODO a note about stating that something similar is pending, but a quick glance through the code suggests it is in place. If it isn't implemented is it

Re: [Radiant] Search, 0.8.0 and Sqlite3

2009-08-11 Thread subsorama
Thanks for the help, not sure how I missed that. Cheers, On 7 Aug 2009, at 15:56, Rafael Carvalho wrote: Use this: http://github.com/radiant/radiant-search-extension/tree/master and look this issue: http://github.com/radiant/radiant-search-extension/issues#issue/1 to know how to run with

[Radiant] Search, 0.8.0 and Sqlite3

2009-08-07 Thread subsorama
Does anyone know if there is a search extension that is compatible with 0.8.0 and Sqlite3, I've had a go on a few and haven't come up with anything. Cheers, ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

Re: [Radiant] Problem with language_transliterate mailer extension

2009-08-07 Thread subsorama
I'm not familiar with the extension you are having problems with but until someone else helps out have you tried specifying the extensions load order in environment.rb? On 7 Aug 2009, at 08:12, exitseven wrote: Good Morning, I have the language_transliterate extension

[Radiant] RubyGems 1.3.1 and Radiant 0.6.4

2009-02-16 Thread subsorama
Hi, I have just updated to RubyGems 1.3.1 from an older version and now my old radiant gems are throwing a couple of errors due to some methods being depreciated: '#search support for String patterns is deprecated' and 'undefined method require_gem'. Is there a quick way to avoid

Re: [Radiant] RubyGems 1.3.1 and Radiant 0.6.4

2009-02-16 Thread subsorama
Thanks Sean, Do you mean updating using the instructions for 0.6.5, creating a new site and then migrating the db would have the new boot.rb wouldn't it? If only I could get 0.7.1 working I'd feel better about going forward ;) Does Radiant or it's version of RoR require any specific

[Radiant] undefined method `fdiv'

2009-02-16 Thread subsorama
Hello again, I just updated my system in order to try out the latest version of Radiant and I am getting the following error in 0.7.1 NoMethodError (undefined method `fdiv' for 0:Fixnum): /usr/lib/ruby/1.8/yaml/rubytypes.rb:146:in `is_binary_data?'