Re: [Radiant] Re: Layouts, snippets and site assets on the file system?

2008-07-31 Thread Casper Fabricius
Nice work, Andrew. I wonder how hard it would to get this extension to also dump and load SnS text assets. Not that any of the extensions should have a dependency on the other, but the file-system-extension could perhaps check for the presence of SnS and dump that too, if present?

Re: [Radiant] Re: Layouts, snippets and site assets on the file system?

2008-07-31 Thread Sean Cribbs
When I designed the extension, I toyed with the idea of providing a way for extensions to specify how to dump/load their own models. IIRC, you can just create an appropriately named module and then add the model to the constant array in the FileSystem module. You should probably do all of

Re: [Radiant] Re: Layouts, snippets and site assets on the file system?

2008-07-31 Thread Casper Fabricius
Nice - thanks, Sean On 31/07/2008, at 15:00, Sean Cribbs wrote: When I designed the extension, I toyed with the idea of providing a way for extensions to specify how to dump/load their own models. IIRC, you can just create an appropriately named module and then add the model to the

[Radiant] Re: Layouts, snippets and site assets on the file system?

2008-06-17 Thread Jonathan McCoy
Jonathan McCoy wrote: In parallel, it would be nice to add another basic user-level of Designer, for managing Snippets - in the absence of SCM/file support for layouts/partials. In keeping designs and code DRY, we find ourselves using snippets to contain more than user-editable content,

[Radiant] Re: Layouts, snippets and site assets on the file system?

2008-06-13 Thread Daniel Collis-puro
Sean Cribbs wrote: Alex, I've been promising for a long time, so I better own up on it. I wrote an extension for Digital Pulp that lets you import/export several models between the database and the file system so that they can be stored in a SCM. There are a number of other extensions