Skip to content

Commit

Permalink
Merge origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
imsamurai committed Oct 30, 2014
2 parents b61822f + dfbdcb7 commit e7c0a6e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,17 @@ This code is licensed under the [MIT license](http://www.opensource.org/licenses
## Notes

Feel free to submit bug reports or suggest improvements in a ticket or fork this project and improve upon it yourself. Contributions welcome.

## Changelog

### 1.1.1
- Add link `view all` in widget

### 1.1.0
- Add to composer and travis.
- Change source_id to user_id field in db.
- Handle case of saving AuditDelta for array value in field (actual saving for model is provided by https://github.com/imsamurai/cakephp-serializable-behaviour)
- Default view for list of audit records with pagination and filter (for nice style you need bootstrap 2)
- Default view for concrete audit record and it deltas
- Helper that has ajax/requestAction widget for display short list of audit records and format user email with link to user view in your application
- Some additional parameters you can see in plugin bootstrap.php
4 changes: 2 additions & 2 deletions View/Audit/view.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ if ($data['Audit']['event'] === 'EDIT') {
}
?>
</table>
<?
<?php
}
?>
<h2><?= __('Audit object'); ?></h2>
<pre><?= $data['Audit']['json_object']; ?></pre>
<pre><?= $data['Audit']['json_object']; ?></pre>

0 comments on commit e7c0a6e

Please sign in to comment.