Re: [Radiant] problem with page_attachment

2010-04-29 Thread john muhl
On Thu, Apr 29, 2010 at 3:16 PM, Horst Rischbode ho...@horibo.de wrote:
 Hi John,
 thanks for the quick answer. Tried to follow Your instructions but failed.

 git checkout... raises an error:
 fatal: git checkout: updating paths is incompatible with switching branches.
 Did you intend to checkout 'radiant-0.8.0' which con not be resolved as
 commit?

 Sorry, but I'm an absolute newby to git. I'm working an a windows
 development machine. Don't know, if git bash for windows behaves as
 expected in this situation.

 Is there a way to download the right version via web?

try this link: 
http://github.com/radiant/radiant-page-attachments-extension/archives/radiant-0.8.0
___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


Re: [Radiant] problem with page_attachment

2010-04-29 Thread Horst Rischbode
Thanks! Now all works fine!

john muhl schrieb:
 On Thu, Apr 29, 2010 at 3:16 PM, Horst Rischbode ho...@horibo.de wrote:
   
 Hi John,
 thanks for the quick answer. Tried to follow Your instructions but failed.

 git checkout... raises an error:
 fatal: git checkout: updating paths is incompatible with switching branches.
 Did you intend to checkout 'radiant-0.8.0' which con not be resolved as
 commit?

 Sorry, but I'm an absolute newby to git. I'm working an a windows
 development machine. Don't know, if git bash for windows behaves as
 expected in this situation.

 Is there a way to download the right version via web?
 

 try this link: 
 http://github.com/radiant/radiant-page-attachments-extension/archives/radiant-0.8.0
 ___
 Radiant mailing list
 Post: Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
 Radiant: http://radiantcms.org
 Extensions: http://ext.radiantcms.org

   

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


[Radiant] problem with page_attachment

2010-04-28 Thread Horst Rischbode
Hello,

trying to get started with page_attachments extension. I'm running 
Radiant 0.8.1.

Installation was successful. rake tasks migrate  update ran without any 
errors. In Database, I have a new table page_attachments and under each 
page in Admin-Interface, I get the expected page attachment stuff. So 
far so good...

But if I click the '+' sign, nothing happens. This is the case for all 
page types. Tried to reorder the loading of extensions via 
environment.rb. Nothing changes. My development.log doesn't show any 
entry for hitting the '+' sign.

Any ideas?

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


Re: [Radiant] problem with page_attachment

2010-04-28 Thread john muhl
you need the 0.8 branch

cd radiant/vendor/extensions
git clone git://github.com/radiant/radiant-page-attachments-extension.git
page_attachments
cd page_attachments
git checkout -b 0.8 radiant-0.8.0
cd ../../..
rake radiant:extensions:page_attachments:migrate
rake radiant:extensions:page_attachments:update

On Wed, Apr 28, 2010 at 2:34 PM, Horst Rischbode ho...@horibo.de wrote:
 Hello,

 trying to get started with page_attachments extension. I'm running
 Radiant 0.8.1.

 Installation was successful. rake tasks migrate  update ran without any
 errors. In Database, I have a new table page_attachments and under each
 page in Admin-Interface, I get the expected page attachment stuff. So
 far so good...

 But if I click the '+' sign, nothing happens. This is the case for all
 page types. Tried to reorder the loading of extensions via
 environment.rb. Nothing changes. My development.log doesn't show any
 entry for hitting the '+' sign.

 Any ideas?

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

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