pazpar2-moved-to-github.git
12 years agoUpdate NEWS
Adam Dickmeiss [Thu, 19 Jan 2012 14:32:10 +0000 (15:32 +0100)]
Update NEWS

12 years agoAdd a test for a failed connection
Adam Dickmeiss [Thu, 19 Jan 2012 14:30:47 +0000 (15:30 +0100)]
Add a test for a failed connection

The test uses an invalid hostname for a target.

12 years agoFix SEGV that occurred for failed connections
Adam Dickmeiss [Thu, 19 Jan 2012 14:26:27 +0000 (15:26 +0100)]
Fix SEGV that occurred for failed connections

12 years agoVersion 1.6.8 v1.6.8
Adam Dickmeiss [Tue, 17 Jan 2012 11:41:49 +0000 (12:41 +0100)]
Version 1.6.8

12 years agoAdd Ubuntu Oneiric
Adam Dickmeiss [Tue, 17 Jan 2012 11:39:43 +0000 (12:39 +0100)]
Add Ubuntu Oneiric

12 years agoUpdate NEWS
Adam Dickmeiss [Tue, 17 Jan 2012 11:38:57 +0000 (12:38 +0100)]
Update NEWS

12 years agoSimplify client_prep_connection
Adam Dickmeiss [Tue, 17 Jan 2012 11:29:00 +0000 (12:29 +0100)]
Simplify client_prep_connection

12 years agoSort: more strict re-searching
Adam Dickmeiss [Tue, 17 Jan 2012 11:18:44 +0000 (12:18 +0100)]
Sort: more strict re-searching

Only search+sort for working, idle clients.

12 years agoAdd new tests for sort with active clients
Adam Dickmeiss [Mon, 16 Jan 2012 15:19:07 +0000 (16:19 +0100)]
Add new tests for sort with active clients

12 years agoFor sort, re-use non-idle clients
Adam Dickmeiss [Mon, 16 Jan 2012 15:18:28 +0000 (16:18 +0100)]
For sort, re-use non-idle clients

But not for search where only IDLE clients are re-used.

12 years agoclient_start_search: fixes for state
Adam Dickmeiss [Mon, 16 Jan 2012 15:16:05 +0000 (16:16 +0100)]
client_start_search: fixes for state

client state is un-modified if a search is not sent; this is because
previous search may still be in progress and we don't want to prematurely
terminate that.

12 years agoHappy new year
Adam Dickmeiss [Wed, 11 Jan 2012 10:15:49 +0000 (11:15 +0100)]
Happy new year

12 years agoLog HTTP responses if option -d is given twice
Adam Dickmeiss [Mon, 9 Jan 2012 12:15:28 +0000 (13:15 +0100)]
Log HTTP responses if option -d is given twice

12 years agoSkip incoming results from inactive clients
Adam Dickmeiss [Mon, 9 Jan 2012 11:11:58 +0000 (12:11 +0100)]
Skip incoming results from inactive clients

For search with a filter an existing clients that are active and
becomes filtered out (inactive, but cached) Pazpar2 would still accept
record ingestion .. This patch fixes that. We mark session=0 in
clients that are not selected for a search (not active, but cached).

12 years agoAdd test_filter tests
Adam Dickmeiss [Wed, 4 Jan 2012 13:40:59 +0000 (14:40 +0100)]
Add test_filter tests

12 years agoYet another fix for connection re-use
Adam Dickmeiss [Tue, 3 Jan 2012 13:03:46 +0000 (14:03 +0100)]
Yet another fix for connection re-use

client_prep_connection returns 2 if connection was re-usable
and only in that case will the result set be re-used - for same
search.

12 years agoRemove upload.sh
Adam Dickmeiss [Tue, 3 Jan 2012 09:36:43 +0000 (10:36 +0100)]
Remove upload.sh

The git-tools/id-deb-build/id-upload.sh does the same thing.

12 years agoVersion 1.6.7 v1.6.7
Adam Dickmeiss [Fri, 23 Dec 2011 12:33:50 +0000 (13:33 +0100)]
Version 1.6.7

12 years agoRemove comments (session lock)
Adam Dickmeiss [Fri, 23 Dec 2011 12:31:55 +0000 (13:31 +0100)]
Remove comments (session lock)

12 years agoChanges
Adam Dickmeiss [Fri, 23 Dec 2011 12:27:31 +0000 (13:27 +0100)]
Changes

12 years agoFix: replace , with ; after move
Dennis Schafroth [Fri, 23 Dec 2011 10:59:21 +0000 (11:59 +0100)]
Fix: replace , with ; after move

12 years agoMissing release on show records watch release
Dennis Schafroth [Fri, 23 Dec 2011 10:57:43 +0000 (11:57 +0100)]
Missing release on show records watch release

12 years agoSupport to send query state to SP
Dennis Schafroth [Fri, 23 Dec 2011 09:57:33 +0000 (10:57 +0100)]
Support to send query state to SP

12 years agoRe-commit: move search to after successful login. Only alert on unhandled errors
Dennis Schafroth [Fri, 23 Dec 2011 09:52:01 +0000 (10:52 +0100)]
Re-commit: move search to after successful login. Only alert on unhandled errors

12 years agoUnify look of session loggging
Dennis Schafroth [Fri, 23 Dec 2011 09:48:03 +0000 (10:48 +0100)]
Unify look of session loggging

12 years agoFix: Missing session unlock on PAZPAR2_MALFORMED_SETTING error. Changed logging:...
Dennis Schafroth [Fri, 23 Dec 2011 09:46:56 +0000 (10:46 +0100)]
Fix: Missing session unlock on PAZPAR2_MALFORMED_SETTING error. Changed logging: Remove http session pointer. Optimized http session lock

12 years agoFix warnings
Dennis Schafroth [Fri, 23 Dec 2011 09:43:43 +0000 (10:43 +0100)]
Fix warnings

12 years agoFix warning
Dennis Schafroth [Fri, 23 Dec 2011 09:43:04 +0000 (10:43 +0100)]
Fix warning

12 years agoMerged
Dennis Schafroth [Fri, 23 Dec 2011 09:41:14 +0000 (10:41 +0100)]
Merged

12 years agoAvoid blocking record retrieval
Adam Dickmeiss [Wed, 21 Dec 2011 14:47:36 +0000 (15:47 +0100)]
Avoid blocking record retrieval

Use ZOOM_resultset_record_immediate instead of  ZOOM_resultset_record.

12 years agoDon't reuse connection if client is busy
Adam Dickmeiss [Wed, 21 Dec 2011 14:43:37 +0000 (15:43 +0100)]
Don't reuse connection if client is busy

Might resolve bug 4972.

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Mon, 19 Dec 2011 11:06:12 +0000 (12:06 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoDebug HTTP 000 error. Moved domReady into loggedIn method.
Dennis Schafroth [Mon, 19 Dec 2011 10:16:38 +0000 (11:16 +0100)]
Debug HTTP 000 error. Moved domReady into loggedIn method.

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Fri, 16 Dec 2011 12:53:55 +0000 (13:53 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Fri, 16 Dec 2011 12:50:54 +0000 (13:50 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoHandle repaging on rotate
Dennis Schafroth [Fri, 16 Dec 2011 12:50:46 +0000 (13:50 +0100)]
Handle repaging on rotate

12 years agoDebian 1.6.6-3 test with local filtering
Adam Dickmeiss [Fri, 16 Dec 2011 12:45:04 +0000 (13:45 +0100)]
Debian 1.6.6-3 test with local filtering

12 years agoNote on local filtering
Adam Dickmeiss [Fri, 16 Dec 2011 12:43:48 +0000 (13:43 +0100)]
Note on local filtering

12 years agoAdd test for local pz:limitmap
Adam Dickmeiss [Fri, 16 Dec 2011 12:40:51 +0000 (13:40 +0100)]
Add test for local pz:limitmap

12 years agopz:limitmap:x local:field feature
Adam Dickmeiss [Fri, 16 Dec 2011 12:39:29 +0000 (13:39 +0100)]
pz:limitmap:x local:field feature

The local filter may optionally be followed by field.

12 years agoAdd comment
Dennis Schafroth [Fri, 16 Dec 2011 11:59:21 +0000 (12:59 +0100)]
Add comment

12 years agoHandling different window size. URL is now set correct for SP to restart a stalled...
Dennis Schafroth [Thu, 15 Dec 2011 13:32:43 +0000 (14:32 +0100)]
Handling different window size. URL is now set correct for SP to restart a stalled http session

12 years agoGo through a page reload to get query parameter in URL.
Dennis Schafroth [Thu, 15 Dec 2011 13:31:14 +0000 (14:31 +0100)]
Go through a page reload to get query parameter in URL.

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Thu, 15 Dec 2011 13:16:56 +0000 (14:16 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoUpdate termlist/navigation font size and weight
Dennis Schafroth [Thu, 15 Dec 2011 13:16:45 +0000 (14:16 +0100)]
Update termlist/navigation font size and weight

12 years agoRemoved the meh: Was showed. Playing with record per page
Dennis Schafroth [Wed, 14 Dec 2011 09:46:05 +0000 (10:46 +0100)]
Removed the meh: Was showed. Playing with record per page

12 years agoBigger termlists
Dennis Schafroth [Wed, 14 Dec 2011 09:45:06 +0000 (10:45 +0100)]
Bigger termlists

12 years agoUpdate test result due to different termlist param
Adam Dickmeiss [Tue, 13 Dec 2011 13:59:16 +0000 (14:59 +0100)]
Update test result due to different termlist param

12 years agoDebian 1.6.6-2 for testing
Adam Dickmeiss [Tue, 13 Dec 2011 13:40:25 +0000 (14:40 +0100)]
Debian 1.6.6-2 for testing

12 years agoFix termlist for omitting name parameter
Adam Dickmeiss [Tue, 13 Dec 2011 13:35:42 +0000 (14:35 +0100)]
Fix termlist for omitting name parameter

Command termlist without name parameter should now return all
available termlist entries. Note that if name is given and that
refers to a non-existing termlist entry, no list is generated.
Previously an empty list was generated.

12 years agodoc: about record command and nativesyntax parameter
Adam Dickmeiss [Tue, 13 Dec 2011 12:11:44 +0000 (13:11 +0100)]
doc: about record command and nativesyntax parameter

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Mon, 12 Dec 2011 15:44:18 +0000 (16:44 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoAdd test for nativesyntax as parameter
Adam Dickmeiss [Mon, 12 Dec 2011 15:43:44 +0000 (16:43 +0100)]
Add test for nativesyntax as parameter

12 years agonativesyntax may be given for record command
Adam Dickmeiss [Mon, 12 Dec 2011 15:38:30 +0000 (16:38 +0100)]
nativesyntax may be given for record command

This overrides pz:nativesyntax and used for non-binary data retrievals.
For binary data, this overrides the "raw" string which was passed
previously (and still is by default).

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Fri, 9 Dec 2011 12:33:25 +0000 (13:33 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoAlign to top line. Still missing some... layout
Dennis Schafroth [Fri, 9 Dec 2011 12:33:05 +0000 (13:33 +0100)]
Align to top line. Still missing some... layout

12 years agoMake termlist bold
Dennis Schafroth [Fri, 9 Dec 2011 12:32:00 +0000 (13:32 +0100)]
Make termlist bold

12 years agoFix database wildcard for settings
Adam Dickmeiss [Thu, 8 Dec 2011 15:21:40 +0000 (16:21 +0100)]
Fix database wildcard for settings

Thanks to Sven Porst for the patch.

12 years agoUpdate m4 again (was rolled back in 847abc144)
Adam Dickmeiss [Fri, 25 Nov 2011 17:14:56 +0000 (18:14 +0100)]
Update m4 again (was rolled back in 847abc144)

12 years agoVersion 1.6.6 v1.6.6
Dennis Schafroth [Fri, 25 Nov 2011 13:55:29 +0000 (13:55 +0000)]
Version 1.6.6

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Fri, 25 Nov 2011 13:46:09 +0000 (14:46 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoRevert "Add re-try on faulty show"
Dennis Schafroth [Fri, 25 Nov 2011 13:45:09 +0000 (14:45 +0100)]
Revert "Add re-try on faulty show"

This reverts commit d7aab7777fc655e0d0927ee1748ba4695d203859.

This doesn't help on HTTP 417 errors. I still believe we need it, but reverting for now.

12 years agobuildconf removes autom4te.cache
Adam Dickmeiss [Fri, 25 Nov 2011 13:29:08 +0000 (14:29 +0100)]
buildconf removes autom4te.cache

This is to ensure that software version is not cached but taken
from IDMETA as it should.

12 years agoRemoved show hack
Dennis Schafroth [Fri, 25 Nov 2011 13:01:34 +0000 (14:01 +0100)]
Removed show hack

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Fri, 25 Nov 2011 10:25:57 +0000 (11:25 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoHACK to force ALREADY_BLOCKED response
Dennis Schafroth [Fri, 25 Nov 2011 10:25:39 +0000 (11:25 +0100)]
HACK to force ALREADY_BLOCKED response

12 years agoUpdate m4 again
Adam Dickmeiss [Fri, 25 Nov 2011 10:10:24 +0000 (11:10 +0100)]
Update m4 again

12 years agoRenamed from iphone to mobile
Dennis Schafroth [Fri, 25 Nov 2011 07:35:06 +0000 (08:35 +0100)]
Renamed from iphone to mobile

12 years agoUpdate to mobile renaming
Dennis Schafroth [Fri, 25 Nov 2011 07:27:21 +0000 (08:27 +0100)]
Update to mobile  renaming

12 years agoRename to mobile
Dennis Schafroth [Fri, 25 Nov 2011 07:26:09 +0000 (08:26 +0100)]
Rename to mobile

12 years agoRevert "Rename to mobile"
Dennis Schafroth [Fri, 25 Nov 2011 07:24:25 +0000 (08:24 +0100)]
Revert "Rename to mobile"
didnt detect the rename.

This reverts commit 25d49a953f3c351689fb3a72274b8d1687f32398.

12 years agoRename to mobile
Dennis Schafroth [Fri, 25 Nov 2011 07:18:54 +0000 (08:18 +0100)]
Rename to mobile

12 years agoIgnore Already blocked (13) errors
Dennis Schafroth [Thu, 24 Nov 2011 13:18:39 +0000 (14:18 +0100)]
Ignore Already blocked (13) errors

12 years agoAdd re-try on faulty show
Dennis Schafroth [Thu, 24 Nov 2011 13:11:58 +0000 (14:11 +0100)]
Add re-try on faulty show

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Thu, 24 Nov 2011 09:30:42 +0000 (10:30 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoNew style for ul li img class
Dennis Schafroth [Thu, 24 Nov 2011 09:13:16 +0000 (10:13 +0100)]
New style for ul li img class

12 years agoLarger pager font
Dennis Schafroth [Thu, 24 Nov 2011 09:11:29 +0000 (10:11 +0100)]
Larger pager font

12 years agoRemoved Arrow on list elements
Dennis Schafroth [Thu, 24 Nov 2011 09:11:01 +0000 (10:11 +0100)]
Removed Arrow on list elements

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Wed, 23 Nov 2011 20:33:49 +0000 (21:33 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoRemove Ubuntu karmic from build
Adam Dickmeiss [Wed, 23 Nov 2011 20:33:35 +0000 (21:33 +0100)]
Remove Ubuntu karmic from build

12 years agoMove login to top right corner
Dennis Schafroth [Wed, 23 Nov 2011 11:46:02 +0000 (12:46 +0100)]
Move login to top right corner

12 years agoDisable subjects: Need some deduplication.
Dennis Schafroth [Wed, 23 Nov 2011 11:45:19 +0000 (12:45 +0100)]
Disable subjects: Need some deduplication.

12 years agoNo effect
Dennis Schafroth [Wed, 23 Nov 2011 11:17:55 +0000 (12:17 +0100)]
No effect

12 years agoFix the double 60% on field list with links. Remove the vertical-align since it works...
Dennis Schafroth [Wed, 23 Nov 2011 11:17:06 +0000 (12:17 +0100)]
Fix the double 60% on field list with links. Remove the vertical-align since it works opposite on urls

12 years agoFix target url. Simplify some code. Configurable tag on field lists
Dennis Schafroth [Wed, 23 Nov 2011 11:15:40 +0000 (12:15 +0100)]
Fix target url. Simplify some code. Configurable tag on field lists

12 years agoAttempt re-login
Dennis Schafroth [Wed, 23 Nov 2011 05:55:50 +0000 (06:55 +0100)]
Attempt re-login

12 years agoFix subjects
Dennis Schafroth [Tue, 22 Nov 2011 18:08:31 +0000 (19:08 +0100)]
Fix subjects

12 years agoCosmectic
Dennis Schafroth [Tue, 22 Nov 2011 17:21:21 +0000 (18:21 +0100)]
Cosmectic

12 years agoOverides for mobile
Dennis Schafroth [Tue, 22 Nov 2011 17:19:37 +0000 (18:19 +0100)]
Overides for mobile

12 years agoAdd error handler. Reworked detail view. Added Pager.
Dennis Schafroth [Tue, 22 Nov 2011 17:19:16 +0000 (18:19 +0100)]
Add error handler. Reworked detail view. Added Pager.

12 years agoSomewhat stable
Dennis Schafroth [Tue, 22 Nov 2011 17:18:17 +0000 (18:18 +0100)]
Somewhat stable

12 years agoTesting 5 per page. Include mobile.css. Put loading in own div. Prob. not needed.
Dennis Schafroth [Tue, 22 Nov 2011 17:07:33 +0000 (18:07 +0100)]
Testing 5 per page. Include mobile.css. Put loading in own div. Prob. not needed.

12 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Fri, 18 Nov 2011 15:32:19 +0000 (16:32 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2

12 years agoCopied from mk2-ui-demo2
Dennis Schafroth [Fri, 18 Nov 2011 15:32:01 +0000 (16:32 +0100)]
Copied from mk2-ui-demo2

12 years agoRemove bold on termtitle. Verify
Dennis Schafroth [Fri, 18 Nov 2011 15:31:22 +0000 (16:31 +0100)]
Remove bold on termtitle. Verify

12 years agoAdd detailed view. Progress gif
Dennis Schafroth [Fri, 18 Nov 2011 15:30:48 +0000 (16:30 +0100)]
Add detailed view. Progress gif

12 years agoAdd thumbnails to list view. Add separate detail view. Use CSS class more
Dennis Schafroth [Fri, 18 Nov 2011 15:30:13 +0000 (16:30 +0100)]
Add thumbnails to list view. Add separate detail view. Use CSS class more

12 years agoRemoving some of the weird negative margins / positive padding.
Dennis Schafroth [Fri, 18 Nov 2011 15:28:08 +0000 (16:28 +0100)]
Removing some of the weird negative margins / positive padding.

12 years agoRPM: require YAZ 4.2.20
Adam Dickmeiss [Wed, 16 Nov 2011 10:30:12 +0000 (11:30 +0100)]
RPM: require YAZ 4.2.20

Because that provides ZOOM option tproxy that is used.

12 years agoUpdate test result due to new bytarget result
Adam Dickmeiss [Tue, 15 Nov 2011 14:44:55 +0000 (15:44 +0100)]
Update test result due to new bytarget result