Skip to content

An Umbraco plugin which adds a changelog dashboard.

License

Notifications You must be signed in to change notification settings

TheDigitalGabeg/Whodunit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whodunit

An Umbraco plugin which adds a changelog dashboard: https://our.umbraco.org/projects/backoffice-extensions/whodunit/

Here is the first thing you see when you open the "History Report" tab:

Whodunit Tab

Once you click "Generate Report", you will see a "Download Report" link:

Whodunit Download

Once you click the download link, you can open the CSV file, which will look something like this:

Whodunit CSV

Keep in mind there may be no entries to being with. Whodunit only tracks changes once it's been installed.

Building the Umbraco Package

To build the Umbraco package, follow these steps:

  • Build the solution in Visual Studio using the "Release" configuration.
  • Run "grunt package".
  • The Umbraco package is the ZIP file that gets created in the "dist" folder.

Contributing

If you would like to contribute changes to Whodunit, here is how you can develop locally:

  • Run "grunt" (the default task will copy the files to the test website).
  • Rebuild the solution. This will run NuGet package restore.
  • Run the test website. This will run the Umbraco installer.
  • Once you have finished installing Umbraco, you should be able to log in and see the "History Report" dashboard.

Note that Whodunit was developed in Visual Studio 2015.

About

An Umbraco plugin which adds a changelog dashboard.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 59.3%
  • HTML 23.0%
  • Classic ASP 9.0%
  • JavaScript 7.3%
  • Batchfile 1.4%