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: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: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: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: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: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: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 [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 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:46 +0000 (13:56 +0000)]
New
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, 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 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 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: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: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: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: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 11:23:01 +0000 (11:23 +0000)]
Rename Net-Z3950-IRSpy.t to ZOOM-IRSpy.t
Mike Taylor [Wed, 18 Apr 2007 11:20:29 +0000 (11:20 +0000)]
Append
Mike Taylor [Tue, 17 Apr 2007 16:39:26 +0000 (16:39 +0000)]
Fix site-specific stats link.
Mike Taylor [Tue, 17 Apr 2007 12:51:16 +0000 (12:51 +0000)]
Per's text, only lightly edited.
Mike Taylor [Tue, 17 Apr 2007 08:41:07 +0000 (08:41 +0000)]
import both uri_escape() _and_ uri_escape_utf8().
Mike Taylor [Mon, 16 Apr 2007 12:23:46 +0000 (12:23 +0000)]
Use uri_escape_utf8()
Mike Taylor [Mon, 16 Apr 2007 10:37:05 +0000 (10:37 +0000)]
Include outbound link to ZAP.
Anders S. Mortensen [Mon, 2 Apr 2007 10:11:17 +0000 (10:11 +0000)]
Only insert those index terms which have @search="true". This happens both for
the situation where search access points have actually been probed by IRspy and
in the case where only the existing version of indexInfo is inserted. Bugzilla
#922.
Anders S. Mortensen [Fri, 30 Mar 2007 17:17:44 +0000 (17:17 +0000)]
Adding elements irspy:libraryType and irspy:country to persistent version of
zeerex record (bug #925).
Anders S. Mortensen [Fri, 30 Mar 2007 12:48:36 +0000 (12:48 +0000)]
Look for irspy:record_fetch instead of irspy:record when deciding whether to
update the recordInfo section in the zeerex record (bug #925).
Mike Taylor [Fri, 30 Mar 2007 11:43:59 +0000 (11:43 +0000)]
New
Mike Taylor [Fri, 30 Mar 2007 11:43:46 +0000 (11:43 +0000)]
Shorter text, links to new page about the software.
Mike Taylor [Fri, 30 Mar 2007 11:14:56 +0000 (11:14 +0000)]
Add trailing semi-colons to return statements. These were not needed
on the development box but are needed on the deployment box, presumably
due to a subtle different version of HTML::Mason
Mike Taylor [Fri, 30 Mar 2007 11:10:18 +0000 (11:10 +0000)]
Duplicate archive removed, bad XML fixed, ZeeRex namespace added
Mike Taylor [Fri, 30 Mar 2007 09:50:55 +0000 (09:50 +0000)]
Do not attempt to delete old record if $oldid is undefined!
Mike Taylor [Thu, 29 Mar 2007 17:14:30 +0000 (17:14 +0000)]
Bring in cql_quote() from Utils
Mike Taylor [Thu, 29 Mar 2007 17:13:45 +0000 (17:13 +0000)]
Support library-type and country searches.
Mike Taylor [Thu, 29 Mar 2007 17:13:23 +0000 (17:13 +0000)]
Updated command sequence.
Mike Taylor [Thu, 29 Mar 2007 17:13:10 +0000 (17:13 +0000)]
Ignore records3 rather than good.
Mike Taylor [Thu, 29 Mar 2007 16:19:58 +0000 (16:19 +0000)]
New
Mike Taylor [Thu, 29 Mar 2007 16:19:39 +0000 (16:19 +0000)]
Move lists of countries and library-types into their own new little
components, so they can be reused by find.mc
Mike Taylor [Thu, 29 Mar 2007 15:49:52 +0000 (15:49 +0000)]
Major re-rodering to sync. with editing page.
Newly added dropdowns contain WRONG DATA.
Mike Taylor [Thu, 29 Mar 2007 12:32:21 +0000 (12:32 +0000)]
Ignore directory "good" made from Per's archive of new records.
Mike Taylor [Thu, 29 Mar 2007 12:25:13 +0000 (12:25 +0000)]
New, sent by Per as newtargets.tgz
Mike Taylor [Thu, 29 Mar 2007 11:54:53 +0000 (11:54 +0000)]
Add workaround for Zebra delete-record bug.
Mike Taylor [Thu, 29 Mar 2007 11:20:56 +0000 (11:20 +0000)]
Add link for "other" targets.
Mike Taylor [Thu, 29 Mar 2007 11:15:35 +0000 (11:15 +0000)]
Add relationModifier.firstInField
Mike Taylor [Fri, 23 Mar 2007 09:30:31 +0000 (09:30 +0000)]
Support kafta
Mike Taylor [Thu, 22 Mar 2007 12:25:36 +0000 (12:25 +0000)]
New, super-incomplete
Mike Taylor [Thu, 22 Mar 2007 11:44:51 +0000 (11:44 +0000)]
New file: main Apache installation uses this to proxy requests onto
a separate dedicated installation.
Mike Taylor [Thu, 22 Mar 2007 11:44:23 +0000 (11:44 +0000)]
Logs written to dedicated IRSpy Apache logging area.
Mike Taylor [Thu, 22 Mar 2007 07:57:34 +0000 (07:57 +0000)]
Verdana headings.
Mike Taylor [Wed, 21 Mar 2007 13:45:51 +0000 (13:45 +0000)]
Ignore records2
Mike Taylor [Wed, 21 Mar 2007 13:33:09 +0000 (13:33 +0000)]
panel3 sand-coloured.
Mike Taylor [Wed, 21 Mar 2007 13:30:41 +0000 (13:30 +0000)]
Support rafa.
Mike Taylor [Mon, 19 Mar 2007 18:52:20 +0000 (18:52 +0000)]
_really_rewrite_record() now checks whether the new ID has changed
from the old, and if so prepares to delete the old record -- but does
not attempt to actually do so, since it seems that Zebra can't service
the request.
Mike Taylor [Mon, 19 Mar 2007 18:51:03 +0000 (18:51 +0000)]
irspy_xpath_context() can now take a LibXML element as well as a
ZOOM::Record and a textual XML document.
Mike Taylor [Mon, 19 Mar 2007 18:50:22 +0000 (18:50 +0000)]
Pass old ID into _really_rewrite_record()
Mike Taylor [Mon, 19 Mar 2007 13:36:51 +0000 (13:36 +0000)]
Use cql_target() instead of cql_quote()
Move United States to the top of the country list.
Move English to the top of the language list.
Mike Taylor [Mon, 19 Mar 2007 13:35:59 +0000 (13:35 +0000)]
Do not use cql_quote()
Mike Taylor [Fri, 16 Mar 2007 14:24:02 +0000 (14:24 +0000)]
New
Mike Taylor [Fri, 16 Mar 2007 14:21:45 +0000 (14:21 +0000)]
Link to "#"; previously the link was to "" which caused a reload --
always inefficient, and catastrophic if you'd already entered some
data.
Mike Taylor [Thu, 15 Mar 2007 16:00:31 +0000 (16:00 +0000)]
Support different directories on different hostys.
Mike Taylor [Thu, 15 Mar 2007 15:57:23 +0000 (15:57 +0000)]
Mistake: generalise the old version
Mike Taylor [Thu, 15 Mar 2007 15:56:48 +0000 (15:56 +0000)]
New
Mike Taylor [Thu, 15 Mar 2007 13:54:01 +0000 (13:54 +0000)]
New
Mike Taylor [Thu, 15 Mar 2007 11:40:27 +0000 (11:40 +0000)]
Fix result-set leak.
Abandon test early on error 235 (DB doesn't exist)
Mike Taylor [Thu, 15 Mar 2007 11:38:14 +0000 (11:38 +0000)]
Fix result-set leak.
Mike Taylor [Thu, 15 Mar 2007 11:37:30 +0000 (11:37 +0000)]
No {rs} associated with connection.
Mike Taylor [Thu, 15 Mar 2007 11:36:58 +0000 (11:36 +0000)]
Small but important changes:
- Reconnect to the IRSpy database before rewriting XML, not (as
previously) to the server being tested!
- Do not return before sanity checks, which are now run on the correct
set of connections.
Mike Taylor [Thu, 15 Mar 2007 11:34:51 +0000 (11:34 +0000)]
New set of arguments.
Mike Taylor [Wed, 14 Mar 2007 17:27:46 +0000 (17:27 +0000)]
Essay styles.
Mike Taylor [Wed, 14 Mar 2007 17:25:53 +0000 (17:25 +0000)]
No underlining for all those links, indent from page edges.
Mike Taylor [Wed, 14 Mar 2007 17:24:11 +0000 (17:24 +0000)]
New introductory text.
Mike Taylor [Wed, 14 Mar 2007 11:56:35 +0000 (11:56 +0000)]
Tweak comment.
Mike Taylor [Tue, 13 Mar 2007 16:12:38 +0000 (16:12 +0000)]
Remove fatuous attempt to destroy old result-sets.
Add comment on application's responsibilities.
Mike Taylor [Sat, 10 Mar 2007 13:02:36 +0000 (13:02 +0000)]
Do not attempt sanity-checks.
Mike Taylor [Fri, 9 Mar 2007 08:57:34 +0000 (08:57 +0000)]
Destroy connection's old result-set when making a new one.
Mike Taylor [Fri, 9 Mar 2007 08:57:12 +0000 (08:57 +0000)]
Add destroy() method which destroys associated result-set.
Mike Taylor [Fri, 9 Mar 2007 08:56:37 +0000 (08:56 +0000)]
Explicitly destroy() connections when they're closed, thereby freeing
resources used by the underlying ZOOM-C object.
Mike Taylor [Thu, 8 Mar 2007 14:51:01 +0000 (14:51 +0000)]
More robustness against $rs->record() failure.
Mike Taylor [Wed, 7 Mar 2007 22:15:39 +0000 (22:15 +0000)]
need YAZ 2.1.53
Mike Taylor [Wed, 7 Mar 2007 18:02:00 +0000 (18:02 +0000)]
Add another sample command-line.
Mike Taylor [Wed, 7 Mar 2007 18:00:15 +0000 (18:00 +0000)]
Reconnect before each task.
Mike Taylor [Wed, 7 Mar 2007 17:59:53 +0000 (17:59 +0000)]
Remove comment.