summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-25Added ability for user to enter comma separated lists into text boxs, and eve...Nathan Kinkade
2013-11-25Give user ability to search for multiple years.Nathan Kinkade
2013-11-25Cast seq_start as an integer, and fail when cas_not_found_count >= (not >).Nathan Kinkade
2013-11-25Get starting sequence and years as arguments, not from hardcoded values in th...Nathan Kinkade
2013-11-23Change variable names to make more sense. We aren't dealing with users here.Nathan Kinkade
2013-11-22Added a log message for when case_not_found_count is exceeded.Nathan Kinkade
2013-11-22Up the max_case_not_found. Found a situation where there were around 8 not_f...Nathan Kinkade
2013-11-21Added some basic pagination for search results.Nathan Kinkade
2013-11-21Discovered and added yet another 'case not found' error condition.Nathan Kinkade
2013-11-20Now add that paren back in the right place.Nathan Kinkade
2013-11-20Removed a stray closing paren.Nathan Kinkade
2013-11-20Handle exceptions from layers below urllib2, such as ssl SSLError exceptions,...Nathan Kinkade
2013-11-19Set a timeout on the urlopen() to prevent infinite hangs, or at least very lo...root
2013-11-18Check for another sort of error condition causing problems.Nathan Kinkade
2013-11-17Fixed a bug where I didn't have enough values to fill a variable string.Nathan Kinkade
2013-11-17Catch URLErrors too, such as connection timed out.Nathan Kinkade
2013-11-17Removed the while loop, it wasn't working, and fixed a bug where main() was l...Nathan Kinkade
2013-11-16Made a link back to the search page.Nathan Kinkade
2013-11-16Fixed a bug where I was referencing an exception class improperly without hav...Nathan Kinkade
2013-11-16Log more details about urllib2 errors, and also try a defendant only 3 times ...Nathan Kinkade
2013-11-15Tweaked the styles a bit.Nathan Kinkade
2013-11-15Added the ability to sort results on various columns.Nathan Kinkade
2013-11-15A few more cosmetic changes.Nathan Kinkade
2013-11-15Don't try to create soup from a non-existent case.Nathan Kinkade
2013-11-14Tried to make the search form look a teeny tiny bit better.Nathan Kinkade
2013-11-14Added a page for AKAs and also cleaned up how court_case_no is found on vario...Nathan Kinkade
2013-11-14Use x-small text only in the results tables, not on the body of any page.Nathan Kinkade
2013-11-14Fix a bug in fetch_page where page was trying to be returned before being set...Nathan Kinkade
2013-11-14Removed printing the query now that things are working.Nathan Kinkade
2013-11-14Fix a bug. Don't wipe out , just append to it.Nathan Kinkade
2013-11-14Ignore the python script's log file.Nathan Kinkade
2013-11-14Files for the basic search interface.Nathan Kinkade
2013-11-13Break out of while statement if no exception is raised.Nathan Kinkade
2013-11-13If we have a 'No dockets were found' error condition, don't try to process do...Nathan Kinkade
2013-11-13Added all urllib2 calls inside try statement to avoid fatal exceptions.Nathan Kinkade
2013-11-11Fixed a bug while also implementing a much more simple solution to tracking w...Nathan Kinkade
2013-11-08Change sqlalchemy method from one() to first() to avoid raising an error when...Nathan Kinkade
2013-11-08Don't try to add a case if one already exists with the same case number.Nathan Kinkade
2013-11-08Made some improvements to the logging.Nathan Kinkade
2013-11-08Added in more error handling to prevent the script from dying when a Python e...Nathan Kinkade
2013-11-07Fixed a bug where numbers less than 10 needed to be padded with a zero, but n...Nathan Kinkade
2013-11-07Updated MySQL connection information.Nathan Kinkade
2013-11-06Some small changes to avoid needless MySQL warnings and sometime truncations ...Nathan Kinkade
2013-11-06Added functionality to search for multiple defendants, also broke some functi...Nathan Kinkade
2013-11-06Add functionality to fetch any AKAs for a defendant and record them in the da...Nathan Kinkade
2013-10-22Grab field Defense Attorney too.Nathan Kinkade
2013-10-18Added a loop to main() for sequentially going over case numbers, and also tur...Nathan Kinkade
2013-10-18Added a gitignore file with some contents.Nathan Kinkade
2013-10-18Initial commit.Nathan Kinkade