[Radiant] Instance Mode and Extension testing

2007-04-20 Thread Leon Yeh
Hi, I have been working on the mental version and starting to develop several extensions. I checked out the radiant svn version and use svn:externals to checkout my extensions. Everything looks good until I am ready to deploy. The deployment machine is using gem version (instance mode)

Re: [Radiant] Instance Mode and Extension testing

2007-04-20 Thread Erik van Oosten
Leon Yeh wrote: Has anyone seen the same problem ? Can you run your own extension test on instance method ? Yes, I have seen that problem. This is when I switched to that mode where you copy everything from the gems folder to your instance (I am sorry, I really cannot grok the run-mode

Re: [Radiant] Optimistic Locking

2007-04-20 Thread Jim Gay
If a page has been edited, it warns you of the problem, but it wipes your changes and displays what is in the database. In my mind, it should warn you, but not remove any change that you made. It warns you, and displays the changes that you just made.. The changes are there, it's just that

[Radiant] access one specific child

2007-04-20 Thread Raphael Bauduin
Hi, is there a way to select one specific child, in contrast to iterating over all of them? Something like children:each slug=child-slug or child slug=child-slug. thanks Raph -- Web database: http://www.myowndb.com Free Software Developers Meeting: http://www.fosdem.org

Re: [Radiant] access one specific child

2007-04-20 Thread Farrel Lifson
On 20/04/07, Raphael Bauduin [EMAIL PROTECTED] wrote: Hi, is there a way to select one specific child, in contrast to iterating over all of them? Something like children:each slug=child-slug or child slug=child-slug. r:find url=/path/to/child ... /r:find Farrel

Re: [Radiant] Radiant Gallery extension 0.2.0 released

2007-04-20 Thread Albert Vernon Smith
I'm have some trouble getting this working properly. I'm very new to Rails, and I'm certain there is something obvious that I'm missing. Following the instructions in the README, I run: -- rake radiant:extensions:gallery:install -- And see the following: -- Extensions cannot be used until

Re: [Radiant] Instance Mode and Extension testing

2007-04-20 Thread Leon Yeh
Thanks Erik, Now I know someone else has the problem, I will see if I can fix this. Leon Yeh New Avenue Systems Inc. Office: (626)254-1757 x880 [EMAIL PROTECTED] Imagination Delivered. www.newavenue.net Erik van Oosten wrote: Leon Yeh wrote: Has anyone seen the same problem ? Can you

Re: [Radiant] Radiant Gallery extension 0.2.0 released

2007-04-20 Thread Andrea Franz
Il giorno 20/apr/07, alle ore 19:22, Albert Vernon Smith ha scritto: I'm have some trouble getting this working properly. I'm very new to Rails, and I'm certain there is something obvious that I'm missing. Following the instructions in the README, I run: -- rake

Re: [Radiant] Radiant Gallery extension 0.2.0 released

2007-04-20 Thread Albert Vernon Smith
Thanks for the help. I tried you instructions first, and that did not work. However, I decided to do a completely clean install of Radiant, and then got past this step. I still have a slight problem viewing the gallery, but I thinks will be OK. I don't have good time to really play with things

Re: [Radiant] access one specific child

2007-04-20 Thread Oliver Baltzer
Raphael Bauduin wrote: is there a way to select one specific child, in contrast to iterating over all of them? Something like children:each slug=child-slug or child slug=child-slug. I have made a little patch for that to find a URL locally relative to the current page: --- standard_tags.rb

Re: [Radiant] Virtual Domains 0.6 Routing problems

2007-04-20 Thread Brian Gernhardt
On Apr 20, 2007, at 4:55 PM, Mathieu Lue wrote: I'm having trouble using virtual domains 0.6. I believe that is the version that has been updated for the radiant .6 candidate. I am able to specify the slug of a default page that I want any requests forwarded to the radiant installation