Re: [Radiant] Moving forward more quickly

2008-04-01 Thread Casper Fabricius
the contribution process. Now that Rails is also moving to git, it will gently push a lot of people in the community to install and learn to use git. Cheers, Casper Fabricius On 31/03/2008, at 19:15, Sean Cribbs wrote: Radiant users and developers, Over the weekend I took the time to watch

Re: [Radiant] Episode 2 of podcast

2008-04-30 Thread Casper Fabricius
Hi Sean, Yet another interesting podcast - thanks! I didn't realize that Shopify was using Radiant. Keep up the good work, I know you'll get those sound levels right ;) Cheers, Casper Fabricius On 29/04/2008, at 17:14, Sean Cribbs wrote: I've just published the second episode

[Radiant] Shards in Radiant 0.6.7

2008-05-19 Thread Casper Fabricius
this mean I still have to add the shards extension and put it first in my extension load order? Or have I misunderstood how to use tie in my own stuff in Radaint using shards? Does anyone have a link to an up-to-date tutorial on shards? Cheers, Casper Fabricius

[Radiant] [ANN] File based layout extension now compatible with 0.6.7

2008-05-20 Thread Casper Fabricius
shards) == About the author Casper Fabricius is a Danish Rails and Radiant developer living in Copenhagen. Weblog: http://casperfabricius.com Email: [EMAIL PROTECTED] ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org

[Radiant] Extension initialization code reloads on each request in dev mode

2008-05-20 Thread Casper Fabricius
each request in development mode - or - how do I avoid that it caches previously added fragments/shards? Cheers, Casper Fabricius ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http

Re: [Radiant] gallery extension

2008-05-27 Thread Casper Fabricius
Keith, just curious: How does Paperclip differ from attachment_fu? It seems to have almost the exact same interface - is the only difference that paperclip does not require rmagick, mini-magick or imagescience? Casper Fabricius http://casperfabricius.com On 27/05/2008, at 18:19, Keith

Re: [Radiant] Questions about deployment

2008-06-03 Thread Casper Fabricius
the website and a database with whatever you do at Railsplayground. Also, my blog entry has examples of rolling two popular extensions into the deployment package: http://casperfabricius.com/blog/2008/05/24/radiant-cms-on-dreamhost-with-phusion-passenger/ Cheers, Casper Fabricius On 02/06

Re: [Radiant] Questions about deployment

2008-06-03 Thread Casper Fabricius
do database export/import in a comprehensive and complete manner. Casper Fabricius said the following on 03/06/08 03:17 AM: Hi Nate, I recently updated the guide for deploying Radiant to Dreamhost, another shared host: http://wiki.radiantcms.org/How_To_Deploy_on_Dreamhost I don't know

Re: [Radiant] Container tag with default values for nested tags

2008-06-03 Thread Casper Fabricius
Nice one, Sean. Seems obvious now that you've shown the way ;) Thanks, Casper On 03/06/2008, at 20:41, Sean Cribbs wrote: Well, the natural answer to deferment in Ruby is a closure, of course! hash[:normal] ||= lambda { parse('lir:link //li') } Sean Casper Fabricius wrote: Sean, Thanks

Re: [Radiant] Radiant 0.6.7 + MultiSite

2008-06-04 Thread Casper Fabricius
Multisite has the haml plugin bundled with it, and it conflicts with the haml plugin now bundled with Radiant as of 0.6.7. Try doing a deleting the haml plugin from multisite: rm -rf vendor/extensions/multi_site/vendor/plugins/haml/ Cheers, Casper Fabricius http://casperfabricius.com On 04

Re: [Radiant] And what happened to the clear page cache button?

2008-06-07 Thread Casper Fabricius
media=screen / Here I have a hidden page with the slug of css, and below that, I have a stylesheet page with the slug set to standard.css. Cheers, Casper Fabricius http://casperfabricius.com On 07/06/2008, at 15:35, John and Catherine Allen wrote: Another beginner question: The older

Re: [Radiant] And what happened to the clear page cache button?

2008-06-08 Thread Casper Fabricius
: Casper Fabricius wrote: Yes, that's right, John. Clearing of the page cache is done automatically upon changes. With regards to your stylesheet question, I tend to just write a standard link tag, referring to the slug of the stylesheet. For instance: link rel=stylesheet href=/css/standard.css

Re: [Radiant] Re: Radiant documentation - summer reboot

2008-06-13 Thread Casper Fabricius
Very nice, Mohit. If everyone can approve of this as starting outline for Radiant documentation, I suggest you put into a page in the wiki. Then we can add our names to the sections we would to like write, and add further sections we think is needed. Cheers, Casper On 13/06/2008, at

Re: [Radiant] Re: Re: Radiant documentation - summer reboot

2008-06-17 Thread Casper Fabricius
Hi David, I've always found building the navigation system in Radiant quite a hassle, so I have recently added an r:menu / to my fork of radiant (http://github.com/RSpace/radiant/tree/master ) and submitted a pull request to Sean. I have no idea if it will make it into Radiant 0.6.8 or even

Re: [Radiant] [ANN] Summer Reboot Documentation

2008-06-22 Thread Casper Fabricius
Well done, Mohit. I've signed up for a few articles. What's the time horizon on this project - should we aim at having all articles ready by the end August? /Casper On 22/06/2008, at 10:17, Mohit Sindhwani wrote: Hi Guys We have been in discussion about starting up another effort to

Re: [Radiant] radiant + exception_notification plugin

2008-06-28 Thread Casper Fabricius
Hi Michael, I've run into the same problem, and solved it by adding a small mixin that overrides a method in ExceptionNotifier: http://pastie.org/223988 Put this code in a file in lib and make sure to include it and mix it in in environment.rb or in an extension class:

Re: [Radiant] Forum extension?

2008-07-12 Thread Casper Fabricius
), but I'd be willing to mail you this unfinished extension as a starting point, if you are planning to release an extension providing a port of Beast. Cheers, Casper Fabricius On 10/07/2008, at 20:29, Tim Gossett wrote: I need to add a forum to a Radiant project. I've sifted through plenty

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-12 Thread Casper Fabricius
Hi Nate, I use SWFObject (http://code.google.com/p/swfobject/) and have a custom tag to insert flash elements: http://pastie.org/232639 Cheers, Casper Fabricius On 12/07/2008, at 17:47, Nate Turnage wrote: Has anybody ever used the page attachment extension with Flash files? If so, how

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-12 Thread Casper Fabricius
in environment.rb. And yes, I use it with the page_attachments extension. Just supply the name of the attachment to the src attribute of the tag. /Casper On 12/07/2008, at 18:27, Nate Turnage wrote: On Sat, Jul 12, 2008 at 10:59 AM, Casper Fabricius [EMAIL PROTECTED] wrote: Hi Nate

Re: [Radiant] rake rails:update:javascript and ActionController::InvalidAuthenticityToken

2008-07-25 Thread Casper Fabricius
Aslak, Did you ever find a solution to this problem? I'm running a new Radiant based project on Edge Radiant (to avoid other bugs in 0.6.7), but I am getting the ActionController::InvalidAuthenticityToken exception approx. every other time a save a Page or a Layout. I'm running off a

Re: [Radiant] rake rails:update:javascript and ActionController::InvalidAuthenticityToken

2008-07-28 Thread Casper Fabricius
The new 0.6.8 release seems to have fixed this problem for me. Something good has happened during the weekend, since I was running off trunk from Friday :) /Casper On 25/07/2008, at 17:24, aslak hellesoy wrote: On Fri, Jul 25, 2008 at 1:16 PM, Casper Fabricius [EMAIL PROTECTED] wrote

Re: [Radiant] Re: Layouts, snippets and site assets on the file system?

2008-07-31 Thread Casper Fabricius
Nice work, Andrew. I wonder how hard it would to get this extension to also dump and load SnS text assets. Not that any of the extensions should have a dependency on the other, but the file-system-extension could perhaps check for the presence of SnS and dump that too, if present?

Re: [Radiant] Re: Layouts, snippets and site assets on the file system?

2008-07-31 Thread Casper Fabricius
to the constant array in the FileSystem module. You should probably do all of that in your extension file. Sean Casper Fabricius wrote: Nice work, Andrew. I wonder how hard it would to get this extension to also dump and load SnS text assets. Not that any of the extensions should have a dependency

Re: [Radiant] Japanese and i18n in Radiant

2008-08-06 Thread Casper Fabricius
for the long term of Radiant development. -Jim On Aug 2, 2008, at 2:19 PM, Casper Fabricius wrote: Hi Oli, I'm also faced with a Radiant that needs to run two multiple languages, however, non of them Japanese, so can't help you there. But I'm eager to hear if you have found a fitting

Re: [Radiant] Multi_site restrict access to radiant

2008-08-06 Thread Casper Fabricius
Hi Marc, The multi_site extension has those limitations you mention. I especially think #2 is a show stopper in many cases - all users sees all sites. It would take some work to tie logins to a specific site, but it would greatly enhance the value of the extension. Cheers, Casper On

Re: [Radiant] Summer reboot article

2008-08-14 Thread Casper Fabricius
I wouldn't mind having the articles I've contributed so far reviewed by someone either: http://wiki.radiantcms.org/Creating_an_extension_IV http://wiki.radiantcms.org/Creating_an_extension_V Cheers, Casper On 14/08/2008, at 9:36, Mohit Sindhwani wrote: Andrew Neil wrote: Hey folks, This

Re: [Radiant] Summer reboot article

2008-08-14 Thread Casper Fabricius
Thanks, Mohit. Screenshots are a good idea. If more people contributes documentation, we might be able to reach the goal of completing Summer Reboot by the end of August! :) Cheers, Casper On 14/08/2008, at 17:48, Mohit Sindhwani wrote: Casper Fabricius wrote: I wouldn't mind having

Re: [Radiant] Consensus on mailer extension forks?

2008-08-21 Thread Casper Fabricius
I'm using Talbott's version, and it works great for me. I had no problem getting a patch applied to it either. Do note, however, that it has a bug with regards to international characters. I have not found the time to submit a pull request with the fix yet, but the problem basically

Re: [Radiant] How to use session in tags?

2008-08-26 Thread Casper Fabricius
Hi Vincent, I've done with Javascript reading login information from a cookie like this: http://pastie.org/260306 Cheers, Casper (Cookie is a util object, btw, it's not built into javascript) On 26/08/2008, at 18:46, Christopher Dwan wrote: Hi Vincent, I ran into this just the other

Re: [Radiant] How to use session in tags?

2008-08-26 Thread Casper Fabricius
, not for access control. Cheers, Casper On 26/08/2008, at 22:15, Christopher Dwan wrote: Hey Casper, Do you just store the name and association_name in the cookie in plain text or is there some facility that you use to encrypt the data..? -Chris On 26-Aug-08, at 10:06 AM, Casper Fabricius

Re: [Radiant] Performing Radius tag evaluation as HTML attribute value?

2008-08-29 Thread Casper Fabricius
Hi Tony, I run into this issue all the time, and I asked the question on the list myself a while ago. The answer is that Radius cannot parse tags-within-tags. Not even when the outer tag is a standard HTML tag, and not a Radius tag. I usually end up writing custom tags in cases like

Re: [Radiant] Rradiant gem 0.6.9: undefined local variable or method `salt' for #User:0x25542e8

2008-09-02 Thread Casper Fabricius
Hi Rainer, Sounds like you haven't upgraded the database? Try with a: rake db:migrate RAILS_ENV=production Cheers, Casper Fabricius On 02/09/2008, at 11:08, rainer griess wrote: Hello, after upgrading to a newer gem (to 0.6.9 w/ rails 2.1.0 from 0.6.4 w/ rails 2.x), I get the following

Re: [Radiant] Re: TinyMCE ? FCKeditor ? .... what's UP ???

2008-09-04 Thread Casper Fabricius
Hi Bartee, Glad to hear it is working out for you. If you have the time, you would do a great service to the community if you put this information on the documentation wiki: http://wiki.radiantcms.org/Summer_Reboot (WYSIWIG Editors – TinyMCEEditor) Thanks, Casper On 04/09/2008, at

Re: [Radiant] Summer Reboot

2008-09-19 Thread Casper Fabricius
Well, I'm not. Feel free to write it, just make sure it doesn't overlap too much with other Creating an extension articles. Perhaps you could restructure things a bit, I'm not sure the current division and order is optimal. Med venlig hilsen / Best regards, Casper Fabricius http

Re: [Radiant] multiple domains under Phusion Passenger

2008-10-08 Thread Casper Fabricius
wanted run in Radiant as MIRRORS of that domain. That does the trick. I do believe I mention this in the tutorial. Med venlig hilsen / Best regards, Casper Fabricius http://casperfabricius.com On 08/10/2008, at 0:08, Simon Rönnqvist wrote: On Oct 8, 2008, at 24:56 , Adam van den Hoven wrote

Re: [Radiant] Newsletter extension

2008-10-18 Thread Casper Fabricius
-e) to do this every 10 minutes or so. If you don't get any errors when you run this task, but don't get any mails either, you should check development.log, and possibly your local mail-dir, where cron likes to post it's output to. Hope this helps. Med venlig hilsen / Best regards, Casper

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Casper Fabricius
Looks like something I could use. How does it work? Could add some examples and explain about any limitations in the readme-file? Med venlig hilsen / Best regards, Casper Fabricius http://casperfabricius.com On 18/10/2008, at 00.55, Manuel Meurer wrote: Yep, I use r:var / in my

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Casper Fabricius
Med venlig hilsen / Best regards, Casper Fabricius http://casperfabricius.com On 18/10/2008, at 13.23, Manuel Meurer wrote: Done. Manuel On Sat, Oct 18, 2008 at 12:49 PM, Manuel Meurer [EMAIL PROTECTED] wrote: Will do. Manuel On Sat, Oct 18, 2008 at 12:00 PM, Casper Fabricius [EMAIL

Re: [Radiant] The Forum Hunt continues...

2008-10-31 Thread Casper Fabricius
to be, and do you think our requirements are compatible? Med venlig hilsen / Best regards, Casper Fabricius http://casperfabricius.com On 30/10/2008, at 21.46, Mohit Sindhwani wrote: Nate Turnage wrote: On Thu, Oct 30, 2008 at 1:39 PM, Mohit Sindhwani [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

[Radiant] Can Radiant be really easy to use for non-technical content editors?

2008-11-18 Thread Casper Fabricius
hilsen / Best regards, Casper Fabricius http://casperfabricius.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Can Radiant be really easy to use for non-technical content editors?

2008-11-19 Thread Casper Fabricius
hilsen / Best regards, Casper Fabricius http://casperfabricius.com On 19/11/2008, at 10.19, Simon Rönnqvist wrote: Hi! Yes some WymEditor + paperclipped combination could be really cool. I've never really used WymEditor for any of my clients.. but I've tried both Markdown and a tightly

[Radiant] [ANN] Tags and Search for MultiSite extensions

2008-12-07 Thread Casper Fabricius
, and search will only return results for the current site. http://github.com/RSpace/radiant-tags_multi_site-extension/tree/master http://github.com/RSpace/radiant-search_multi_site-extension/tree/master Med venlig hilsen / Best regards, Casper Fabricius http://casperfabricius.com