Re: [Radiant] New feature: manage CSS and Javascripts from the Admin UI

2010-08-03 Thread Marshal Linfoot
Jim, I just now tried this on a fresh Radiant instance. I installed the "Styled Blog" so I would have some content and css to work with. Cut and pasted the css from Styles/css into Design/Stylesheets/main and then deleted the Styles page (original css gone, copy of the original css in /css/main).

Re: [Radiant] actives_scaffold_includes with custom extension

2010-08-03 Thread Wes Gamble
Of course, the proper Radiant approach to this is probably to use a snippet to hold the content that is common to the two layouts, in the spirit of DRYness. W On 8/3/10 5:24 AM, swartz wrote: I'm attempting to extend Radiant's admin with my first attempt at an extension. I've added the neces

Re: [Radiant] New feature: manage CSS and Javascripts from the Admin UI

2010-08-03 Thread Marshal Linfoot
> > Thanks very much for testing this out, Marshal. > Happy to help in any small way. The part you missed is that there was no conversion of content from the SNS > records in the database to StylesheetPages and JavascriptPages. > I wasn't expecting the old sns content to be moved. Instead, I let

Re: [Radiant] New feature: manage CSS and Javascripts from the Admin UI

2010-08-03 Thread Jim Gay
On Tue, Aug 3, 2010 at 12:01 PM, Marshal Linfoot wrote: > Jim, I've used the sns extensions for some time now and, from a > non-developer perspective, am happy to see the functionality moved into > core. I'm sure developers will find it easier to work with, too. > > I gave it a try on a test serv

Re: [Radiant] New feature: manage CSS and Javascripts from the Admin UI

2010-08-03 Thread Marshal Linfoot
Jim, I've used the sns extensions for some time now and, from a non-developer perspective, am happy to see the functionality moved into core. I'm sure developers will find it easier to work with, too. I gave it a try on a test server that had sns, sns_page_hooks, sns_minifier, sns_sass_filter alre

Re: [Radiant] actives_scaffold_includes with custom extension

2010-08-03 Thread Wes Gamble
I'm using AS inside of Radiant, and I simply added = active_scaffold_includes into the application.html.haml file (line 18) for Radiant admin. But I'm deploying on heroku so I have the radiant files expanded out into vendor/radiant in my project. If you have a standard Radiant project, the

[Radiant] Re: search custom extension

2010-08-03 Thread sethg
Josh -- thanks for responding -- this is the search -- it seemed like the simplest one to use. = Search Ported by: Sean Cribbs Version: 0.1 Description: A port of Oliver Baltzer's search behavior, with removal of the live-preview options. thx, sg On Aug 3, 9:27 am, Jo

Re: [Radiant] search custom extension

2010-08-03 Thread Josh French
On Aug 2, 2010, at 9:21 PM, sethg wrote: I have also downloaded the search extension, I was wondering what I would put in the search extension in order to search the queens model too. Which search extension? There are a few. - - - - - - - - - - - - - - - - - - - - - - - Josh French Senior En

[Radiant] New feature: manage CSS and Javascripts from the Admin UI

2010-08-03 Thread Jim Gay
I've added a new feature to the core. Read about it here http://radiantcms.org/blog/archives/2010/08/03/manage-css-and-javascript-from-the-admin-ui/ Radiant now has features like the SNS extension provided, but better. -- Jim Gay Saturn Flyer LLC http://www.saturnflyer.com 571-403-0338

[Radiant] New feature: manage CSS and Javascripts from the Admin UI

2010-08-03 Thread Jim Gay
I've added a new feature to the core. Read about it here http://radiantcms.org/blog/archives/2010/08/03/manage-css-and-javascript-from-the-admin-ui/ Radiant now has features like the SNS extension provided, but better. -- Jim Gay Saturn Flyer LLC http://www.saturnflyer.com 571-403-0338

[Radiant] actives_scaffold_includes with custom extension

2010-08-03 Thread swartz
I'm attempting to extend Radiant's admin with my first attempt at an extension. I've added the necessary tabs, etc. I'm trying to use ActiveScaffold (AS) for the extension's controllers. So far so good. Except... First stumbling block is how do I use active_scaffold_includes view helper that comes