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  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 snippet or write it into the layout.  Is that
> possible?
>
> Steven
> ___
> Radiant mailing list
> Post: Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
> Radiant: http://radiantcms.org
> Extensions: http://ext.radiantcms.org
>
___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


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  wrote:

> I have inherited the project from another developer. I'm not sure I
> understand your question, either. I'm pretty sure it was created from
> the gem.
>
> And a correction below, it is not running 2.3.5, it's actually 2.1.2
> like it's supposed to.
>
> Thanks,
> Stan
>
>
> On Thu, Feb 11, 2010 at 1:46 PM, john muhl  wrote:
> > are you using the 0.7.1 tag or the master branch? if the latter you
> > might try switching to the former and running the migrate/update
> > commands by hand.
> >
> > On Thu, Feb 11, 2010 at 3:32 PM, Stan Rawrysz  wrote:
> >> I'm trying to install the concurrent_draft extension, but I'm guessing
> >> I'm missing a plugin or something.
> >>
> >> Running Radiant 0.7.1
> >> Rails 2.3.5 (installed through macports)
> >> OS X 10.6
> >> PostgreSQL
> >>
> >>
> >> Error while installing:
> >>
> >> $ script/extension install concurrent_draft
> >> Initialized empty Git repository in
> >>
> /private/var/folders/DM/DMD0iVG4Fb0a50Z09mRvnU+++TI/-Tmp-/concurrent_draft/.git/
> >> remote: Counting objects: 506, done.
> >> remote: Compressing objects: 100% (279/279), done.
> >> remote: Total 506 (delta 233), reused 329 (delta 138)
> >> Receiving objects: 100% (506/506), 71.54 KiB, done.
> >> Resolving deltas: 100% (233/233), done.
> >> rake aborted!
> >> undefined method `select_hour' for class
> `ActionView::Helpers::DateTimeSelector'
> >>
> >> (See full trace by running task with --trace)
> >> rake aborted!
> >> undefined method `select_hour' for class
> `ActionView::Helpers::DateTimeSelector'
> >>
> >> (See full trace by running task with --trace)
> >>
> >> -
> >>
> >> Error at runtime:
> >>
> >> $ script/server
> >> => Booting Mongrel (use 'script/server webrick' to force WEBrick)
> >> => Rails 2.1.2 application starting on http://0.0.0.0:3000
> >> => Call with -d to detach
> >> => Ctrl-C to shutdown server
> >> ** Starting Mongrel listening at 0.0.0.0:3000
> >> ** Starting Rails with development environment...
> >> Exiting
> >>
> /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb:31:in
> >> `alias_method': undefined method `select_hour' for class
> >> `ActionView::Helpers::DateTimeSelector' (NameError)
> >>
> >>
> >> 
> >>
> >> Did a bit of searching for this error and found a thread about
> >> rails-unobtrusive-date-picker, but I think that's a red herring.
> >>
> http://code.google.com/p/rails-unobtrusive-date-picker/issues/detail?id=17
> >>
> >> If anyone can help, that would be awesome.
> >>
> >> Stan
> >> ___
> >> Radiant mailing list
> >> Post: Radiant@radiantcms.org
> >> Search: http://radiantcms.org/mailing-list/search/
> >> List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
> >> Radiant: http://radiantcms.org
> >> Extensions: http://ext.radiantcms.org
> >>
> > ___
> > Radiant mailing list
> > Post: Radiant@radiantcms.org
> > Search: http://radiantcms.org/mailing-list/search/
> > List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
> > Radiant: http://radiantcms.org
> > Extensions: http://ext.radiantcms.org
> >
> ___
> Radiant mailing list
> Post: Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
> Radiant: http://radiantcms.org
> Extensions: http://ext.radiantcms.org
>
___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


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

2009-12-04 Thread Andrew vonderLuft
Page Options needs to be rewritten for 0.8.1, since the caching in Radiant 
changed between 0.7 to 0.8  
I hope to  be getting to this relatively soon...
Andrew

On Dec 4, 2009, at 6:41 AM, subsor...@gmail.com wrote:

> 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 
> there was an easy way to make this 0.8.1 compatible? It seems to work on 
> 0.7.1... 
> 
> ActionView::TemplateError (uninitialized constant 
> PageOptions::PageExtensions::ClassMethods::ResponseCache) on line #3 of 
> vendor/extensions/page_options/app/views/admin/pages/_caching_header.html.haml:
> 1: #default_caching
> 2:   ( Default Caching:
> 3:   %em= Page.default_caching
> 4:   )
> 5: - content_for :page_css do
> 6:   :sass
> 
> Cheers, 
> 
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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? ? "" : (defined?(ConcurrentDraft) && dev? 
(tag.globals.page.request) ? part.draft_content : part.content)

tag.expand if result.blank?
  end

  tag 'unless_blank' do |tag|
part_name = tag.attr['part']
raise StandardTags::TagError.new("`unless_blank' tag requires a  
'part' attribute") unless part_name

part = tag.locals.page.part(part_name)
result = part.nil? ? "" : (defined?(ConcurrentDraft) && dev? 
(tag.globals.page.request) ? part.draft_content : part.content)

tag.expand unless result.blank?
  end


On Sep 23, 2009, at 6:13 AM, Sean Cribbs wrote:

At one point, I believe it was for Con-way, I implemented an  
 tag that checked whether a part was blank.  Regarding  
the syntax of Jim's proposal, it would be nice to disambiguate the  
'blank' attribute - it's unclear to me what it would do in each  
case.  Maybe:




Sean

Nate wrote:

Jim Gay wrote:


Hmm. If it's going to go that way, I retract the suggestion. Why not
just add an attribute to if_content which checks the presence of  
text

then. 
And then inheritance would get tricky.


That does sound like a better way to do it. Honestly, I am not  
entirely certain how you would have used if_part outside of the  
if_content tag. I am curious how that would be more useful tha  
?

+1 for if_url and if_path changes


Ditto.


~N
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant



___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Quotes extension

2009-07-29 Thread Andrew vonderLuft

A new extension to display random quotes on a page:

http://ext.radiantcms.org/extensions/141-quote-du-jour

Best,
Andrew
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 Jul 27, 2009, at 2:06 PM, Mamed Mamedov wrote:


Hi!
I'am using radiant v0.7.1 and I want to cache my pages for 12 hours,  
against

default 5 minutes value. How can I do it? Thank you!

Regards,
Mamed Mamedov

Sent from Baku, Azerbaijan
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Cache control in 0.8.0

2009-05-26 Thread Andrew vonderLuft
The 
radiant-page_options-extension
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  wrote:

> I'm looking for some advice on page caching in Radiant 0.8.0, in
> particular how to control caching on individual pages depending on their
> content. For example, if I include the Polls extension on a page, the
> page that includes the poll should not be cached, but I don't see an
> obvious way of disabling caching on an individual page.
>
> The Page model currently has a cache? method that is hard-coded to
> return true, so it seems to me that modifying the Page model to allow
> setting the cache value should then allow me to disable caching on a
> particular page. So, for example, in the extension's tag definitions, I
> could then do something like
>
>  tag 'poll' do |tag|
>tag.locals.page.cache = false
>...
>  end
>
> Is this a reasonable approach, or have I overlooked something that
> already exists?
>
> --
> David Cato
> o...@crunchyfrog.net
>
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 in the extension,  
but there is nothing in either the acts_as_list or make_resourceful  
plugin directories. I have used the templates extension on a number  
of other sites and have never had this problem before. How do I  
force the templates extension to install it's needed plugins? Should  
I just reinstall instead?



Thanks,

Nate
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Templates Extension: Important Update

2009-05-14 Thread Andrew vonderLuft
I would try this:
$ rake radiant:extensions:templates:migrate VERSION=8
$ rake radiant:extensions:templates:migrate

This will roll you back to migration 8, and then re-migrate 9 and 10.
 migration 9 will create the boolean part_type which you appear to be
missing.

Andrew

On Thu, May 14, 2009 at 12:53 PM, N. Turnage  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
>> with a given template, and then change the template before the initial save.
>>  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.
>>
>
>
> I am having problems trying to upgrade the templates extension. I upgraded
> from commit 0f3043d to commit a0b19b2 so I already had migration 009. When I
> migrated 010 this was the error: http://pastie.org/478375
>
> How can I migrate the db to 010 without having to go back to 008 and
> migrate up?
>
>
>
>
> ~Nate
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Templates Extension: Important Update

2009-05-13 Thread Andrew vonderLuft

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 with a given template, and then change the template before  
the initial save.  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
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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:

href="/en/some/relative/url"

On Tue, Apr 14, 2009 at 3:32 PM, Jeffrey Jones  wrote:

> Welp Sean has pointed out that this has been fixed in edge Radiant and all
> appears hunky-dory.
>
> The change is a one-liner is here -
> http://github.com/radiant/radiant/blob/master/app/models/standard_tags.rb#L980
>
> Jeff
>
>
> Jeffrey Jones wrote:
>
>> Yup, also getting this error 0.7.1. Bit of a showstopper as far as the
>> comments extension goes.
>>
>> A - vaguely works- workaround is to take the user back to the page the
>> comment was posted from. They won't see their comment or get any hint that
>> it is awaiting approval but at least the site doesn't explode.
>>
>>  def create
>>   comment = @page.comments.build(params[:comment])
>>   comment.request = request
>>   comment.save!
>>
>>   ResponseCache.instance.clear
>>   CommentMailer.deliver_comment_notification(comment) if
>> Radiant::Config['comments.notification'] == "true"
>>
>>   flash[:selected_comment] = comment.id
>>   redirect_to "#...@page.url}#comment-#{comment.id}" <---
>>
>> Doesn't help if they fail validation though.
>>
>> Jeff
>>
>>
>> Victor Elsendoorn wrote:
>>
>>> Thanks Simon, for your reply. However this doesn't solve the problem. The
>>> error remains:
>>>
>>>The error occurred while evaluating nil.relative_url_root.
>>>
>>> and by the way the radiant version I'm using is indeed 0.7.1
>>>
>>> Other ideas?
>>>
>>> Thanks in advance.
>>>
>>>
>>>
>>>
>>> On Apr 2, 2009, at 5:24 PM, Simon Josi wrote:
>>>
>>>  I'm still using 0.6.9, I don't know if this issue is fixed for 0.7.x.
 I've fixed this in my fork of the comments extensions:

 http://github.com/turingmachine/radiant-comments/commit/c5efa910e5c83ebd7402a7c263064c6f28741bd1

 /simon

 On Thu, 2 Apr 2009 17:01:27 +0200
 Victor Elsendoorn  wrote:

  Dear list,
>
> I found out having trouble with the comments extension in
> combination with the usages of a navigation snippet based on using
> the  tag.
>
> It seems that it has something to do with the fact that the
>  tag is producing relative url's rather than absolute
> url's. Can someone tell me how to use absolute url's instead of the
> relative ones?
>
> By the way, the error produced by the comments controller: not
> expecting nil_relative_url_for
>
> Hope someone can help me out here.
>
> Regards,
> Victor
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

>>>
>>> ___
>>> Radiant mailing list
>>> Post:   Radiant@radiantcms.org
>>> Search: http://radiantcms.org/mailing-list/search/
>>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>>
>> ___
>> Radiant mailing list
>> Post:   Radiant@radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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
settings is this extension's lone feature.  If you have other suggestions,
please let me know.  It is Radiant 0.7.1 compatible.

Radiant Extension Registry:
http://ext.radiantcms.org/extensions/123-page-options
Github:
http://github.com/avonderluft/radiant-page_options-extension/tree/master

Happy hacking,
Andrew
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problems with templates_extension

2009-02-24 Thread Andrew vonderLuft
Hi Robert,There is an 0.6.9 compatible tag on github at
http://github.com/seancribbs/radiant-templates-extension/tree/1.0
Best,
Andrew

On Tue, Feb 24, 2009 at 10:25 AM, Anton Aylward wrote:

> I'm trying to us this with a 0.6.9 base implementation and get lots of
> errors like
>
> `type_column_header' default partial not found!`type_column' default
> partial not found!`type_column' default partial not found!`type_column'
> default partial not found!`type_column' default partial not
> found!`type_column' default partial not found!`type_column' default
> partial not found!`type_column' default partial not found!`type_column'
> default partial not found!`type_column' default partial not
> found!`type_column' default partial not found!`type_column' default
> partial not found!`type_column' default partial not found!`type_column'
> default partial not found!`type_column' default partial not
> found!`type_column' default partial not found!`type_column' default
> partial not found!`type_column' default partial not found!`type_column'
> default partial not found!`type_column' default partial not
> found!`type_column' default partial not found!`type_column' default
> partial not found!`type_column' default partial not found!`type_column'
> default partial not found!
>
> I suspect I have a 0.7 version of templates.
> Either ... where can I get a 0.6.9 one or what do I have to do to get it
> to act like one suitable for a 0.6.9 site?
>
> Thanks
>
>
>
>
>
> --
> I will not attack your doctrines nor your creeds if they accord liberty
> to me. If they hold thought to be dangerous - if they aver that doubt
> is a crime, then I attack them one and all, because they enslave the
> minds of men.
>--Robert Ingersoll (The Ghosts)
>
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 wrote:

> 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
>>> (http://github.com/farra/radiant-members-extension/tree/master ) I
>>> keep getting this error upon migration:
>>>
>>> rake aborted!
>>> undefined method `file_column' for #
>>>
>>> I read in his readme that the "file_column plugin" is included, and
>>> I'm wondering if that could be part of the problem?
>>>
>>
>> That's the problem.
>>
>
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 kind of idea what the most popular extensions
are. I'll start, my personal site has (minus the ones packaged with
radiant)

* Bluecloth Filter
* Default Page Parts
* Mailer
* Page Attachments
* RDiscount Markdown Filter
* Shards


My list seems to be as follows.

Under extensions:
- blog_tags
- copy_move
- gallery
- reorder
- settings

Under plugins:
- db_backup

On this site, I need to add these:
- PageAttachments (and/ or Paperclipped)
- Comments
- Local (my own extension for some simple things to be added on)
- EzLang (my own extension for a very simple Language Bar)
- Something for Version Management
- Something for Tags (the tag cloud kind)

Cheers,
Mohit.
1/28/2009 | 12:41 PM.




___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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  
copy_move
extension for use with Radiant 0.6.9? I am not up with all the ins  
and outs

of git enough to figure out how to use previous revisions.


Thanks,

~Nate
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] author tag

2008-12-04 Thread Andrew vonderLuft
Has anyone else had issues with the  tag not working?
Andrew
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Search extension broken in edge

2008-11-21 Thread Andrew vonderLuft

Confirmed that the Search extension does work with this version of edge:

commit fcbb5e9d897e15fa7800c986dca794e1f0978ca4
Merge: 18d56d9... 1919c35...
Author: Sean Cribbs <[EMAIL PROTECTED]>
Date:   Tue Aug 26 12:12:12 2008 -0400 
___

Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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': SELECT *
FROM `pages` WHERE (((LOWER(content) LIKE '%aorist%') OR (LOWER  
(title) LIKE '%aorist%')))

RAILS_ROOT: /Users/avonderluft/svn/dev.gknt
Application Trace | Framework Trace | Full Trace
vendor/radiant/vendor/rails/activerecord/lib/active_record/ 
connection_adapters/abstract_adapter.rb:147:in `log'
vendor/radiant/vendor/rails/activerecord/lib/active_record/ 
connection_adapters/mysql_adapter.rb:302:in `execute'
vendor/radiant/vendor/rails/activerecord/lib/active_record/ 
connection_adapters/mysql_adapter.rb:537:in `select'
vendor/radiant/vendor/rails/activerecord/lib/active_record/ 
connection_adapters/abstract/database_statements.rb:7:in

`select_all_without_query_cache'

And, with a pristine install of radiant edge, and pulling in only the  
search extension from github, the result of accessing a search page is:

StandardTags::TagError in SiteController#show_page
undefined tag `search'
RAILS_ROOT: /Users/avonderluft/dev/testrad
Application Trace | Framework Trace | Full Trace
vendor/radiant/app/models/page_context.rb:28:in `tag_missing'
vendor/radiant/vendor/radius/lib/radius.rb:278:in `render_tag'
vendor/radiant/app/models/page_context.rb:18:in `render_tag'
vendor/radiant/vendor/radius/lib/radius.rb:270:in `render_tag'
vendor/radiant/app/models/page_context.rb:18:in `render_tag'
vendor/radiant/vendor/radius/lib/radius.rb:450:in `parse_individual'
vendor/radiant/vendor/radius/lib/radius.rb:413:in `pre_parse'
vendor/radiant/vendor/radius/lib/radius.rb:363:in `call'

Any ideas?
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] new concurrent_draft extension

2008-08-08 Thread Andrew vonderLuft
Sean and I have been working together this week in Portland.  We have had
some stimulating (to me at least) discussions around music, listening to
KBPS, the local classical station, while driving to and fro.  We have tested
each other's knowledge by guessing the identity of pieces.  So there you
have it.  :-)

On Fri, Aug 8, 2008 at 12:40 PM, Andrew Neil
<[EMAIL PROTECTED]>wrote:

> This looks excellent. I'm eager to try it out.
> But pray tell, what did Haydn have to do with it?
>
>
>
>
> On 8 Aug 2008, at 18:22, Sean Cribbs wrote:
>
>  Just to do a little shameless promotion, we're very happy 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 <[EMAIL PROTECTED]>
>> wrote:
>>
>>> 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 that
>>> scheduled
>>> times are dependent on the ActiveRecord time setting.
>>>
>>> You can find it on github here:
>>>
>>> http://github.com/avonderluft/radiant-concurrent_draft-extension/tree/master
>>>
>>> Please feel free to fork and submit patches.
>>>
>>> It has been posted in the Radiant Extension registry (
>>> http://ext.radiantcms.org/extensions/19-concurrent-draft ) and so if you
>>> have git you can install this extension with a simple:
>>> $ script/extension install concurrent_draft
>>> ___
>>> Radiant mailing list
>>> Post:   Radiant@radiantcms.org
>>> Search: http://radiantcms.org/mailing-list/search/
>>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>>
>>>  ___
>> Radiant mailing list
>> Post:   Radiant@radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>
>
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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 that scheduled times are dependent on the ActiveRecord  
time setting.


You can find it on github here:  
http://github.com/avonderluft/radiant-concurrent_draft-extension/tree/master

Please feel free to fork and submit patches.

It has been posted in the Radiant Extension registry ( http://ext.radiantcms.org/extensions/19-concurrent-draft 
 ) and so if you have git you can install this extension with a simple:

$ script/extension install concurrent_draft
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Re: Shards and Reorder

2008-04-08 Thread Andrew vonderLuft
oops.  rake --tasks doesn't show rake
radiant:extensions:page_attachments:update so I didn't run it.
Now that I have run it, all is well.  Thanks.

On Tue, Apr 8, 2008 at 11:58 AM, Andrew O'Brien <[EMAIL PROTECTED]>
wrote:

> Are you getting any javascript errors?  Are you sure the extension's
> 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 are not clickable.  Anyone have
> a
> >  resolution to this?
> >
> >  On Tue, Apr 8, 2008 at 6:18 AM, Andrew O'Brien <[EMAIL PROTECTED]
> >
> >  wrote:
> >
> >
> >
> >  > Yeah -- not having any problems with page_attachments in 0.6.5
> either.
> >  >  I think I saw a ticket about javascript errors when hitting the
> >  > buttons, but I'm not getting any (Safari 3).
> >  >
> >  > On Tue, Apr 8, 2008 at 1:31 AM, Arik Jones <[EMAIL PROTECTED]>
> wrote:
> >  > > Andrew vonderLuft wrote:
> >  > >  > OK, thanks for the info.  Puts me in a bit of a Catch-22, since
> >  > >  > page_attachments is broken in 0.6.5  :-)
> >  > >  >
> >  > >  > On Mon, Apr 7, 2008 at 3:30 PM, Andrew O'Brien <
> >  > [EMAIL PROTECTED]>
> >  > >
> >  > >  Actually page_attachment works wonderfully in 0.6.5 ... However
> the
> >  > >  interface is a little unorthodox.
> >  > >  --
> >  > >  Posted via http://www.ruby-forum.com/.
> >  > >
> >  > >
> >  > > ___
> >  > >  Radiant mailing list
> >  > >  Post:   Radiant@radiantcms.org
> >  > >  Search: http://radiantcms.org/mailing-list/search/
> >  > >  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >  > >
> >  > ___
> >  > Radiant mailing list
> >  > Post:   Radiant@radiantcms.org
> >  > Search: http://radiantcms.org/mailing-list/search/
> >  > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >  >
> >  ___
> >  Radiant mailing list
> >  Post:   Radiant@radiantcms.org
> >  Search: http://radiantcms.org/mailing-list/search/
> >  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Re: Shards and Reorder

2008-04-08 Thread Andrew vonderLuft
Not working here.
I have radiant edge rev 802, shards same, and latest page_attachments.
Symptoms are that the add/remove icons are not clickable.  Anyone have a
resolution to this?

On Tue, Apr 8, 2008 at 6:18 AM, Andrew O'Brien <[EMAIL PROTECTED]>
wrote:

> Yeah -- not having any problems with page_attachments in 0.6.5 either.
>  I think I saw a ticket about javascript errors when hitting the
> buttons, but I'm not getting any (Safari 3).
>
> On Tue, Apr 8, 2008 at 1:31 AM, Arik Jones <[EMAIL PROTECTED]> wrote:
> > Andrew vonderLuft wrote:
> >  > OK, thanks for the info.  Puts me in a bit of a Catch-22, since
> >  > page_attachments is broken in 0.6.5  :-)
> >  >
> >  > On Mon, Apr 7, 2008 at 3:30 PM, Andrew O'Brien <
> [EMAIL PROTECTED]>
> >
> >  Actually page_attachment works wonderfully in 0.6.5 ... However the
> >  interface is a little unorthodox.
> >  --
> >  Posted via http://www.ruby-forum.com/.
> >
> >
> > ___
> >  Radiant mailing list
> >  Post:   Radiant@radiantcms.org
> >  Search: http://radiantcms.org/mailing-list/search/
> >  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Shards and Reorder

2008-04-07 Thread Andrew vonderLuft
OK, thanks for the info.  Puts me in a bit of a Catch-22, since
page_attachments is broken in 0.6.5  :-)

On Mon, Apr 7, 2008 at 3:30 PM, Andrew O'Brien <[EMAIL PROTECTED]>
wrote:

> Hey everyone,
>
> I had this problem a couple of days ago:  The Reorder extension from
> trunk (or at least from git, which I assume mirrors trunk) uses the
> Rails 2 view naming convention.  You'll need to install the latest RC
> of 0.6.5 (where we upgrade to Rails 2) in order to get Reorder to
> work.
>
> There's an order version for 0.6.4, but I think it included drag'n
> drop functionality that was kinda broken.  My recommendation is to
> install the latest Radiant.
>
> -Andrew
>
> On Mon, Apr 7, 2008 at 6:15 PM, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > 0.6.4 on radiant and .3 shards and .1 reorder
> >
> >
> >
> >  On Apr 7, 2008, at 4:00 PM, Sean Cribbs wrote:
> >
> > > Which version of Radiant are you running, and which versions of the
> > extensions are you running?
> > >
> > > Sean
> > >
> > > [EMAIL PROTECTED] wrote:
> > >
> > > > I've got both shards and reorder installed but I am not seeing the
> new
> > buttons reorder should have placed in the pages admin area.
> > > >
> > > > Is there something else I need to do besides the rake tasks?  Shards
> and
> > reorder are both showing installed in the radiant extensions admin.
> > > >
> > > > Brian Loomis
> > > >
> > > > ___
> > > > Radiant mailing list
> > > > Post:   Radiant@radiantcms.org
> > > > Search: http://radiantcms.org/mailing-list/search/
> > > > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> > > >
> > > >
> > >
> > > ___
> > > Radiant mailing list
> > > Post:   Radiant@radiantcms.org
> > > Search: http://radiantcms.org/mailing-list/search/
> > > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> > >
> >
> >  Brian Loomis
> >  [EMAIL PROTECTED]
> >  (208) 562-3944
> >
> >
> >
> >  ___
> >  Radiant mailing list
> >  Post:   Radiant@radiantcms.org
> >  Search: http://radiantcms.org/mailing-list/search/
> >  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Shards and Reorder

2008-04-07 Thread Andrew vonderLuft
I'm having same issue on an install with gem 0.6.4 radiant, Shards from
0.6.4 tag, and reorder from trunk (rev 774).

On Mon, Apr 7, 2008 at 3:00 PM, Sean Cribbs <[EMAIL PROTECTED]> wrote:

> Which version of Radiant are you running, and which versions of the
> extensions are you running?
>
> Sean
>
>
> [EMAIL PROTECTED] wrote:
>
> > I've got both shards and reorder installed but I am not seeing the new
> > buttons reorder should have placed in the pages admin area.
> >
> > Is there something else I need to do besides the rake tasks?  Shards and
> > reorder are both showing installed in the radiant extensions admin.
> >
> > Brian Loomis
> >
> > ___
> > Radiant mailing list
> > Post:   Radiant@radiantcms.org
> > Search: http://radiantcms.org/mailing-list/search/
> > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> >
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] list test - new list addresses

2008-03-02 Thread Andrew vonderLuft

Please note new Radiant list addresses:

radiant@radiantcms.org
[EMAIL PROTECTED]

After some research, it seems that the Mailman setup on the old server  
was somewhat anomolous.  In order to avoid any disruption of service,  
and to ensure stability, we have decided that it is best to keep the  
standard Mailman setup intact on the new server, which means that the  
list email addresses will henceforth be as noted above.


Thanks for your patience,
Andrew vonderLuft
avlux.net

On Mar 2, 2008, at 10:44 PM, Felician Moldovan wrote:


test

--
Best Regards,

Felician Moldovan



___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant