2008-11-13 Todd Valentic
- Use SafeConfigParser instead of ConfigParser to better handle
interpolation in config files. Changed in:
DefaultConfigParser
NewsTool
Components/DiskMonitor
Components/EventMonitor
Components/InstrumentStatus
Components/PlotTool
Components/ResourceMonitor
Components/TimePlot
- Add getFileTime() to ArchiveGroups to support timestamps in output
filenames based on a time relevant to the file instead of the message.
The use case is situations where we have multiple files attached that
each have their own timestamp. Previously, we only did things based on
the message timestamp. We probably need to rethink the entire archive
organization to better reflect multiple files (the accounting sort of
assumes on file per message).