]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/TSN/XML
Add a pickler for AutoRacingResults <RaceDate> elements.
[dead/htsn-import.git] / src / TSN / XML /
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 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 SportInfo support for CBASK_AssistsXML.dtd.
2014-06-11 Michael OrlitzkyAdd SportInfo support for Cbask_All_Tourn_Teams_XML...
2014-06-11 Michael OrlitzkyCopy the GameInfo code into SportInfo.
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-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 OrlitzkyUse a UTCTime for the Heartbeat timestamp.
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-01-26 Michael OrlitzkyAdd the DB schema diagram for scoresxml.
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 OrlitzkyDocument the new TSN.XML.AutoRacingSchedule module.
2014-01-23 Michael OrlitzkyAdd a new module, TSN.XML.AutoRacingSchedule, and its...
2014-01-23 Michael OrlitzkyFix a typo.
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 some tests for the ON DELETE CASCADE behavior.
2014-01-22 Michael OrlitzkyMinor indentation fix.
2014-01-22 Michael OrlitzkyFix two typos that broke cascading delete.
2014-01-21 Michael OrlitzkyFix some docs in Odds and Weather.
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 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 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 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 the FromXmlFk class, like FromXml except it require...
2014-01-20 Michael OrlitzkyAdd a top-level injuries table for TSN.XML.Injuries.
2014-01-20 Michael OrlitzkyFix doc typo.
2014-01-20 Michael OrlitzkyUpdate the schema documentation.
2014-01-20 Michael OrlitzkyUse the timestamp pickler in TSN.XML.News.
2014-01-19 Michael OrlitzkyAdd docs for TSN.XML.Weather.
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-15 Michael OrlitzkyFix typos and use xpAttrImplies where appropriate ...
2014-01-15 Michael OrlitzkyCombine the odds game date/time into one DB field.
2014-01-15 Michael OrlitzkyDon't bother with the three-character limit on team_id...
2014-01-14 Michael OrlitzkyAdd docs for Injuries/InjuriesDetail.
2014-01-14 Michael OrlitzkyFix a comment.
2014-01-14 Michael OrlitzkyUn-haddock two comments that wound up in the wrong...
2014-01-14 Michael OrlitzkyUpdate (or add) a bunch of documentation.
2014-01-14 Michael OrlitzkyFix remaining compiler warnings.
2014-01-14 Michael OrlitzkyFixing compiler warnings by exporting stuff that should...
2014-01-14 Michael OrlitzkyAdd some more documentation to News.hs.
2014-01-13 Michael OrlitzkyFinish documenting TSN.XML.News and fix all compiler...
2014-01-13 Michael OrlitzkyAdd a test for unpickling large Odds_XML files.
2014-01-13 Michael OrlitzkyFix unpickling of non-integer team_ids in TSN.XML.Odds...
2014-01-13 Michael OrlitzkyFix unpickling of texttual over/under lines.
2014-01-13 Michael OrlitzkyUse (xpOption xpText) instead of xpText0.
2014-01-13 Michael OrlitzkyMake the text of a news URL optional.
2014-01-13 Michael OrlitzkyFix pickle/unpickle of non-interger team_ids and add...
2014-01-13 Michael OrlitzkyRemove an unused import.
2014-01-13 Michael OrlitzkyRemove unused XmlPickler instances (this might need...
2014-01-13 Michael OrlitzkySimplify some tests by passing a pickler instead of...
2014-01-12 Michael OrlitzkyAdd and update documentation.
2014-01-12 Michael OrlitzkyRename the "injuries" and "injuries_detail" tables...
2014-01-11 Michael OrlitzkyBeat TSN.XML.Odds into relational submission; file...
2014-01-11 Michael OrlitzkyUse run_dbmigrate instead of runMigration... everywhere.
2014-01-11 Michael OrlitzkyAdd the insert_xml_or_select function to TSN.XmlImport...
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 OrlitzkyBegin reworking TSN.XML.Odds for the new inferred DTDs.
2014-01-10 Michael OrlitzkyBegin validating the XML.
2014-01-10 Michael OrlitzkyAdd an embedded type to TSN.XML.Injuries to allow it...
2014-01-10 Michael OrlitzkyRemove unused BangPatterns pragmas.
2014-01-10 Michael OrlitzkyMake NewsTeams and NewsLocations unique.
2014-01-02 Michael OrlitzkyFix hlint suggestions.
2014-01-02 Michael OrlitzkyUpdate the newsxml DTD to make the Editor optional.
2014-01-02 Michael OrlitzkyAdd tests for Odds pickle/unpickle.
2014-01-02 Michael OrlitzkyUse 'def' in a few places where default values are...
2014-01-02 Michael OrlitzkyAdd separate 'unpickleable' tests to the existing XML...
2014-01-02 Michael OrlitzkyAdd TSN.XML.Odds which can (only, for the moment) parse...
2014-01-02 Michael OrlitzkyRemove the XmlPickler instance for Bool.
2014-01-01 Michael OrlitzkyRename the ImportResult constructors.
next