Re: [Radiant] mailer as snippet or layout

2010-02-16 Thread Andrew vonderLuft
I have used mailer in snippets many times. On Tue, Feb 16, 2010 at 12:05 PM, Steven Southard ste...@stevensouthard.com wrote: I want to include a mailer form for people to easily report an error on one type of page. There are hundreds of these pages so I would like to include it as a

Re: [Radiant] Trouble install concurrent_draft extension

2010-02-11 Thread Andrew vonderLuft
You need to use the 0.7.1 tag of the extension, if you are running radiant 0.7.1 So I don't think you can use script/extension install, but will need to pull from github. Andrew On Thu, Feb 11, 2010 at 2:47 PM, Stan Rawrysz smoo...@gmail.com wrote: I have inherited the project from another

Re: [Radiant] URL tags

2009-09-23 Thread Andrew vonderLuft
As info, these are the tags Sean mentioned: tag 'if_blank' do |tag| part_name = tag.attr['part'] raise StandardTags::TagError.new(`if_blank' tag requires a 'part' attribute) unless part_name part = tag.locals.page.part(part_name) result = part.nil? ? :

Re: [Radiant] Max page cache time

2009-07-27 Thread Andrew vonderLuft
In the config.after_initialize block in environment.rb, add: ResponseCache.defaults[:expire_time] = 12.hours You can also check out the page_options extension, which enables you to set non-default caching on a per page basis. http://ext.radiantcms.org/extensions/123-page-options Andrew On

Re: [Radiant] Cache control in 0.8.0

2009-05-26 Thread Andrew vonderLuft
The radiant-page_options-extensionhttps://github.com/avonderluft/radiant-page_options-extension/tree enables setting caching on a per page basis. It has not yet been tested for 0.8, but I suspect it is compatible, or very close to it. Andrew On Tue, May 26, 2009 at 2:14 PM, David Cato

Re: [Radiant] Getting NoMethodError with Templates extension

2009-05-24 Thread Andrew vonderLuft
git submodule init git submodule update On May 23, 2009, at 9:30 PM, N. Turnage wrote: NoMethodError (undefined method `make_resourceful' for TemplatesController:Class): This is the error I am getting when I am trying to view templates in admin. I looked in the vendor/plugins directory

Re: [Radiant] Templates Extension: Important Update

2009-05-14 Thread Andrew vonderLuft
at 12:53 PM, N. Turnage pixeln...@gmail.com wrote: Andrew vonderLuft wrote: To anyone using Templates extension with Radiant 0.7 or greater: We discovered an issue today which could cause the creation of a child page with a nil parent_id. The scenario is when you create a new child page

[Radiant] Templates Extension: Important Update

2009-05-13 Thread Andrew vonderLuft
. In this case the parent_id is lost. We corrected this by updating the switch_templates partial to conform to RESTful routes. So if you are using Template Extension with Radiant 0.7, be sure to pull from master. Best, Andrew vonderLuft

Re: [Radiant][FIXED] Using absolute urls

2009-04-15 Thread Andrew vonderLuft
I find that this patch produces this error: undefined method relative_url_root for ActionController::Base:Class with Radius code like this in a snippet: r:if_url matches=/somethinghref=/en/some/relative/url/r:if_url On Tue, Apr 14, 2009 at 3:32 PM, Jeffrey Jones j...@jones.be wrote: Welp Sean

[Radiant] Page_Options extensions

2009-04-09 Thread Andrew vonderLuft
Hello all, I just completed a new extension called *page_options*, which enables per page admin options, such as setting caching for a specific page to a non-default timeout value, or setting it to expire at a certain time each day, or turning it off altogether. For first release per-page cache

Re: [Radiant] Members Extension Won't Install Correctly

2009-01-29 Thread Andrew vonderLuft
From the ext root, run:git submodule init git submodule update On Thu, Jan 29, 2009 at 1:33 PM, Adam Farnsworth b...@adamfarnsworth.comwrote: How do I get the file_column to install? On Jan 29, 2009, at 1:41 AM, J Aaron Farr wrote: When I try to install farra's members extension

Re: [Radiant] what extensions do you have installed?

2009-01-27 Thread Andrew vonderLuft
I have quite a few radiant sites, and the most common extensions I have installed are: * import_export * page_list_view * search * copy_move * file_system * page_attachments * reorder * sitemap_search On Jan 27, 2009, at 8:41 PM, Mohit Sindhwani wrote: john muhl wrote: I'd like to get some

Re: [Radiant] Copy_move extension and 0.6.9

2008-12-28 Thread Andrew vonderLuft
In my experience, the current version of copy_move works fine with 0.6.9 git clone git://github.com/pilu/radiant-copy-move.git (I know, I didn't answer the question). Andrew On Dec 28, 2008, at 5:15 PM, Nate Turnage wrote: Can anybody tell me how I can git clone and older version of the

[Radiant] Search extension broken in edge

2008-11-21 Thread Andrew vonderLuft
It appears from my testing that the Search extension (http://github.com/radiant/radiant-search-extension/tree/master ) is broken in radiant edge. This is the consistent error: ActiveRecord::StatementInvalid in SiteController#show_page Mysql::Error: Unknown column 'content' in 'where clause':

Re: [Radiant] new concurrent_draft extension

2008-08-08 Thread Andrew vonderLuft
with the results of this extension -- it cleanly and simply deals with the 'working copy' issue without adding a ton of ugly extra records or tables. It was also fun for me to design and code the UI. Check it out when you have a chance! Sean On Thu, Aug 7, 2008 at 3:22 PM, Andrew vonderLuft

[Radiant] new concurrent_draft extension

2008-08-07 Thread Andrew vonderLuft
Thanks to Sean Cribbs for helping Andrew vonderLuft realize his idea for an extension which enables default draft versions of pages, snippets and layouts, which can be scheduled for promotion to Production. As of now (rel. 0.6.9), it does require edge Radiant. Also be advised

Re: [Radiant] Re: Shards and Reorder

2008-04-08 Thread Andrew vonderLuft
javascript files were moved into public (usually through the update rake task)? On Tue, Apr 8, 2008 at 2:33 PM, Andrew vonderLuft [EMAIL PROTECTED] wrote: Not working here. I have radiant edge rev 802, shards same, and latest page_attachments. Symptoms are that the add/remove icons