1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Skip files list More... over 14 years ago
Administrative tasks to prepare for 0.34 release.
Randy J. Ray
as rjray
More... almost 17 years ago
Added the warnings pragma for cleanliness and consistency (despite this being a dummy module).
Randy J. Ray
as rjray
More... almost 17 years ago
Fixed $VERSION strings to bump them up; bitten by svn oversight again.
Randy J. Ray
as rjray
More... almost 17 years ago
Fixed a bug found by Gavin Carr in which search attempts routed through static-method invocations of search() in any of the types (Books, Authors, etc.) would fail to get the API key unless one had been set as a default.
Randy J. Ray
as rjray
More... almost 17 years ago
Fixed/updated copyright and licensing information. All licensing links are current with regards to Artistic 2.0 and LGPL 2.1.
Randy J. Ray
as rjray
More... almost 17 years ago
Changes/admin work for new release.
Randy J. Ray
as rjray
More... over 17 years ago
Re-wrote areas that use Business::ISBN, due to some interface changes in the latest version. Some just broke tests, but one flat out broke this module.
Randy J. Ray
as rjray
More... over 17 years ago
Preparation for 0.32 release
Randy J. Ray
as rjray
More... about 18 years ago
Fixed a bug reported by Kevin Old in which trying to "find" an item using a handle with a non-default API key, and the factory syntax, would fail to use the existing API key.
Randy J. Ray
as rjray
More... about 18 years ago
Files prep for 0.31 release
Randy J. Ray
as rjray
More... over 18 years ago
Moved all XML files into a sub-directory. Fixes to test suites.
Randy J. Ray
as rjray
More... over 18 years ago
Moved all XML files into a sub-directory.
Randy J. Ray
as rjray
More... over 18 years ago
Fixed a bug in which looking up a book (via find()) with the ID instead of the ISBN did not work. Added a unit test for this, as well.
Randy J. Ray
as rjray
More... over 18 years ago
Found that creating an API object with an explicit API key argument was ignoring the user argument and using the default all the time. Also created test cases to check this going forward.
Randy J. Ray
as rjray
More... over 18 years ago
Added a WebService::ISBNDB module. This is an empty module that acts as the version place-holder, both for build numbering and for testing by modules that depend on this package.
Randy J. Ray
as rjray
More... over 18 years ago
Prep for 0.30 release.
Randy J. Ray
as rjray
More... over 18 years ago
Implementation of an Iterator class, with tests and test data. Integrated into the REST protocol module as the return value from request_all().
Randy J. Ray
as rjray
More... over 18 years ago
It is no longer necessary to test connectivity to isbndb.com before running the tests.
Randy J. Ray
as rjray
More... over 18 years ago
Fixed the handling of arguments to make sure that page_number is included and properly handled.
Randy J. Ray
as rjray
More... over 18 years ago
Forgot to increment $VERSION.
Randy J. Ray
as rjray
More... over 18 years ago
Renamed the "agent" attribute to "useragent", and renamed the associated accessors.
Randy J. Ray
as rjray
More... over 18 years ago
Changes that should have been part of changeset 26.
Randy J. Ray
as rjray
More... over 18 years ago
Changes that should have been part of changeset 26.
Randy J. Ray
as rjray
More... over 18 years ago
Removed explicit specification of "UTC" in str2time calls, since talk with isbndb.com verified that these are already in UTC. Added 'Z' suffix to strings when setting them via set_*_sec methods, to ensure UTC.
Randy J. Ray
as rjray
More... over 18 years ago
Set svn:keywords property.
Randy J. Ray
as rjray
More... over 18 years ago
Prep for 0.20 build.
Randy J. Ray
as rjray
More... over 18 years ago
Bug-fixes directly resulting from the unit-test suites.
Randy J. Ray
as rjray
More... over 18 years ago
A more comprehensive suite of tests. Includes XML files that are snapshots of the corresponding data from isbndb.com, so that the tests don't keep using up the daily allotment of requests for the key. Also includes DUMMY.pm, a dummy connector for WebService::ISBNDB::Agent that reads the XML from the snapshot files.
Randy J. Ray
as rjray
More... over 18 years ago
Added the rest of the data isbndb.com makes available for books.
Randy J. Ray
as rjray
More... over 18 years ago