[Radiant] reorder plugin

2007-06-22 Thread Hans de Graaff
Hi,

I just installed the reorder extension. It works as advertised and makes 
it easy to have pages appear in the correct order. I did notice a few 
things while installing and using it, though.

Previously I had also installed the copy/move extension to help with some 
site reorganization. After installing the reorder plugin the copy/move 
icons are gone. The functionality is still there and can be accessed by 
entering the correct URL. I guess this happens because both extensions 
overwrite app/views/admin/page/index.rhtml and the last one wins. 

Also, the order on the reorder page is the reverse from what actually 
happens on the site. This is a bit confusing, it would be nice if the 
order was the same.

Finally, would it make sense to empty the page cache automatically after 
reordering? Almost always reordering will have effect on a bunch of pages 
including those that aren't being reordered, so emptying the page cache 
seems to make sense to me.

Please let me know if I should file any of these as bugs.

Kind regards,

Hans de Graaff


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


Re: [Radiant] Mailer extension causes problems

2007-05-08 Thread Hans de Graaff
On Tue, 08 May 2007 12:59:27 -0500, Sean Cribbs wrote:


 You can change the transport method in config/environment.rb or
 config/production.rb (assuming you're running in production).  This page
 has more information on configuring ActionMailer:

Actually that doesn't seem to work due to the hack in mailer_page.rb. 
I've solved it by setting the ActionMailer::Base.delivery_method just 
before the deliver_generic_mailer is used. This seems to work fine (and I 
already had done the same thing for the 0.5.2 plugin.

Kind regards,

Hans


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


Re: [Radiant] Upgrading radiant .5 to .6

2007-05-06 Thread Hans de Graaff
On Sat, 05 May 2007 15:41:03 +0100, keith wrote:

 I get to step 2 and receive the following errors?
 
 
 -bash-3.00$ gem update radiant
 Updating installed gems...
 ERROR:  While executing gem ... (NoMethodError)
 undefined method `refresh' for #Hash:0xb7d16b7c

This looks like rubygems cache poisining. Did you recently also upgrade 
rubygems? Here are some instructions from the Gentoo bugs database:

Going from rubygems-0.9.0-r2 to 0.9.1, the gem command gives me the 
following
error:

raven ~ # gem install hpricot
ERROR:  While executing gem ... (NoMethodError)
undefined method `refresh' for #Hash:0xb7c4e9bc

So far the only solution I've seen has been to manually delete
/usr/lib/ruby/gems/1.8/source_cache, and the one in ~/.gems/ if it 
exists. I didn't, as root, have a ~/.gems .

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