Re: Caribou: custom templates shadow _admin templates

2013-11-15 Thread Justin Smith
And yes, you could still customize by overriding the templates in their new path (which all being under _admin would not reasonably conflict with an app that intends to use the admin). On Friday, November 15, 2013 10:20:25 AM UTC-8, Justin Smith wrote: > > Yes, I've made significant progress in

Re: Caribou: custom templates shadow _admin templates

2013-11-15 Thread Justin Smith
Yes, I've made significant progress in moving the templates, but a few of the field editing partials are not accounted for yet. Right now most of the admin works in the new branch, but a few of the field editors have some errors introduced. You are welcome to check out the namespaced-templates

Re: Caribou: custom templates shadow _admin templates

2013-11-15 Thread Tassilo Horn
Justin Smith writes: Hi Justin, > The your own resources subdirectory is merged over the admin one, the > structure visible here: caribou admin > templates Ok, thanks for the clarification. At least login and logout seem

Re: Caribou: custom templates shadow _admin templates

2013-11-15 Thread Justin Smith
Update: I have created a namespaced-templates branch of caribou-admin, and the fix actually looks like it will be a shallow change (if moderately tedious given our lack of relative partial paths in templates which gives me another idea...). On Friday, November 15, 2013 6:36:30 AM UTC-8, Justin

Re: Caribou: custom templates shadow _admin templates

2013-11-15 Thread Justin Smith
The your own resources subdirectory is merged over the admin one, the structure visible here: caribou admin templates And yes, anything which has the same directory structure in your project is merged over the admin templ

Caribou: custom templates shadow _admin templates

2013-11-15 Thread Tassilo Horn
Hi all, I'm just toying around with Caribou. I successfully created the models of my toy app, and now I started defining routes, pages, and templates. I started with this: --8<---cut here---start->8--- (def routes [["/":home [["login" :l