- extracted user agent name for global use
- replaced
$GLOBALS['TL_CONFIG']
access with\Config::get()
- devided
storeUrl
function intodeleteLastTestValues
andprepareUrl
to provide better reusage possibilities
- Fix bug when loading language files in Contao 4
- Contao 4 ready
- added response time recording (see #15)
- moved to own backend group
- added
MonitoringTestModel
- Contao 3.5 ready
- Adjust the code to be compatible with PHP7 (see #13)
- Setting correct composer plugin dependency
- Send special
user agent
to identify monitoring check (needed to avoid counting of visitors) - Remove trailing comma
- Fixing probleme with sending emails (ERROR status was overwritten)
- added hook to modify test result output
- added
MonitoringModel
with misc functions to get monitoring entries - added missing translation for toggle button
- added restrictions to tests list (not copyable, not creatable, not sortable)
- refactored some code
- changed some icons
- added check messages
- added toggling of deactivation for monitoring entries
- added status icons
- added hook to format the monitoring list
- changed displaying test results from unordered list to table
- extracted additional fields to a separate package (contao-monitoring/monitoring-additional-infos)
- added hook to modify header for entries in parent view
- modified status colors
- modified icon
- adding additional info fields (see #3)
- removed creating new entry version after test (see #8)
- added debug mode and messages
- modified various things ind backend views (filter, search, etc.)
- fixed probleme while storing added date
- removed setting monitoring as backend startpage (use BackendCustomStartpage)
- added circular testing for error case (see #2)
- added storing result of each test
- fixed overwritting of added date