Adam Dickmeiss [Wed, 23 Sep 2009 10:17:11 +0000 (12:17 +0200)]
Timeout per-service, obsoletes -T
Timeout values may be given per-service. That's element 'timeout'
which takes three attribute values (a subset may be given): 'session',
'z3950_connect', 'z3950_session'. Option -T is no longer supported
- used to specify session timeout.
Adam Dickmeiss [Wed, 23 Sep 2009 08:49:59 +0000 (10:49 +0200)]
Refactor. Make private functions static.
Adam Dickmeiss [Wed, 23 Sep 2009 07:54:18 +0000 (09:54 +0200)]
Remove unused code
Adam Dickmeiss [Wed, 23 Sep 2009 07:53:54 +0000 (09:53 +0200)]
Rename function
Adam Dickmeiss [Mon, 21 Sep 2009 14:17:12 +0000 (16:17 +0200)]
Add test for marc map
Jason Skomorowski [Fri, 18 Sep 2009 14:41:34 +0000 (10:41 -0400)]
Merge branch 'master' of git://git.indexdata.com/pazpar2
Conflicts:
src/logic.c
Jason Skomorowski [Fri, 18 Sep 2009 14:02:19 +0000 (10:02 -0400)]
First stab at a marc map as a fast alternat to XSLT
Adam Dickmeiss [Fri, 18 Sep 2009 10:43:57 +0000 (12:43 +0200)]
Remove unused member
Adam Dickmeiss [Fri, 18 Sep 2009 08:00:00 +0000 (10:00 +0200)]
Remove unused global: timeout
Adam Dickmeiss [Thu, 17 Sep 2009 10:17:05 +0000 (12:17 +0200)]
Remove us1 targets
Adam Dickmeiss [Thu, 17 Sep 2009 09:24:56 +0000 (11:24 +0200)]
Update WRT settings, relevance etc.
Adam Dickmeiss [Thu, 17 Sep 2009 09:24:02 +0000 (11:24 +0200)]
Update test1 to not use option -t.
Adam Dickmeiss [Thu, 17 Sep 2009 09:16:03 +0000 (11:16 +0200)]
Character normalization per-service.
The elements 'relevance', 'sort', 'mergekey' may now be given
inside service element as well as server. The server elements are
for a service if it does not specify the normalization itself.
The settings and normalization info is now inheried to each service
in a separate pass to ensure that order does not matter.
Adam Dickmeiss [Wed, 16 Sep 2009 12:00:23 +0000 (14:00 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Wed, 16 Sep 2009 11:58:34 +0000 (13:58 +0200)]
Fix install doc rule for Automake 1.11
Sebastian Hammer [Tue, 15 Sep 2009 02:32:04 +0000 (02:32 +0000)]
Added pz:sort setting
Adam Dickmeiss [Thu, 10 Sep 2009 13:31:55 +0000 (15:31 +0200)]
Release NMEM when config cant be read
Adam Dickmeiss [Thu, 10 Sep 2009 13:30:47 +0000 (15:30 +0200)]
Fix leak in pp2_charset_destroy
Adam Dickmeiss [Thu, 10 Sep 2009 13:29:57 +0000 (15:29 +0200)]
Fix leak in load_database.
This leak is small but seems to have been there for quite some time.
Adam Dickmeiss [Thu, 10 Sep 2009 13:02:18 +0000 (15:02 +0200)]
Embeddable settings (repeatable).
The settings element may be be included verbatim in a service and it
is repeatable. This pretty makes settings with the src attribute
obsolete because of the include facility.
Adam Dickmeiss [Thu, 10 Sep 2009 10:56:14 +0000 (12:56 +0200)]
More strict metadata assignment code
Adam Dickmeiss [Thu, 10 Sep 2009 10:55:46 +0000 (12:55 +0200)]
Refactor read_settings_file
Adam Dickmeiss [Thu, 10 Sep 2009 10:50:55 +0000 (12:50 +0200)]
Get rid of useless tests.
Adam Dickmeiss [Thu, 10 Sep 2009 10:34:17 +0000 (12:34 +0200)]
Remove proxy override.
The proxy override global and now local variable has not been configurable
ever. So this code can be safely removed.
Adam Dickmeiss [Thu, 10 Sep 2009 10:30:44 +0000 (12:30 +0200)]
Add check of configuration (-t).
Option -t tests the Pazpar2 configuration and returns exit code
(0=success, non-zero=failure). The configuration is dumped to the yaz
log file if -d is given. Previously the configuration was dumped always
to stdout.
Adam Dickmeiss [Thu, 10 Sep 2009 09:19:37 +0000 (11:19 +0200)]
Remove support for option -t.
Option -t allows a settings file to be given on the command line.
This patch removes that facility. It is a rarely used facility.
Adam Dickmeiss [Thu, 10 Sep 2009 08:45:01 +0000 (10:45 +0200)]
Rephrase
Adam Dickmeiss [Thu, 10 Sep 2009 08:40:35 +0000 (10:40 +0200)]
Version 1.2.0
Adam Dickmeiss [Thu, 10 Sep 2009 08:38:17 +0000 (10:38 +0200)]
Describe include facility
Adam Dickmeiss [Thu, 10 Sep 2009 08:19:03 +0000 (10:19 +0200)]
Mention multiple services/servers.
Adam Dickmeiss [Wed, 9 Sep 2009 14:15:10 +0000 (16:15 +0200)]
Dont wait for record command if active clients==0.
Adam Dickmeiss [Wed, 9 Sep 2009 13:23:04 +0000 (15:23 +0200)]
Windows port fixes
Adam Dickmeiss [Wed, 9 Sep 2009 12:38:41 +0000 (14:38 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Wed, 9 Sep 2009 12:35:25 +0000 (14:35 +0200)]
Extend config include for glob-patterns.
The Pazpar2 configuration may now have an 'include' everywhere, except
in settings files. The attribute 'src' of 'include' is now a glob
pattern. The pattern, if relative, is prepended with the path of the main
configuration file as before, for example <include src="conf.d/*.xml"/>.
Adam Dickmeiss [Wed, 9 Sep 2009 12:27:33 +0000 (14:27 +0200)]
Extend config include for glob-patterns.
The Pazpar2 configuration may now have an 'include' everywhere, except
in settings files. The attribute 'src' of 'include' is now a glob pattern.
The pattern, if relative, is prepended with the path of the main
configuration file as before, for example <include src="conf.d/*.xml"/>
Adam Dickmeiss [Wed, 9 Sep 2009 12:05:05 +0000 (14:05 +0200)]
Add check for glob.h
Adam Dickmeiss [Wed, 9 Sep 2009 12:03:57 +0000 (14:03 +0200)]
Fix handling of bad config
Adam Dickmeiss [Wed, 9 Sep 2009 12:02:43 +0000 (14:02 +0200)]
Ref count pp2_charset_t
Adam Dickmeiss [Tue, 8 Sep 2009 14:27:13 +0000 (16:27 +0200)]
Test uses include of a service.
Adam Dickmeiss [Tue, 8 Sep 2009 14:26:24 +0000 (16:26 +0200)]
Beginnings of generic include.
Adam Dickmeiss [Tue, 8 Sep 2009 12:26:19 +0000 (14:26 +0200)]
Dont ignore old programs
Adam Dickmeiss [Tue, 8 Sep 2009 12:23:35 +0000 (14:23 +0200)]
Avoid extern when a header just does it
Adam Dickmeiss [Tue, 8 Sep 2009 12:19:47 +0000 (14:19 +0200)]
const some arguments. Remove http_command.h
Adam Dickmeiss [Tue, 8 Sep 2009 12:06:59 +0000 (14:06 +0200)]
Annocate static vars left
Adam Dickmeiss [Tue, 8 Sep 2009 11:51:02 +0000 (13:51 +0200)]
Refactor to avoid more static variables
Move listener_socket to conf_server. It was static before and that
would have given problems with multiple servers (multiple listeners).
The WRBUF confdir is now part of conf_config and no longer static. Move
conf_config to pazpar2_config.c because it is no longer needed by other
modules.
Adam Dickmeiss [Tue, 8 Sep 2009 09:09:50 +0000 (11:09 +0200)]
Proxy per-server. Clean various fixed size bufs.
Adam Dickmeiss [Tue, 8 Sep 2009 08:54:30 +0000 (10:54 +0200)]
Remove targetprofiles from test
Adam Dickmeiss [Tue, 8 Sep 2009 07:48:50 +0000 (09:48 +0200)]
Targetprofiles part of service.
The 'targetprofiles' element, if present, must be defined inside
'service' rather than in 'pazpar2' (global).
Adam Dickmeiss [Tue, 8 Sep 2009 07:48:37 +0000 (09:48 +0200)]
Remove unused settings in test
Adam Dickmeiss [Tue, 8 Sep 2009 07:29:07 +0000 (09:29 +0200)]
Remove unused global parameter: chunk
Adam Dickmeiss [Tue, 8 Sep 2009 07:23:53 +0000 (09:23 +0200)]
Remove more semi-unused globals
Adam Dickmeiss [Tue, 8 Sep 2009 07:03:56 +0000 (09:03 +0200)]
Removed unused local
Adam Dickmeiss [Tue, 8 Sep 2009 07:01:44 +0000 (09:01 +0200)]
Test server with multiple services
Adam Dickmeiss [Mon, 7 Sep 2009 13:58:14 +0000 (15:58 +0200)]
Refactor / reduce globals.
Adam Dickmeiss [Mon, 7 Sep 2009 12:07:14 +0000 (14:07 +0200)]
Databases per-service.
A service may now have a 'settings' element which defines settings
for this service alone. The database(s) are now managed per-service
- including memory (NMEM).
Adam Dickmeiss [Mon, 7 Sep 2009 09:01:29 +0000 (11:01 +0200)]
Multiple services.
The 'service' element may be repeated inside 'server'. A service may
be identified by an attribute 'id'. There can be exactly one or no
unnamed service (no attribute). For command init a service may
be selected by the use of parameter 'service'. No 'service' parameter
selects the unnamed service (backwards compatible).
Adam Dickmeiss [Mon, 7 Sep 2009 08:07:50 +0000 (10:07 +0200)]
Reformat
Adam Dickmeiss [Mon, 7 Sep 2009 08:04:26 +0000 (10:04 +0200)]
Refactor NMEM usage for conf_{service,config}.
Adam Dickmeiss [Fri, 4 Sep 2009 13:32:38 +0000 (15:32 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Fri, 4 Sep 2009 13:23:15 +0000 (15:23 +0200)]
Refactor service, settings
Sebastian Hammer [Wed, 2 Sep 2009 11:45:06 +0000 (11:45 +0000)]
Merge branch 'master' of ssh://git/home/git/pub/pazpar2
Sebastian Hammer [Wed, 2 Sep 2009 11:44:39 +0000 (11:44 +0000)]
Adding comment
Adam Dickmeiss [Wed, 2 Sep 2009 11:38:55 +0000 (13:38 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Wed, 2 Sep 2009 11:38:51 +0000 (13:38 +0200)]
Add 'make debian' target
Niels Erik Nielsen [Wed, 2 Sep 2009 01:56:20 +0000 (21:56 -0400)]
Polling 'record' based on new 'activeclients' in pazpar2
Adam Dickmeiss [Mon, 31 Aug 2009 12:39:35 +0000 (14:39 +0200)]
Extend record response with more info.
The record command now has activeclients (as in show), nextrecid
(if such record exist), prevrecid (if such record exist). This allows
navigation on single records and check for whether the system is idle
(activeclients == 0). Bug #3012.
Adam Dickmeiss [Fri, 28 Aug 2009 12:46:06 +0000 (14:46 +0200)]
Fix quoting for upload.sh
Adam Dickmeiss [Fri, 28 Aug 2009 12:42:18 +0000 (14:42 +0200)]
upload script
Adam Dickmeiss [Fri, 28 Aug 2009 12:41:48 +0000 (14:41 +0200)]
Remove DETAILS_AT_TOP Dox config
Adam Dickmeiss [Fri, 28 Aug 2009 12:39:02 +0000 (14:39 +0200)]
Version 1.1.1
Adam Dickmeiss [Fri, 28 Aug 2009 12:37:30 +0000 (14:37 +0200)]
Omit tkl rules for documentation
Adam Dickmeiss [Thu, 27 Aug 2009 19:35:44 +0000 (21:35 +0200)]
Tie resultset to session instead of connection
One result set is created per session (last search) rather than for
each connection which happen to be shared (bug #3009).
Sebastian Hammer [Fri, 21 Aug 2009 19:47:32 +0000 (19:47 +0000)]
Added mention of 'relevance' sortfield
Sebastian Hammer [Thu, 20 Aug 2009 22:51:41 +0000 (22:51 +0000)]
Should now be functionally equivalent to marc21.xsl
Sebastian Hammer [Thu, 20 Aug 2009 22:34:48 +0000 (22:34 +0000)]
More still!!!
Sebastian Hammer [Thu, 20 Aug 2009 22:25:23 +0000 (22:25 +0000)]
More fields
Sebastian Hammer [Thu, 20 Aug 2009 22:16:01 +0000 (22:16 +0000)]
Beginning of hopefully more efficient marc21 stylesheet
Sebastian Hammer [Thu, 20 Aug 2009 21:01:19 +0000 (21:01 +0000)]
maxrecs
Sebastian Hammer [Thu, 20 Aug 2009 20:59:04 +0000 (20:59 +0000)]
Here's a version that does DC
Adam Dickmeiss [Wed, 19 Aug 2009 11:30:32 +0000 (13:30 +0200)]
Update release date
Adam Dickmeiss [Wed, 19 Aug 2009 11:29:14 +0000 (13:29 +0200)]
Remove NSI file
Adam Dickmeiss [Tue, 18 Aug 2009 09:22:41 +0000 (11:22 +0200)]
Debian version 1.1.0-1.
Adam Dickmeiss [Tue, 18 Aug 2009 09:19:33 +0000 (11:19 +0200)]
News update.
Adam Dickmeiss [Fri, 14 Aug 2009 12:35:28 +0000 (14:35 +0200)]
For bad timeout value, use yaz_log and halt Pazpar2
Use yaz_log for errors so they can be spotted in the YAZ log file - like
almost all other errors. Do not continue Pazpar2 if bad option is given.
Wolfram Schneider [Wed, 5 Aug 2009 09:06:32 +0000 (09:06 +0000)]
New command line option:
-T session_timeout
Specifies a Pazpar2 HTTP session timeout. This overrides the
default value of 60 seconds which is to low for some broken
browser.
Adam Dickmeiss [Fri, 10 Jul 2009 16:04:31 +0000 (18:04 +0200)]
Update to new ID URLs
Adam Dickmeiss [Fri, 26 Jun 2009 18:55:45 +0000 (20:55 +0200)]
Use Docbook formatted GPL v2 from FSF
Sebastian Hammer [Tue, 16 Jun 2009 18:17:28 +0000 (18:17 +0000)]
Added circulation information
Sebastian Hammer [Tue, 16 Jun 2009 18:16:03 +0000 (18:16 +0000)]
Added stylesheet for parsing OPAC records and extracting circ information
Sebastian Hammer [Tue, 16 Jun 2009 18:15:45 +0000 (18:15 +0000)]
Refactored
Wolfram Schneider [Thu, 28 May 2009 08:36:01 +0000 (08:36 +0000)]
wait a second between stop and start in the restart command. This avoid
the case when the OS does not give yet the port address free and bind failed:
08:27:51-28/05 pazpar2 [log] Pazpar2 1.1.0 started
08:27:51-28/05 pazpar2 [log] HTTP listener 9005
08:27:51-28/05 pazpar2 [fatal] bind [Address already in use]
08:27:51-28/05 pazpar2 [log] Received SIGTERM from child 14128
Sebastian Hammer [Tue, 19 May 2009 17:14:06 +0000 (17:14 +0000)]
Added SRU target for Gutenberg, for testing.
Sebastian Hammer [Tue, 19 May 2009 15:25:24 +0000 (15:25 +0000)]
Turned off PDU log for LOC
Sebastian Hammer [Tue, 19 May 2009 15:08:16 +0000 (15:08 +0000)]
Cosmetic
Sebastian Hammer [Tue, 19 May 2009 15:07:37 +0000 (15:07 +0000)]
Added config for accessing LOC through SRU.
Sebastian Hammer [Tue, 19 May 2009 15:06:50 +0000 (15:06 +0000)]
Modified to ignore name of root element. This makes the stylesheet much more flexible.
Wolfram Schneider [Mon, 11 May 2009 20:25:37 +0000 (20:25 +0000)]
don't try to kill a process which does not exists anymore - this avoid
a silly error message
Jakub Skoczen [Tue, 5 May 2009 12:22:18 +0000 (14:22 +0200)]
Added subject md element.
Adam Dickmeiss [Tue, 5 May 2009 11:12:04 +0000 (13:12 +0200)]
Add doc-clean target
Adam Dickmeiss [Tue, 5 May 2009 11:07:44 +0000 (13:07 +0200)]
Update important news