Wolfram Schneider [Wed, 28 Apr 2010 15:30:22 +0000 (17:30 +0200)]
add more tests for validate_record()
Wolfram Schneider [Wed, 28 Apr 2010 15:21:30 +0000 (17:21 +0200)]
for debug=2 validate records and print a warning in case of problems.
Wolfram Schneider [Wed, 28 Apr 2010 15:19:11 +0000 (17:19 +0200)]
add disabled mapping
Wolfram Schneider [Wed, 28 Apr 2010 15:16:30 +0000 (17:16 +0200)]
store disabled value in zebra
Wolfram Schneider [Wed, 28 Apr 2010 15:15:14 +0000 (17:15 +0200)]
add the field disabled:
The target will not be tested automatically if set and is not zero.
This option is mainly for the administrator of IRSpy in case of trouble.
Wolfram Schneider [Wed, 28 Apr 2010 15:14:47 +0000 (17:14 +0200)]
document flag "disabled"
Wolfram Schneider [Wed, 28 Apr 2010 12:37:34 +0000 (14:37 +0200)]
new function validate_record()
Wolfram Schneider [Tue, 27 Apr 2010 16:55:34 +0000 (18:55 +0200)]
rewritten to support more options
usage ./irspy-rewrite-records.pl [ options ] database
--xslt=../xsl/irspy2zeerex.xsl set xslt sheet
--debug=0..2 verbose level
--query=cql.allRecords=1
Wolfram Schneider [Tue, 27 Apr 2010 16:39:33 +0000 (18:39 +0200)]
use lib '../lib';
Wolfram Schneider [Tue, 27 Apr 2010 16:33:47 +0000 (18:33 +0200)]
Zero is a valid value for an tag. bug #3399
Wolfram Schneider [Tue, 27 Apr 2010 16:13:54 +0000 (18:13 +0200)]
round reliability stats
Wolfram Schneider [Tue, 27 Apr 2010 15:46:19 +0000 (17:46 +0200)]
enable OPAC record syntax test again, see
8e8489f6c6191b3335adb1f1b285d9c7ad724023
Wolfram Schneider [Tue, 27 Apr 2010 12:40:43 +0000 (14:40 +0200)]
Require a title (Name) for the target.
trim values before checking for id creation.
Wolfram Schneider [Tue, 27 Apr 2010 12:34:12 +0000 (14:34 +0200)]
new function utf8paramTrim()
Wolfram Schneider [Mon, 26 Apr 2010 15:45:32 +0000 (15:45 +0000)]
no redundant timeouts logs
Wolfram Schneider [Mon, 26 Apr 2010 15:20:33 +0000 (17:20 +0200)]
complete error timeout handling for all tests
Wolfram Schneider [Mon, 26 Apr 2010 13:08:10 +0000 (15:08 +0200)]
cleanup debuging code from last commit
Wolfram Schneider [Mon, 26 Apr 2010 13:03:36 +0000 (15:03 +0200)]
Stop testing a target if we got to many timeouts (>= 3). See bug #3382
Wolfram Schneider [Fri, 23 Apr 2010 20:45:04 +0000 (22:45 +0200)]
test
Wolfram Schneider [Fri, 23 Apr 2010 20:44:53 +0000 (22:44 +0200)]
test
Wolfram Schneider [Fri, 23 Apr 2010 20:44:46 +0000 (22:44 +0200)]
test
Wolfram Schneider [Fri, 23 Apr 2010 20:43:39 +0000 (22:43 +0200)]
another test
Wolfram Schneider [Fri, 23 Apr 2010 20:31:14 +0000 (22:31 +0200)]
space
Wolfram Schneider [Fri, 23 Apr 2010 20:30:39 +0000 (22:30 +0200)]
spaces
Wolfram Schneider [Fri, 23 Apr 2010 15:42:08 +0000 (17:42 +0200)]
do not try to print more rows than available
Wolfram Schneider [Fri, 23 Apr 2010 15:36:09 +0000 (17:36 +0200)]
index zeerex2index.xsl as words
This solves the problem that you cannot search for record syntax "USmarc" if the
server response was in lowercase "usmarc"
Wolfram Schneider [Fri, 23 Apr 2010 15:35:37 +0000 (17:35 +0200)]
allow to set xslt sheet on commandline
Wolfram Schneider [Fri, 23 Apr 2010 15:25:39 +0000 (17:25 +0200)]
fix permissions
Wolfram Schneider [Fri, 23 Apr 2010 15:24:24 +0000 (17:24 +0200)]
support the system-wide env IRSpyDbName
Wolfram Schneider [Fri, 23 Apr 2010 15:20:24 +0000 (17:20 +0200)]
normalize recordSyntaxes and domains
Wolfram Schneider [Fri, 23 Apr 2010 15:11:54 +0000 (17:11 +0200)]
display more rows
- up to twenty most commonly supported Bib-1 Use attributes
- up to 30 'Record syntax' support by database, which means in practice all available
Wolfram Schneider [Fri, 23 Apr 2010 13:01:18 +0000 (15:01 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/irspy
Wolfram Schneider [Fri, 23 Apr 2010 13:00:54 +0000 (13:00 +0000)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/irspy
Wolfram Schneider [Fri, 23 Apr 2010 12:57:43 +0000 (12:57 +0000)]
run only one instance of this script at a time
implemented by a simple self-written lockfile. Do not use lockfile(1)
due a bug in debian packages, for details see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565613
Wolfram Schneider [Fri, 23 Apr 2010 12:21:12 +0000 (14:21 +0200)]
disable 'Test all targets', see bug #3386
Wolfram Schneider [Fri, 23 Apr 2010 12:17:32 +0000 (14:17 +0200)]
allow to override the irspy database on the command line
e.g.: make IRSPY_DATABASE=localhost:8019/IR-Explain---1 dump
Wolfram Schneider [Fri, 23 Apr 2010 11:48:09 +0000 (13:48 +0200)]
rename /add.html link to /add_target.html to avoid the 500 spam posts/day, see #3401
Wolfram Schneider [Wed, 21 Apr 2010 13:49:00 +0000 (15:49 +0200)]
mod_perl works only safe without threads
Wolfram Schneider [Wed, 21 Apr 2010 13:33:10 +0000 (15:33 +0200)]
documentation typo
Wolfram Schneider [Wed, 21 Apr 2010 13:31:38 +0000 (15:31 +0200)]
strips whitespaces at start and ends of fields: bug #3369
Wolfram Schneider [Wed, 21 Apr 2010 13:28:55 +0000 (15:28 +0200)]
import trimField
Wolfram Schneider [Wed, 21 Apr 2010 13:27:56 +0000 (15:27 +0200)]
export trimField
Wolfram Schneider [Wed, 21 Apr 2010 13:26:41 +0000 (15:26 +0200)]
rename function trimFields to trimField
Wolfram Schneider [Wed, 21 Apr 2010 13:22:51 +0000 (15:22 +0200)]
new helper function trimFields()
Wolfram Schneider [Wed, 21 Apr 2010 13:22:30 +0000 (15:22 +0200)]
upload.html moved
Wolfram Schneider [Wed, 21 Apr 2010 13:20:59 +0000 (15:20 +0200)]
renamed script
Wolfram Schneider [Wed, 21 Apr 2010 13:19:49 +0000 (15:19 +0200)]
recommend to install debina packages yaz and libyaz4-dev
Wolfram Schneider [Wed, 21 Apr 2010 12:55:25 +0000 (14:55 +0200)]
one crontab line fits all
Wolfram Schneider [Wed, 21 Apr 2010 12:49:48 +0000 (14:49 +0200)]
remove stale $Id$
Wolfram Schneider [Wed, 21 Apr 2010 12:46:59 +0000 (14:46 +0200)]
remove stale $Id$
Wolfram Schneider [Wed, 21 Apr 2010 12:43:40 +0000 (14:43 +0200)]
remove stale $Id$
Wolfram Schneider [Wed, 21 Apr 2010 12:38:38 +0000 (14:38 +0200)]
remove stale $Id$
Wolfram Schneider [Wed, 21 Apr 2010 12:38:08 +0000 (14:38 +0200)]
remove stale $Id$
Wolfram Schneider [Wed, 21 Apr 2010 12:20:22 +0000 (14:20 +0200)]
add missing pages and reorder entries
Google has crawled more than 10.900 pages from
irspy.indexdata.com - how stupid!
Wolfram Schneider [Wed, 21 Apr 2010 12:09:58 +0000 (14:09 +0200)]
enable robots.txt for irspy-test
Wolfram Schneider [Wed, 21 Apr 2010 12:08:10 +0000 (14:08 +0200)]
a robots.txt file for the development machine irspy-test.indexdata.com/
Wolfram Schneider [Tue, 20 Apr 2010 15:38:43 +0000 (17:38 +0200)]
unicode bug #3390: uri_escape -> uri_escape_utf8
Mike Taylor [Tue, 20 Apr 2010 15:00:24 +0000 (16:00 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/irspy
Mike Taylor [Tue, 20 Apr 2010 14:58:00 +0000 (15:58 +0100)]
Add CQL->PQF mapping for index rec.lastModificationDate
mike [Tue, 20 Apr 2010 10:49:19 +0000 (10:49 +0000)]
Ignore two recent dumps
mike [Tue, 20 Apr 2010 10:45:04 +0000 (10:45 +0000)]
IRSpy toroid now runs on port 12367 to avoid clashes, so irspy.conf now proxies to that port
Wolfram Schneider [Tue, 20 Apr 2010 08:19:06 +0000 (10:19 +0200)]
new dump
Wolfram Schneider [Mon, 19 Apr 2010 20:10:39 +0000 (20:10 +0000)]
remove redundant warning option
Wolfram Schneider [Mon, 19 Apr 2010 20:05:18 +0000 (20:05 +0000)]
remove stale $Id$
Wolfram Schneider [Mon, 19 Apr 2010 19:58:51 +0000 (19:58 +0000)]
consistent file name for scripts
Wolfram Schneider [Mon, 19 Apr 2010 19:58:01 +0000 (19:58 +0000)]
date(1) typo
Wolfram Schneider [Fri, 16 Apr 2010 13:52:15 +0000 (13:52 +0000)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/irspy
Wolfram Schneider [Fri, 16 Apr 2010 13:52:00 +0000 (13:52 +0000)]
use ZOOM::IRSpy is required
Mike Taylor [Fri, 16 Apr 2010 13:12:56 +0000 (14:12 +0100)]
Use unencrypted password file.
Mike Taylor [Fri, 16 Apr 2010 13:12:42 +0000 (14:12 +0100)]
New file htpasswd.unencrypted because Zebra's encrypted-password
checking fails uninformatively on MacOS.
Mike Taylor [Fri, 16 Apr 2010 12:50:25 +0000 (13:50 +0100)]
Comment on the apparent importance of PerlModule Apache2::Request
Mike Taylor [Fri, 16 Apr 2010 12:48:05 +0000 (13:48 +0100)]
Include PerlModule Apache2::Request to prevent run-time warning.
Mike Taylor [Fri, 16 Apr 2010 11:46:15 +0000 (12:46 +0100)]
Omit .git from distribution!
Mike Taylor [Fri, 16 Apr 2010 11:40:32 +0000 (12:40 +0100)]
profilePath and modulePath extended to work with Zebra installed from
a Mac port.
Mike Taylor [Fri, 16 Apr 2010 11:38:59 +0000 (12:38 +0100)]
Fix typo in directory name
Mike Taylor [Fri, 16 Apr 2010 11:00:25 +0000 (12:00 +0100)]
New file for local development on Mac.
Mike Taylor [Fri, 16 Apr 2010 10:04:45 +0000 (11:04 +0100)]
Comment says what xeno is
Wolfram Schneider [Thu, 15 Apr 2010 12:26:22 +0000 (14:26 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/irspy
Mike Taylor [Thu, 15 Apr 2010 12:25:07 +0000 (13:25 +0100)]
Add instructions to proxy /toroid/ to localhost:3000
Wolfram Schneider [Thu, 15 Apr 2010 12:24:56 +0000 (14:24 +0200)]
rename test database back to IR-Explain---1
Wolfram Schneider [Thu, 15 Apr 2010 12:24:16 +0000 (14:24 +0200)]
rename test database back to IR-Explain---1
Wolfram Schneider [Thu, 15 Apr 2010 12:22:53 +0000 (14:22 +0200)]
the devel system runs on donut
Wolfram Schneider [Thu, 15 Apr 2010 11:53:30 +0000 (11:53 +0000)]
rename update script to irspy-update.sh
Wolfram Schneider [Wed, 14 Apr 2010 14:00:12 +0000 (14:00 +0000)]
use PerlSetEnv instead PerlSetVar for IRSpyDbName configuration
Wolfram Schneider [Wed, 14 Apr 2010 13:53:53 +0000 (13:53 +0000)]
remove apache1.3/* files
Wolfram Schneider [Wed, 14 Apr 2010 13:49:41 +0000 (13:49 +0000)]
read database name from config
Wolfram Schneider [Wed, 14 Apr 2010 13:40:33 +0000 (13:40 +0000)]
document IRSpyDbName
Wolfram Schneider [Wed, 14 Apr 2010 13:29:06 +0000 (13:29 +0000)]
configure test database
Wolfram Schneider [Wed, 14 Apr 2010 13:25:44 +0000 (13:25 +0000)]
add a hint for the test database
Wolfram Schneider [Wed, 14 Apr 2010 13:24:13 +0000 (13:24 +0000)]
add wrapper to read the IRSpy database name from environment variable / apache config
Wolfram Schneider [Wed, 14 Apr 2010 12:32:29 +0000 (12:32 +0000)]
setupt test/devel config
Wolfram Schneider [Wed, 14 Apr 2010 12:30:45 +0000 (12:30 +0000)]
copy
Wolfram Schneider [Wed, 14 Apr 2010 12:28:54 +0000 (12:28 +0000)]
always test if file open succeeded
Wolfram Schneider [Wed, 14 Apr 2010 12:28:15 +0000 (12:28 +0000)]
different irspy home for devel installation
Wolfram Schneider [Wed, 14 Apr 2010 12:15:06 +0000 (12:15 +0000)]
distclean will remove the test db as well
Wolfram Schneider [Wed, 14 Apr 2010 12:14:14 +0000 (12:14 +0000)]
use latest archive for import
Wolfram Schneider [Wed, 14 Apr 2010 12:08:56 +0000 (12:08 +0000)]
add a start/stop script for the test/devel server
Wolfram Schneider [Wed, 14 Apr 2010 12:08:13 +0000 (12:08 +0000)]
log files must have the extension *.log
Wolfram Schneider [Wed, 14 Apr 2010 11:58:10 +0000 (11:58 +0000)]
Merge branch 'nigiri'
Conflicts:
zebra/README
Wolfram Schneider [Wed, 14 Apr 2010 11:32:27 +0000 (11:32 +0000)]
import current xml dump