Re: [Radiant] re sorting and re parenting patch

2006-07-31 Thread Erik B. Ordway
There is a patch in added to the ticket that should do it. John W. Long wrote: > Erik B. Ordway wrote: > >> I was trying to limit the effect of the change. For the most part >> everything works like it did before the patch. I agree though that >> changing the default to sort_id would make

[Radiant] Missing Admin Tool

2006-07-31 Thread Matthew Alberty
I was able to successfully install Radiant so you can disregard question 8 on my previous post about permissions. I just changed the permissions for some of the folders and it worked. Now that everything is installed and I picked my template choice, the directions say to edit the config file for

[Radiant] Access to session object when creating a behavior

2006-07-31 Thread jsmorris
I am still learning Ruby, Rails, and Radiant, but I am trying to develop a new behavior for a custom application that extends Radiant. I see that have access to request and response objects in the BaseBehavior, but do I have access to the session object? I want to make all pages aware of the logg

Re: [Radiant] Proposal: Exception handling in container classes

2006-07-31 Thread Jay Levitt
Jay Levitt wrote: > I imagine if I understood continuations better, I'd know how to code > this; the inner tag should raise an exception, and the outer tag should > note that, continue its processing, and then, at the end, reraise or > render. Sadly, I'm too new to Ruby, and non-procedural lan

Re: [Radiant] Proposal: Exception handling in container classes

2006-07-31 Thread Jay Levitt
John W. Long wrote: > Jay Levitt wrote: >> Jay Levitt wrote: >>> I understand the intent, but I wonder if there's a less intrusive way to >>> accomplish it, while still allowing outer tags to rescue their own >>> exceptions. What if that rescue were executed only on the outermost >>> tags? Wou

Re: [Radiant] Permission Denied error

2006-07-31 Thread John W. Long
Matthew Alberty wrote: > Do I need to change my security settings? If so, what command would I > type in Putty to update it? What happens when you execute: chmod +x script/* And then try the command again? -- John Long http://wiseheartdesign.com ___

Re: [Radiant] re sorting and re parenting patch

2006-07-31 Thread John W. Long
Erik B. Ordway wrote: > I was trying to limit the effect of the change. For the most part > everything works like it did before the patch. I agree though that > changing the default to sort_id would make more sense. Let's change it. -- John Long http://wiseheartdesign.com __

Re: [Radiant] re sorting and re parenting patch

2006-07-31 Thread Erik B. Ordway
I was trying to limit the effect of the change. For the most part everything works like it did before the patch. I agree though that changing the default to sort_id would make more sense. On Jul 31, 2006, at 2:45 PM, John W. Long wrote: > Erik B. Ordway wrote: >> I fixed a few errors. You

Re: [Radiant] re sorting and re parenting patch

2006-07-31 Thread John W. Long
Erik B. Ordway wrote: > I fixed a few errors. You need to specify a the by="sort_id" ala > for the display to sort > correctly. Otherwise it defaults to the normal way. Don't you think it would be better to make sort_id the default column? -- John Long http://wiseheartdesign.com

Re: [Radiant] re sorting and re parenting patch

2006-07-31 Thread Erik B. Ordway
I fixed a few errors. You need to specify a the by="sort_id" ala for the display to sort correctly. Otherwise it defaults to the normal way. On Jul 31, 2006, at 10:31 AM, Erik B. Ordway wrote: > I really wanted to see this functionality but I all saw was talk so I > scratched my own itch

[Radiant] Trunk broken

2006-07-31 Thread Farrel Lifson
I just checked out the latest version from svn but it seems to be broken. After setting up my databases using the scripts I go to http://localhost:3000/admin and login but then immediately the following error occurs. Should I rather be developing against 0.5? Farrel RuntimeError in Admin/page#

[Radiant] Permission Denied error

2006-07-31 Thread Matthew Alberty
I am trying to install the Radiant CMS on my host www.virtosonetsolutions.com. They already have Ruby installed so I do not need to worry about that, but when following the setup instructions I get an error as detailed below. Server Info: Linux / Centos 4.3 (Redhat Enterprise 4 equivilent)

[Radiant] re sorting and re parenting patch

2006-07-31 Thread Erik B. Ordway
I really wanted to see this functionality but I all saw was talk so I scratched my own itch. Code wise it is pretty clean but the UI is functional but ugly. All the movements are via the page index page with a little ajax for #3 and #4. It works on the "styled blog" test site. http://de

Re: [Radiant] Proposal: Exception handling in container classes

2006-07-31 Thread Jay Levitt
John W. Long wrote: > Jay Levitt wrote: >> Jay Levitt wrote: >>> I understand the intent, but I wonder if there's a less intrusive way to >>> accomplish it, while still allowing outer tags to rescue their own >>> exceptions. What if that rescue were executed only on the outermost >>> tags? Wou

Re: [Radiant] Proposal: Exception handling in container classes

2006-07-31 Thread John W. Long
Jay Levitt wrote: > Jay Levitt wrote: >> I understand the intent, but I wonder if there's a less intrusive way to >> accomplish it, while still allowing outer tags to rescue their own >> exceptions. What if that rescue were executed only on the outermost >> tags? Would that break anything? >

Re: [Radiant] Attachments/Resources

2006-07-31 Thread John W. Long
Josh Ferguson wrote: > I know this went around the list a few weeks ago but I forgot the > outcome. Who is currently developing a way to upload/manage assets? > > My use case is pretty simple and just involves uploading assets to some > global asset manager (maybe in a fourth tab).. I don't real

Re: [Radiant] Parent tag?

2006-07-31 Thread John W. Long
Jay Levitt wrote: > Any reason this shouldn't be part of page_context? It's incredibly > handy for nav. > > define_tag 'parent' do |tag| > tag.locals.page = page.parent > tag.expand > end This is a great idea. Please submit a patch. -- John Long http://wiseheartdesign.co

Re: [Radiant] Adding an e-mail form

2006-07-31 Thread Jeroen Janssen
I used to get an error 'protected method `get_class_name' called for #' but I've done a fresh install of Radiant and the behavior and it seems to be working now.I still get an error 'Error encountered while trying to send email. Connection refused - connect(2)' Let me clarify that, it seems to be w

Re: [Radiant] Radiant Digest, Vol 4, Issue 60

2006-07-31 Thread Tim Perrett
I am out of the office until the 14th of august. In my absence, if you have enquirys regarding prodction, please get in touch with Dan Field ([EMAIL PROTECTED]). Alternitivly, if you have a systems problem, please get in touch with Nilsson Veness on ([EMAIL PROTECTED]) Many thanks Tim Perrett lea

Re: [Radiant] Adding an e-mail form

2006-07-31 Thread Jeroen Janssen
On Jul 31, 2006, at 2:52 AM, M@ McCray wrote:Jeroen Janssen wrote: Unfortunately the mailer behaviour doesn't seem to work anymore with the latest version of Radiant. Can someone point me in the right direction, or, even better has anyone implemented a simple contact e-mail form or does anyone know

Re: [Radiant] Radiant Digest, Vol 4, Issue 59

2006-07-31 Thread Tim Perrett
I am out of the office until the 14th of august. In my absence, if you have enquirys regarding prodction, please get in touch with Dan Field ([EMAIL PROTECTED]). Alternitivly, if you have a systems problem, please get in touch with Nilsson Veness on ([EMAIL PROTECTED]) Many thanks Tim Perrett lea

Re: [Radiant] Radiant Digest, Vol 4, Issue 57

2006-07-31 Thread Tim Perrett
I am out of the office until the 14th of august. In my absence, if you have enquirys regarding prodction, please get in touch with Dan Field ([EMAIL PROTECTED]). Alternitivly, if you have a systems problem, please get in touch with Nilsson Veness on ([EMAIL PROTECTED]) Many thanks Tim Perrett lea

Re: [Radiant] Radiant Digest, Vol 4, Issue 58

2006-07-31 Thread Tim Perrett
I am out of the office until the 14th of august. In my absence, if you have enquirys regarding prodction, please get in touch with Dan Field ([EMAIL PROTECTED]). Alternitivly, if you have a systems problem, please get in touch with Nilsson Veness on ([EMAIL PROTECTED]) Many thanks Tim Perrett lea