pazpar2-moved-to-github.git
15 years agoDebian version 1.1.0-1.
Adam Dickmeiss [Wed, 15 Oct 2008 20:14:22 +0000 (22:14 +0200)]
Debian version 1.1.0-1.

15 years agoUpdate news from 1.0 branch.
Adam Dickmeiss [Wed, 15 Oct 2008 10:20:56 +0000 (12:20 +0200)]
Update news from 1.0 branch.

15 years agoOnly warn about unexpected elements once per session.
Adam Dickmeiss [Wed, 15 Oct 2008 10:05:39 +0000 (12:05 +0200)]
Only warn about unexpected elements once per session.

15 years agoFixed check for application/x-www-form-urlencoded parameters.
Adam Dickmeiss [Wed, 15 Oct 2008 09:45:15 +0000 (11:45 +0200)]
Fixed check for application/x-www-form-urlencoded parameters.

Fixed check for application/x-www-form-urlencoded parameters. When
the content type had a charset specified ;charset=.. for the content type
the match for POST parameters failed. The charset spec is is ignored in
the comparison. Better be UTF-8! Pazpar2 also now logs the POST content.

15 years agoUpdate m4 and doc/common.
Adam Dickmeiss [Wed, 15 Oct 2008 10:09:53 +0000 (12:09 +0200)]
Update m4 and doc/common.

15 years agoPartially fixes bug #2273: Searching edu targets does not work.
Adam Dickmeiss [Tue, 14 Oct 2008 13:46:52 +0000 (15:46 +0200)]
Partially fixes bug #2273: Searching edu targets does not work.

This patch partially fixes bug #2273. The most obvious error was
that ZOOM_event was called. And sometimes (for EVENT_OUTPUT) this
would invoke ZOOM's select for one connection. Result was that HTTP and
all other I/O would block.

15 years agoBump version to 1.1.0
Adam Dickmeiss [Tue, 14 Oct 2008 12:19:16 +0000 (14:19 +0200)]
Bump version to 1.1.0

15 years agoUpdate for 1.0.10 changes
Adam Dickmeiss [Tue, 14 Oct 2008 12:17:06 +0000 (14:17 +0200)]
Update for 1.0.10 changes

15 years agoThe blocked show now works better (bug 2246).
Adam Dickmeiss [Mon, 13 Oct 2008 15:09:23 +0000 (17:09 +0200)]
The blocked show now works better (bug 2246).

15 years agoUnused prototype: connection *connection_get_available
Adam Dickmeiss [Mon, 13 Oct 2008 14:06:38 +0000 (16:06 +0200)]
Unused prototype: connection *connection_get_available

15 years agoconnection_connect is static
Adam Dickmeiss [Mon, 13 Oct 2008 14:04:43 +0000 (16:04 +0200)]
connection_connect is static

15 years agoEnsure sessions with different auth IDs are not shared.
Adam Dickmeiss [Mon, 13 Oct 2008 14:02:11 +0000 (16:02 +0200)]
Ensure sessions with different auth IDs are not shared.

This patch re-establishes the check for non-ZOOM code which ensure
that Z39.50 sessions with different authentication parameters are not
shared (reused).

15 years agoUpdated tests due to more brief data and removed childish language.
Adam Dickmeiss [Mon, 13 Oct 2008 13:51:09 +0000 (15:51 +0200)]
Updated tests due to more brief data and removed childish language.

15 years agoFunctions connection_{get_host,create} static.
Adam Dickmeiss [Mon, 13 Oct 2008 13:17:03 +0000 (15:17 +0200)]
Functions connection_{get_host,create} static.

15 years agoRemoved unused function connection_send_apdu.
Adam Dickmeiss [Mon, 13 Oct 2008 13:13:39 +0000 (15:13 +0200)]
Removed unused function connection_send_apdu.

15 years agoFixed minor memory leak.
Adam Dickmeiss [Mon, 13 Oct 2008 13:09:11 +0000 (15:09 +0200)]
Fixed minor memory leak.

15 years agoFixed NULL ptr reference (for ZOOM_connection == 0).
Adam Dickmeiss [Mon, 13 Oct 2008 13:06:30 +0000 (15:06 +0200)]
Fixed NULL ptr reference (for ZOOM_connection == 0).

15 years agoFixed bug 2021: non-merged , brief meta data not included.
Adam Dickmeiss [Mon, 13 Oct 2008 11:45:52 +0000 (13:45 +0200)]
Fixed bug 2021: non-merged , brief meta data not included.

Fixed bug 2021/2272. For non-merged meta data is also included in
cluster when merge is set to 'no'.

15 years agoRemoved comment that pz:maxrecs is not implemented.
Adam Dickmeiss [Fri, 26 Sep 2008 09:14:04 +0000 (11:14 +0200)]
Removed comment that pz:maxrecs is not implemented.

15 years agoAdded maxrecs to example.
Adam Dickmeiss [Fri, 26 Sep 2008 09:13:43 +0000 (11:13 +0200)]
Added maxrecs to example.

15 years agoUpdated for newer libxml2/libxslt
Adam Dickmeiss [Thu, 25 Sep 2008 09:49:12 +0000 (11:49 +0200)]
Updated for newer libxml2/libxslt

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Sat, 13 Sep 2008 06:53:32 +0000 (08:53 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

15 years agopz2.js is available in a separate package pazpar2-js.
Adam Dickmeiss [Sat, 13 Sep 2008 06:51:23 +0000 (08:51 +0200)]
pz2.js is available in a separate package pazpar2-js.

The Java Script librar pz2.js is now available as a separate package.
This was done becuase pz2.js is a architecture independent package and
because it may exist without pazpar2 itself which may run on a different
host.

15 years agoupdates for new stat response
Adam Dickmeiss [Fri, 12 Sep 2008 12:00:07 +0000 (14:00 +0200)]
updates for new stat response

15 years agoIE proof checks for response XML doc.
Jakub Skoczen [Wed, 10 Sep 2008 08:17:39 +0000 (10:17 +0200)]
IE proof checks for response XML doc.

15 years agoBuild-Depend on libicu-dev or libicu36-dev
Adam Dickmeiss [Wed, 10 Sep 2008 07:51:26 +0000 (09:51 +0200)]
Build-Depend on libicu-dev or libicu36-dev

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Wed, 10 Sep 2008 07:32:29 +0000 (09:32 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

15 years agoAdded another SRU server example
Adam Dickmeiss [Wed, 10 Sep 2008 07:32:09 +0000 (09:32 +0200)]
Added another SRU server example

15 years agoBetter default values for SRU example
Adam Dickmeiss [Wed, 10 Sep 2008 07:31:23 +0000 (09:31 +0200)]
Better default values for SRU example

15 years agoAdded additional elemements to the stylesheets.
Jakub Skoczen [Thu, 4 Sep 2008 16:32:22 +0000 (18:32 +0200)]
Added additional elemements to the stylesheets.

15 years agoAdded snippet element in default config.
Jakub Skoczen [Tue, 2 Sep 2008 11:47:55 +0000 (13:47 +0200)]
Added snippet element in default config.

15 years agoAdded setting sru_version which allows SRU version to be set
Adam Dickmeiss [Tue, 2 Sep 2008 10:28:30 +0000 (12:28 +0200)]
Added setting sru_version which allows SRU version to be set

15 years agoFixes for URL path not being propagated for SRU requests
Adam Dickmeiss [Tue, 2 Sep 2008 09:19:07 +0000 (11:19 +0200)]
Fixes for URL path not being propagated for SRU requests

15 years agoChanged test database URI
Adam Dickmeiss [Tue, 2 Sep 2008 08:27:40 +0000 (10:27 +0200)]
Changed test database URI

15 years agoBeautifying documentation
Lise Andreasen [Tue, 26 Aug 2008 10:05:21 +0000 (12:05 +0200)]
Beautifying documentation

15 years agoRun both git submodule init + update
Adam Dickmeiss [Tue, 26 Aug 2008 09:31:10 +0000 (11:31 +0200)]
Run both git submodule init + update

15 years agoAlways run 'git submodule update' when git is in use
Adam Dickmeiss [Tue, 26 Aug 2008 09:18:18 +0000 (11:18 +0200)]
Always run 'git submodule update' when git is in use

15 years agoUse PDF_COMPILE for PDF creation
Adam Dickmeiss [Tue, 26 Aug 2008 08:37:39 +0000 (10:37 +0200)]
Use PDF_COMPILE for PDF creation

15 years agoUse PDF_COMPILE for PDF creation
Adam Dickmeiss [Tue, 26 Aug 2008 08:28:09 +0000 (10:28 +0200)]
Use PDF_COMPILE for PDF creation

15 years agoUpdated to latest m4.
Adam Dickmeiss [Mon, 25 Aug 2008 12:33:51 +0000 (14:33 +0200)]
Updated to latest m4.

15 years agoChanged font-size for PDF output from 10pt to 12pt
Adam Dickmeiss [Mon, 25 Aug 2008 12:33:33 +0000 (14:33 +0200)]
Changed font-size for PDF output from 10pt to 12pt

15 years agoCan send additional parameters with the search command (connected to bug #2217)
Jakub Skoczen [Thu, 14 Aug 2008 16:59:00 +0000 (18:59 +0200)]
Can send additional parameters with the search command (connected to bug #2217)

15 years agoMerge branch 'master' of ssh://git/home/git/pub/pazpar2
Sebastian Hammer [Mon, 28 Jul 2008 08:29:04 +0000 (08:29 +0000)]
Merge branch 'master' of ssh://git/home/git/pub/pazpar2

15 years agoAdded SRU support
Sebastian Hammer [Mon, 28 Jul 2008 08:27:42 +0000 (08:27 +0000)]
Added SRU support

15 years agoNote on SRU support.
Adam Dickmeiss [Mon, 28 Jul 2008 08:10:56 +0000 (10:10 +0200)]
Note on SRU support.

15 years agoAdded SRU config example.
Adam Dickmeiss [Sun, 27 Jul 2008 16:32:03 +0000 (18:32 +0200)]
Added SRU config example.

15 years agoUpdated to new m4.
Adam Dickmeiss [Sun, 27 Jul 2008 16:28:09 +0000 (18:28 +0200)]
Updated to new m4.

15 years agoMerge branch 'master' of /home/quinn/proj/pazpar2
Adam Dickmeiss [Sun, 27 Jul 2008 16:01:14 +0000 (16:01 +0000)]
Merge branch 'master' of /home/quinn/proj/pazpar2

15 years agoSmallish mod to CQL generation
Sebastian Hammer [Wed, 23 Jul 2008 17:29:37 +0000 (17:29 +0000)]
Smallish mod to CQL generation

15 years agoNow generates CQL queries -- no configuration enabled yet
Sebastian Hammer [Wed, 23 Jul 2008 13:32:19 +0000 (13:32 +0000)]
Now generates CQL queries -- no configuration enabled yet

15 years agoRemoved a few log messages.
Adam Dickmeiss [Tue, 22 Jul 2008 13:11:54 +0000 (15:11 +0200)]
Removed a few log messages.

15 years agoMerge branch 'master' of ssh://us2.indexdata.com/home/adam/proj/pazpar2
Adam Dickmeiss [Tue, 22 Jul 2008 12:34:05 +0000 (14:34 +0200)]
Merge branch 'master' of ssh://us2.indexdata.com/home/adam/proj/pazpar2

15 years agoFixed resolver issues - continued search.
Adam Dickmeiss [Tue, 22 Jul 2008 12:33:27 +0000 (14:33 +0200)]
Fixed resolver issues - continued search.

15 years agoEnabled basic SRU support -- no CQL yet
Sebastian Hammer [Tue, 22 Jul 2008 12:27:14 +0000 (12:27 +0000)]
Enabled basic SRU support -- no CQL yet

15 years agoRemoved retired code; eliminated some dead yaz_marc stuff
Sebastian Hammer [Tue, 22 Jul 2008 10:25:12 +0000 (10:25 +0000)]
Removed retired code; eliminated some dead yaz_marc stuff

15 years agoConvert nativesyntax charset to ZOOM charset properly.
Adam Dickmeiss [Tue, 22 Jul 2008 10:16:26 +0000 (12:16 +0200)]
Convert nativesyntax charset to ZOOM charset properly.

15 years agoMore logging for test
Adam Dickmeiss [Tue, 22 Jul 2008 10:16:07 +0000 (12:16 +0200)]
More logging for test

15 years agoPrint request URL when a test fails.
Adam Dickmeiss [Tue, 22 Jul 2008 07:45:19 +0000 (09:45 +0200)]
Print request URL when a test fails.

15 years agoFixed record offset in handling of raw records
Adam Dickmeiss [Mon, 21 Jul 2008 18:00:57 +0000 (20:00 +0200)]
Fixed record offset in handling of raw records

15 years agoEnable apdulog for the test_http.sh test
Adam Dickmeiss [Mon, 21 Jul 2008 17:30:08 +0000 (19:30 +0200)]
Enable apdulog for the test_http.sh test

15 years agoHonor pz:apdulog again (for ZOOM as well).
Adam Dickmeiss [Mon, 21 Jul 2008 17:29:20 +0000 (19:29 +0200)]
Honor pz:apdulog again (for ZOOM as well).

15 years agoMore work on contination/raw present
Adam Dickmeiss [Mon, 21 Jul 2008 14:43:29 +0000 (16:43 +0200)]
More work on contination/raw present

15 years agoEnsure non-blocked requests are executed.
Adam Dickmeiss [Mon, 21 Jul 2008 12:17:01 +0000 (14:17 +0200)]
Ensure non-blocked requests are executed.

15 years agoMerge branch 'master' of ssh://us2.indexdata.com/home/quinn/proj/pazpar2
Adam Dickmeiss [Mon, 21 Jul 2008 10:02:40 +0000 (12:02 +0200)]
Merge branch 'master' of ssh://us2.indexdata.com/home/quinn/proj/pazpar2

15 years agoAdded ZOOM support, only raw ingest missing at this point
Sebastian Hammer [Mon, 21 Jul 2008 10:00:38 +0000 (10:00 +0000)]
Added ZOOM support, only raw ingest missing at this point

15 years agoDescribe pz:queryencoding. Remove 'not implemented' for pz:elements.
Adam Dickmeiss [Wed, 9 Jul 2008 10:33:02 +0000 (12:33 +0200)]
Describe pz:queryencoding. Remove 'not implemented' for pz:elements.

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Mon, 7 Jul 2008 08:13:16 +0000 (10:13 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

15 years agoChanged sscanf in urldecode to use more portable scan-spec.
Adam Dickmeiss [Mon, 7 Jul 2008 07:25:28 +0000 (09:25 +0200)]
Changed sscanf in urldecode to use more portable scan-spec.

Changed sscanf in urldecode to use more portable scan spec. This fixes
the %XX decoding on Windows.

15 years agoFixed not working links, IE display issues.
Jakub Skoczen [Fri, 20 Jun 2008 17:14:07 +0000 (19:14 +0200)]
Fixed not working links, IE display issues.

15 years agoWorks in IE.
Jakub Skoczen [Fri, 20 Jun 2008 13:52:47 +0000 (15:52 +0200)]
Works in IE.

15 years agoSligth fixes.
Jakub Skoczen [Fri, 20 Jun 2008 13:09:53 +0000 (15:09 +0200)]
Sligth fixes.

15 years agoWrong path.
Jakub Skoczen [Fri, 20 Jun 2008 11:44:04 +0000 (13:44 +0200)]
Wrong path.

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Jakub Skoczen [Fri, 20 Jun 2008 11:42:35 +0000 (13:42 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

15 years agoIE issues cont.
Jakub Skoczen [Fri, 20 Jun 2008 11:42:22 +0000 (13:42 +0200)]
IE issues cont.

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Fri, 20 Jun 2008 11:31:21 +0000 (13:31 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

15 years agoAvoid conditions for YAZ features.. Require YAZ 3.0.29 or later.
Adam Dickmeiss [Fri, 20 Jun 2008 11:31:15 +0000 (13:31 +0200)]
Avoid conditions for YAZ features.. Require YAZ 3.0.29 or later.

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Jakub Skoczen [Fri, 20 Jun 2008 10:50:28 +0000 (12:50 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

15 years agoTrying to fix IE issues.
Jakub Skoczen [Fri, 20 Jun 2008 10:50:11 +0000 (12:50 +0200)]
Trying to fix IE issues.

15 years agoRemoved unused debian template directory.
Adam Dickmeiss [Fri, 20 Jun 2008 10:42:02 +0000 (12:42 +0200)]
Removed unused debian template directory.

15 years agoFixed obsolete Doxyfile
Adam Dickmeiss [Fri, 20 Jun 2008 08:41:34 +0000 (10:41 +0200)]
Fixed obsolete Doxyfile

15 years agoRemoved obsolete rules
Adam Dickmeiss [Fri, 20 Jun 2008 08:40:48 +0000 (10:40 +0200)]
Removed obsolete rules

15 years agoDirectory debian no longer part of dist.
Adam Dickmeiss [Fri, 20 Jun 2008 08:34:25 +0000 (10:34 +0200)]
Directory debian no longer part of dist.

15 years agoReverted the jsdemo client back to the usesessions mode.
Jakub Skoczen [Thu, 19 Jun 2008 13:43:50 +0000 (15:43 +0200)]
Reverted the jsdemo client back to the usesessions mode.

15 years agoPorted oplin changes back to the jsdemo:
Jakub Skoczen [Thu, 19 Jun 2008 13:37:05 +0000 (15:37 +0200)]
Ported oplin changes back to the jsdemo:
- target facet
- advanced paging
- IE compatibility

16 years agoNote on Windows service only available for YAZ 3.0.29. v1.0.9
Adam Dickmeiss [Fri, 23 May 2008 10:38:58 +0000 (12:38 +0200)]
Note on Windows service only available for YAZ 3.0.29.

16 years agoBump version to 1.0.9
Adam Dickmeiss [Fri, 23 May 2008 10:09:07 +0000 (12:09 +0200)]
Bump version to 1.0.9

16 years agoMore news
Adam Dickmeiss [Fri, 23 May 2008 10:08:43 +0000 (12:08 +0200)]
More news

16 years agoFor backward compatibility GET will be used when URL (+params) length is lower than...
jakub [Thu, 22 May 2008 08:27:35 +0000 (10:27 +0200)]
For backward compatibility GET will be used when URL (+params) length is lower than 2048.

16 years agopz2.js changed to use POST instead of GET
jakub [Wed, 21 May 2008 13:53:22 +0000 (15:53 +0200)]
pz2.js changed to use POST instead of GET

16 years agoRefactored pz2HttpRequest
jakub [Wed, 21 May 2008 13:23:20 +0000 (15:23 +0200)]
Refactored pz2HttpRequest

16 years agoAdded section on Pazpar2 installation on Windows.
Adam Dickmeiss [Wed, 14 May 2008 09:35:46 +0000 (11:35 +0200)]
Added section on Pazpar2 installation on Windows.

16 years agoAvoid mixed-stmt declare
Adam Dickmeiss [Wed, 14 May 2008 09:26:57 +0000 (11:26 +0200)]
Avoid mixed-stmt declare

16 years agoDocument NT services options (-install, -remove).
Adam Dickmeiss [Thu, 8 May 2008 18:16:08 +0000 (20:16 +0200)]
Document NT services options (-install, -remove).

16 years agoRemoved empty declaration.
Adam Dickmeiss [Tue, 6 May 2008 18:40:39 +0000 (20:40 +0200)]
Removed empty declaration.

16 years agoTry to preserve order of repeated fields (bug #2165).
Adam Dickmeiss [Thu, 24 Apr 2008 11:44:06 +0000 (13:44 +0200)]
Try to preserve order of repeated fields (bug #2165).

16 years agoadded holding field
Marc Cromme [Thu, 24 Apr 2008 11:34:03 +0000 (13:34 +0200)]
added holding field

16 years agomore holding onformation changes
Marc Cromme [Thu, 24 Apr 2008 11:18:28 +0000 (13:18 +0200)]
more holding onformation changes

16 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/pazpar2
Marc Cromme [Thu, 24 Apr 2008 11:06:00 +0000 (13:06 +0200)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/pazpar2

16 years agoadded several MARC21 fields to be used in LOT2 display
Marc Cromme [Thu, 24 Apr 2008 11:05:35 +0000 (13:05 +0200)]
added several MARC21 fields to be used in LOT2 display

16 years agoUpdated copyright year PAZPAR2.1.0.8
Adam Dickmeiss [Tue, 22 Apr 2008 19:38:05 +0000 (21:38 +0200)]
Updated copyright year