Alex
Alex
Hi, there is currently no option to disable inserting records to AuditDelta on Create, but it should be an easy change. I guess the best way to make the check...
I think having a test case for HABTM would be good before closing this issue
Right now the plugin only checks the IDs in HABTM models (see: https://github.com/robwilkerson/CakePHP-Audit-Log-Plugin/blob/master/Model/Behavior/AuditableBehavior.php#L335). Changing the association to [Has Many through](http://book.cakephp.org/2.0/en/models/associations-linking-models-together.html#hasmany-through-the-join-model) should work more reliable and it's the recommended setup for...
Wow, lots of discussions happening all of a sudden. I like it :) @fr0z3nfyr > @xhs345 I agree with your suggestion and can give it a try (have never before...
Of course I'm also happy if you could get it to work for HABTM associations and create a PR for it. And thank you @ravage84 for leading the discussion and...
I haven't used the callbacks either, but I can see their use. I think just adding some documentation for then should be a good strategy for now
Just use getCrumbList and add the options 'class' => 'breadcrumb', 'lastClass' => 'active'
Agree with what most are saying. No rebuild needed, but it would be nice to integrate some gems that are useful and in some cases abandoned at this point. For...
Something similar we have: ``` components do query :UserIdQry => [:user_id, String, desc: 'the user identifier'] end ``` and ``` api :index, "Description.", id: 'getData' do param_ref :UserIdQry end ```
In case anyone else comes across this: Also ensure you completed the step to allow the action through the Security module (if enabled): https://github.com/srs81/CakePHP-AjaxMultiUpload#cakephp-25-and-above