- fix unnecessary name of icon column
- fix non transformed email tokens
- fix the backend icon
- fix the composer dependencies
- added parameterization of colors to be color blind friendly (see #28)
- added CSS for more space for the action buttons (see #25)
- added sending mails via notification center (exclusively) (see #1)
- added sending an email, when test result changes to OKAY again (see #14)
- added setting defaults for test circulation parameters (see #19)
- added mailing deactivation for each monitored entry (see #24)
- ensured correct default values for
NOT NULL
database fields (see #18)
- fixed missing
data-icon
definition in DCA for icon toggle
- fixed error with logging in debug mode
- 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