Skip to content

Releases: bedezign/yii2-audit

Allow compression to be turned off

12 Jun 16:56
Compare
Choose a tag to compare

Per report on the Yii site there seem to be some problems on PostgreSQL. I've added a $compressData-toggle that allows to turn of the gzcompress/gzuncompress process completely.

Small bugfix

12 Jun 16:33
Compare
Choose a tag to compare

Just a minor bugfix, but we should keep things up to date right?

Trail functionality available as a separate grid

11 Jun 13:16
Compare
Choose a tag to compare

On request the trail functionality was separated from the generic request logging functionality. If you have generic logging enabled, it will still auto-link the trail records to the request, but it's not longer a requirement.
We also added a new gridview to look at the trail entries.

Minor bugfixing

03 Jun 04:30
Compare
Choose a tag to compare

Fixed a bug in the viewer where it was still using the wrong relation.

Added translation

02 Jun 06:48
Compare
Choose a tag to compare
  • The module now correctly registers a translation source with the application if needed.
  • Auditing functionality no longer requires request logging to work.

Fixes to stop clashing with built in functionality

29 May 09:12
Compare
Choose a tag to compare

The getErrors() function of AuditEntry matches name with the validation functionality causing PHP strict errors because of the incompatible declaration. Renamed the function

Marked as stable

23 May 07:40
Compare
Choose a tag to compare

Marked as stable version for people preferring "minimum-stability: stable" in composer.