Describe OPAC test.
[irspy-moved-to-github.git] / Changes
1 Revision history for Perl extension ZOOM::IRSpy.
2
3 1.02  [IN PROGRESS]
4         - Enhance setrlimit program so that it can set maximum
5           address-space size as well as number of file descriptors.
6         - Add new restrict_modulo() method to restrict tests to those
7           targets whose ID hashes to a number satisfying
8                 hashval mod n == i
9         - Add new command-line options -m <n>,<i> to invoke
10           restrict_modulo().  This enables us to set up cron jobs to
11           test one seventh of the targets each night.
12         - Modify Zebra configuration to expect Z39.50 query terms to
13           be encoded using UTF-8 (which is what the Web UI uses)
14           rather than the default ISO-8859-1.  Fixes bug #3420.
15         - Add new test Record::OPAC which checks the ability to return
16           multiple OPAC records in a piggy-backed Search Response.
17           Test result is saved in the new element 
18           irspy:status/irspy:multiple_opac ok="1"
19
20 1.01  Mon Jul 16 12:51:19 BST 2007
21         - Web UI pages to add or upload a new target are now publicly
22           accessible -- although admin privileges are still required
23           to edit the newly added records, since there is no simple
24           way to know that the person editing a record is the same
25           person who first added it.
26         - When adding new records via the Web UI, the port number is
27           guessed from the protocol if not explicitly stated.
28         - Note that Web UI's ZeeRex upload expects just the ZeeRex
29           record, not an entire SRU explainResponse.
30
31 1.00  Mon Jul  9 10:42:06 BST 2007
32         - First public release.
33         - Many, many changes since 0.02.
34
35 0.02  Wed Jun 27 12:09:49 BST 2007
36         - Renamed from Net::Z3950::IRSpy to ZOOM::IRSpy
37         - Fix display of non-ASCII characters in, for example, the
38             list of targets beginning with "R".
39         - Change targets() API to accept a Perl list rather than a
40             space-separated string.
41         - Change check.html parameters to cleanly accept multiple
42             target IDs even if they contain spaces.
43         - Proper URL-encoding of all link parameters.
44         - Proper HTML-quoting of all output.
45         - Capture YAZ logging output for web display.
46         - Add Dublin Core record format to Zebra configuration.
47         - Much better "Add a target" form, including:
48                 - Name
49                 - URL to hosting organisation
50                 - Email to technical contact
51                 - Username/password if needed
52                 - Type of library (Academic, Public, Corporate,
53                     Special, National, Education or Other)
54                 - Country.
55         - "Add another database to this target" button.
56         - Form for editing details of an existing target.
57         - Require authentication for database-changing operations
58                 such as target testing, adding a new target and
59                 editing and existing one.
60         - Add statistics page like that one at
61                 http://targettest.indexdata.com/stat.php
62         - Record deletion and ID change works correctly even when the
63           ID contains spaces or non-ASCII characters.
64         - Many, many more enhancements.
65
66 0.01  Wed Apr  5 15:53:47 2006
67         - original version; created by h2xs 1.23 with options
68                 -X --name=Net::Z3950::IRSpy --compat-version=5.8.0 --omit-constant --skip-exporter --skip-ppport
69