Add Record::OPAC and Search::Bath tests.
[irspy-moved-to-github.git] / lib /
2007-02-26 Mike TaylorUse safe new $conn->check() instead of old private...
2007-02-26 Mike TaylorRemove failed attempt to catch errors pre-emptively.
2007-02-26 Mike TaylorRemove failed attempt to catch errors pre-emptively.
2007-02-24 Mike TaylorCope with $record not set at all (though IIRC this...
2007-02-24 Mike TaylorCope with $record not set at all (though IIRC this...
2007-02-23 Mike TaylorAdd new method find_targets()
2007-02-23 Mike TaylorAdd new method find_targets()
2007-02-23 Mike TaylorUse ZEND only for callbacks, rather than RECV_*
2007-02-23 Mike TaylorUse ZEND only for callbacks, rather than RECV_*
2007-02-23 Mike TaylorSimplified event handling: only ZEND is significant.
2007-02-23 Mike TaylorSimplified event handling: only ZEND is significant.
2007-02-23 Mike TaylorComments only.
2007-02-23 Mike TaylorComments only.
2007-02-23 Mike TaylorFormatting changes only.
2007-02-23 Mike TaylorFormatting changes only.
2007-02-22 Mike TaylorIgnore errors detected on RECV_APDU except when the...
2007-02-22 Mike TaylorIgnore errors detected on RECV_APDU except when the...
2007-02-22 Mike TaylorBetter logging for failed searches.
2007-02-22 Mike TaylorBetter logging for failed searches.
2007-02-22 Mike TaylorWarning of left-over events now emitted using yaz_log...
2007-02-22 Mike TaylorWarning of left-over events now emitted using yaz_log...
2007-02-22 Mike TaylorCatch all ZOOM::event() return values less than 1....
2007-02-22 Mike TaylorCatch all ZOOM::event() return values less than 1....
2007-02-21 Mike TaylorSave XML files, pre- and post-transform, to /tmp if
2007-02-21 Mike TaylorSave XML files, pre- and post-transform, to /tmp if
2007-02-13 Mike TaylorFix variable-name typo, caused infinite retry loop...
2007-02-13 Mike TaylorFix variable-name typo, caused infinite retry loop...
2007-02-13 Mike TaylorComment out the test of the "opac" record syntax. ...
2007-02-13 Mike TaylorComment out the test of the "opac" record syntax. ...
2007-02-13 Mike TaylorDo not go back into main loop if peek_event() is either...
2007-02-13 Mike TaylorDo not go back into main loop if peek_event() is either...
2007-02-13 Mike TaylorMinor clarification.
2007-02-13 Mike TaylorMinor clarification.
2007-02-09 Mike TaylorTweak which events errors are ignored for.
2007-02-09 Mike TaylorTweak which events errors are ignored for.
2007-02-05 Mike TaylorDon't show spare event-0 at end.
2007-02-05 Mike TaylorDon't show spare event-0 at end.
2007-01-29 Mike TaylorError on search (e.g. unsupported use attribute) falls...
2007-01-29 Mike TaylorError on search (e.g. unsupported use attribute) falls...
2007-01-29 Mike TaylorTry access-point 44 if other searches fail.
2007-01-29 Mike TaylorTry access-point 44 if other searches fail.
2007-01-29 Mike TaylorOmit Test::Title test, since this fails (astonishingly...
2007-01-29 Mike TaylorOmit Test::Title test, since this fails (astonishingly...
2007-01-24 Mike TaylorMove Zebra for port 3313 to 8018 (which is visible...
2007-01-24 Mike TaylorMove Zebra for port 3313 to 8018 (which is visible...
2007-01-20 Mike TaylorComment out init-opt debugging print.
2007-01-20 Mike TaylorComment out init-opt debugging print.
2007-01-20 Mike TaylorPeek at queued events at loop exit.
2007-01-20 Mike TaylorPeek at queued events at loop exit.
2006-12-21 Mike TaylorDebugging save of XML to files in /tmp now controlled...
2006-12-21 Mike TaylorDebugging save of XML to files in /tmp now controlled...
2006-12-18 Mike TaylorSeparate callbacks for initial-search error and fetch...
2006-12-18 Mike TaylorSeparate callbacks for initial-search error and fetch...
2006-12-18 Mike TaylorAdd bib1_access_point()
2006-12-18 Mike TaylorAdd bib1_access_point()
2006-12-18 Mike TaylorAdd support for analysing Explain results.
2006-12-18 Mike TaylorAdd support for analysing Explain results.
2006-12-18 Mike TaylorTry again (up to ten times) if main loop exits prematurely.
2006-12-18 Mike TaylorTry again (up to ten times) if main loop exits prematurely.
2006-12-15 Mike TaylorAdd support for additional categories:
2006-12-15 Mike TaylorAdd support for additional categories:
2006-12-15 Mike TaylorNote implementation details.
2006-12-15 Mike TaylorNote implementation details.
2006-12-15 Mike TaylorComment out presentChunk for now -- it seems to provoke...
2006-12-15 Mike TaylorComment out presentChunk for now -- it seems to provoke...
2006-12-15 Mike TaylorGenerate stats for BIB-1 attributes.
2006-12-15 Mike TaylorGenerate stats for BIB-1 attributes.
2006-12-14 Mike TaylorNew, fully documented but not much code yet!
2006-12-14 Mike TaylorNew, fully documented but not much code yet!
2006-12-14 Mike TaylorInclude Stats module.
2006-12-14 Mike TaylorInclude Stats module.
2006-12-11 Anders S. MortensenOnly select those irspy:xxx entries newer than the...
2006-12-11 Anders S. MortensenOnly select those irspy:xxx entries newer than the...
2006-12-08 Mike TaylorInstead of a single search, a sequence of searches...
2006-12-08 Mike TaylorInstead of a single search, a sequence of searches...
2006-12-06 Mike TaylorCheck for the init_opt_* options from the Init response...
2006-12-06 Mike TaylorCheck for the init_opt_* options from the Init response...
2006-12-06 Mike TaylorDo not report remaining END events.
2006-12-06 Mike TaylorDo not report remaining END events.
2006-12-05 Mike Taylorxml_encode() now takes an optional hash of options.
2006-12-05 Mike Taylorxml_encode() now takes an optional hash of options.
2006-11-30 Mike Taylorxml_encode() does not translate /'/ to ' since...
2006-11-30 Mike Taylorxml_encode() does not translate /'/ to ' since...
2006-11-30 Mike TaylorRemove redundant _string2cdata() method, use xml_encode...
2006-11-30 Mike TaylorRemove redundant _string2cdata() method, use xml_encode...
2006-11-29 Mike TaylorImport isodate() from Utils.pm
2006-11-29 Mike TaylorImport isodate() from Utils.pm
2006-11-29 Mike TaylorRemove _isodate() method, used only within the class.
2006-11-29 Mike TaylorRemove _isodate() method, used only within the class.
2006-11-29 Mike TaylorRemove isodate(), which is now in Utils.pm
2006-11-29 Mike TaylorRemove isodate(), which is now in Utils.pm
2006-11-29 Mike TaylorAdd isodate()
2006-11-29 Mike TaylorAdd isodate()
2006-11-29 Mike Taylormodify_xml_document() now returns a list containing...
2006-11-29 Mike Taylormodify_xml_document() now returns a list containing...
2006-11-29 Mike TaylorBetter diagnostics.
2006-11-29 Mike TaylorBetter diagnostics.
2006-11-21 Mike TaylorMore accurate debugging output.
2006-11-21 Mike TaylorMore accurate debugging output.
2006-11-20 Mike TaylorMore debugging diagnostics after exit from main loop.
next