audit-stash icon indicating copy to clipboard operation
audit-stash copied to clipboard

Flexible and rock solid audit log tracking for CakePHP 3

Results 11 audit-stash issues
Sort by recently updated
recently updated
newest added

How can I log associative model's change?

The plugin works fine with all my tables. But I have a particular function in which the user selects rows with checkboxes, and then changes a specific field to all...

Is there a way to log cascading deletes? Table Person has many Docarchives... Dependent is true... If i delete a dataset from Person it is logged correctly... but the dependent...

In our application we are using a custom `Cake\Database\Type\DateTimeType::marshal()` that extends the default CakePHP database type. Our implementation basically interprets strings with no timezone information as being in the user's...

enhancement

It would be nice if this plugin implemented native MySQL JSON field types instead of `mediumtext`. Using the plugin with JSON fields, seems to introduce excessive backslash escaping.

The README specify that we need to use %s in the configuration to use multiple index. However, the 2 configurations on it are the same, how should I proceed?

The AuditDeleteEvent implements EventInterface but unlike AuditCreateEvent and AuditUpdateEvent, does not extend the BaseEvent class and as such, does not keep track of the original and changed values. We know...

Ports this into master: https://github.com/lorenzo/audit-stash/pull/65

Looks like test coverage reporting has been disabled: https://app.codecov.io/github/lorenzo/audit-stash Let's either get @lorenzo to resolve that or move that over to another account.