Re: [Radiant] Checking for other extensions and gems

2007-10-30 Thread Aitor Garay-Romero
And be sure that your extension loads after shards /AITOR On 10/29/07, Sean Cribbs [EMAIL PROTECTED] wrote: Check for the existence of the Shards module: raise The Shards extension is required and must be loaded first! unless defined?(Shards) Sean Chris Parrish wrote: I'm

Re: [Radiant] Checking for other extensions and gems

2007-10-30 Thread Chris Parrish
Aitor Garay-Romero wrote: And be sure that your extension loads after shards What is the mechanism for forcing extension load order? -Chris ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search:

Re: [Radiant] Checking for other extensions and gems

2007-10-30 Thread Sean Cribbs
Also, in environment.rb, you can add this: config.extensions = [ :shards, :all ] That will load shards first, then any other extensions. The :all is a placeholder so you can load extensions at the end, too. Sean Aitor Garay-Romero wrote: Search this list, it has been discussed in the

[Radiant] Help with Gallery Extension

2007-10-30 Thread Phillip Koebbe
I have installed the Gallery Extension, but am not sure how to get started. I've read the README in rdoc, and have search through this lists' archives, but have not found a simple example that shows how to create a new gallery so I can upload images. Will someone please help? Thanks,

[Radiant] Help with Extension

2007-10-30 Thread Mohit Sindhwani
Hi everyone, Apologies that this is a long post. A while back, I had spoken about my idea for a simple language bar. *Background* For a site I'm building, there are a number of technical articles. Some (not all) of these have been translated into other languages (not all languages). So,

Re: [Radiant] Help with Extension

2007-10-30 Thread Mohit Sindhwani
Hello again. Wisdom comes minutes after you click on 'Send' asking for help. Silly me! What I needed to do was learn how to write a r:teao:if_lang tag. It's been a good day. I've learnt how to: - write an iterator tag r:teao:each - write a conditional tag r:teao:if_lang - find the URL of

[Radiant] Meta description from page part

2007-10-30 Thread Andrew Neil
I would like to insert a meta description into my pages. This would be of the form: meta name=Description content=informative description here I realise that it would not be correct to use the following construct: meta name=Description content=r:content part=meta_description Is there any way

Re: [Radiant] Meta description from page part

2007-10-30 Thread Sean Cribbs
I have a really dumb (as in simple) extension that adds description and keywords Radius tags and fields on the Page model. If you like, I could open-source it. Sean Andrew Neil wrote: I would like to insert a meta description into my pages. This would be of the form: meta

[Radiant] How do you migrate content between environments?

2007-10-30 Thread Richard Hurt
Let's say I have a Radiant site in production and I like it and it's working fine. Now, the boss comes along and outlines a bunch of content changes (images, copy, etc.) but no code changes (extensions, etc.) I obviously cant build the new content in-place on the production system so I fire up a

Re: [Radiant] How do you migrate content between environments?

2007-10-30 Thread Sean Cribbs
Richard, Sorry, other than what you've described (dump/reload), there's no good solution. On the Digital Pulp project, we're keeping our complete instance (extensions and Radiant source included) in source control. You might consider something like that going forward, at least for managing

Re: [Radiant] How do you migrate content between environments?

2007-10-30 Thread Travis Bell
We've had to tackle this exact issue. Best we could do, which is by no means perfect, but does work is using the Linux version of SQLyog ( http://webyog.com/en/downloads.php ) and what we were able to do, is simply build it into all our deployment scripts so it's actually very automated for

[Radiant] [ANN] AlphabetPage extension

2007-10-30 Thread Daniel Sheppard
My New AlphabetPage Extension is available from: http://soxbox.no-ip.org/radiant/svn/extensions/alphabet_page/ Adds a new page type, AlphabetPage, which works quite similarily to the ArchivePage but insteads breaks down the children into sections alphabetically, rather than by date. If the