]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/Xml.hs
Allow "TBA" laps in TSN.XML.AutoRacingSchedule.
[dead/htsn-import.git] / src / Xml.hs
2015-01-24 Michael OrlitzkyRe-enable DTD validation.
2014-07-30 Michael OrlitzkyMove the FromXmlFkTeams class out of Xml and into TSN...
2014-07-04 Michael OrlitzkySplit the (Parent a) associated type into a new Child...
2014-07-04 Michael OrlitzkyAdd the FromXmlFkTeams class.
2014-06-01 Michael OrlitzkyAdd tests for TSN.XML.GameInfo.
2014-01-22 Michael OrlitzkyAdd some tests for the ON DELETE CASCADE behavior.
2014-01-21 Michael OrlitzkySet "withSubstDTDEntities no" for now.
2014-01-21 Michael OrlitzkyAdd the FromXmlFk class, like FromXml except it require...
2014-01-20 Michael OrlitzkyAdd the FromXmlFk class which allows us to construct...
2014-01-13 Michael OrlitzkyAdd a test for unpickling large Odds_XML files.
2014-01-13 Michael OrlitzkyRemove unused import.
2014-01-13 Michael OrlitzkySimplify some tests by passing a pickler instead of...
2014-01-12 Michael OrlitzkyAdd and update documentation.
2014-01-11 Michael OrlitzkyRewrite everything to use XmlImport/DbImport classes...
2014-01-10 Michael OrlitzkySimplify parse_opts now that we can validate against...
2014-01-10 Michael OrlitzkyBegin validating the XML.
2014-01-02 Michael OrlitzkyFix hlint suggestions.
2014-01-02 Michael OrlitzkyAdd 'unpickleable' to Xml for use in tests.
2014-01-01 Michael OrlitzkyRename the ImportResult constructors.
2013-12-31 Michael OrlitzkyReplace the FromXml class with ToFromXml and add a...
2013-12-31 Michael OrlitzkyAdd the FromXml type family.
2013-12-30 Michael OrlitzkyAdd a tasty test suite and two tests for the existing...