• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

core/H22-Feb-2017-290128

lang/H03-May-2022-

pages/H22-Feb-2017-11265

wiki/H03-May-2022-43

.gitignoreH A D22-Feb-20178 31

EventLog.phpH A D22-Feb-20174.2 KiB149112

LICENSEH A D22-Feb-201731.7 KiB623513

readme.mdH A D22-Feb-20171.1 KiB3520

readme.md

1EventLog is a logging plugin for Mantis Bug Tracker.  This allows MantisBT components to log data that is then viewed via the EventLog plugin.
2
3# Installation Instructions
4
5- Place the EventLog folder under the MantisBT plugin folder.
6
7- Go to Manage - Manage Plugins and install the plugin.
8
9- Setup logging level in config_inc.php (see config_defaults_inc.php for documentation).  For example:
10
11```php
12$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT
13```
14
15- Do some MantisBT activity (e.g. add notes, report bugs, etc).
16
17- Go to the event log view by clicking: Manage - Event log
18
19# Demo
20
21You can see a demo of it on [MantisHub](http://www.mantishub.com) where it is used to help administrators
22understand email notifications, answering questions like why did user X receive or didn't receive an email
23notification for issue Y.
24
25# Screenshot
26
27![EventLog Screentshot](wiki/eventlog_screenshot.png "EventLog Screentshot")
28
29# Compatibility
30
31- Supports MantisBT v2.x -- use master branch
32- Supports MantisBT v1.3.x -- use master-1.3.x branch
33- Supports MantisBT v1.2.x -- use master-1.2.x branch
34
35