Ok time for another overview plugin. This time it's a plugin that gives you an overview of wich content types (both pages and blocks) wich are not fully synchronized due to one or many changes done via admin mode. It's very simple, just an html...
I really enjoy working with Episerver and developing new cool solutions with it, but sometimes it's hard to get a good overview of how things are configured. One of those things is access rights. In a real simple solution there might only be a few...
Two years ago I did a hack that let you as a developer specify if a block or page type should be allowed to only be created once. Old post here. For some reason I can't remeber I used an interface to specify this. Now I have updated the code to...
Three years ago I did a admin plugin that give developer or admins a quick way to delete properties that no longer are defined in code. I still use it in all my projects but it's still happens that some missing properties slip away, especially whe...
A while back I did a custom plugin that allowed admins to reorder tabs using drag and drop. Another thing I always wanted to be able to do easier is to change the sortorder of content types and also set access rights. It's possible today but it'...