]> gitweb.michael.orlitzky.com - dead/htsn-import.git/shortlog
dead/htsn-import.git
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...
2014-01-21 Michael OrlitzkyUpdate the DB schema diagram for injuriesxml.
2014-01-20 Michael OrlitzkyAdd a top-level injuries table for TSN.XML.Injuries.
2014-01-20 Michael OrlitzkyAdd the FromXmlFk class which allows us to construct...
2014-01-20 Michael OrlitzkyFix example connection string.
2014-01-20 Michael OrlitzkyAdd required test DTDs to the source distribution.
2014-01-20 Michael OrlitzkyAdd the TSN.XML.Weather module to the cabal file.
2014-01-20 Michael OrlitzkyAdd the example config file.
2014-01-20 Michael OrlitzkyRemove errant man page option and fix a typo.
2014-01-20 Michael OrlitzkyFix paths in cabal file.
2014-01-20 Michael OrlitzkyFix doc typo.
2014-01-20 Michael OrlitzkyUpdate the schema documentation.
2014-01-20 Michael OrlitzkyUpdate the TODO again.
2014-01-20 Michael OrlitzkyUse the timestamp pickler in TSN.XML.News.
2014-01-20 Michael OrlitzkyAdd a pickler for the <time_stamp> elements.
2014-01-20 Michael OrlitzkyAdd another TODO.
2014-01-20 Michael OrlitzkyFix a typo.
2014-01-20 Michael OrlitzkyUpdate makefile/cabalfile with better profiling support.
2014-01-20 Michael OrlitzkyUpdate the TODO file.
2014-01-19 Michael OrlitzkyAdd docs for TSN.XML.Weather.
2014-01-16 Michael OrlitzkyFix hlint suggestion.
2014-01-16 Michael OrlitzkyMinimal undocumented implementation of TSN.XML.Weather.
2014-01-16 Michael OrlitzkyAdd a pickler for the forecast gamedate attribute.
2014-01-16 Michael OrlitzkyAdd the schema diagram for weatherxml.
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 OrlitzkyRemove two completed TODO items.
2014-01-15 Michael OrlitzkyAdd a README for the generated dbschema diagrams.
2014-01-15 Michael OrlitzkyRemove old and busted PDF diagrams, add a new hotness...
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 OrlitzkyAdd some TODOs.
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 OrlitzkyIgnore export lists for docs.
2014-01-14 Michael OrlitzkyUpdate (or add) a bunch of documentation.
2014-01-14 Michael OrlitzkyTry to clean up the makefile 'doc' target.
2014-01-14 Michael OrlitzkyFix remaining compiler warnings.
2014-01-14 Michael OrlitzkyFixing compiler warnings by exporting stuff that should...
2014-01-14 Michael OrlitzkyMinor makefile fix.
2014-01-14 Michael OrlitzkyAdd the newsxml DB schema PDF.
2014-01-14 Michael OrlitzkyAdd some more documentation to News.hs.
next