[Radiant] Page attachments update/bugfix

2007-07-31 Thread Sean Cribbs
Everyone,

I have fixed the problem with the  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, but that was just the result of Ruby turning an Array full of 
attachments into a string, i.e. calling .to_s on each one in turn.  This 
will produce something like the following:

##

Hence the quasi-random # in the output.  Instead, I needed to push the 
output of each iteration into a string. *headdesk*

Please update your copy of page_attachments if you need this functionality.

Sean
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 is radiant 0.6.2 previous versions worked fine on this box.
> 
> Does anyone have any ideas?

Mmmm. You are doing this with a fresh database? I mean this is what you 
get when you create a new project and bootstrap the database with option 
3 (for the styled blog)? Or, are you getting the error on your own database?

--
John Long
http://wiseheartdesign.com
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 can't reproduce the error:

$ script/generate extension Products
   create  vendor/extensions/products/app/controllers
   create  vendor/extensions/products/app/helpers
   create  vendor/extensions/products/app/models
   create  vendor/extensions/products/app/views
   create  vendor/extensions/products/db/migrate
   ...

$ script/generate extension_controller Products admin/species
   create  app/controllers/admin
   create  app/helpers/admin
   create  app/views/admin/species
   create  test/functional/admin
   ...


Can you provide precise steps to reproduce this in a clean project? Can 
we see a list of the gems you have installed?

--
John Long
http://wiseheartdesign.com
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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. Thank you.

--
John Long
http://wiseheartdesign.com
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 be happening?

Are you using the "reorder" extension? I was experiencing the same issue 
you are describing, and this patch seemed to fix it:
Patch: 
http://dev.radiantcms.org/radiant/attachment/ticket/505/index.rhtml.diff
Related issue: http://www.ruby-forum.com/topic/110225

It might have been coincidence and something else I did at the same time 
fixed it. Its worth trying though :-)
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 
> (http://dev.radiantcms.org/radiant/attachment/ticket/505/index.rhtml.diff) 
> but does not seen to be applied in the SVN repository.
>   

___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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??
> 
> 
>  - 
> 

I am getting the same results when using r:attachment:each.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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 /radapp/vendor/extensions - thing is none of them are showing 
in my admin? I have radiant mental in the vendor directory but the 
sym_link is from ~/radapp/public. I've also run the rake command -rake 
db:migrate:extensions -from the /radapp directory after installing each 
extension.

Does this all sound correct - I'm a newbie to mental so help would be 
appreciated!

Thanks.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 that this site does is use a modified version of the  
> rss_reader extension from BJ Clark et al. It grabs feeds that we  
> publish in other places and re-displays them to fit it with the  
> design of the site. In particular,
>
> http://shopify.info/screenshots
> comes from: http://jadedpixel.com/shop-of-the-moment
>
> and
>
> http://shopify.info/faq#customer-payment-methods
> comes from: http://app.shopify.com/services/gateways/direct.xml , .../ 
> offsite.xml, etc.
>
> When I get a spare minute I'll make the modified version that we've  
> been using of the rss_reader extension available, since it includes  
> some features and improvements that I think others would find quite  
> useful.
>
> Cheers,
> James
>
>
> ---
> James MacAulay
> [EMAIL PROTECTED]
>
> http://www.shopify.com
> http://www.jadedpixel.com
> http://jmacaulay.net
> http://flickr.com/photos/jmacaulay
>
>
> ___
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
>   

___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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 extension from BJ Clark et al. It grabs feeds that we  
publish in other places and re-displays them to fit it with the  
design of the site. In particular,

http://shopify.info/screenshots
comes from: http://jadedpixel.com/shop-of-the-moment

and

http://shopify.info/faq#customer-payment-methods
comes from: http://app.shopify.com/services/gateways/direct.xml , .../ 
offsite.xml, etc.

When I get a spare minute I'll make the modified version that we've  
been using of the rss_reader extension available, since it includes  
some features and improvements that I think others would find quite  
useful.

Cheers,
James


---
James MacAulay
[EMAIL PROTECTED]

http://www.shopify.com
http://www.jadedpixel.com
http://jmacaulay.net
http://flickr.com/photos/jmacaulay


___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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,
Ryan
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[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/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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=11862316&framed=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 the ability of the extension to handle 
>  but none about errors that have been thrown up - 
> can you point me in the right direction?
> 
> Keith
> 

-- 
View this message in context: 
http://www.nabble.com/Page-attachments-extension-tf4190217.html#a11921215
Sent from the Radiant - User mailing list archive at Nabble.com.

___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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 
 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 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??
>>
>> 
>>  - 
>> 
>>
>> Keith
>> ___
>> Radiant mailing list
>> Post:   Radiant@lists.radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>   
>> 
>
>   

___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant