Move aside
[irspy-moved-to-github.git] / lib /
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.
2006-11-20 Mike TaylorMore debugging diagnostics after exit from main loop.
2006-11-20 Mike TaylorProper registration of connection errors.
2006-11-20 Mike TaylorProper registration of connection errors.
2006-11-16 Mike TaylorUse new cql_target() method from Utils.
2006-11-16 Mike TaylorUse new cql_target() method from Utils.
2006-11-16 Mike TaylorAdd render() method and overload stringification to...
2006-11-16 Mike TaylorAdd render() method and overload stringification to...
2006-11-16 Mike TaylorAdd cql_quote() and cql_target()
2006-11-16 Mike TaylorAdd cql_quote() and cql_target()
2006-11-16 Mike TaylorWhitespace formatting.
2006-11-16 Mike TaylorWhitespace formatting.
2006-11-14 Mike TaylorXml_encode() accepts fallback string.
2006-11-14 Mike TaylorXml_encode() accepts fallback string.
2006-11-14 Mike TaylorClarify reporting
2006-11-14 Mike TaylorClarify reporting
2006-11-14 Mike TaylorComment out debugging warn()s
2006-11-14 Mike TaylorComment out debugging warn()s
2006-11-14 Mike TaylorLots of tasties. Most importantly, dom_add_element...
2006-11-14 Mike TaylorLots of tasties. Most importantly, dom_add_element...
2006-11-13 Mike TaylorNew utiltiy find_or_make_node() finds a node within...
2006-11-13 Mike TaylorNew utiltiy find_or_make_node() finds a node within...
2006-11-13 Mike TaylorComment
2006-11-13 Mike TaylorComment
2006-11-09 Mike TaylorAdd irspy_namespace()
2006-11-09 Mike TaylorAdd irspy_namespace()
2006-11-08 Mike Taylorirspy_xpath_context() may now take a textual XML record...
2006-11-08 Mike Taylorirspy_xpath_context() may now take a textual XML record...
2006-11-07 Mike TaylorComplete and should work ... but doesn't.
2006-11-07 Mike TaylorComplete and should work ... but doesn't.
2006-11-07 Mike TaylorCorrect HTML-encoding of debug output in dom_add_element()
2006-11-07 Mike TaylorCorrect HTML-encoding of debug output in dom_add_element()
2006-11-03 Mike Taylorreturn TEST_SKIPPED if search finds no records.
2006-11-03 Mike Taylorreturn TEST_SKIPPED if search finds no records.
2006-11-03 Mike TaylorSupport for Status::TEST_SKIPPED
2006-11-03 Mike TaylorSupport for Status::TEST_SKIPPED
2006-11-02 Mike TaylorAdd warnings if running tasks leaves the ZOOM connectio...
2006-11-02 Mike TaylorAdd warnings if running tasks leaves the ZOOM connectio...
2006-11-02 Mike TaylorNumber of search-hits included in log message.
2006-11-02 Mike TaylorNumber of search-hits included in log message.
2006-11-02 Mike TaylorFix POD syntax error.
2006-11-02 Mike TaylorFix POD syntax error.
2006-11-02 Mike TaylorAdd sanity-checks after main loop exists, verifying...
2006-11-02 Mike TaylorAdd sanity-checks after main loop exists, verifying...
2006-11-02 Anders S. MortensenAdding named result set test.
2006-11-02 Anders S. MortensenAdding named result set test.
2006-11-01 Mike TaylorRobust against complex text-nodes contains comments...
2006-11-01 Mike TaylorRobust against complex text-nodes contains comments...
2006-11-01 Mike TaylorUse $ZOOM::IRSpy::Utils::IRSPY_NS instead of $ZOOM...
2006-11-01 Mike TaylorUse $ZOOM::IRSpy::Utils::IRSPY_NS instead of $ZOOM...
2006-11-01 Mike TaylorRemove $irspy_ns, superseded by $ZOOM::IRSpy::Utils...
2006-11-01 Mike TaylorRemove $irspy_ns, superseded by $ZOOM::IRSpy::Utils...
2006-11-01 Mike TaylorNew function modify_xml_document()
2006-11-01 Mike TaylorNew function modify_xml_document()
2006-11-01 Anders S. MortensenInsert 0 instead of empty in case of failure.
2006-11-01 Anders S. MortensenInsert 0 instead of empty in case of failure.
2006-10-31 Mike TaylorGet xml_encode from Utils.
2006-10-31 Mike TaylorGet xml_encode from Utils.
2006-10-31 Mike TaylorWork around ZOOM-C bug by testing success based on...
2006-10-31 Mike TaylorWork around ZOOM-C bug by testing success based on...
2006-10-31 Mike TaylorAdd dom_add_element() [NOT FINISHED!] and inheritance_t...
2006-10-31 Mike TaylorAdd dom_add_element() [NOT FINISHED!] and inheritance_t...
2006-10-30 Mike TaylorMove xml_encode() from IRSpy to Utils
2006-10-30 Mike TaylorMove xml_encode() from IRSpy to Utils
2006-10-30 Mike TaylorInclude new Utils module.
2006-10-30 Mike TaylorInclude new Utils module.
2006-10-30 Mike TaylorNew
2006-10-30 Mike TaylorNew
2006-10-30 Mike TaylorRemove stupid and fragile "use lib" hack, now that...
2006-10-30 Mike TaylorRemove stupid and fragile "use lib" hack, now that...
2006-10-27 Mike TaylorFactor IRSpy-independent _really_write_record() out of
2006-10-27 Mike TaylorFactor IRSpy-independent _really_write_record() out of
2006-10-27 Anders S. MortensenUsing bib-1 instead of bib1.
2006-10-27 Anders S. MortensenUsing bib-1 instead of bib1.
2006-10-27 Mike Taylorirspy_xpath_context() also registers "i" as the IRSpy...
2006-10-27 Mike Taylorirspy_xpath_context() also registers "i" as the IRSpy...
2006-10-26 Anders S. MortensenRemoving debugging.
2006-10-26 Anders S. MortensenRemoving debugging.
2006-10-26 Mike TaylorStupid hack to fix occasional and unpredictable problem...
2006-10-26 Mike TaylorStupid hack to fix occasional and unpredictable problem...
2006-10-26 Mike TaylorClarify diagnostic.
2006-10-26 Mike TaylorClarify diagnostic.
2006-10-26 Mike TaylorActually use Anders' temporary variable $irspy_to_zeere...
next