Re: [Radiant] Page attachments extension

2007-07-31 Thread Erik van Oosten
Keith, This exact question was on the list just 1 or 2 days ago. Please search the list. Erik. Mailing wrote: Hi all, I have installed page attachment's latest version and when I use the following code I just see a # for each attachment I add - anyone seen this before??

Re: [Radiant] Page attachments extension

2007-07-31 Thread Mailing
Hi Eric, I can see messages referring to the ability of the extension to handle r:attachments:each but none about errors that have been thrown up - can you point me in the right direction? Keith Erik van Oosten wrote: Keith, This exact question was on the list just 1 or 2 days ago. Please

Re: [Radiant] Page attachments extension

2007-07-31 Thread Erik van Oosten
Hi Keith, I think it is this one: http://www.nabble.com/forum/ViewPost.jtp?post=11862316framed=y A big apology, I see that it was unanswered, and even more, written by you! I am very sorry for not paying attention, Erik. Mailing-7 wrote: Hi Eric, I can see messages referring to

[Radiant] Matthias Groebner ist außer Haus.

2007-07-31 Thread Matthias . Groebner
Ich werde ab 31.07.2007 nicht im Büro sein. Ich kehre zurück am 20.08.2007. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/

[Radiant] Admin - Expanded pages don't stay expanded

2007-07-31 Thread Ryan Heneise
When a page is expanded in Radiant Admin, it should be expanded the next time you come back to the pages tab. In my installations (several of them) this doesn't happen: the whole hierarchy is collapsed every time you come back to the pages tab. Any idea why this might be happening? Thanks,

[Radiant] Shopify.info

2007-07-31 Thread James MacAulay
Hi all, We have a completely new brochure site for Shopify which I'd like to shamelessly plug: http://shopify.info ...which is of course, like the old shopify.com, built with the incomparable Radiant :) One nifty thing that this site does is use a modified version of the rss_reader

Re: [Radiant] Shopify.info

2007-07-31 Thread Sean Cribbs
James, As always, awesome work! Sean James MacAulay wrote: Hi all, We have a completely new brochure site for Shopify which I'd like to shamelessly plug: http://shopify.info ...which is of course, like the old shopify.com, built with the incomparable Radiant :) One nifty thing

[Radiant] Extensions on mental

2007-07-31 Thread Mailing
Hi all, I set up my Radiant install using the gem (6.2) and following that I joined mental branch by using |rake radiant:freeze:edge ||rake radiant:update| (and then running) |rake production db:migrate| I'm trying to run extensions on mental branch now and I have installed three into

Re: [Radiant] Page_Attachments

2007-07-31 Thread David Piehler
John W. Long wrote: Did you ever fix this? Fixed via Sean's patch here: http://www.ruby-forum.com/topic/111949 Thanks guys! -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search:

Re: [Radiant] Page attachments extension

2007-07-31 Thread David Piehler
Keith wrote: I have installed page attachment's latest version and when I use the following code I just see a # for each attachment I add - anyone seen this before?? r:attachment:each order=asc pr:link / - r:date //p /r:attachment:each I am getting the same results when using

Re: [Radiant] Page_Attachments

2007-07-31 Thread Mailing
No - noone has replied as yet :( David Piehler wrote: John W. Long wrote: Did you ever fix this? Fixed via Sean's patch here: http://www.ruby-forum.com/topic/111949 Thanks guys! ___ Radiant mailing list Post:

Re: [Radiant] Page admin interface bug

2007-07-31 Thread Mailing
How can I make that change then? I've only got _attachments.rhtml in app/views/admin/page/index.rhtml. Keith David Piehler wrote: John W. Long wrote: Ticket 505 is closed. Has this been resolved? http://dev.radiantcms.org/radiant/ticket/505 The patch works

Re: [Radiant] Page admin interface bug

2007-07-31 Thread David Piehler
John W. Long wrote: Ticket 505 is closed. Has this been resolved? http://dev.radiantcms.org/radiant/ticket/505 The patch works (http://dev.radiantcms.org/radiant/attachment/ticket/505/index.rhtml.diff) but does not seen to be applied in the SVN repository. -- Posted via

Re: [Radiant] Page admin interface bug

2007-07-31 Thread David Piehler
Keith wrote: How can I make that change then? I've only got _attachments.rhtml in app/views/admin/page/index.rhtml. This is where the file should be: /vendor/extensions/reorder/app/views/admin/page/index.rhtml Any luck? -- Posted via http://www.ruby-forum.com/.

Re: [Radiant] Admin - Expanded pages don't stay expanded

2007-07-31 Thread David Piehler
Ryan Heneise wrote: When a page is expanded in Radiant Admin, it should be expanded the next time you come back to the pages tab. In my installations (several of them) this doesn't happen: the whole hierarchy is collapsed every time you come back to the pages tab. Any idea why this might

Re: [Radiant] Page admin interface bug

2007-07-31 Thread John W. Long
David Piehler wrote: John W. Long wrote: Ticket 505 is closed. Has this been resolved? http://dev.radiantcms.org/radiant/ticket/505 The patch works (http://dev.radiantcms.org/radiant/attachment/ticket/505/index.rhtml.diff) but does not seen to be applied in the SVN repository. Applied.

Re: [Radiant] Problems with extension generators

2007-07-31 Thread John W. Long
Keith Bingman wrote: Hey, my friend was trying to generate a controller today and when he tried: script/generate extension_controller Products admin/species He got: The name 'admin' is reserved by Ruby on Rails. Please choose an alternative and run this generator again. I

Re: [Radiant] Stack level too deep

2007-07-31 Thread John W. Long
Mark Kirby wrote: Hi, I just installed radiant on a test machine. I followed all the steps given when creating a new radiant app. When i view the default blog i just get stack level too deep where the posts should be. I have installed it on my laptop too and that works fine. This

[Radiant] Page attachments update/bugfix

2007-07-31 Thread Sean Cribbs
Everyone, I have fixed the problem with the r:attachment:each tag that you were all experiencing. One would think that having written at least a dozen iterators for various extensions that I would remember this small concept that I missed. My apologies. You may have seen a # in the output,