Diplo.AuditLogViewer
1.0.1
See the version list below for details.
dotnet add package Diplo.AuditLogViewer --version 1.0.1
NuGet\Install-Package Diplo.AuditLogViewer -Version 1.0.1
<PackageReference Include="Diplo.AuditLogViewer" Version="1.0.1" />
paket add Diplo.AuditLogViewer --version 1.0.1
#r "nuget: Diplo.AuditLogViewer, 1.0.1"
// Install Diplo.AuditLogViewer as a Cake Addin #addin nuget:?package=Diplo.AuditLogViewer&version=1.0.1 // Install Diplo.AuditLogViewer as a Cake Tool #tool nuget:?package=Diplo.AuditLogViewer&version=1.0.1
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.
Features
--------
* Filter log data by log type (Save, Publish, Delete etc)
* Filter by user (ie. person responsible)
* Filter by date or date range (ie. all audit events that occurred within a given period)
* Filter by node (with easy to use content-picker)
* Search the log data comments by keyword
* Handy quick filters for the more common audit tasks
* Uses fast, server side pagination of data so it should be quick no matter how large your log table has become
Once installed check the Developer tree and you should see a new Audit Log tree there.
Note: This has been tested with SQL Server and SQL CE but not MySQL. If you use MySQL and have issues let me know.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- UmbracoCms.Core (>= 7.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.1.0 | 3,687 | 6/14/2024 |
10.0.1 | 25,769 | 11/28/2022 |
10.0.0 | 4,446 | 6/27/2022 |
2.0.1 | 21,005 | 2/18/2021 |
2.0.0 | 18,673 | 6/27/2019 |
1.1.2 | 11,111 | 1/23/2020 |
1.1.0 | 858 | 12/11/2019 |
1.0.4 | 49,301 | 11/5/2018 |
1.0.3 | 23,091 | 11/17/2017 |
1.0.2 | 8,548 | 7/27/2017 |
1.0.1 | 32,505 | 11/19/2016 |
1.0.0 | 1,560 | 11/19/2016 |
1.1 contains hotfix for some columns not being sortable in SQL Server.
Note it requires Umbraco 7.4 or above. Some interface elements only look their best in 7.5 due to Umbraco changes. Please report any feedback to me on GitHub or Twitter @DanDiplo