A developer tool for Umbraco 9 & 10
I've released my popular Umbraco CMS developer package God Mode for the new Umbraco 9, fully running on .NET Core. It's still free, open-source and now even better than ever!
I've released my popular Umbraco CMS developer package God Mode for the new Umbraco 9, fully running on .NET Core. It's still free, open-source and now even better than ever!
God Mode for Umbraco 8 allows you to browse, query and search your document types and compositions; your templates and partials; your datatypes and property editors; your media library; your custom controllers and models. It provides diagnostics about your Umbraco site and the server it is hosted on.
Diplo Audit Log Viewer for Umbraco 8 allows you to easily view, filter and search the content and audit log data that is stored in the UmbracoLog and UmbracoAudit tables in your site's database. This table contains all changes that are made in your site. This log viewer allows you to view this data in an easy-to-use interface that integrates into the Umbraco Settings tree.
Diplo Audit Log Viewer for Umbraco CMS (7.4 and above) allows you to easily view and search the audit data that is stored in the UmbracoLog table in your site's database. This table contains all changes that are made to all content in your site. This log viewer allows you to view this data in an easy-to-use interface that integrates into the Umbraco Developer tree.
If you're an ASP.NET developer then sooner or later you will come across an occasion when you want to manipulate or parse values from the current request's querystring. To make this easier I developed a small C# library that enables developers to easily manipulate the querystring collection.
Diplo Link Checker is a free package for Umbraco 7 CMS that I developed. It allows an editor to easily check their Umbraco site for broken or problematic links.
In this post I want to show you how to automatically generate an XML (Google) sitemap for an Umbraco CMS site. The code uses the Umbraco API, Linq To XML and a generic .ashx hander to do this in one small file.
Diplo Trace Log Viewer is an Umbraco developer plugin that allows you to easily select and view the contents of the trace log files that Umbraco generates. The control also allows you to search, order and filter log events (e.g. you may only wish to view Errors or Warnings) - all from within Umbraco 6 or Umbraco 7.