[Radiant] Deployment

2010-04-29 Thread María Paula Mariani
Hi ! I'm trying to understand how to deploy the content from Radiant's development environment to the production environment. I'd like to do it with Capistrano and GIT. The main trouble is not in just the first deploy, but also the sequential ones. Is there a way to automate the deployment using

[Radiant] User Model

2010-04-26 Thread María Paula Mariani
Hi! How are you? Hope you've all spent a great weekend! I'm finishing another website based in Radiant, and this time I should assign to a new user an editors role. I wonder how to create a new role in the user model, as long as Developer or Administrator default permissions are too much in this

[Radiant] Troubles adding page tabs

2010-04-26 Thread María Paula Mariani
Hi, I'm willing to add new page parts in page, to add no-map or extend, or mailer configurations, but I've found out that the script attached to the little icon + on the right side of the Page edit section, does not work. I've older versions of radiant installed, and it works perfectly. I've

Re: [Radiant] Troubles adding page tabs

2010-04-26 Thread María Paula Mariani
Have you run rake radiant:update ? This should copy the new javascript files to your public/javascripts directory. Is it possible that you have an extension installed which might be causing this problem? -- Jim Gay j...@saturnflyer.com ___

Re: [Radiant] Volunteers Needed! Extension Registry Maintainers

2010-02-05 Thread María Paula Mariani
On Friday, February 5, 2010, John W. Long m...@johnwlong.com wrote: Howdy folks, I just deployed a change this evening that will allow me to give admin rights to users of the extension registry. Users with admin rights have the ability to edit or delete any extension. If you would be

[Radiant] Comments Extension

2009-12-21 Thread María Paula Mariani
Hello! I'm having issues with the Comments extensions. When adding the snippet comment to my layout I get this error message: undefined method `author_url’ for nil:NilClass undefined method `author’ for nil:NilClass undefined method `author_url’ for nil:NilClass said on undefined method

[Radiant] Comments / Page Attachments extensions troubles

2009-12-17 Thread María Paula Mariani
Hello! I was trying to install, again, comments extensions. The fact is that I keep having this error message: Could not load extension from file: page_attachments_extension. #MissingSourceFile: no such file to load -- application rake aborted! uninitialized constant Sanitize I've tried to fix

Re: [Radiant] Blog extension usage

2009-11-18 Thread María Paula Mariani
On Tue, Nov 17, 2009 at 1:30 PM, Jim Gay j...@saturnflyer.com wrote: Admittedly, I've needed to add more details for a while. Set Radiant::Config['blog.location.configurable?'] = 'true' and you can add a home location for each user's blog (used to generate the new blog post links on

Re: [Radiant] Blog extension usage

2009-11-17 Thread María Paula Mariani
Thanks very much Andrew, maybe it's all about sibling tags extensions! I've implemented my blog using Archives but I'd love to make it using just the Blog extension. Perhaps I should make a mix of both ? On Tue, Nov 17, 2009 at 12:11 PM, Andrew Neil andrew.jr.n...@googlemail.com wrote: The

[Radiant] Blog extension usage

2009-11-16 Thread María Paula Mariani
Hello! Does anybody knows if there's a document which explains the blog extension usage? I didn´t found it at the documentation stored at git. Thanks very much, -- Paula ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

[Radiant] Mailer extension

2009-10-30 Thread María Paula Mariani
Hello! I'm trying to process two forms placed in the same page with Mailer extension. Should I create 2 mailer extended pages? I'm differentiating the forms using different id's, is it the right way? Thanks very much! -- Paula ___ Radiant mailing

[Radiant] Multilingual...

2009-10-29 Thread María Paula Mariani
Hello! I've trying to solve an error with the Multilingual Extension. It seems that anything I write inside r:available repeats twice in the selection list (where users select the language they prefer). Any ideas? Here it goes the code... select onchange=location.href=this.value;

[Radiant] Troubles with mailer extension

2009-10-26 Thread María Paula Mariani
Hello! I'm trying to build a contact form using the Mailer extension. I've followed step by step the documentation, but I can't find the way. When clicking at Submit form, it do not deliver the message and forward to this path /pages/84/mail#mailer I'm using 2 forms inside the same Page. One

Re: [Radiant] Troubles with mailer extension

2009-10-26 Thread María Paula Mariani
AM, María Paula Mariani wrote: I'm trying to build a contact form using the Mailer extension. I've followed step by step the documentation, but I can't find the way. When clicking at Submit form, it do not deliver the message and forward to this path /pages/84/mail#mailer

[Radiant] Multilingual pages extension

2009-10-26 Thread María Paula Mariani
Hello! I'm having some troubles with the Multilingual Pages extension this time. I've placed a language selector from the available tags that look like this: select onchange=location.href=this.value; r:language_selection r:current option selected=selected

Re: [Radiant] Troubles with mailer extension

2009-10-26 Thread María Paula Mariani
2009/10/26 María Paula Mariani paulamari...@gmail.com i also see that you're trying to send to an @gmail.com address so i'm guessing that you're using the gmail smtp server; if that's the case and you're running ruby 1.8.6 you'll need to install the action_mailer_tls rails plugin. Hi

Re: [Radiant] Backup

2009-09-09 Thread María Paula Mariani
file of the radiant project to create a backup. version control also works well for rolling back the project directory (and database if you're using sqlite). 2009/9/7 María Paula Mariani paulamari...@gmail.com: Hello! I'd like to know which is the best way to freeze or to make a backup

[Radiant] Backup

2009-09-07 Thread María Paula Mariani
Hello! I'd like to know which is the best way to freeze or to make a backup of my project made in Radiant. I'd like to try some extensions and I'd like to have a backup just in case something goes wrong. How is the best way to restore the project and database (from a backup)? Thanks very much!

[Radiant] Error Page_Attachments

2009-08-31 Thread María Paula Mariani
Hello! I'm trying to fix some mistakes I got after installing the Page Attachments extensions required for the Blog extension. From the /admin, when I try to add a child page, or watch the code of an existing page it displays this error: ActiveRecord::StatementInvalid in Admin/pages#edit Showing

Re: [Radiant] Error Page_Attachments

2009-08-31 Thread María Paula Mariani
On Mon, Aug 31, 2009 at 4:40 PM, Jim Gay j...@saturnflyer.com wrote: 2009/8/31 María Paula Mariani paulamari...@gmail.com: Hello! I'm trying to fix some mistakes I got after installing the Page Attachments extensions required for the Blog extension. Page Attachments is in no way required