Re: [Radiant] [ANN] Summer Reboot Documentation

2008-06-24 Thread Mohit Sindhwani
Andrew Neil wrote: On 22 Jun 2008, at 09:17, Mohit Sindhwani wrote: Hi Guys We have been in discussion about starting up another effort to write up Radiant documentation. I had earlier posted out something like a Table of Contents that we could use as a preliminary outline. I've created

Re: [Radiant] [ANN] Summer Reboot Documentation

2008-06-24 Thread Alex Wayne
On Jun 24, 2008, at 2:14 AM, Mohit Sindhwani wrote: Andrew Neil wrote: On 22 Jun 2008, at 09:17, Mohit Sindhwani wrote: Hi Guys We have been in discussion about starting up another effort to write up Radiant documentation. I had earlier posted out something like a Table of Contents th

Re: [Radiant] [ANN] Summer Reboot Documentation

2008-06-24 Thread Mohit Sindhwani
Alex Wayne wrote: On Jun 24, 2008, at 2:14 AM, Mohit Sindhwani wrote: Andrew Neil wrote: On 22 Jun 2008, at 09:17, Mohit Sindhwani wrote: Hi Guys We have been in discussion about starting up another effort to write up Radiant documentation. I had earlier posted out something like a Tab

[Radiant] migration problems 0.6.5 => 0.6.7

2008-06-24 Thread Jan T
Hi, i ran into a weird migration problem, after having migrated 3 sites successfully, i now get an error when i try to log into the admin area. The log says: NameError (undefined local variable or method `salt' for # 0.0419s == 19 AddSaltToUsers: migrated (0.0439s)

[Radiant] Summer doc project - Writing an radius tag extension article

2008-06-24 Thread Alex Wayne
I got inspired this morning and managed to complete an article about writing an extension to implement a custom tag, with a spec driven process. http://wiki.radiantcms.org/Creating_an_extension_I I hope its accurate, as I am still a bit of a noob with Radiant. -Alex http://beautifulpixel.co

Re: [Radiant] Summer doc project - Writing an radius tag extension article

2008-06-24 Thread aslak hellesoy
On Tue, Jun 24, 2008 at 11:26 PM, Alex Wayne <[EMAIL PROTECTED]> wrote: > I got inspired this morning and managed to complete an article about writing > an extension to implement a custom tag, with a spec driven process. > > http://wiki.radiantcms.org/Creating_an_extension_I > > I hope its accurate

[Radiant] Import Export forked

2008-06-24 Thread Andrew Neil
Hi, I was trying out the import_export extension, and I noticed that it wasn't backing up records from my subscribers table. (The subscribers table was added by a migration in the subscriber_lists extension[1]). Looking at the source, I could see an easy way of fixing this, changing:

Re: [Radiant] Import Export forked

2008-06-24 Thread Alex Wayne
Seems like this would miss any table without a class. A has_and_belongs_to_many association, for instance, would not get exported if I am reading that patch right. Maybe thats not even an issue :) -Alex http://beautifulpixel.com On Jun 24, 2008, at 3:57 PM, Andrew Neil wrote: Hi, I was

Re: [Radiant] Summer doc project - Writing an radius tag extension article

2008-06-24 Thread Marty Haught
On Tue, Jun 24, 2008 at 3:26 PM, Alex Wayne <[EMAIL PROTECTED]> wrote: > I got inspired this morning and managed to complete an article about writing > an extension to implement a custom tag, with a spec driven process. > > http://wiki.radiantcms.org/Creating_an_extension_I > > I hope its accurate,

Re: [Radiant] Summer doc project - Writing an radius tag extension article

2008-06-24 Thread Alex Wayne
Radiant 0.6.7 generates extensions with a spec directory by default, and no test directory at all. Its all hooked up already for ya. -Alex On Jun 24, 2008, at 7:50 PM, "Marty Haught" <[EMAIL PROTECTED]> wrote: On Tue, Jun 24, 2008 at 3:26 PM, Alex Wayne <[EMAIL PROTECTED]> wrote: I got insp

Re: [Radiant] Import Export forked

2008-06-24 Thread Andrew Neil
On 25 Jun 2008, at 00:04, Alex Wayne wrote: Seems like this would miss any table without a class. A has_and_belongs_to_many association, for instance, would not get exported if I am reading that patch right. Well spotted. This is also a blind spot for the original import_export extensio