Permalink
Commits on Feb 1, 2013
  1. Merge pull request #9 from adelevie/patch-1

    Update readme.md, props @adelevie
    benbalter committed Feb 1, 2013
Commits on Jan 31, 2013
  1. Update readme.md

    typo: accellerates -> accelerates
    adelevie committed Jan 31, 2013
Commits on Jan 4, 2013
  1. Explaining database/dataset distinction

    It is not obvious that the dataset name is to be used in URLs, and not the database name. I've added a note to that effect as a first effort at making that more clear.
    waldoj committed Jan 4, 2013
  2. Fix bug preventing column_blacklist from working

    These data are stored not in three-dimensional array, but in an object
    within a two-dimensional array.
    waldoj committed Jan 4, 2013
  3. Fix a typo in a path

    waldoj committed Jan 4, 2013
Commits on Dec 27, 2012
  1. Improving documentation

    Italicizing every use of the project name, and breaking out the
    examples into one very generic one and one very specific one, with an
    explanation about the specific one.
    waldoj committed Dec 27, 2012
Commits on Dec 10, 2012
  1. better error handling, fixes #7

    benbalter committed Dec 10, 2012
Commits on Dec 8, 2012
  1. Merge pull request #6 from shuvalov-anton/master

    Add compatibility with php version < 5.4, props @shuvalov-anton
    benbalter committed Dec 8, 2012
  2. add compatibility with php -v < '5.4'

    shuvalov-anton committed Dec 8, 2012
Commits on Oct 9, 2012
  1. Copyediting

    waldoj committed Oct 9, 2012
  2. Minor textual cleanup

    waldoj committed Oct 9, 2012
  3. Standardizing "Usage" title

    waldoj committed Oct 9, 2012
  4. Requirements cleanup

    waldoj committed Oct 9, 2012
  5. Minor textual cleanup

    waldoj committed Oct 9, 2012
  6. Standardizing case

    waldoj committed Oct 9, 2012
  7. Eliminating output formats

    Because these output formats are listed above, I'm not sure that this
    stanza is necessary, although I could be persuaded otherwise.
    waldoj committed Oct 9, 2012
  8. Added problem solved / how sections

    Taking a first crack at those sections.
    waldoj committed Oct 9, 2012
  9. Finalizing DB listing

    Although it's true that support is theoretical, no need to specify
    that. Also, ordered databases alphabetically.
    waldoj committed Oct 9, 2012
  10. Making overview more detailed

    waldoj committed Oct 9, 2012
  11. Standardizing title

    Relative to CSV to API
    waldoj committed Oct 9, 2012
Commits on Sep 27, 2012
  1. Adding Oracle back to readme

    waldoj committed Sep 27, 2012
  2. Oracle instructions

    There are two methods of connecting to Oracle, and it's necessary to
    explain that both are supported, and the format of each.
    waldoj committed Sep 27, 2012
  3. Provide Oracle support

    waldoj committed Sep 27, 2012
  4. Update readme.md

    benbalter committed Sep 27, 2012
  5. Update readme.md

    benbalter committed Sep 27, 2012
  6. adding jsonp support, fixes #3

    benbalter committed Sep 27, 2012
  7. Switching to proper method of verifying APC availability

    A pair of checks are required to see if APC is installed on the server,
    enabled in Apache, and not disabled witin the current scope. Those
    checks are used here in both caching functions.
    waldoj committed Sep 27, 2012