Add Record::OPAC and Search::Bath tests.
[irspy-moved-to-github.git] / lib /
2007-05-01 Mike TaylorInclude CQL test.
2007-05-01 Mike TaylorLess verbose.
2007-05-01 Mike TaylorLess verbose.
2007-04-30 Mike TaylorLess verbose
2007-04-30 Mike TaylorLess verbose
2007-04-30 Mike TaylorClearer use of target vs. id.
2007-04-30 Mike TaylorClearer use of target vs. id.
2007-04-30 Mike Taylorirspy_identifier2target() properly implemented so that...
2007-04-30 Mike Taylorirspy_identifier2target() properly implemented so that...
2007-04-30 Mike TaylorDo not insist on serverImplementation* being defined...
2007-04-30 Mike TaylorDo not insist on serverImplementation* being defined...
2007-04-27 Mike TaylorAbstract out identifier format, which is now handled...
2007-04-27 Mike TaylorAbstract out identifier format, which is now handled...
2007-04-18 Mike TaylorTree of tests compiled in initalise() rather then check...
2007-04-18 Mike TaylorTree of tests compiled in initalise() rather then check...
2007-04-18 Mike TaylorAdd timeout()
2007-04-18 Mike TaylorAdd timeout()
2007-04-18 Mike TaylorApply timeout to each newly created connection accordin...
2007-04-18 Mike TaylorApply timeout to each newly created connection accordin...
2007-03-30 Mike TaylorDo not attempt to delete old record if $oldid is undefined!
2007-03-30 Mike TaylorDo not attempt to delete old record if $oldid is undefined!
2007-03-29 Mike TaylorAdd workaround for Zebra delete-record bug.
2007-03-29 Mike TaylorAdd workaround for Zebra delete-record bug.
2007-03-19 Mike Taylor_really_rewrite_record() now checks whether the new...
2007-03-19 Mike Taylor_really_rewrite_record() now checks whether the new...
2007-03-19 Mike Taylorirspy_xpath_context() can now take a LibXML element...
2007-03-19 Mike Taylorirspy_xpath_context() can now take a LibXML element...
2007-03-15 Mike TaylorFix result-set leak.
2007-03-15 Mike TaylorFix result-set leak.
2007-03-15 Mike TaylorFix result-set leak.
2007-03-15 Mike TaylorFix result-set leak.
2007-03-15 Mike TaylorNo {rs} associated with connection.
2007-03-15 Mike TaylorNo {rs} associated with connection.
2007-03-15 Mike TaylorSmall but important changes:
2007-03-15 Mike TaylorSmall but important changes:
2007-03-14 Mike TaylorTweak comment.
2007-03-14 Mike TaylorTweak comment.
2007-03-13 Mike TaylorRemove fatuous attempt to destroy old result-sets.
2007-03-13 Mike TaylorRemove fatuous attempt to destroy old result-sets.
2007-03-10 Mike TaylorDo not attempt sanity-checks.
2007-03-10 Mike TaylorDo not attempt sanity-checks.
2007-03-09 Mike TaylorDestroy connection's old result-set when making a new...
2007-03-09 Mike TaylorDestroy connection's old result-set when making a new...
2007-03-09 Mike TaylorAdd destroy() method which destroys associated result...
2007-03-09 Mike TaylorAdd destroy() method which destroys associated result...
2007-03-09 Mike TaylorExplicitly destroy() connections when they're closed...
2007-03-09 Mike TaylorExplicitly destroy() connections when they're closed...
2007-03-08 Mike TaylorMore robustness against $rs->record() failure.
2007-03-08 Mike TaylorMore robustness against $rs->record() failure.
2007-03-07 Mike TaylorReconnect before each task.
2007-03-07 Mike TaylorReconnect before each task.
2007-03-07 Mike TaylorRemove comment.
2007-03-07 Mike TaylorRemove comment.
2007-03-07 Mike TaylorExplicit reconnection attempt before each search.
2007-03-07 Mike TaylorExplicit reconnection attempt before each search.
2007-03-07 Mike TaylorFactor out useless temps.
2007-03-07 Mike TaylorFactor out useless temps.
2007-03-05 Mike TaylorConstructor now takes activeSetSize argument.
2007-03-05 Mike TaylorConstructor now takes activeSetSize argument.
2007-03-05 Mike TaylorConstructor sets its own "host" option and makes its...
2007-03-05 Mike TaylorConstructor sets its own "host" option and makes its...
2007-03-05 Mike TaylorComment.
2007-03-05 Mike TaylorComment.
2007-03-05 Mike TaylorAdd render_record()
2007-03-05 Mike TaylorAdd render_record()
2007-03-05 Mike TaylorMake robust against $rs->record() failure.
2007-03-05 Mike TaylorMake robust against $rs->record() failure.
2007-03-05 Mike TaylorAbort test on 235 as well as 109.
2007-03-05 Mike TaylorAbort test on 235 as well as 109.
2007-03-02 Mike TaylorAvoid using Text::Iconv->retval(), which is not in...
2007-03-02 Mike TaylorAvoid using Text::Iconv->retval(), which is not in...
2007-03-02 Mike TaylorHack for dealing with ASCII, Latin-1 and UTF-8 characte...
2007-03-02 Mike TaylorHack for dealing with ASCII, Latin-1 and UTF-8 characte...
2007-03-01 Mike TaylorDramatically simplify initialise() and associated state...
2007-03-01 Mike TaylorDramatically simplify initialise() and associated state...
2007-03-01 Mike Taylorcql_quote() quotes terms that contain quotes and slashe...
2007-03-01 Mike Taylorcql_quote() quotes terms that contain quotes and slashe...
2007-03-01 Mike TaylorBack to v1.21 -- cql_target() is not unnecessary after...
2007-03-01 Mike TaylorBack to v1.21 -- cql_target() is not unnecessary after...
2007-03-01 Mike TaylorRemove unused cql_target()
2007-03-01 Mike TaylorRemove unused cql_target()
2007-03-01 Mike TaylorComment
2007-03-01 Mike TaylorComment
2007-02-28 Mike TaylorUse new $node->next()/address() to correctly skip tests.
2007-02-28 Mike TaylorUse new $node->next()/address() to correctly skip tests.
2007-02-28 Mike TaylorAdd resolve(), address(), parent(), previous(), next().
2007-02-28 Mike TaylorAdd resolve(), address(), parent(), previous(), next().
2007-02-28 Mike TaylorTest is BAD if database is unavailable.
2007-02-28 Mike TaylorTest is BAD if database is unavailable.
2007-02-28 Mike TaylorNew -- should be part of the test suite but this is...
2007-02-28 Mike TaylorNew -- should be part of the test suite but this is...
2007-02-27 Mike TaylorComplain if saved-XML files can't be opened.
2007-02-27 Mike TaylorComplain if saved-XML files can't be opened.
2007-02-26 Mike Taylorbetter logging.
2007-02-26 Mike Taylorbetter logging.
2007-02-26 Mike TaylorEnd test early if the Explain database is unavailable.
2007-02-26 Mike TaylorEnd test early if the Explain database is unavailable.
2007-02-26 Mike TaylorAbandon test if we run into a permanent system error...
2007-02-26 Mike TaylorAbandon test if we run into a permanent system error...
2007-02-26 Mike TaylorUse safe new $conn->check() instead of old private...
next