Re: [Radiant] Import Export forked

2008-07-20 Thread Andrew Neil
I've tidied up my branch of the import-export extension[0], and merged some bug-fixes from Ihoka's branch[1]. I've tested it on a fairly simple site, and it works nicely. My modifications add functionality that exports all models to a yaml file, rather than just the models used by Radiant w

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

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

[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: