]> gitweb.michael.orlitzky.com - dead/htsn-import.git/shortlog
dead/htsn-import.git
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.Heartbeat.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.EarlyLine.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.AutoRacingSchedule.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.AutoRacingResults.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.AutoRacingDriverList.
2014-12-30 Michael OrlitzkyAdd a Generics module with a generic to_tuple function.
2014-12-29 Michael OrlitzkyAdd a Generics module with a generic to_tuple function.
2014-12-26 Michael OrlitzkyImplement a few more (un)picklers.
2014-11-19 Michael OrlitzkyAdd sample XML and DTDs for MLB_Boxscore_XML.dtd.
2014-11-07 Michael OrlitzkyAdd stub for TSN.XML.MLBBoxScore.
2014-11-07 Michael OrlitzkyAdd generated schema for MLB_Boxscore_XML.dtd.
2014-11-07 Michael OrlitzkyComplete TSN.XML.AutoRacingDriverList.
2014-11-06 Michael OrlitzkyCreate a stub for TSN.XML.AutoRacingDriverList.
2014-11-06 Michael OrlitzkyAdd all recent SportInfo additions to the man page.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFL_PuntingLeaders_XML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLYardsXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLTopPuntReturnXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLTopKickoffReturnXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLTackleFFLeadersXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLRushingLeadersXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLReceivingLeadersXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLPassingLeadersXML.dtd.
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLInterceptionLeadersXML...
2014-11-06 Michael OrlitzkyAdd SportInfo support for NFLGrassTurfDomeOutsideXML...
2014-10-29 Michael OrlitzkyMake the team rotation number optional in TSN.XML.Early...
2014-10-29 Michael OrlitzkyAllow empty game <time> elements (with a test case...
2014-10-25 Michael OrlitzkyBump to version 0.2.0. 0.2.0
2014-10-25 Michael OrlitzkyAdd a new newsxml sample with the new required team...
2014-10-25 Michael OrlitzkyUpdate a comment in import-duplicates.test.
2014-10-18 Michael OrlitzkyBump version to 0.1.3 in the cabal file.
2014-10-17 Michael OrlitzkyUpdate the scoresxml schema diagram.
2014-10-17 Michael OrlitzkyMake the Scores status numeral optional.
2014-10-17 Michael OrlitzkyAdd two more samples of weird scoresxml.
2014-10-17 Michael OrlitzkyHandle (ignore) empty casinos in TSN.XML.Odds.
2014-10-17 Michael OrlitzkyFix an hlint suggestion.
2014-10-17 Michael OrlitzkyAdd sample of Odds_XML with an empty casino.
2014-10-06 Michael OrlitzkyMake the JFile <Game_Time> elements optional (they... 0.1.2
2014-10-06 Michael OrlitzkyUpdate dbschema diagrams for Odds and News.
2014-10-03 Michael OrlitzkyBump cabal version to 0.1.2.
2014-10-03 Michael OrlitzkyMake the News SMS field optional.
2014-10-03 Michael OrlitzkyMake the Odds game_time optional for when the <Game_Tim...
2014-09-24 Michael OrlitzkyBump version to 0.1.1. 0.1.1
2014-09-24 Michael OrlitzkyBump to v0.1.0 in the cabal file.
2014-09-24 Michael OrlitzkyMake <weather> and <Description> elements optional...
2014-09-24 Michael OrlitzkyMake the MostLapsLeading embedded fields of AutoRacingR...
2014-09-24 Michael OrlitzkyAdd a new AutoRacingResultsXML sample and test case.
2014-09-24 Michael OrlitzkyMove around some whitespace to make doctest happy.
2014-09-24 Michael OrlitzkyFix the time_stamp_format and the timestamp pickler...
2014-07-30 Michael OrlitzkyUpdate the game_info dbschema diagram.
2014-07-30 Michael OrlitzkyMake the game_info schedule_id optional and add a test...
2014-07-30 Michael OrlitzkyAdd game_id/schedule_id parsers to TSN.Parse.
2014-07-30 Michael OrlitzkyFix hlint suggestions.
2014-07-30 Michael OrlitzkyMove the FromXmlFkTeams class out of Xml and into TSN...
2014-07-30 Michael OrlitzkyUpdate the Matchup_NBA_NHL_XML sample/DTD using real...
2014-07-25 Michael OrlitzkyUse UTC instead of EST to store the timestamps; they... 0.0.9
2014-07-25 Michael OrlitzkyFix a haddock comment and doc building in the makefile.
2014-07-25 Michael OrlitzkyUpdate the earlylineXML dbschema diagram.
2014-07-25 Michael OrlitzkyUpdate the TODO.
2014-07-25 Michael OrlitzkyAdd a new pickler for Double values that have no leadin...
2014-07-25 Michael OrlitzkyAdd a makefile rule to generate doc/dbschema/MLB_earlyl...
2014-07-25 Michael OrlitzkyAdd a new module, TSN.XML.MLBEarlyLines supporting...
2014-07-25 Michael OrlitzkyModify TSN.XML.EarlyLine so it can support MLB_earlylin...
2014-07-23 Michael OrlitzkyAdd MLB_earlylineXML.dtd and the sample XML used to...
2014-07-23 Michael OrlitzkyRename some unique constraints for consistency.
2014-07-23 Michael OrlitzkyAdd the dbschema diagram for earlylineXML.dtd.
2014-07-23 Michael OrlitzkyAdd more comments to TSN.XML.EarlyLine.
2014-07-23 Michael OrlitzkyMinor comment fix.
2014-07-23 Michael OrlitzkyAdd tests and database code for EarlyLine.
2014-07-23 Michael OrlitzkyAdd/rework picklers tests, and use the new picklers...
2014-07-23 Michael OrlitzkyAdd a pickler for the weirdo EarlyLine date format.
2014-07-23 Michael OrlitzkyFix hlint suggestions.
2014-07-23 Michael OrlitzkyAdd more tests for existing picklers.
2014-07-22 Michael OrlitzkyAdd tests for existing picklers.
2014-07-22 Michael OrlitzkyDocument weird date/time issues in the man page.
2014-07-22 Michael OrlitzkyBegin to add xp_ambiguous_time, still needs doctests.
2014-07-22 Michael OrlitzkyBegin to add EarlyLine (earlylineXML) support. Still...
2014-07-22 Michael OrlitzkyWhitespace/comment formatting.
2014-07-22 Michael OrlitzkyAdd the earlylineXML DTD and the sample used to generat...
2014-07-15 Michael OrlitzkyAdd support for the missing [AH]Starter elements in...
2014-07-14 Michael OrlitzkyAdd another Odds_XML oddity to the man page.
2014-07-07 Michael OrlitzkyVersion bump to 0.0.8. 0.0.8
2014-07-07 Michael OrlitzkyFix the unique auto racing results constraint name.
2014-07-07 Michael OrlitzkyFix Game/SportInfo table names. 0.0.7
2014-07-07 Michael OrlitzkyAdd game/sportinfo test XML files to the cabal file... 0.0.6
2014-07-07 Michael OrlitzkyTiny description change.
2014-07-07 Michael OrlitzkyAdd an overview to the development README.
2014-07-07 Michael OrlitzkyBump the version to 0.0.6 in the cabal file.
2014-07-07 Michael OrlitzkyRemove completed TODO items.
2014-07-07 Michael OrlitzkyAdd a has_only_single_sms function to TSN.XML.News.
2014-07-07 Michael OrlitzkyUse unsafe_read_document in TSN.XML.Weather tests.
2014-07-07 Michael OrlitzkyMake the AutoRacingSchedule status optional.
2014-07-06 Michael OrlitzkyUpdate the scoresxml and weatherxml dbschema diagrams.
2014-07-06 Michael OrlitzkyFix hlint warnings.
2014-07-06 Michael OrlitzkyActuall import the detailed weather items.
2014-07-06 Michael OrlitzkyUse the TSN.Team and TSN.Location representations in...
2014-07-06 Michael OrlitzkyAdd a note about the sample backwards teams XML to...
2014-07-06 Michael OrlitzkyAdd a teams_are_normal function to TSN.XML.Weather.
2014-07-06 Michael OrlitzkyAdd a new scoresxml sample and update the generated...
2014-07-06 Michael OrlitzkyUse HTeam/VTeam wrappers in TSN.XML.ScheduleChanges.
2014-07-06 Michael OrlitzkyUse HTeam/VTeam wrappers in TSN.XML.JFile.
next