Skip to content

Releases: bedezign/yii2-audit

yii2-audit-1.0.9

25 Mar 04:51
Compare
Choose a tag to compare
  • Enh #200: fix ID column name duplicating
  • Bug #199: Fix user id filtering
  • Enh #195: cleanup solo AuditEntry records
  • Enh #194: add ignoreKeys to RequestPanel to lower data usage
  • Enh #193: charts in panels shows "undefined"
  • Enh #189: enhance MailPanel
  • Bug #187: audit_mail table data too long
  • Enh #185: log config
  • Enh #182: Added ability to save overrided field with another name
  • Bug #184: Use full url for js log action
  • Bug #180: Fix dbPanel errors
  • Enh #174: Ability to use custom user id instead Yii::$app->user->id

yii2-audit-1.0.8

24 Nov 22:34
Compare
Choose a tag to compare
  • Bug #172: Declaration of getUrl() compatible with yii\debug\Panel::getUrl()
  • Enh #171: Override to save related record label instead of id in AuditTrail
  • Bug #168: On certain errors the ProfilePanel data is not saved
  • Enh #167: Get parent model for audit trail

yii2-audit-1.0.7

28 Jul 07:19
Compare
Choose a tag to compare
  • Bug #162: fix charts
  • Bug #160: error when config is setup but tables are not present
  • Bug #145: Bootstrap Array to String conversion fix
  • Bug #153: save user_id on finalize function

yii2-audit-1.0.6

12 Mar 17:54
Compare
Choose a tag to compare
  • Bug #141: PHP7: ErrorPanel should support Throwable
  • Enh #140: AuditTrailSearch.field should allow array
  • Enh #138: Allow * as prefix in route matching
  • Bug: LogPanels without messages should still work

yii2-audit-1.0.5

28 Oct 09:16
Compare
Choose a tag to compare
  • Enh: Added generateTrace()-function to the Helper for external usage
  • Enh: ErrorPanel now avoids duplicate exception logging
  • Enh: Javascript logging sets the type to 'unknown' if none was specified
  • Couple minor things fixed (tablenames and comments, thanks Evgeniy and Tobias)

yii2-audit-1.0.4

11 Aug 17:36
Compare
Choose a tag to compare
  • Enh #114: Cleanup command should show counts
  • Bug #115: heroku trail page not working
  • Bug #116: js log/info not working
  • Enh #118: cleanup should use options instead of params
  • Bug #122: Migration tool throws SQL error in MySQL database with UTF8
  • POST data recognition improved
  • SOAP Panel now logs all exceptions during Soap Calls, not just SoapFaults

yii2-audit-1.0.3 - SOAP Support

29 Jul 04:58
Compare
Choose a tag to compare
  • Bug #113 getting 404 on audit/js-log
  • Enh #112: generic cleanup() method in PanelTrait
  • Enh #103: Use error hash to determine different messages and files for error filter
  • Bug #99: IE8 support for the javascript logger
  • Enh #64: Support for SOAP
  • Bug #116: js log/info not working
  • Enh #114: Cleanup should show counts
  • Enh #110: All model saving data methods should be in the panels
  • Enh #118: Cleanup should use options instead of parameters
  • Enh #119: Heroku should showcase all panels

yii2-audit-1.0.2

14 Jul 12:32
Compare
Choose a tag to compare
  • Enh #61 give each panel its own cleanup method
  • Enh #89 only show graphs and menu items for active panels
  • Enh #108 show IP address in entry grid
  • Bug #107 fix logging text or html on non-multipart messages
  • helper will always try to uncompress data
  • fixes for jslogging that were caused when pdo binary support was added
  • fix ordering in Version helper

yii2-audit-1.0.1

12 Jul 15:19
Compare
Choose a tag to compare

Postgres compatbility

  • Moved documentation to github.io
  • PostgreSQL compatibility
  • Added heroku demonstration page
  • Enh #100: cURL Panel now detects content types for POST and result. Supported: XML, JSON, query string

yii2-audit-1.0.0

09 Jul 04:24
Compare
Choose a tag to compare

Complete rework of the entire module.
The internals are now based on the Panel structure of the yii2-debug module and it uses those as base for storage. That means that future data additions there will also be automatically active for the audit module.

That and plenty more!