Change Log¶
All notable changes to the EQEvents package will be documented in this file.
2026.238¶
Added¶
Documentation with version containing release date and git commit hash.
2026.232¶
Added¶
Bulletin plugin adding soft link to current bulletin. The link name is built from the prefix
current_and the extended parametertype.
2026.160¶
Added¶
Documentation with installation procedure.
2023.271¶
Changed¶
km to degree constant to 111.195079734632 used since SeisComP 6.
2022.094¶
Added¶
Feedback plugin adding an email feedback form.
Documentation on NGINX/Gunicorn web server integration.
2022.027¶
Changed¶
Reformat this file according to conventions.
2021.274¶
Fixed¶
Bulletin and notification plugin.
Event removal in browser plugin.
2021.246¶
Fixed¶
Database migration routine.
2021.216¶
Fixed¶
Search for end time.
Raise z-index of search map.
Changed¶
Search
The day specified as end time is now included in search results.
Use pointer for cursor of map buttons.
2021.190¶
Important¶
THIS IS A MAJOR UPGRADE. Configuration variables have been added and defaults have been changed. Also the context variables used in the templates differ. Please read the documentation carefully before proceeding with the update especially if you implemented your custom templates.
Added¶
Add Python 3 support.
Map (via Leaflet plugin)
Allow configuration of tile URL, attribution string and maximum zoom level.
If enabled, display leaflet map in search result and event browser pages
With
leaflet.init.*coordinate unset, the map view will be automatically fitted to the event list bounds. This applies to the index page, the event browser and the search results.Add mouse position and scale controls.
Add tooltip to event symbols.
Search
Distance search: Use great circle distance implemented through Haversine formula. Note: A perfect sphere is assumed and not the WGS84 geodectic system.
Allow definition of a minimum radius.
Apache integration: If unset, the
SEISCOMP_ROOTpath is guessed based on the wsgi python file.Add
reprocess-indexcommand line option.
Changed¶
The settings object is no longer available in the template context. Change
{{ settings.MY_VAR }}to{{ MY_VAR }}.The
INDEX_MAP_*variables have been renamed toMAP_*.Leaflet update to 1.7.1.
Fixed¶
Rectangular search across date line.
2017.174¶
Changed¶
Allow to configure the output file extension in the templates with.
{% set fileext = 'json' %}
2017.172¶
Changed¶
Add template context LAST_UPDATE variable that holds the UTC date of the current time.
Add configuration option
numberOfIndexDaysin addition tonumberOfIndexEvents.
2017.171¶
Changed¶
Add title div to icon markup in default templates but hide the title by default in css.
Read search region from local storage to allow other pages to preset the region filter.
2017.149¶
Added¶
Allow circular region filtering for search page.
2017.114¶
Fixed¶
Plugin initialization under certain Python versions.
2017.109¶
Fixed¶
Search page populates navigation bar with configured plugins, e.g., search and browser.
Add
download.svgicon.
2016.281¶
Fixed¶
Plotting error on empty arrivals.
Do not report processing results in reprocess mode.
Index processing for event deletion.
Added¶
Add travel time plot.
Add configuration parameter
spoolerInterval.Add configuration parameters
ignoreMatchandignoreType.