]> gitweb.michael.orlitzky.com - dead/htsn-import.git/shortlog
dead/htsn-import.git
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.
2014-07-06 Michael OrlitzkyAdd HTeam/VTeam newtype wrappers to TSN.Team.
2014-07-06 Michael OrlitzkyUse the common TSN.Location representation in TSN.XML...
2014-07-06 Michael OrlitzkyMove pickle_location into the TSN.Location module and...
2014-07-06 Michael OrlitzkyUpdate two comments.
2014-07-06 Michael OrlitzkyRemove redundant away team XML representation in Schedu...
2014-07-06 Michael OrlitzkyRemove redundant XML away team representation in TSN...
2014-07-06 Michael OrlitzkyRemove two unnecessary XML representations of teams...
2014-07-06 Michael OrlitzkyRemove redundant XML representations of Game/SportInfo.
2014-07-05 Michael OrlitzkyUse TSN.Location for the News locations.
2014-07-05 Michael OrlitzkyNew module: TSN.Location.
2014-07-05 Michael OrlitzkyFix the TSN.Team unique constraint name.
2014-07-05 Michael OrlitzkyAdd a function to TSN.XML.Weather to detect the unsuppo...
2014-07-05 Michael OrlitzkyAdd a sample contained Detailed_Weather to the weatherx...
2014-07-05 Michael OrlitzkyAdd support for the new Detailed_Weather elements.
2014-07-05 Michael OrlitzkyReport the path along with the error message when an...
2014-07-05 Michael OrlitzkyMove the weird weatherxml example out of schemagen...
2014-07-05 Michael OrlitzkyMake the Odds team rotation numbers optional.
2014-07-04 Michael OrlitzkyAdd a note to the man page about the double-SMS in...
2014-07-04 Michael OrlitzkyCrop the AutoRacingResults dbschema diagram.
2014-07-04 Michael OrlitzkyChange the AutoRacingResults track length to a String...
2014-07-04 Michael OrlitzkyUpdate the TODO with some more tasks revealed by testing.
2014-07-04 Michael OrlitzkyMove the deployment section from README.development...
2014-07-04 Michael OrlitzkyCreate a direct relationship between the Odds games...
2014-07-04 Michael OrlitzkyComment fix.
2014-07-04 Michael OrlitzkyUpdate JFile to have a direct relationship between...
2014-07-04 Michael OrlitzkyAdd the XmlImportFkTeams class.
2014-07-04 Michael OrlitzkyUpdate TSN.XML modules to use the new Child class.
2014-07-04 Michael OrlitzkySplit the (Parent a) associated type into a new Child...
2014-07-04 Michael OrlitzkyFinish the documentation for ScheduleChanges.
2014-07-04 Michael OrlitzkyAdd the FromXmlFkTeams class.
2014-07-04 Michael OrlitzkyUpdate TODO again.
2014-07-04 Michael OrlitzkyAdd the initial implementation of TSN.XML.ScheduleChanges.
2014-07-04 Michael OrlitzkyFix two capitalizations in comments.
2014-07-04 Michael OrlitzkyFix misleading comments and reorder two operations...
2014-07-04 Michael OrlitzkyAdd test XML for Schedule_Changes_XML.dtd.
2014-07-04 Michael OrlitzkyAdd a few TODOs.
2014-07-03 Michael OrlitzkyAdd sample Schedule_Changes_XML and the generated DTD.
2014-07-03 Michael OrlitzkyRemove a completed TODO item.
2014-07-03 Michael OrlitzkyMove two READMEs into the man page.
2014-07-02 Michael OrlitzkyUpdate the Odds schema diagram.
2014-07-01 Michael OrlitzkyAdd League_Name, AStarter, and HStarter support to...
2014-06-28 Michael OrlitzkyAdd a new Odds_XML schema sample and update the DTD.
2014-06-28 Michael OrlitzkyMake team names and abbreviations optional.
2014-06-28 Michael OrlitzkyAdd a new JFile test case and update the shelltest...
2014-06-28 Michael OrlitzkyUpdate the list of schemagen files in htsn-import.cabal.
2014-06-28 Michael OrlitzkyAdd jfilexml to the list of supported document types.
2014-06-27 Michael OrlitzkyWrite the database code for TSN.XML.JFile.
2014-06-27 Michael OrlitzkyRename xp_racedate to xp_datetime.
2014-06-24 Michael OrlitzkyUse the TSN.Team type in TSN.XML.JFile.
2014-06-24 Michael OrlitzkyAdd a TODO comment to TSN.XML.AutoRacingResults.
2014-06-24 Michael OrlitzkyUpdate TSN.XML.Odds to use the new TSN.Team type.
2014-06-24 Michael OrlitzkyAdd the TSN.Team module housing a common database repre...
2014-06-24 Michael OrlitzkyBegin work on the TSN.XML.JFile module.
2014-06-24 Michael OrlitzkyExport the Game types from TSN.XML.Odds.
next