aboutsummaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2017-09-12Events tab to link to list instead of calendar, calendar takes too long to loadPhil Manavopoulos
2013-05-22Web interface now defaults to wall-clock hours.Patrick J Cherry
2012-12-04Added "eager" loading when looking at event histories.Patrick J Cherry
2012-12-04Fixed event views to use dates, and to miss queries for days with no events.Patrick J Cherry
2012-11-30Search table row is now more informative about times.Patrick J Cherry
2012-11-30Improved logic in the events calendar -- should be faster now.Patrick J Cherry
2012-11-30Made alert tables look the same wherever they are.Patrick J Cherry
2012-11-30Updated acknowledge form to allow more things to be done.Patrick J Cherry
--HG-- rename : views/_acknowledge_input.haml => views/_alert_actions.haml
2012-11-30Adjusted CSS not to colour non-raised alerts in tables.Patrick J Cherry
2012-11-30Added search views.Patrick J Cherry
2012-11-30Updated web interface to reinstate alert counts, and implement a working ↵Patrick J Cherry
search box.
2012-11-29Added suppression information to viewsPatrick J Cherry
2012-05-01Updated views to be neater with respect to notice/errors and in the case when noPatrick J Cherry
alerts are found in a table.
2012-05-01Updated history partial to be better.Patrick J Cherry
2012-04-28Removed order from _events_form to avoid postgres errorPatrick J Cherry
2012-03-23Change refresh time from 30s to 2minsPatrick J Cherry
2012-03-22Minor view tweak + proper version bumpPatrick J Cherry
2012-03-22Tidied up login authentication + tests (woo!)Patrick J Cherry
2012-03-21Possible performance improvements.Patrick J Cherry
2011-08-24Added missing viewsPatrick J Cherry
2011-08-24Added XMPP interface. Fixes #1301Patrick J Cherry
Also tidied calendar a bit
2011-08-23Added events viewerPatrick J Cherry
* Fixes #1286 * Version bump
2011-08-19Added note-ability (fixes 1146)Patrick J Cherry
Removed threaded notifications cos we don't need em. (ftw!)
2011-08-19rejigged JS reloading of alerts table.Patrick J Cherry
2011-08-19Added last updated at to alerts page. Fixes #1831.Patrick J Cherry
* Also upped timeouts from 5s to 30s for ajax list refreshes.
2011-08-02More interface tweaks.Patrick J Cherry
--HG-- rename : mauveserver.conf => etc/mauveserver.conf rename : test/ts_mauve.rb => test/test_mauve.rb
2011-08-01Updated interface to auto-update nicely.Patrick J Cherry
2011-07-13Further tweaks.Patrick J Cherry
2011-07-13 Big commitPatrick J Cherry
* Added manpages for all binaries * Added log-reopening for mauvealert-server, and logrotate snippet * mauveserver now adds a user on install, and runs as that user * Big logging tidy-up * Alert subjects are only overwritten by the source, when the subject in the databse is empty * Removed various attr_writer methods that were being redifined * Added a notes box to the acknowledge form, but this doesn't work yet
2011-07-08Added first basic history functionality, and rejigged when notify is called forPatrick J Cherry
an alert.
2011-06-18 * Don't send acknowledged notifications unless the alert is raisedPatrick J Cherry
* Unacknowledge a cleared alert or a newly raised one * Fixed interface unexpected nil errors.
2011-06-16Updated web interface to use a Sinatra layout.Patrick J Cherry
2011-06-16Added alert sorting and grouping in the web interface.Patrick J Cherry
2011-06-15 * Alert detail now has default message.Patrick J Cherry
* It is now interpreted as textile.
2011-06-15Rejigged column names.. and javascript location.Patrick J Cherry
--HG-- rename : static/mauve_utils.js => static/javascript/mauve_utils.js
2011-06-15Big interface clear upPatrick J Cherry
2011-06-09Big commitPatrick J Cherry
--HG-- rename : views/please_authenticate.haml => views/login.haml
2011-04-13new version.Patrick J Cherry