Mike Taylor [Thu, 3 May 2007 14:13:19 +0000 (14:13 +0000)]
Use utf8param($r, $key) instead of $r->param($key) throughout.
Mike Taylor [Thu, 3 May 2007 14:13:19 +0000 (14:13 +0000)]
Use utf8param($r, $key) instead of $r->param($key) throughout.
Mike Taylor [Thu, 3 May 2007 12:54:18 +0000 (12:54 +0000)]
After successful "new" has added a record, set next operation to "edit".
Allows immediate editing of a newly added record.
Mike Taylor [Thu, 3 May 2007 12:54:18 +0000 (12:54 +0000)]
After successful "new" has added a record, set next operation to "edit".
Allows immediate editing of a newly added record.
Mike Taylor [Thu, 3 May 2007 12:43:04 +0000 (12:43 +0000)]
Use utf8param($r, $key) instead of $r->param($key) throughout.
Mike Taylor [Thu, 3 May 2007 12:43:04 +0000 (12:43 +0000)]
Use utf8param($r, $key) instead of $r->param($key) throughout.
Mike Taylor [Thu, 3 May 2007 12:42:32 +0000 (12:42 +0000)]
Pull in utf8param
Mike Taylor [Thu, 3 May 2007 12:42:32 +0000 (12:42 +0000)]
Pull in utf8param
Mike Taylor [Thu, 3 May 2007 12:41:58 +0000 (12:41 +0000)]
Add utf8param()
Add _renderchars()
More logging in modify_xml_document() for charset issues.
Mike Taylor [Thu, 3 May 2007 12:41:58 +0000 (12:41 +0000)]
Add utf8param()
Add _renderchars()
More logging in modify_xml_document() for charset issues.
Mike Taylor [Thu, 3 May 2007 09:33:29 +0000 (09:33 +0000)]
Simplify and clarify new/edit/copy code, resolving several bugs.
Mike Taylor [Thu, 3 May 2007 09:33:29 +0000 (09:33 +0000)]
Simplify and clarify new/edit/copy code, resolving several bugs.
Mike Taylor [Thu, 3 May 2007 09:33:10 +0000 (09:33 +0000)]
ID used for target-specific menu is that of newly created, copied or
edited record rather than that of one that it was copied from.
Mike Taylor [Thu, 3 May 2007 09:33:10 +0000 (09:33 +0000)]
ID used for target-specific menu is that of newly created, copied or
edited record rather than that of one that it was copied from.
Mike Taylor [Wed, 2 May 2007 13:54:40 +0000 (13:54 +0000)]
New, identical to xeno.conf except for <VirtualHost> name.
Mike Taylor [Wed, 2 May 2007 13:54:40 +0000 (13:54 +0000)]
New, identical to xeno.conf except for <VirtualHost> name.
Mike Taylor [Wed, 2 May 2007 13:54:18 +0000 (13:54 +0000)]
Ignore records-2007-05-01
Mike Taylor [Wed, 2 May 2007 13:54:18 +0000 (13:54 +0000)]
Ignore records-2007-05-01
Mike Taylor [Wed, 2 May 2007 13:52:54 +0000 (13:52 +0000)]
modify_xml_document()'s code for no-opping when no change has been
made now also works for present-but-empty fields.
Mike Taylor [Wed, 2 May 2007 13:52:54 +0000 (13:52 +0000)]
modify_xml_document()'s code for no-opping when no change has been
made now also works for present-but-empty fields.
Mike Taylor [Wed, 2 May 2007 11:57:20 +0000 (11:57 +0000)]
New
Mike Taylor [Wed, 2 May 2007 11:57:20 +0000 (11:57 +0000)]
New
Mike Taylor [Tue, 1 May 2007 16:34:00 +0000 (16:34 +0000)]
Add alias targettest.indexdata.com
Mike Taylor [Tue, 1 May 2007 16:34:00 +0000 (16:34 +0000)]
Add alias targettest.indexdata.com
Mike Taylor [Tue, 1 May 2007 16:31:08 +0000 (16:31 +0000)]
Use Task::Search->render_query()
Mike Taylor [Tue, 1 May 2007 16:31:08 +0000 (16:31 +0000)]
Use Task::Search->render_query()
Mike Taylor [Tue, 1 May 2007 16:30:42 +0000 (16:30 +0000)]
Fix PQF classname.
Add render_query()
Mike Taylor [Tue, 1 May 2007 16:30:42 +0000 (16:30 +0000)]
Fix PQF classname.
Add render_query()
Mike Taylor [Tue, 1 May 2007 16:30:17 +0000 (16:30 +0000)]
Less verbose
Mike Taylor [Tue, 1 May 2007 16:30:17 +0000 (16:30 +0000)]
Less verbose
Mike Taylor [Tue, 1 May 2007 15:33:30 +0000 (15:33 +0000)]
Typo: s/cql/pqf
Mike Taylor [Tue, 1 May 2007 15:33:30 +0000 (15:33 +0000)]
Typo: s/cql/pqf
Mike Taylor [Tue, 1 May 2007 15:32:51 +0000 (15:32 +0000)]
Add general irspy_search() function.
irspy_search_pqf() refactored as trivial wrapper.
Mike Taylor [Tue, 1 May 2007 15:32:51 +0000 (15:32 +0000)]
Add general irspy_search() function.
irspy_search_pqf() refactored as trivial wrapper.
Mike Taylor [Tue, 1 May 2007 15:32:16 +0000 (15:32 +0000)]
new
Mike Taylor [Tue, 1 May 2007 15:32:16 +0000 (15:32 +0000)]
new
Mike Taylor [Tue, 1 May 2007 15:32:06 +0000 (15:32 +0000)]
New API for constructor: now takes new additional first argument, a
string (either "pqf" or "cql") indicating the type of the query-string
that follows.
Mike Taylor [Tue, 1 May 2007 15:32:06 +0000 (15:32 +0000)]
New API for constructor: now takes new additional first argument, a
string (either "pqf" or "cql") indicating the type of the query-string
that follows.
Mike Taylor [Tue, 1 May 2007 15:30:38 +0000 (15:30 +0000)]
Include CQL test.
Mike Taylor [Tue, 1 May 2007 15:30:38 +0000 (15:30 +0000)]
Include CQL test.
Mike Taylor [Tue, 1 May 2007 15:29:36 +0000 (15:29 +0000)]
Less verbose.
Mike Taylor [Tue, 1 May 2007 15:29:36 +0000 (15:29 +0000)]
Less verbose.
Mike Taylor [Mon, 30 Apr 2007 11:28:37 +0000 (11:28 +0000)]
Less verbose
Mike Taylor [Mon, 30 Apr 2007 11:28:37 +0000 (11:28 +0000)]
Less verbose
Mike Taylor [Mon, 30 Apr 2007 11:28:04 +0000 (11:28 +0000)]
Clearer use of target vs. id.
Mike Taylor [Mon, 30 Apr 2007 11:28:04 +0000 (11:28 +0000)]
Clearer use of target vs. id.
Mike Taylor [Mon, 30 Apr 2007 11:27:39 +0000 (11:27 +0000)]
irspy_identifier2target() properly implemented so that it now handles
SRU and SRW as well as Z39.50
Mike Taylor [Mon, 30 Apr 2007 11:27:39 +0000 (11:27 +0000)]
irspy_identifier2target() properly implemented so that it now handles
SRU and SRW as well as Z39.50
Mike Taylor [Mon, 30 Apr 2007 11:26:57 +0000 (11:26 +0000)]
Do not insist on serverImplementation* being defined, since they are
not when returning from an SRU connect.
Mike Taylor [Mon, 30 Apr 2007 11:26:57 +0000 (11:26 +0000)]
Do not insist on serverImplementation* being defined, since they are
not when returning from an SRU connect.
Mike Taylor [Fri, 27 Apr 2007 14:32:09 +0000 (14:32 +0000)]
Do not allow an entry to specify SRW/U composite protocol.
Mike Taylor [Fri, 27 Apr 2007 14:32:09 +0000 (14:32 +0000)]
Do not allow an entry to specify SRW/U composite protocol.
Mike Taylor [Fri, 27 Apr 2007 14:04:40 +0000 (14:04 +0000)]
Abstract out identifier format, which is now handled by a set of functions in Utils.pm that are used in many places. Clarify distinction between identifier string and target string, which are similar but no longer identical. Identifier string now includes protocol. All of this is to prepare the way for supporting SRU and SRW tests as well as Z39.50
Mike Taylor [Fri, 27 Apr 2007 14:04:40 +0000 (14:04 +0000)]
Abstract out identifier format, which is now handled by a set of functions in Utils.pm that are used in many places. Clarify distinction between identifier string and target string, which are similar but no longer identical. Identifier string now includes protocol. All of this is to prepare the way for supporting SRU and SRW tests as well as Z39.50
Mike Taylor [Fri, 27 Apr 2007 13:54:28 +0000 (13:54 +0000)]
Has been unused for some time
Mike Taylor [Fri, 27 Apr 2007 13:54:28 +0000 (13:54 +0000)]
Has been unused for some time
Mike Taylor [Thu, 26 Apr 2007 14:38:37 +0000 (14:38 +0000)]
Add another layer of tables to the top banner, for IE's benefit.
Mike Taylor [Thu, 26 Apr 2007 14:38:37 +0000 (14:38 +0000)]
Add another layer of tables to the top banner, for IE's benefit.
Mike Taylor [Thu, 26 Apr 2007 14:38:02 +0000 (14:38 +0000)]
Run on localweb address rather then localhost.
Mike Taylor [Thu, 26 Apr 2007 14:38:02 +0000 (14:38 +0000)]
Run on localweb address rather then localhost.
Mike Taylor [Thu, 26 Apr 2007 13:57:17 +0000 (13:57 +0000)]
Help link for Reliability.
Mike Taylor [Thu, 26 Apr 2007 13:57:17 +0000 (13:57 +0000)]
Help link for Reliability.
Mike Taylor [Thu, 26 Apr 2007 13:56:53 +0000 (13:56 +0000)]
new
Mike Taylor [Thu, 26 Apr 2007 13:56:53 +0000 (13:56 +0000)]
new
Mike Taylor [Thu, 26 Apr 2007 13:56:46 +0000 (13:56 +0000)]
New
Mike Taylor [Thu, 26 Apr 2007 13:56:46 +0000 (13:56 +0000)]
New
Mike Taylor [Thu, 26 Apr 2007 11:57:21 +0000 (11:57 +0000)]
Append
Mike Taylor [Thu, 26 Apr 2007 11:57:21 +0000 (11:57 +0000)]
Append
Mike Taylor [Wed, 25 Apr 2007 13:28:42 +0000 (13:28 +0000)]
Deletion using same record rather then recordIdOpaque
Mike Taylor [Wed, 25 Apr 2007 13:28:42 +0000 (13:28 +0000)]
Deletion using same record rather then recordIdOpaque
Mike Taylor [Wed, 18 Apr 2007 20:36:36 +0000 (20:36 +0000)]
Note unpacking
Mike Taylor [Wed, 18 Apr 2007 20:36:36 +0000 (20:36 +0000)]
Note unpacking
Mike Taylor [Wed, 18 Apr 2007 20:36:24 +0000 (20:36 +0000)]
Better instructions.
Mike Taylor [Wed, 18 Apr 2007 20:36:24 +0000 (20:36 +0000)]
Better instructions.
Mike Taylor [Wed, 18 Apr 2007 16:35:26 +0000 (16:35 +0000)]
New records
Mike Taylor [Wed, 18 Apr 2007 16:35:26 +0000 (16:35 +0000)]
New records
Mike Taylor [Wed, 18 Apr 2007 16:34:44 +0000 (16:34 +0000)]
Superseded by records-2007-04-18.tar.gz
Mike Taylor [Wed, 18 Apr 2007 16:34:44 +0000 (16:34 +0000)]
Superseded by records-2007-04-18.tar.gz
Mike Taylor [Wed, 18 Apr 2007 15:35:51 +0000 (15:35 +0000)]
Tree of tests compiled in initalise() rather then check(), so that
initialise can invoke timeout() on the top test and use its value in
creating the first batch of connection objects.
Mike Taylor [Wed, 18 Apr 2007 15:35:51 +0000 (15:35 +0000)]
Tree of tests compiled in initalise() rather then check(), so that
initialise can invoke timeout() on the top test and use its value in
creating the first batch of connection objects.
Mike Taylor [Wed, 18 Apr 2007 15:32:32 +0000 (15:32 +0000)]
Test-name specified in initialise() call rather than check()
Mike Taylor [Wed, 18 Apr 2007 15:32:32 +0000 (15:32 +0000)]
Test-name specified in initialise() call rather than check()
Mike Taylor [Wed, 18 Apr 2007 15:24:45 +0000 (15:24 +0000)]
Add timeout()
Mike Taylor [Wed, 18 Apr 2007 15:24:45 +0000 (15:24 +0000)]
Add timeout()
Mike Taylor [Wed, 18 Apr 2007 15:23:41 +0000 (15:23 +0000)]
Apply timeout to each newly created connection according to value of
top-level test's timeout() function.
Mike Taylor [Wed, 18 Apr 2007 15:23:41 +0000 (15:23 +0000)]
Apply timeout to each newly created connection according to value of
top-level test's timeout() function.
Mike Taylor [Wed, 18 Apr 2007 15:22:48 +0000 (15:22 +0000)]
Module name
Mike Taylor [Wed, 18 Apr 2007 15:22:48 +0000 (15:22 +0000)]
Module name
Mike Taylor [Wed, 18 Apr 2007 15:22:40 +0000 (15:22 +0000)]
Append
Mike Taylor [Wed, 18 Apr 2007 15:22:40 +0000 (15:22 +0000)]
Append
Mike Taylor [Wed, 18 Apr 2007 15:17:06 +0000 (15:17 +0000)]
New
Mike Taylor [Wed, 18 Apr 2007 15:17:06 +0000 (15:17 +0000)]
New
Mike Taylor [Wed, 18 Apr 2007 12:13:01 +0000 (12:13 +0000)]
David's changes.
Mike Taylor [Wed, 18 Apr 2007 12:13:01 +0000 (12:13 +0000)]
David's changes.
Mike Taylor [Wed, 18 Apr 2007 12:06:25 +0000 (12:06 +0000)]
Do not display username or password.
Mike Taylor [Wed, 18 Apr 2007 12:06:25 +0000 (12:06 +0000)]
Do not display username or password.
Mike Taylor [Wed, 18 Apr 2007 12:05:45 +0000 (12:05 +0000)]
Modified as requested by David.
Mike Taylor [Wed, 18 Apr 2007 12:05:45 +0000 (12:05 +0000)]
Modified as requested by David.
Mike Taylor [Wed, 18 Apr 2007 11:23:01 +0000 (11:23 +0000)]
Rename Net-Z3950-IRSpy.t to ZOOM-IRSpy.t
Mike Taylor [Wed, 18 Apr 2007 11:23:01 +0000 (11:23 +0000)]
Rename Net-Z3950-IRSpy.t to ZOOM-IRSpy.t