Project

General

Profile

Download (4.64 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
662aca7c 06/24/2018 02:42 PM Thomas McKay

fixes #23862 - scoped search audit comment

c372e97e 06/06/2018 11:27 AM Tomer Brisker

Fixes #23813 - Allow searching audits by type=auth_source

22f3f533 05/29/2018 02:23 PM Timo Goebel

fixes #23686 - filter audits by settings type

68388bc2 04/26/2018 04:29 PM Michael Moll

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

a3aaa02f 04/04/2018 10:36 AM Tomer Brisker

Fixes #23098 - Allow searching on all audited models by type (#5395)

This automatically adds all the audited models in an after_initilize
block so that models defined in plugins are also included. All the
search related definitions for audit have been extracted to a seperate...