Releases: bedezign/yii2-audit
Releases · bedezign/yii2-audit
yii2-audit-1.0.9
- 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
yii2-audit-1.0.7
yii2-audit-1.0.6
yii2-audit-1.0.5
- Enh: Added
generateTrace()
-function to theHelper
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
- 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
SoapFault
s
yii2-audit-1.0.3 - SOAP Support
- 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
- 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
yii2-audit-1.0.0
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!