Add two hooks to allow for extensions to expose log_search values in the UI
authorKunal Mehta <legoktm@gmail.com>
Tue, 28 Oct 2014 17:49:19 +0000 (10:49 -0700)
committerKunal Mehta <legoktm@gmail.com>
Tue, 28 Oct 2014 17:59:36 +0000 (10:59 -0700)
commit777dd95cdf27dfd3bcb292e9f9d7ecf52bdc0f11
treeaba28a76be5488e57fc3c1462fbc5c24b9c92d4b
parent5cc1f1d287dc5a6820e12ba7eb6e72eb98adb297
Add two hooks to allow for extensions to expose log_search values in the UI

* SpecialLogAddLogSearchRelations
   Allows for adding the extra conditions needed by the query

* LogEventsListGetExtraInputs
   Allows for adding extra input fields to interface

Bug: 70850
Change-Id: If8bdbadd882d67cae82c862c7c38000e9329b04f
docs/hooks.txt
includes/logging/LogEventsList.php
includes/specials/SpecialLog.php