Diplo.AuditLogViewer 1.1.1

Additional Details

The NuGet package generation got broken adding an icon, which prevented the content being included in the package. Oops.

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Diplo.AuditLogViewer --version 1.1.1                
NuGet\Install-Package Diplo.AuditLogViewer -Version 1.1.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Diplo.AuditLogViewer" Version="1.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Diplo.AuditLogViewer --version 1.1.1                
#r "nuget: Diplo.AuditLogViewer, 1.1.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Diplo.AuditLogViewer as a Cake Addin
#addin nuget:?package=Diplo.AuditLogViewer&version=1.1.1

// Install Diplo.AuditLogViewer as a Cake Tool
#tool nuget:?package=Diplo.AuditLogViewer&version=1.1.1                

Diplo Audit Log Viewer for Umbraco CMS (7.10 and above) allows you to easily view and search the audit data that is stored by Umbraco regarding content changes in your site.

     Features
     --------

     Content Log Viewer
     ------------------
     The content log viewer allows you to view the log of changes to content within your Umbraco site. You can:

     Filter log data by log type (Save, Publish, Delete etc)
     Filter by user (ie. person responsible)
     Filter by date or date range (ie. all content changes that occurred within a given period)
     Filter by page (node) - with easy to use content-picker
     Sort data by any column
     Search the log data comments by keyword
     Handy quick filters for the more common filters
     Quick "edit" links to affected content - whether it be a page in Umbraco, a Member or Content Type etc.

     Audit Trail Viewer
     ------------------
     The audit trail viewer allows you to view audit events, such as a user login or an edit to a user's profile. You can:

     Filter the event data by event type (login, save etc)
     Filter by the person responsible for the event
     Filter by the person affected by the event (if relevant)
     Filter by date range
     Search the events by keyword
     Sort data by any column
     Quick filters for searching by date range
     Both use fast, server side pagination of data so it should be quick no matter how large your tables have become. You can sort the data via column, either ascending or descending.

     Once installed check the Developer tree and you should see new Content Logs and Audit Trail Logs folders containing all the data.

     Note: This has been tested with SQL Server and SQL CE but not MySQL. If you use MySQL and have issues then, erm, sorry.
     For earlier versions of Umbraco install the previous version.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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 1,531 6/14/2024
10.0.1 23,815 11/28/2022
10.0.0 4,156 6/27/2022
2.0.1 19,932 2/18/2021
2.0.0 18,451 6/27/2019
1.1.2 10,980 1/23/2020
1.1.0 837 12/11/2019
1.0.4 49,049 11/5/2018
1.0.3 22,944 11/17/2017
1.0.2 8,509 7/27/2017
1.0.1 32,405 11/19/2016
1.0.0 1,537 11/19/2016

Improve performance of audit search by only triggering on button press (thx Vigan Shemsiu). Fixed content log detail not working. Oops.