Notify when masterpages and macro are edited by users?
I'm working on a Umbraco site where I use WebMatrix for deployment. The users can edit masterpages and macros when logged in, but I keep overwriting their changes when I click "Publish" in WebMatrix.
I guess I could click "Download published site" every time I am going to work on the site from within Visual Studio... But as l'll probably forget to do this at a regular basis (...). Is there any way to notify me or send an email when these this content is changed?
OK, I noticed WebMatrix actually do compare local files with the ones on the server when you click "Download published site" , so this helps. But I would be nice to know if there is an event I could listen to to perhaps send an email when content is changes.
Notify when masterpages and macro are edited by users?
I'm working on a Umbraco site where I use WebMatrix for deployment. The users can edit masterpages and macros when logged in, but I keep overwriting their changes when I click "Publish" in WebMatrix.
I guess I could click "Download published site" every time I am going to work on the site from within Visual Studio... But as l'll probably forget to do this at a regular basis (...). Is there any way to notify me or send an email when these this content is changed?
OK, I noticed WebMatrix actually do compare local files with the ones on the server when you click "Download published site" , so this helps. But I would be nice to know if there is an event I could listen to to perhaps send an email when content is changes.
is working on a reply...