[Radiant] copy_move extension popup interface not showing

2009-12-05 Thread Carl McGruder
I just installed Radiant 0.8.1 and  copy_move extension (and few other
extensions) everything went fine (no errors). So after I restart my
app, I went into admin-pages to use copy_move and context menu pops
up. After selecting one of options, nothing happens, I thought a
CopyMove interface should appear.

Can someone help me get it to work?
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Clearing caches on Heroku

2009-12-05 Thread Charles Roper
A little bit of further information for Radiant users on Heroku. This is 
from Morten at Heroku:

---
I am not familiar with the particulars of Radiant caching. However, 
Varnish can't be run clustered so our HTTP caching layer consists of n 
individual Varnishes. You may see results propagating across the 
Varnishes giving you an occasional stale hit. This is normal, and in 
full usage on a busy site it's a very minor issue because it only takes 
one request for the cached copy to update.

Also, the only way we have to purge the HTTP cache is heroku restart.
---

So, when I save a Radiant page/layout/snippet, the general process I 
follow is this:

1. In the Heroku console, issue the Radiant::Cache.clear command and 
hard-refresh in browser.

2. If changes still don't show, issue the heroku restart command and 
hard-refresh again.

This seems to be a pretty robust way of clearing the Heroku and Radiant 
caches. I've found that just doing step 1 seems to be enough, most of 
the time.

As an aside, I've found Radiant running on Heroku to be a particularly 
nice combination. Heroku's use of Varnish works exceedingly well with 
Radiant, once you know how to bust the caches :). Once a page is cached 
in Varnish, the backend doesn't get touched, so even with a free 1-dyno 
account, you get really great performance.

This is possibly the most up-to-date tutorial, if anyone is interested:

http://j.mp/3ocDje [random facts girl: Radiant Heroku… getting your 
Radiant App live on Heroku in about 10 minutes.]

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

Re: [Radiant] Files list extension?

2009-12-05 Thread Keith Bingman
I have something like that, but only for the new 0.9 version. It is more of a 
proof of concept than anything, but you can try it out here:

http://github.com/kbingman/asset_tree

Keith

On Dec 4, 2009, at 9:11 PM, Jason Grimes wrote:

 Has anyone made an extension, or know of one, that will list files in a 
 directory?  It would be a big bonus if it also allowed you to expand and 
 collapse directories too.  Thanks,
 
 Jason
 ___
 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] tags

2009-12-05 Thread John Long
On Thu, Nov 19, 2009 at 3:42 PM, Steven Southard
ste...@stevensouthard.com wrote:
 Can tags only be one word?  Is there a special character to connect
 words to make phases?

The convention in Radiant is to use an underscore to connect words in a tag.

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


Re: [Radiant] tags

2009-12-05 Thread Steven Southard
I found complex strings and put it to true which does exactly what I  
wanted.  Thanks for your answer John.


Steven






On Dec 5, 2009, at 1:02 PM, John Long wrote:

 On Thu, Nov 19, 2009 at 3:42 PM, Steven Southard
 ste...@stevensouthard.com wrote:
 Can tags only be one word?  Is there a special character to connect
 words to make phases?

 The convention in Radiant is to use an underscore to connect words  
 in a tag.

 --
 John Long
 http://wiseheartdesign.com
 http://recursivecreative.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