]> gitweb.michael.orlitzky.com - dead/htsn-import.git/shortlog
dead/htsn-import.git
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.
2014-01-13 Michael OrlitzkyFinish documenting TSN.XML.News and fix all compiler...
2014-01-13 Michael OrlitzkyAdd the test file needed by the previous commit.
2014-01-13 Michael OrlitzkyAdd a test for unpickling large Odds_XML files.
2014-01-13 Michael OrlitzkyAdd the PDF of the injuries_detail DB schema.
2014-01-13 Michael OrlitzkyAdd more files to 'make clean'.
2014-01-13 Michael OrlitzkyRemove unused import.
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 OrlitzkyRemove unused imports.
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 OrlitzkyAdd a sample Injuries_Detail_XML with a noninteger...
2014-01-13 Michael OrlitzkyAdd the DB schema PDF for injuries documents.
2014-01-13 Michael OrlitzkyUpdate the schemagen README.
2014-01-13 Michael OrlitzkyAdd "correct" versions of all DTDs under schema/.
2014-01-13 Michael OrlitzkyRemove an unused import.
2014-01-13 Michael OrlitzkyAdd a doctest suite with a big-ass caveat.
2014-01-13 Michael OrlitzkyUpdate documentation.
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 OrlitzkyAdd a description to the cabal file, and begin to defin...
2014-01-12 Michael OrlitzkyAdd a preliminary man page.
2014-01-12 Michael OrlitzkyRename the "injuries" and "injuries_detail" tables...
2014-01-12 Michael OrlitzkyUSe lowerCaseSuffixNamingStyle as our base in TSN.Codegen.
2014-01-12 Michael OrlitzkyDon't remove imported files by default.
2014-01-11 Michael OrlitzkyBeat TSN.XML.Odds into relational submission; file...
2014-01-11 Michael OrlitzkyAdd some more customization to our codegen config.
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 OrlitzkyAdd run_dbmigrate to TSN.DbImport.
2014-01-11 Michael OrlitzkyGet the Odds module to compile and pass tests under...
2014-01-11 Michael OrlitzkyAdd missing TSN.XmlImport module.
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 OrlitzkySimplify parse_opts now that we can validate against...
2014-01-10 Michael OrlitzkyAdd the hand-crafted Odds_XML.dtd.
2014-01-10 Michael OrlitzkyAdd a note to the README about the hand-crafted schemas.
2014-01-10 Michael OrlitzkyReplace the auto-generated Odds_XML.dtd used in tests...
2014-01-10 Michael OrlitzkyChange the Odds database type to 'Odds' in Main.hs.
2014-01-10 Michael OrlitzkyBegin validating the XML.
2014-01-10 Michael OrlitzkyUpdate the test TSN DTDs with the inferred ones.
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 OrlitzkyAdd an empty man page.
2014-01-10 Michael OrlitzkyMake NewsTeams and NewsLocations unique.
2014-01-10 Michael OrlitzkyChange the order of init_logging's arguments.
2014-01-09 Michael OrlitzkyChange the XML-Schema-learner executable name.
2014-01-08 Michael OrlitzkyAdd a new example of newsxml.
2014-01-07 Michael OrlitzkyAdd more newsxml samples required for an accurate DTD.
2014-01-07 Michael OrlitzkyAdd two new injuriesxml files needed to generate a...
2014-01-06 Michael OrlitzkyBegin work on the automatic schema generation.
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 'unpickleable' to Xml for use in tests.
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-02 Michael OrlitzkyDon't call clean before every compile (they're getting...
next