Re: [Radiant] Re: vhost extension site scoping

2011-02-15 Thread Haselwanter Edmund
On 15.02.2011, at 01:37, craayzie wrote: Below is the migration that finally did the trick! There wasn't really a need to have an index on the name attribute anyways since it'll always require the site_id. The uniqueness of a field in rails is a programatic constrain in ruby, not a

[Radiant] radiant 0.9.0 page history extensions

2011-02-15 Thread nurbs999
check this out: http://radiantcms.org/blog/archives/2010/04/13/radiantcasts-episode-8-radiant-chronicle-extension/

[Radiant] Globalize2 Error

2011-02-15 Thread swoany
Hi, After installing en configuring Globalize2 (0.9.1) the following message appear in the admin environment. ActionView::TemplateError (can't convert nil into String) on line #10 of /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/ radiant-0.9.1/app/views/admin/pages/_node.html.haml:

Re: [Radiant] Globalize2 Error

2011-02-15 Thread ? ??(1SN)
It means there is no article which is written by default language You should delete that article. What if you can't access to admin page by that error, you should access any other language page that article can be shown, then you can access to admin page under that language Sent from my

[Radiant] Re: Faster ways to (re)generate sitemap

2011-02-15 Thread swartz
Unfortunately the site does change, almost on a daily basis. The site averages about 5 new pages per week. On Feb 12, 6:02 am, Mohit Sindhwani t...@onghu.com wrote: On 11/2/2011 10:23 PM, swartz wrote: If the site doesn't change too frequently and is managed by a very small number of people,

[Radiant] Re: Faster ways to (re)generate sitemap

2011-02-15 Thread swartz
On Feb 11, 10:49 am, Anton J Aylward radi...@antonaylward.com wrote:  r:children:each  order=asc    r:unless_content part=no-map      li        r:link /      /li        r:if_children          ul            r:snippet name=sitemapper /          /ul        /r:if_children      /li    

Re: [Radiant] Re: Faster ways to (re)generate sitemap

2011-02-15 Thread Swanand Pagnis
How about writing a rake task that generates the sitemap file and running this rake task periodically through a scheduler (say, Cron)? On Wed, Feb 16, 2011 at 7:35 AM, swartz netv...@gmail.com wrote: On Feb 11, 10:49 am, Anton J Aylward radi...@antonaylward.com wrote: r:children:each