Have you thought about creating a Razor version of your XSLT script? I think you'd have lots of people more interested in extending this package since Razor is easier to work with.
I have a client that would like to see more of a change history than just changes from today and yesterday. My XSLT is pretty rusty these days.
I actually haven't given that much thought — but I'd be happy to include a Razor version if someone creates one. It should be very simple to use a .cshtml file for the rendering instead - just switch the "Latest Edits" macro from using the .xslt file to using a .cshtml file instead.
A bit off topic: Perhaps it should be rewritten for a Umbraco 7.
Right now it works with the usercontrol is wrapped inside an iframe and loading it in a dashboard which in Umbraco 7 at the moment display multiple scrollbars.
I agree, there should be a better version for Umbraco 7; I haven't done enough work in v7 to properly do this myself, but I'd be happy to see a pull request or similar from anyone who's had a little more experience in doing custom dashboards for Umbraco 7.
Razor Script Version?
Have you thought about creating a Razor version of your XSLT script? I think you'd have lots of people more interested in extending this package since Razor is easier to work with.
I have a client that would like to see more of a change history than just changes from today and yesterday. My XSLT is pretty rusty these days.
Hi Janet,
I actually haven't given that much thought — but I'd be happy to include a Razor version if someone creates one. It should be very simple to use a .cshtml file for the rendering instead - just switch the "Latest Edits" macro from using the .xslt file to using a .cshtml file instead.
Let me know how it goes if you try it!
/Chriztian
Hi Chriztian
A bit off topic: Perhaps it should be rewritten for a Umbraco 7.
Right now it works with the usercontrol is wrapped inside an iframe and loading it in a dashboard which in Umbraco 7 at the moment display multiple scrollbars.
/Bjarne
Hi Bjarne,
I agree, there should be a better version for Umbraco 7; I haven't done enough work in v7 to properly do this myself, but I'd be happy to see a pull request or similar from anyone who's had a little more experience in doing custom dashboards for Umbraco 7.
/Chriztian
I think there could be created a view like in the blogimporter dashboard in Articulate package: https://github.com/Shandem/Articulate/blob/master/Articulate.Web/App_Plugins/Articulate/BackOffice/Dashboards/blogimporter.html
But I'm not sure if you can combine it with xslt/razor.. or call some .NET methods in the controller..
/Bjarne
is working on a reply...