aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-03Updated dependencies.Patrick J Cherry
2011-09-16Version bumpPatrick J Cherry
2011-09-16Added tag 3.5.9 for changeset 15f95cc4ed23Patrick J Cherry
2011-09-16Robustificate the XMPP ack interface.Patrick J Cherry
2011-09-16Updated XMPP/SMS txt template.Patrick J Cherry
2011-09-16Updated XMPP templatePatrick J Cherry
2011-09-16Big documentation update.Patrick J Cherry
2011-09-16Robustificated the XMPP notifier not to crash mauve.Patrick J Cherry
2011-09-16Remove the canaryPatrick J Cherry
2011-09-16Removed need for common symlinkPatrick J Cherry
2011-09-13Added tag 3.5.8 for changeset df0c174c38f6Patrick J Cherry
2011-09-13Version bumbPatrick J Cherry
2011-09-13Added rescue clause to XMPP connectPatrick J Cherry
2011-09-12Version bumpPatrick J Cherry
2011-09-12Added tag 3.5.7 for changeset f2bb169c15c4Patrick J Cherry
2011-09-12Reminders are now unconditionally cleared when an alert is cleared.Patrick J Cherry
2011-09-06Fixed RangeError bug.Patrick J Cherry
2011-09-06Version bumpPatrick J Cherry
2011-09-06Fixed XMPP interface to save note.Patrick J Cherry
2011-09-06Update to suppression code.Patrick J Cherry
XMPP interface fixed.
2011-09-06Oops. Set the wrong debian codename.Patrick J Cherry
2011-09-06Version bumpPatrick J Cherry
2011-09-06Fixed up suppression some more, so it works.Patrick J Cherry
2011-08-31Changed email date back to the date the email was actually sent.Patrick J Cherry
2011-08-31Tidied up log message when CalendarInterface#do_get fails.Patrick J Cherry
2011-08-31Fixed do_get timeout and redirectionPatrick J Cherry
2011-08-31Updated version. Added holiday checksPatrick J Cherry
2011-08-31Fixed up alert suppression to be less jumpyPatrick J Cherry
2011-08-25Alert'destroy removes histories too,.Patrick J Cherry
2011-08-24Alert#all_unacknowledged created, reflecting reality of what all_raised was ↵Patrick J Cherry
being used for XMPP alerts now sorted sanely
2011-08-24Reinstated fortune. Woo!Patrick J Cherry
2011-08-24Fixed up XMPP interface to accept acks from groupchat.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-22Changed default args for DuringRunner#find_nextPatrick J Cherry
2011-08-22 * Race condition fixed (fixes #1861).Patrick J Cherry
* Reminders get sent at start of during period (fixes #1821)
2011-08-19version bumpPatrick J Cherry
2011-08-19Tweaked sleep in the thread to make sure poll_every does what it says.Patrick J Cherry
2011-08-19HTML now sanitised on save.Patrick J Cherry
Added History tests Default polling interval now 5s, 0s for Timer/UDPServer Fixed note entry for alert page.
2011-08-19Don't remind about acknowledged or cleared alerts!Patrick J Cherry
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-19mergePatrick 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-19Version bumpPatrick J Cherry
2011-08-19Added last_state_changed thing for MauveThread. Closes #1836.Patrick J Cherry
2011-08-18Removed redundant notification test.Patrick J Cherry
2011-08-18Fixed up test_time bits in mauve_notification and merged tests.Patrick J Cherry
2011-08-18 * Fixed up Alert to postpone raises/clears within initial sleep period for ↵Patrick J Cherry
old alerts * Fixed up AlertChanged to do the same * Added a migration method for the new AlertHistories table * added singleton cleanup for tests * moar tests * cleaned up Alert a bit