]> gitweb.michael.orlitzky.com - dead/htsn-import.git/shortlog
dead/htsn-import.git
2014-06-12 Michael OrlitzkyLoad TSN.XML.AutoRacingResults in the .ghci file.
2014-06-12 Michael OrlitzkyAdd a pickler for AutoRacingResults <RaceDate> elements.
2014-06-12 Michael OrlitzkyRemove unused StandaloneDeriving pragmas.
2014-06-11 Michael OrlitzkyAdd TSN.XML.AutoRacingResults, unimplemented. Tests...
2014-06-11 Michael OrlitzkyAdd another TODO item.
2014-06-11 Michael OrlitzkyManually fix schema/AutoRacingResultsXML.dtd.
2014-06-11 Michael OrlitzkyAdd a generated DTD and its source files for AutoRacing...
2014-06-11 Michael OrlitzkyFix "Race" -> "Racing" in the TODO.
2014-06-11 Michael OrlitzkyUpdate the TODO after a successful mass import of Auto_...
2014-06-11 Michael OrlitzkyAdd SportInfo support for CBASK_BlocksXML.dtd.
2014-06-11 Michael OrlitzkyRemove some incorrect SportInfo DTD names.
2014-06-11 Michael OrlitzkyAdd SportInfo support for Cbask_Awards_XML.dtd.
2014-06-11 Michael OrlitzkyAdd a minor TODO note.
2014-06-11 Michael OrlitzkyAdd SportInfo support for CBASK_AssistsXML.dtd.
2014-06-11 Michael OrlitzkyAdd SportInfo support for Cbask_All_Tourn_Teams_XML...
2014-06-11 Michael OrlitzkyEnable SportInfo imports in Main.
2014-06-11 Michael OrlitzkyCopy the GameInfo code into SportInfo.
2014-06-11 Michael OrlitzkyFix sports_info -> sport_info in the man page.
2014-06-11 Michael OrlitzkyAdd GameInfo support for WorldBaseballPreviewXML.dtd.
2014-06-11 Michael OrlitzkyAdd GameInfo support for NFL_NCAA_FB_Matchup_XML.dtd.
2014-06-10 Michael OrlitzkyRemove MLB.dtd and NBA.dtd from the GameInfo list ...
2014-06-10 Michael OrlitzkyAdd GameInfo support for nflpreviewxml.dtd.
2014-06-10 Michael OrlitzkyAdd GameInfo support for NCAA_FB_Preview_XML.dtd.
2014-06-10 Michael OrlitzkyAdd GameInfo support for Matchup_NBA_NHL_XML.dtd.
2014-06-10 Michael OrlitzkyAdd GameInfo support for cflpreviewxml.dtd.
2014-06-09 Michael OrlitzkyAdd GameInfo support for cbaskpreviewxml.dtd.
2014-06-09 Michael OrlitzkyAdd GameInfo support for CBASK_Lineup_XML.dtd.
2014-06-03 Michael OrlitzkyAdd the game_info table diagram.
2014-06-02 Michael OrlitzkyAdd GameInfo DTDs and an explanation to the man page.
2014-06-01 Michael OrlitzkyAdd tests for TSN.XML.GameInfo.
2014-06-01 Michael OrlitzkyAdd DTDs and sample documents for a number of GameInfo...
2014-06-01 Michael OrlitzkyAdd initial database code for TSN.XML.GameInfo.
2014-06-01 Michael OrlitzkyBegin the implementation of TSN.XML.GameInfo.
2014-06-01 Michael OrlitzkyAdd a .ghci file useful for debugging.
2014-06-01 Michael OrlitzkyMove some things from TSN.Picklers into TSN.Parse.
2014-06-01 Michael OrlitzkyUse a UTCTime for the Heartbeat timestamp.
2014-05-29 Michael OrlitzkyVersion bump with loosened dependency bounds. 0.0.5
2014-05-29 Michael OrlitzkyRemove leading/trailing space from the time_stamp forma...
2014-04-23 Michael OrlitzkyRemove the regular-xmlpickler TODO, mixed-case tags...
2014-04-20 Michael OrlitzkyAdd dummy TSN.XML.{Game,Sport}Info modules that only...
2014-04-20 Michael OrlitzkyReplace all raw DELETE queries with deleteAll.
2014-04-09 Michael OrlitzkyUpdate TODO.
2014-04-09 Michael OrlitzkyFix tasty dependencies and bump to 0.0.4. 0.0.4
2014-04-09 Michael OrlitzkyUse --format=ustar when creating a source tarball.
2014-01-27 Michael OrlitzkyDocument the DEBUG log level.
2014-01-27 Michael OrlitzkyUpdate the TODO now that scoresxml support is complete.
2014-01-26 Michael OrlitzkyAdd the DB schema diagram for scoresxml.
2014-01-25 Michael OrlitzkyAdd another TODO item.
2014-01-25 Michael OrlitzkyAdd database support and tests for TSN.XML.Scores.
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-24 Michael OrlitzkyRemove unnecessary dbName.
2014-01-24 Michael OrlitzkyAdd test documents for the scoresxml type.
2014-01-24 Michael OrlitzkyAdd sample scoresxml files and the generated DTD.
2014-01-24 Michael OrlitzkyUpdate the TODO.
2014-01-24 Michael OrlitzkyAdd the new module to the cabal file.
2014-01-24 Michael OrlitzkyAdd missing test XML file.
2014-01-24 Michael OrlitzkyDocument the new TSN.XML.AutoRacingSchedule module.
2014-01-24 Michael OrlitzkyAdd a schema diagram for Auto_Racing_Schedule_XML.
2014-01-23 Michael OrlitzkyAdd a new module, TSN.XML.AutoRacingSchedule, and its...
2014-01-23 Michael OrlitzkyAdd a new (un)pickler for the auto racing schedule...
2014-01-23 Michael OrlitzkyFix a typo.
2014-01-23 Michael OrlitzkyBump the version number.
2014-01-23 Michael OrlitzkyAdd the DTD for Auto_Racing_Schedule_XML and an XML...
2014-01-23 Michael OrlitzkyAdd the shell test scripts to the cabal file. 0.0.2
2014-01-23 Michael OrlitzkyImplement the other ON DELETE CASCADE tests and update...
2014-01-23 Michael OrlitzkyUpdate TODO and add a cascading delete test for newsxml.
2014-01-22 Michael OrlitzkyAdd a shelltestrunner test suite.
2014-01-22 Michael OrlitzkyMunge the XML_File_ID of a newsxml sample since it...
2014-01-22 Michael OrlitzkyChange "imported" to "processed" in some output.
2014-01-22 Michael OrlitzkyDisable the threaded runtime for now and drop overkill...
2014-01-22 Michael OrlitzkyAdd some tests for the ON DELETE CASCADE behavior.
2014-01-22 Michael OrlitzkyRemove an unused import.
2014-01-22 Michael OrlitzkyMinor indentation fix.
2014-01-22 Michael OrlitzkyRemove unused dbimport_generic function.
2014-01-22 Michael OrlitzkyFix two typos that broke cascading delete.
2014-01-22 Michael OrlitzkyAdd extra docs to the source tarball. 0.0.1
2014-01-22 Michael OrlitzkyUpdate TODO.
2014-01-22 Michael OrlitzkyUpdate all of the schema diagrams again.
2014-01-21 Michael OrlitzkyDocument the weird weather sample.
2014-01-21 Michael OrlitzkyFix some docs in Odds and Weather.
2014-01-21 Michael OrlitzkyAdd a new weatherxml sample that messes everything up.
2014-01-21 Michael OrlitzkyAdd a new module, TSN.Database, and use it to clean...
2014-01-21 Michael OrlitzkyUpdate docs in TSN.XML.Injuries.
2014-01-21 Michael OrlitzkyUpdate docs in TSN.XML.InjuriesDetail.
2014-01-21 Michael OrlitzkyFix an error message in TSN.XML.Heartbeat.
2014-01-21 Michael OrlitzkyUpdate the database schema docs.
2014-01-21 Michael OrlitzkyFix a News test.
2014-01-21 Michael OrlitzkyUpdate TSN.XML.Weather for the new typeclass hierarchy.
2014-01-21 Michael OrlitzkyAdd time_stamp and xml_file_id to Weather.
2014-01-21 Michael OrlitzkyRewrite TSN.XML.Odds for the new typeclass hierarchy.
2014-01-21 Michael OrlitzkyUpdate the Odds db schema diagram, but it's outdated...
2014-01-21 Michael OrlitzkyAdd a unique xml_file_id to News.
2014-01-21 Michael OrlitzkyAdd a unique xml_file_id to InjuriesDetail.
2014-01-21 Michael OrlitzkyAdd a unique xml_file_id to Injuries.
2014-01-21 Michael OrlitzkySet "withSubstDTDEntities no" for now.
2014-01-21 Michael OrlitzkyUpdate TSN.XML.InjuriesDetail for the new typeclass...
2014-01-21 Michael OrlitzkyUpdate TSN.XML.Injuries for the new typeclass hierarchy.
2014-01-21 Michael OrlitzkyAdd XmlImportFk, a total copy of XmlImport for instance...
2014-01-21 Michael OrlitzkyAdd the FromXmlFk class, like FromXml except it require...
next