aboutsummaryrefslogtreecommitdiff
path: root/lib/object_builder.rb
AgeCommit message (Collapse)Author
2012-04-25Big update.Patrick J Cherry
* Max acknowledgement time is now specified in the config * Calendar interface improved. * holiday_url no longer used -- replaced by notify_when_on_holiday! * added notify_when_off_sick! * Added ability for the calendar to be queried for a list of bank holdays. * Added ability for Time to be given a list of bank holidays to check against. * PeopleLists can now be a Proc, allowing downloading of lists * Person is no longer a struct * Moved the method_missing bit into ObjectBuilder from various sub classes. * Added tests for the calendar interface * Updated tests in other bits.
2012-01-30Bundled timer in with processor. What could go wrong..?Patrick J Cherry
2012-01-06Added ability to include other config filesPatrick J Cherry
2011-11-10Changed mauve config to allow including directory and filenames.Patrick J Cherry
2011-09-16Big documentation update.Patrick J Cherry
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-04-13new version.Patrick J Cherry