[Radiant] WebDav extension refactored

2009-02-06 Thread Michael Kessler
I just want to inform you that the WebDav extension has been refactored and the missing features like authentication and a proper page tree have been implemented. The extension is now also aware of the SnS and LanguageRedirect extensions and will handle those content properly. So if you

[Radiant] WebDav extension refactored

2009-02-06 Thread Michael Kessler
I just want to inform you that the WebDav extension has been refactored and the missing features like authentication and a proper page tree have been implemented. The extension is now also aware of the SnS and LanguageRedirect extensions and will handle those content properly. So if you

[Radiant] Re: radiant-comments-extension install glitch

2009-02-06 Thread James Lavin
Jim Gay wrote: Have you run rake db:bootstrap yet? The first error says 'relation config does not exist' meaning the config table does not exist (which would be the case if you hadn't run the bootstrap) Dear Jim: Thanks for your reply! I didn't run rake db:bootstrap because I was

Re: [Radiant] Re: radiant-comments-extension install glitch

2009-02-06 Thread Sean Cribbs
Try the version from my fork: git://github.com/seancribbs/radiant-comments.git It is updated to work with 0.7. Sean P.S. Extension developers - don't set Radiant::Config values without checking for existence of the table! Your activate methods run on initialization, whether the DB is

[Radiant] Update: Comments now half working

2009-02-06 Thread James Lavin
Update: Comments are now half working. In /admin/pages, there's a comments column, but when I click to Enable an article, it generates an application error page. When I refresh /admin/pages, the Enable button has changed to 0 comments. And the enable_comments column in database table pages was

[Radiant] Update: It's a pagination problem

2009-02-06 Thread James Lavin
I have the will_paginate gem (version 2.2.2) installed, but when I click on the Comments tab, it can't find method paginate: Processing Admin::CommentsController#index (for 69.120.41.109 at 2009-02-06 10:53:03) [GET] ... Parameters: {status=unapproved, action=index,

[Radiant] Seems to be working now

2009-02-06 Thread James Lavin
James Lavin wrote: I have the will_paginate gem (version 2.2.2) installed, but when I click on the Comments tab, it can't find method paginate: After adding config.gem will_paginate to environment.rb, it seems to be running! -- Posted via http://www.ruby-forum.com/.

[Radiant] Re: Re: radiant-comments-extension install glitch

2009-02-06 Thread James Lavin
Sean Cribbs wrote: Try the version from my fork: git://github.com/seancribbs/radiant-comments.git It is updated to work with 0.7. Sean Thanks for the fix, Sean. Do I still need to install the fork if almost everything is now working properly? Here's what's still failing: Clicking

Re: [Radiant] Re: Re: radiant-comments-extension install glitch

2009-02-06 Thread Sean Cribbs
One of my tasks for tomorrow is to introduce a module that will contain all of the legacy routes and their new equivalents. This will be automatically included in the application helper and controller so the old routes will work. Sean James Lavin wrote: Sean Cribbs wrote: Try the

Re: [Radiant] Templates extension explosion solved, Now I want to reinstall cleanly

2009-02-06 Thread N. Turnage
Jim Gay wrote: Take a look at what your log says cd log tail -900 producton.log - that will show the last 900 lines. If you need more or less, change the number. Or you can do tail -f production.log - that will display the log as the requests come in, so do that and then hit the admin page in