Re: [Radiant] Radiant Factory

2007-12-02 Thread Anton Aylward
Ryan Heneise said the following on 02/12/07 03:08 PM: I think I prefer having the buttons underneath the form, because it is more standard and fits the open-edit-save workflow. Moving the buttons to the top breaks with convention. What's to prohibit top AND bottom. You're going to be

Re: [Radiant] Possible to scrub HTML mail?

2007-05-05 Thread Anton Aylward
Chris Schumann said the following on 05/05/2007 10:28 AM: Would it be possible to somehow change all mail on this list to plain text? All HTML mail that I get has the little tag on the end as an attachment, and on some systems, the e-mail scanner spends a lot of time on them. I'll second

Re: [Radiant] Media Temple Setup

2007-03-07 Thread Anton Aylward
Have you looked at the script? What does the first line say? What language is it in? Where is your ruby executable? Jena Jena said the following on 03/07/2007 03:44 PM: Hi. I'm s new to Ruby and Rails and wanted to try radiant on my media temple server. Can somebody in here help me?

Re: [Radiant] Media Temple Setup

2007-03-07 Thread Anton Aylward
Jena Jena said the following on 03/07/2007 04:00 PM: Hi! The first line says: #!/usr/bin/env ruby Hint | I have no idea what language it is in. I'm not a programmer and I'm just trying to teach myself this stuff.

Re: [Radiant] Buckets, Page Types

2007-02-25 Thread Anton Aylward
There are two Web-based tools I use frequently that illustrate this dichotomy. On the one hand I have my blog, which uses Typo. Assets are 'global'. Having uploaded an image I can use it anywhere. By contrast I use TWiki for document management. Here the attachments are associated with a

[Radiant] Deploy to server, loose extensions.

2007-02-13 Thread Anton Aylward
I have a site developed on my laptop with Mental The two markup extensions are there in code and body and work. I deploy to a server via FTP. Now the markup isn't happening. The code is still there under /vendor/extensions Running script/console tells me the extensions_meta table is there and

Re: [Radiant] Upgrade to Mental? Need 'how to'

2007-01-31 Thread Anton Aylward
Sean Cribbs said the following on 01/31/2007 09:01 AM: The Textile and Markdown filters don't have any database schema, so you don't need to migrate. Anton, could you put the errors in a pastie and link them? (http://pastie.caboo.se ) http://pastie.caboo.se/36980 -- Plurality is never to be

Re: [Radiant] Upgrade to Mental? Need 'how to'

2007-01-31 Thread Anton Aylward
Gabriel Lamounier said the following on 01/31/2007 08:53 AM: Have a look at http://radiantcms.org/blog/2007/01/23/how-to-getting-mental/ I hate to be picky but this doesn't address 'upgrade' so much as 'create new'. The 'svn co' and 'svn export' assume clean sheet. I'd expect something like

Re: [Radiant] Upgrade to Mental? Need 'how to'

2007-01-31 Thread Anton Aylward
Sean Cribbs said the following on 01/31/2007 09:01 AM: The Textile and Markdown filters don't have any database schema, so you don't need to migrate. Anton, could you put the errors in a pastie and link them? (http://pastie.caboo.se ) Indeed: $ rake db:extension:migrate (in

Re: [Radiant] Upgrade to Mental? Need 'how to'

2007-01-31 Thread Anton Aylward
Sean Cribbs said the following on 01/31/2007 09:01 AM: The Textile and Markdown filters don't have any database schema, so you don't need to migrate. Anton, could you put the errors in a pastie and link them? (http://pastie.caboo.se ) This one overflowed my xterm just on displaying /

[Radiant] Upgrade to Mental? Need 'how to'

2007-01-29 Thread Anton Aylward
How can I upgrade an existing site to Mental? I've tried copying the database from a working and successful 0.5.2 site to a svn export of Mental and running 'rake db:migrate' But when I access the site a) The Markdown and Textile isn't rendered b) I get some SQL errors: HELP!! -- In

Re: [Radiant] Redirect?

2007-01-28 Thread Anton Aylward
Sean Cribbs said the following on 01/28/2007 01:50 PM: Anton J Aylward wrote: Is there a way to set up a page so that it silently redirects to another one Something that results in what one might conceive of as r:redirect dest=/about/faq / with appropriate 404 handling? Anton, I

Re: [Radiant] Extended content in distributed example

2007-01-28 Thread Anton Aylward
Sean Cribbs said the following on 01/28/2007 02:14 PM: In the layout of your child page (which might be the same as the parent) you need to render the extended part. So somewhere in the layout, you should find something like this: r:content / r:if_content part=extended div

Re: [Radiant] Ordering of pages

2007-01-26 Thread Anton Aylward
Sean Cribbs said the following on 01/26/2007 08:08 AM: You can order by any field on the 'pages' table/ Page model. Right. I see that in the documentation, but beyond 'title' and when it was published, what constitutes a field? I really don't want to pour backwards and forwards though the