| Age | Commit message (Expand) | Author |
| 2014-05-19 | Manually deleted file to fix merge conflict.HEADmaster | Nathan Kinkade |
| 2014-05-19 | Fixed a very small typo in a comment. | Nathan Kinkade |
| 2014-04-12 | Added a small PHP script to show how many cases were pulled in on a given day... | Nathan Kinkade |
| 2014-04-12 | Added the ability to search by a range of case numbers. | Nathan Kinkade |
| 2014-03-31 | Break name out into a first and last field in the database as well as the sea... | Nathan Kinkade |
| 2014-03-31 | Added Jin to the emails. | Nathan Kinkade |
| 2014-03-29 | Use the actual datetime, adjusted for Eastern timezone. | Nathan Kinkade |
| 2014-03-28 | Bumped the pagination page count to 5000 per Utpal. | Nathan Kinkade |
| 2014-03-28 | Fixed path for CSV export file | Nathan Kinkade |
| 2014-03-28 | Removed my email address from daily run script. | Nathan Kinkade |
| 2014-03-18 | Changed location of MySQL password file. | Nathan Kinkade |
| 2014-03-12 | Added an 'In jail?' field. | Nathan Kinkade |
| 2014-03-11 | Fix path to new search now that we are running on dighelaw.com. | Nathan Kinkade |
| 2014-03-11 | Overhauled way that non-sequential case numbers are attempted to be handled o... | Nathan Kinkade |
| 2014-03-11 | Added ability to pass in an ending parameter for court case sequence numbers. | Nathan Kinkade |
| 2014-02-22 | Quote email subject, go back 25 cases to fill in holes, and clean up code a bit. | Nathan Kinkade |
| 2014-02-22 | Modify the existing page= query param rather than continually adding new ones. | Nathan Kinkade |
| 2014-02-18 | Set the daily run script to send a mail after it has run linking to all the c... | Nathan Kinkade |
| 2014-02-18 | Added a special 'between' search that I'll use internally. And also fixed a ... | Nathan Kinkade |
| 2014-02-18 | Ignore .pyc files, and also the output of the interesting defendants script. | Nathan Kinkade |
| 2014-02-18 | Make daily run script grab year dynamically now. | Nathan Kinkade |
| 2014-02-18 | Add the 'Case Closed' field to the actual search form now. | Nathan Kinkade |
| 2014-02-18 | Don't skip a case when warrant_type isn't found since it's now not there on e... | Nathan Kinkade |
| 2014-02-18 | Added ability to search on whether a case is open or closed. | Nathan Kinkade |
| 2014-02-11 | Modified dispsition groups to break them out into yet a 4th group. I should ... | Nathan Kinkade |
| 2014-02-08 | Shorted file handle variable that were getting out of control, and added code... | Nathan Kinkade |
| 2014-02-08 | Added a few new dispositions to the list. | Nathan Kinkade |
| 2014-02-08 | Added a new file good for sorting interesting cases into prioritized groups. | Nathan Kinkade |
| 2014-02-08 | Don't process cases when any of the charges don't have a disposition. | Nathan Kinkade |
| 2014-02-08 | Somehow I buggered the file and removed spaces... so this is just a fresh copy. | Nathan Kinkade |
| 2014-02-08 | Fixed a couple typos | Nathan Kinkade |
| 2014-02-07 | Only add entries if one of the two conditions is true, not both. | Nathan Kinkade |
| 2014-02-07 | Link to charges for the given case. | Nathan Kinkade |
| 2014-02-07 | Make court case number link back to main case information page. | Nathan Kinkade |
| 2014-02-07 | Script and lists for filtering out interesting defendants. | Nathan Kinkade |
| 2014-02-07 | Allow someone to search by case ID. | Nathan Kinkade |
| 2014-02-04 | Removed the blank option from years since this is now a multi select box. | Nathan Kinkade |
| 2014-01-29 | A small script for a cron job that will daily fetch the latest cases. | Nathan Kinkade |
| 2014-01-10 | It would appear that where clause order does matter, and significantly, at le... | Nathan Kinkade |
| 2014-01-10 | Forgot to modify with docket and charge joins. | Nathan Kinkade |
| 2014-01-10 | Try to slightly speed up fetching total row count for pagination by using cou... | Nathan Kinkade |
| 2014-01-10 | Optimize searched for dockets a little bit. Still not perfect, but vastly be... | Nathan Kinkade |
| 2013-11-28 | Just realized that these 500 http error codes could be because the base ASP v... | Nathan Kinkade |
| 2013-11-27 | Apparently e.code for HTTPError is an interger, not a string. | Nathan Kinkade |
| 2013-11-26 | Dont' show the Next Page>> link if we are already viewing the last of the rec... | Nathan Kinkade |
| 2013-11-26 | Added the ability for a user to export search results to a CSV file. | Nathan Kinkade |
| 2013-11-26 | Fix issue with negative search assertions. | Nathan Kinkade |
| 2013-11-26 | When a urllib2 returns error code 500, try incrementally sleeping more and mo... | Nathan Kinkade |
| 2013-11-26 | Moved command line argument processing to avoid problems when importing scrip... | Nathan Kinkade |
| 2013-11-26 | Renamed script to conform to python standards (no hyphens). | Nathan Kinkade |