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