]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/TSN/XML/News.hs
Allow "TBA" laps in TSN.XML.AutoRacingSchedule.
[dead/htsn-import.git] / src / TSN / XML / News.hs
2015-02-23 Michael OrlitzkyAdd the 'xp_attr_option' pickler and use it to fix...
2015-01-24 Michael OrlitzkyRe-enable DTD validation.
2015-01-13 Michael OrlitzkyUpdate all silent migrations for groundhog-0.7.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.News to fixed-vector-hetero.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.News.
2014-10-25 Michael OrlitzkyBump to version 0.2.0. 0.2.0
2014-10-03 Michael OrlitzkyMake the News SMS field optional.
2014-07-23 Michael OrlitzkyRename some unique constraints for consistency.
2014-07-07 Michael OrlitzkyAdd a has_only_single_sms function to TSN.XML.News.
2014-07-06 Michael OrlitzkyMove pickle_location into the TSN.Location module and...
2014-07-06 Michael OrlitzkyRemove two unnecessary XML representations of teams...
2014-07-05 Michael OrlitzkyUse TSN.Location for the News locations.
2014-06-12 Michael OrlitzkyAdd a pickler for AutoRacingResults <RaceDate> elements.
2014-06-12 Michael OrlitzkyRemove unused StandaloneDeriving pragmas.
2014-04-20 Michael OrlitzkyReplace all raw DELETE queries with deleteAll.
2014-01-25 Michael OrlitzkyExport a "dtd" function from each XML module and use...
2014-01-24 Michael OrlitzkyRemove unnecessary dbName.
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-21 Michael OrlitzkyAdd a new module, TSN.Database, and use it to clean...
2014-01-21 Michael OrlitzkyFix a News test.
2014-01-21 Michael OrlitzkyAdd a unique xml_file_id to News.
2014-01-21 Michael OrlitzkyAdd the FromXmlFk class, like FromXml except it require...
2014-01-20 Michael OrlitzkyUse the timestamp pickler in TSN.XML.News.
2014-01-15 Michael OrlitzkyFix typos and use xpAttrImplies where appropriate ...
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 OrlitzkyAdd some more documentation to News.hs.
2014-01-13 Michael OrlitzkyFinish documenting TSN.XML.News and fix all compiler...
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 OrlitzkyRemove unused XmlPickler instances (this might need...
2014-01-13 Michael OrlitzkySimplify some tests by passing a pickler instead of...
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 OrlitzkyRewrite everything to use XmlImport/DbImport classes...
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 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 OrlitzkyRemove the XmlPickler instance for Bool.
2014-01-01 Michael OrlitzkyRename the ImportResult constructors.
2014-01-01 Michael OrlitzkyCreate an ImportResult type and refactor things around it.
2014-01-01 Michael OrlitzkyAdd code to main to delete successfully imported files.
2013-12-31 Michael OrlitzkyAdd a test for the correct field names in TSN.Xml.News.
2013-12-31 Michael OrlitzkyMove the XML modules into the XML subdirectory.