]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/Main.hs
Allow "TBA" laps in TSN.XML.AutoRacingSchedule.
[dead/htsn-import.git] / src / Main.hs
2015-03-10 Michael OrlitzkyReport "no DTD" as info instead of error. 0.2.4
2015-03-07 Michael OrlitzkyFix deletion of unsupported document types. 0.2.3
2015-01-24 Michael OrlitzkyUse parse_opts_novalidate for the problem DTDs weatherx...
2015-01-13 Michael OrlitzkyDisable TSN.XML.MLBBoxScore in preparation for a release. 0.2.1
2014-11-07 Michael OrlitzkyAdd stub for TSN.XML.MLBBoxScore.
2014-11-06 Michael OrlitzkyCreate a stub for TSN.XML.AutoRacingDriverList.
2014-07-30 Michael OrlitzkyAdd game_id/schedule_id parsers to TSN.Parse.
2014-07-25 Michael OrlitzkyAdd a new module, TSN.XML.MLBEarlyLines supporting...
2014-07-22 Michael OrlitzkyBegin to add EarlyLine (earlylineXML) support. Still...
2014-07-07 Michael OrlitzkyAdd a has_only_single_sms function to TSN.XML.News.
2014-07-06 Michael OrlitzkyAdd a teams_are_normal function to TSN.XML.Weather.
2014-07-05 Michael OrlitzkyAdd a function to TSN.XML.Weather to detect the unsuppo...
2014-07-05 Michael OrlitzkyReport the path along with the error message when an...
2014-07-04 Michael OrlitzkyAdd the initial implementation of TSN.XML.ScheduleChanges.
2014-06-27 Michael OrlitzkyWrite the database code for TSN.XML.JFile.
2014-06-12 Michael OrlitzkyEnable import of AutoRacingResults in Main.
2014-06-11 Michael OrlitzkyAdd TSN.XML.AutoRacingResults, unimplemented. Tests...
2014-06-11 Michael OrlitzkyEnable SportInfo imports in Main.
2014-06-02 Michael OrlitzkyAdd GameInfo DTDs and an explanation to the man page.
2014-04-20 Michael OrlitzkyAdd dummy TSN.XML.{Game,Sport}Info modules that only...
2014-01-25 Michael OrlitzkyExport a "dtd" function from each XML module and use...
2014-01-24 Michael OrlitzkyAdd the TSN.XML.Scores module (no db support yet) and...
2014-01-23 Michael OrlitzkyAdd a new module, TSN.XML.AutoRacingSchedule, and its...
2014-01-22 Michael OrlitzkyChange "imported" to "processed" in some output.
2014-01-16 Michael OrlitzkyMinimal undocumented implementation of TSN.XML.Weather.
2014-01-15 Michael OrlitzkyAdd the TSN.XML.Weather module (passing pickle/unpickle...
2014-01-13 Michael OrlitzkyRemove unused XmlPickler instances (this might need...
2014-01-12 Michael OrlitzkyAdd and update documentation.
2014-01-12 Michael OrlitzkyDon't remove imported files by default.
2014-01-11 Michael OrlitzkyGet the Odds module to compile and pass tests under...
2014-01-11 Michael OrlitzkyRewrite everything to use XmlImport/DbImport classes...
2014-01-10 Michael OrlitzkyChange the Odds database type to 'Odds' in Main.hs.
2014-01-10 Michael OrlitzkyMake NewsTeams and NewsLocations unique.
2014-01-10 Michael OrlitzkyChange the order of init_logging's arguments.
2014-01-02 Michael OrlitzkyFix hlint suggestions.
2014-01-02 Michael OrlitzkyAdd TSN.XML.Odds which can (only, for the moment) parse...
2014-01-01 Michael OrlitzkyRename doctypeA to dtdnameA.
2014-01-01 Michael OrlitzkyRename the ImportResult constructors.
2014-01-01 Michael OrlitzkyCreate an ImportResult type and refactor things around it.
2014-01-01 Michael OrlitzkyAdd code to main to delete successfully imported files.
2013-12-31 Michael OrlitzkyMove the XML modules into the XML subdirectory.
2013-12-31 Michael OrlitzkyAdd a DbImport class implementing the import interface.
2013-12-30 Michael OrlitzkyReorganize the import_foo functions so that the databas...
2013-12-30 Michael OrlitzkyGet pickling (but not insertion) working for TSN.News.
2013-12-30 Michael OrlitzkyAdd a TSN.News module and get it to compile.
2013-12-30 Michael OrlitzkyAdd a tasty test suite and two tests for the existing...
2013-12-29 Michael OrlitzkyProvide a default connection string (for sqlite).
2013-12-29 Michael OrlitzkyMake it really import the XML files from the command...
2013-12-29 Michael OrlitzkyAdd a backend configuration option.
2013-12-28 Michael OrlitzkyImplement database insertion (generically!).
2013-12-27 Michael OrlitzkyComment out the DTD in Injuries_Detail_XML.xml.
2013-12-26 Michael OrlitzkyCommit persistent stuff.
2013-12-25 Michael OrlitzkyInitial commit, proof-of-concept with Persistent and...