Re: [Radiant] Configuring the admin panel

2010-01-25 Thread qutic development
'https' is always configured in apache (or nginx, etc). To make radiant work with ssl you can use this extension: http://github.com/jfqd/radiant-ssl_requirement-extension On 24.01.2010, at 22:11, Paul Fox wrote: I need the admin console to be accessible from anywhere via https on port 443

Re: [Radiant] Configuring the admin panel

2010-01-25 Thread qutic development
On 25.01.2010, at 15:58, Paul Fox wrote: I don't have write access to the apache config, and the admin doesn't know anything about rails, The admin do not need to know anything about rails. It is all standard apache ssl config stuff. so I really need to be able to hand him a working

Re: [Radiant] Radiant performance

2010-01-04 Thread qutic development
You might check out Rack::Bug to get an idea why the rendering time is that high: http://github.com/brynary/rack-bug Best regards Stefan On 04.01.2010, at 09:06, Christian Aust wrote: Hi all, I've set up my new website http://software-consultant.net/ using Radiant 0.8.1 and a bunch of

[Radiant] authentication state and shared_layout question

2009-10-30 Thread qutic development
Hopefully someone can help me with this: I am developing a visitor extension with signup, login, logout using restful_authentication plugin and the shared_layout extension to use radiant layout with my own controllers. This works all fine. Now I need a radiant tag rendering 'login, signup'

Re: [Radiant] authentication state and shared_layout question (solved)

2009-10-30 Thread qutic development
Maybe some is interested in the solution of my problem: I am using a cattr_accessor (class) instead of a attr_accessor (instance) - that´s it ;-) ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

Re: [Radiant] Is the RedCloth extensions known not to work with 0.8.1?

2009-10-18 Thread qutic development
Isn´t there a dot missing? *(class1). List Item One jerry On 15.10.2009, at 23:53, Nate Turnage wrote: *(class1) List Item One ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

Re: [Radiant] Mailer extension not working, but doesn't give much clues why not

2009-10-15 Thread qutic development
Do you send the mail directly with the Ubuntu machine? Is postfix or whatever you use running? If you try to deliver the mail not over the Ubuntu machine, you need to specify an account (to prevent an open relay...): ActionMailer::Base.smtp_settings = { :address= my.mailserver.com,

[Radiant] Strange p and br / rendering in views

2009-10-14 Thread qutic development
Hi Folks, hope you can help me with a strange issue I have with radiant 0.8.1 I am using the share_layouts extension to render a standard crud mvc (not admin) for an extension I am writing. But the following code is rendered with extra p and br html tags! [codesample] % form_for :visitor,

Re: [Radiant] Strange p and br / rendering in views

2009-10-14 Thread qutic development
Good idea, but does nor change the behaviour. Also strange is that the value of a text_area is rendered with extra br /. On 14.10.2009, at 17:29, Mohit Sindhwani wrote: Do you want to try to see if terminating it with -% works better? % some_code -% Cheers, Mohit.

Re: [Radiant] Strange p and br / rendering in views (solved)

2009-10-14 Thread qutic development
Thanks a lot Mohit! You saved my day! That is it! Now all is rendered like it should be ;-) On 14.10.2009, at 18:20, Mohit Sindhwani wrote: You could wrap the offending bit in notextile ___ Radiant mailing list Post: Radiant@radiantcms.org