aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/datamapper.rb
AgeCommit message (Collapse)Author
2015-02-23Get tests passing on ruby 1.9.3-p551Alex Young
2012-11-27dm-transactions now required.Patrick J Cherry
2012-11-27Monkey patch to cause validations to save anyway, if no error has beenPatrick J Cherry
given.
2012-11-23Updated datamapper to use aggregatesPatrick J Cherry
2012-11-21Removed dependency on dm-serializer -- I don't think it was everPatrick J Cherry
needed.
2012-01-30Added possibility of using postgres databases.Patrick J Cherry
2011-11-03Fixed everything up to use EpochTime everywhere instead of regular Times.Patrick J Cherry
Datamapper can't handle timezones.
2011-07-22 * Rejigged configurationPatrick J Cherry
* Added --test and --verbose flags for the server config * Started proper test suite * Config parsing now gives more sensible errors + backtrace * Rejigged people and source lists
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-04-13new version.Patrick J Cherry