Re: [Radiant] Really disabling caching

2008-02-12 Thread Daniel Sheppard
> Thanks for your answer. I already did that. I also looked > through the > code of ResponseCache. Where does it use the "perform_caching" > setting, because I for one can't find it? I'm not pointing > any fingers > here, I'm just asking, is anyone actually running Radiant > with caching

Re: [Radiant] Page Attachments extension - installation instructions no longer work

2008-02-12 Thread Jon Evans
Hi Bill, On 12 Feb 2008, at 19:32, Bill Barnard wrote: > You might want to look at how you installed the extension. Your > page_attachments directory should contain lib/technoweenie/ where the > attachment_fu code lives. I don't really know the mechanism, but > radiant/rails finds code in the lib

Re: [Radiant] scheduler extension + r:children:each

2008-02-12 Thread Mark Gallop
DB-agnostic, too. Thanks! I had needed to change the query to work with a ms sql server. Can you think of a good way to include expired content? I am using the expiry date on news items but I would also like to have an archive of old news. What do you think of having an "archive after expire" f

Re: [Radiant] Problems with reorder extension / shards extension

2008-02-12 Thread rainer griess
Well, if i recall correctly I did that. Not sure about update, but migrate I did. I am quite sure. But it seems there are no Dont's about installing both of these extensions. And some rules of thumb aren't there either. So I have to give it a try again tomorrow and post about problems in mo

Re: [Radiant] Webserver slooow

2008-02-12 Thread John W. Long
On Feb 12, 2008, at 12:35 PM, rainer griess wrote: > is it just me having problems accessing radiantcms.org? The homepage > ist fast. But Documentation and Thirdparty Extension pages are really > slow. The junebug wiki is slow and has been from the beginning. I'm not quite sure why. We will prob

Re: [Radiant] Page Attachments extension - installation instructions no longer work

2008-02-12 Thread Bill Barnard
Hi Jon, On Tue, 2008-02-12 at 10:02 +, Jon Evans wrote: > On 12 Feb 2008, at 01:41, Bill Barnard wrote: > > On Mon, 2008-02-11 at 23:26 +, Jon Evans wrote: > > > >> I'm using the Radiant Gem 0.6.4. The error I get is: > >> > >> [shiny]:~/rails/site evansj$ rake production db:migrate > > >

[Radiant] Radiant & Tumblr

2008-02-12 Thread Erik Mallinson
Has anyone tried using Radiant and Tumblr on the same domain? Any suggestions? I'd basically like the Tumblr page to resolve to the URL with Radiant doing the other pages of the site. I haven't tried it out yet but I worry what will happen with the base URL. Thanks, Erik Mallinson -- Erik Mallinso

Re: [Radiant] Problems with reorder extension / shards extension

2008-02-12 Thread Jim Gay
I should have asked this first, but did you run: rake radiant:extensions:reorder:migrate rake radiant:extensions:reorder:update (I think that's what they are, but just to be sure run: rake -T) I tend to post on top here since the messages can be so long and nobody trims that much. Nobody's bark

Re: [Radiant] Problems with reorder extension / shards extension

2008-02-12 Thread rainer griess
Thank you for your response, yes, I remember. I figured out to fiddle it into this config file. I added this line but reorder was not working. Under extensions reorder and shards was listed as installed! But there was no button, no drag & drop or something to reorder anything. BTW I also tr

Re: [Radiant] Problems with reorder extension / shards extension

2008-02-12 Thread Jim Gay
Hopefully Shards will become part of the core very soon and this won't be a problem anymore. Sadly, even the wiki doesn't talk about what to do http://wiki.radiantcms.org/Using_the_Shards_Extension (I'll update it after sending this though) You need to edit your config/environment.rb as follo

Re: [Radiant] Really disabling caching

2008-02-12 Thread Casper Fabricius
Sean, Thanks for your answer. I already did that. I also looked through the code of ResponseCache. Where does it use the "perform_caching" setting, because I for one can't find it? I'm not pointing any fingers here, I'm just asking, is anyone actually running Radiant with caching completel

[Radiant] Problems with reorder extension / shards extension

2008-02-12 Thread rainer griess
Hey there, since I got problems installing the reorder extension I previously posted my questions as a trouble ticket, which was wrong. Sorry. In the end I had to reinstall radiant and my database tables again. Before I try it again, I would love to hear some hints about how I have to insta

[Radiant] Webserver slooow

2008-02-12 Thread rainer griess
Hi guys, is it just me having problems accessing radiantcms.org? The homepage ist fast. But Documentation and Thirdparty Extension pages are really slow. Anything to do against it? Thanks, rainer ___ Radiant mailing list Post: Radiant@lists.radia

Re: [Radiant] WYMeditor filter works inconsistently

2008-02-12 Thread Bill Barnard
Hi Benny, Thanks for your response, and of course for sharing your work on this extension. On Tue, 2008-02-12 at 10:53 +0100, Benny Degezelle wrote: > think i know what your problem is.. > > when you turn off WYM, you should first 'save and continue editing', > then do your edits and save as no

Re: [Radiant] page_attachment extension problem

2008-02-12 Thread Aitor Garay-Romero
Hi Sean, thanks for the quick reply. The new Rails 2.0 compliant changes are also on your repo: $ svn log -v http://svn.seancribbs.com/svn/rails/plugins/extensions/page_attachments r59 | seancribbs | 2008-02-08 15:20:0

Re: [Radiant] scheduler extension + r:children:each

2008-02-12 Thread Sean Cribbs
http://dev.radiantcms.org/radiant/changeset/740 Cheers, Sean Mark Gallop wrote: > Wow, top service ;) Thanks, Sean. > > Mark > > Sean Cribbs wrote: > >> Mark, >> >> It should obviously be doing that for you! My apologies. Let me patch >> in something real quick. >> >> Sean >> >> Mark Gallo

Re: [Radiant] scheduler extension + r:children:each

2008-02-12 Thread Mark Gallop
Wow, top service ;) Thanks, Sean. Mark Sean Cribbs wrote: > Mark, > > It should obviously be doing that for you! My apologies. Let me patch > in something real quick. > > Sean > > Mark Gallop wrote: > >> Hi all, >> >> I have the scheduler extension installed and use the following code in a

Re: [Radiant] page_attachment extension problem

2008-02-12 Thread Sean Cribbs
Aitor, No, page_attachments just recently moved over to the Radiant repository. It is still available from my personal repository in an older version: http://svn.seancribbs.com/svn/rails/plugins/extensions/page_attachments/ Use that version with 0.6.4. Sean Aitor Garay-Romero wrote: > Hi th

Re: [Radiant] Really disabling caching

2008-02-12 Thread Sean Cribbs
Casper, Confirm that your individual environment files (config/environment) do not override the default you have set. You can do this by putting that setting outside the initializer block, or by changing the value in the individual environment files. Sean Casper Fabricius wrote: > I have a R

Re: [Radiant] scheduler extension + r:children:each

2008-02-12 Thread Sean Cribbs
Mark, It should obviously be doing that for you! My apologies. Let me patch in something real quick. Sean Mark Gallop wrote: > Hi all, > > I have the scheduler extension installed and use the following code in a > layout: > > > > > > Posted > > > > > Now this is showing links to

[Radiant] page_attachment extension problem

2008-02-12 Thread Aitor Garay-Romero
Hi there! @sean cribs: I'm getting a "template not found error" in the page attachment extension. I took a look to the last change to it: r59 | seancribbs | 2008-02-08 15:20:00 +0100 (Fri, 08 Feb 2008) | 1 line Chang

[Radiant] Really disabling caching

2008-02-12 Thread Casper Fabricius
I have a Radiant-based site that I need to run without any caching, because information about the currently logged in user (or a login box) is part of the site design. I thought disabling caching was just a matter of setting: ResponseCache.defaults[:perform_caching] = false - in en

Re: [Radiant] Page Attachments extension - installation instructions no longer work

2008-02-12 Thread Jon Evans
Hi Bill, On 12 Feb 2008, at 01:41, Bill Barnard wrote: > On Mon, 2008-02-11 at 23:26 +, Jon Evans wrote: > >> I'm using the Radiant Gem 0.6.4. The error I get is: >> >> [shiny]:~/rails/site evansj$ rake production db:migrate > > I think what you want is: > > $ rake production db:migrate:exten

Re: [Radiant] WYMeditor filter works inconsistently

2008-02-12 Thread Benny Degezelle
think i know what your problem is.. when you turn off WYM, you should first 'save and continue editing', then do your edits and save as normal. This is not the case when you go from none-wym to wym. the why; when WYM is booted, it hides the original textarea, and injects a whole new divs struc

[Radiant] scheduler extension + r:children:each

2008-02-12 Thread Mark Gallop
Hi all, I have the scheduler extension installed and use the following code in a layout: Posted Now this is showing links to pages which have expired as r:children:each ignores the expires_on value for the page. I wonder if anyone can advise whether I would need to create my own t