[Radiant] Comments extension: 500 Internal Server Error

2007-10-10 Thread Teyo Tyree
I am a new radiant user am have some difficulty getting the comments extension working. I have svn exported the required extensions code to: /var/radiant/extensions/comments and /var/radiant/extensions/admin_part and have successfully migrated the database: rake db:migrate:extensions If I ena

Re: [Radiant] updating public

2007-10-10 Thread Jim Gay
>>> I saw in the changelog that Radiant 0.6.3 is using the 1.5.0 release >>> of Prototype, but updating the radiant gem does not update the >>> javascripts directory. >>> Should there be a rake:public:update task or something like that? >> >> Running the radiant command on the directory will overwr

Re: [Radiant] updating public

2007-10-10 Thread John W. Long
Daniel Sheppard wrote: >> I saw in the changelog that Radiant 0.6.3 is using the 1.5.0 release >> of Prototype, but updating the radiant gem does not update the >> javascripts directory. >> Should there be a rake:public:update task or something like that? > > Running the radiant command on the

Re: [Radiant] updating public

2007-10-10 Thread Jim Gay
On Oct 10, 2007, at 8:41 PM, Daniel Sheppard wrote: >> I saw in the changelog that Radiant 0.6.3 is using the 1.5.0 release >> of Prototype, but updating the radiant gem does not update the >> javascripts directory. >> Should there be a rake:public:update task or something like that? > > Running

Re: [Radiant] updating public

2007-10-10 Thread Daniel Sheppard
> I saw in the changelog that Radiant 0.6.3 is using the 1.5.0 release > of Prototype, but updating the radiant gem does not update the > javascripts directory. > Should there be a rake:public:update task or something like that? Running the radiant command on the directory will overwrite any c

[Radiant] updating public

2007-10-10 Thread Jim Gay
I saw in the changelog that Radiant 0.6.3 is using the 1.5.0 release of Prototype, but updating the radiant gem does not update the javascripts directory. Should there be a rake:public:update task or something like that? -Jim ___ Radiant mailing list

Re: [Radiant] Detecting Page Changes

2007-10-10 Thread Daniel Sheppard
> I'm trying to figure out a way to track whenever a given > page's rendered > output may have changed. I was doing some thinking about this recently, but haven't had a go at implementing yet. My basic idea was: Add a listener that hooks into after_initialize on page, snippet and layout. H

[Radiant] Detecting Page Changes

2007-10-10 Thread Chris Parrish
I'm trying to figure out a way to track whenever a given page's rendered output may have changed. Kind of tricky since changing the layout or, worse yet, a snippet could change the page's output. And then, of course, there are those silly extensions people keep making :-D with all their dynami

Re: [Radiant] [Radiant-Dev] Re: tags for dev mode. http://dev.radiantcms.org/radiant/ticket/517

2007-10-10 Thread John W. Long
Peter Berkenbosch wrote: > Any news on this ticket ? Could someone patch it against the trunk ??? Committed: http://dev.radiantcms.org/radiant/changeset/547 There were a few white space issues and I noticed that the tags didn't work when rendering page's parts that were included into another pa

Re: [Radiant] [extension] site-language - multilingual capabilities for radiant 1.6.3

2007-10-10 Thread Peter Berkenbosch
Sounds really promosing..Trying this out as well :D P On 10/10/07, Bernard Grymonpon <[EMAIL PROTECTED]> wrote: > > Hi list, > > we developed an extension which adds multi-lingual capabilities to > Radiant 1.6.3, without the need to make multiple trees in your page- > hierarchy. > > The extension

Re: [Radiant] Handling multiple languages

2007-10-10 Thread Peter Berkenbosch
No problem, thanks for the headsup anyway if I run into something I will try to fix it and mail you the patch. Peter. On 10/10/07, Loren Johnson <[EMAIL PROTECTED]> wrote: > > > Peter, > > I'm glad this looks like something you can use. Let me know how it > goes. The extension was developed for

[Radiant] [extension] site-language - multilingual capabilities for radiant 1.6.3

2007-10-10 Thread Bernard Grymonpon
Hi list, we developed an extension which adds multi-lingual capabilities to Radiant 1.6.3, without the need to make multiple trees in your page- hierarchy. The extension allows a site to have pages and snippets in several languages; with a default language (currently dutch, but easy to cha

Re: [Radiant] cookies and login

2007-10-10 Thread Matt Hughes
Anton, I understand the security risks and I wasn't going to use the cookie directly as a means of verifying the user's status. But I need the cookie to at least tell me WHAT user is trying to access the site; from there I can check the user name against some authentication system to see if they

Re: [Radiant] Handling multiple languages

2007-10-10 Thread Loren Johnson
Peter, I'm glad this looks like something you can use. Let me know how it goes. The extension was developed for a client whose translated site has not yet been put into production so this extension is somewhat untested. It works and hopefully your purposes won't reveal any dark/ sharp corn

Re: [Radiant] [ANN] Radiant 0.6.3 - Rock Grinder Release

2007-10-10 Thread Sean Cribbs
Damonica Miller wrote: > Sean Cribbs wrote: > >> Ideally you shouldn't use WEBrick in a production setting. I would >> investigate Mongrel or FCGI, both of which can be 'daemonized'. >> >> Sean >> > > Sean, thanks for your rapid response. i did read that on the radiant > page after the fa

Re: [Radiant] Handling multiple languages

2007-10-10 Thread Peter Berkenbosch
I guess I mist this when posted, but this is really cool. Thanks ! On 9/13/07, Loren Johnson <[EMAIL PROTECTED]> wrote: > > > I'm a little late to the discussion, but here is the solution I > recently implemented for a client based on similar needs: > > http://svn.fn-group.com/radiant_extensions/