Adam Dickmeiss [Thu, 1 Jul 2010 12:04:58 +0000 (14:04 +0200)]
Move debian/server.xml to etc/server.xml
Adam Dickmeiss [Thu, 1 Jul 2010 12:04:45 +0000 (14:04 +0200)]
Version 1.4.3-1
Adam Dickmeiss [Thu, 1 Jul 2010 11:05:09 +0000 (13:05 +0200)]
Bump version to 1.4.3
Because we are working on RPMs for RHEL5/CentOS.
Adam Dickmeiss [Thu, 1 Jul 2010 11:03:02 +0000 (07:03 -0400)]
Add pazpar2.spec.in (not working at all)
Adam Dickmeiss [Wed, 30 Jun 2010 13:24:14 +0000 (15:24 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Wed, 30 Jun 2010 13:22:29 +0000 (15:22 +0200)]
Remove etch, jaunty, intrepid, hardy
Niels Erik G. Nielsen [Wed, 30 Jun 2010 10:57:30 +0000 (06:57 -0400)]
Bases error reporting on 'state' rather than 'hits'.
Dennis Schafroth [Mon, 28 Jun 2010 11:19:55 +0000 (13:19 +0200)]
Comment out the debug logging on send message.
Dennis Schafroth [Mon, 28 Jun 2010 11:17:27 +0000 (13:17 +0200)]
Add name to log element.
Dennis Schafroth [Mon, 28 Jun 2010 11:13:37 +0000 (13:13 +0200)]
Show user displayname in Logout link. Remove a logging statement.
Dennis Schafroth [Mon, 28 Jun 2010 11:10:03 +0000 (13:10 +0200)]
Adding JSON2 to be used stand-alone. Not tested
Dennis Schafroth [Mon, 28 Jun 2010 11:02:57 +0000 (13:02 +0200)]
Clean up of JSON parsing. Comment out the mk2-mobile debug stuff. Will remove when problem is solved.
Dennis Schafroth [Fri, 25 Jun 2010 13:13:01 +0000 (15:13 +0200)]
Alternative JSON parsing.
Dennis Schafroth [Fri, 25 Jun 2010 08:52:36 +0000 (10:52 +0200)]
Attempt to catch issue with parsing JSON.
Dennis Schafroth [Fri, 25 Jun 2010 08:24:22 +0000 (10:24 +0200)]
Remove simulation of JSON
Dennis Schafroth [Fri, 25 Jun 2010 08:23:29 +0000 (10:23 +0200)]
Flag for not reusing connection.
Dennis Schafroth [Thu, 24 Jun 2010 14:43:59 +0000 (16:43 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Thu, 24 Jun 2010 14:43:00 +0000 (16:43 +0200)]
Using native JSON if present
Adam Dickmeiss [Thu, 24 Jun 2010 14:30:28 +0000 (16:30 +0200)]
Sleep in lines again so that lineno == testno.
Dennis Schafroth [Thu, 24 Jun 2010 14:12:38 +0000 (16:12 +0200)]
Add test of native JSON. Remove unused serialize()
Dennis Schafroth [Thu, 24 Jun 2010 11:33:30 +0000 (13:33 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Fri, 18 Jun 2010 09:33:16 +0000 (11:33 +0200)]
Version 1.4.2
Adam Dickmeiss [Fri, 18 Jun 2010 09:09:00 +0000 (11:09 +0200)]
www/iphone part of dist
Adam Dickmeiss [Fri, 18 Jun 2010 09:00:42 +0000 (11:00 +0200)]
Require YAZ 4.0.10 (using ZOOM_resultset_release)
Adam Dickmeiss [Fri, 18 Jun 2010 08:56:09 +0000 (10:56 +0200)]
Detach result set from client on connection change
This is to ensure that when a result set is destructed it will
never mangle with the ZOOM connection . It will also ensure
that we never return anything but cached content for a result
set when the connection (in a pazpar2 session) is reused.
Dennis Schafroth [Thu, 17 Jun 2010 15:19:34 +0000 (17:19 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Conflicts:
test/test_http_49.res
Restore to new test result.
Dennis Schafroth [Thu, 17 Jun 2010 15:17:42 +0000 (17:17 +0200)]
Add reuse_connection option
Dennis Schafroth [Thu, 17 Jun 2010 15:16:14 +0000 (17:16 +0200)]
Add reuse flags.
Dennis Schafroth [Thu, 17 Jun 2010 15:12:41 +0000 (17:12 +0200)]
After change in test_http_urls
Dennis Schafroth [Thu, 17 Jun 2010 15:11:57 +0000 (17:11 +0200)]
Moving sleep to separate lines
Adam Dickmeiss [Thu, 17 Jun 2010 14:14:41 +0000 (16:14 +0200)]
Update test result (bug #3489)
Adam Dickmeiss [Thu, 17 Jun 2010 14:10:41 +0000 (16:10 +0200)]
client_destroy destroys ZOOM_resultset (bug #3489).
ZOOM_resultset_destroy is now called in client_destroy. In earlier
1.4-releases of Pazpar2 it was called in client_set_connection.
It migth be good idea to add a ZOOM call to disassociate a
ZOOM_resultset from a ZOOM_connection to ensure no referral
to a ZOOM_connection in use by a different client (session).
Adam Dickmeiss [Thu, 17 Jun 2010 08:56:09 +0000 (10:56 +0200)]
Add shell script to search in pazpar2
Adam Dickmeiss [Wed, 16 Jun 2010 13:53:02 +0000 (15:53 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Wed, 16 Jun 2010 13:52:18 +0000 (15:52 +0200)]
Add test case immedately fetch: 'no resultset'.
Adam Dickmeiss [Wed, 16 Jun 2010 13:31:08 +0000 (15:31 +0200)]
Change expected client state to Client_Error
Dennis Schafroth [Thu, 10 Jun 2010 19:44:40 +0000 (21:44 +0200)]
Swapped result and splash image to avoid line
Dennis Schafroth [Thu, 10 Jun 2010 19:43:57 +0000 (21:43 +0200)]
Hide nav div as default. Show when not in app
Dennis Schafroth [Thu, 10 Jun 2010 18:10:47 +0000 (20:10 +0200)]
Remove cell padding after search field
Dennis Schafroth [Thu, 10 Jun 2010 18:09:49 +0000 (20:09 +0200)]
Enabling IP auth
Dennis Schafroth [Thu, 10 Jun 2010 18:09:14 +0000 (20:09 +0200)]
Colors, removal of borders and vertical align of navigation.
Dennis Schafroth [Thu, 10 Jun 2010 10:36:41 +0000 (12:36 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Thu, 10 Jun 2010 10:36:22 +0000 (12:36 +0200)]
Add login div
Dennis Schafroth [Thu, 10 Jun 2010 10:35:52 +0000 (12:35 +0200)]
Logon methods. default filter is now ALL
Jakub Skoczen [Wed, 9 Jun 2010 18:32:58 +0000 (20:32 +0200)]
Add 'serviceId' param to init
to allow selection of custom service definitons
Dennis Schafroth [Wed, 9 Jun 2010 15:18:00 +0000 (17:18 +0200)]
Handling of login/logout. Still missing iPhone layout on login page.
Dennis Schafroth [Wed, 9 Jun 2010 13:04:38 +0000 (15:04 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Wed, 9 Jun 2010 13:04:20 +0000 (15:04 +0200)]
Add login tab. Add javascript from mk2-ui-core
Dennis Schafroth [Wed, 9 Jun 2010 13:02:41 +0000 (15:02 +0200)]
Enabling useproxy as search parameter. Disabling application mode if search parameter is not true.
Dennis Schafroth [Wed, 9 Jun 2010 12:31:11 +0000 (14:31 +0200)]
Disabled json for now due to error in json evaluation
Dennis Schafroth [Wed, 9 Jun 2010 11:10:44 +0000 (13:10 +0200)]
change the title to "Results by Masterkey"
Dennis Schafroth [Wed, 9 Jun 2010 11:05:27 +0000 (13:05 +0200)]
Logos
Dennis Schafroth [Wed, 9 Jun 2010 11:04:13 +0000 (13:04 +0200)]
Add a initial logo
Dennis Schafroth [Wed, 9 Jun 2010 11:03:38 +0000 (13:03 +0200)]
Turn off logo when searching
Dennis Schafroth [Mon, 7 Jun 2010 14:33:34 +0000 (16:33 +0200)]
Fix missing detail div with an id.
Dennis Schafroth [Mon, 7 Jun 2010 13:40:53 +0000 (15:40 +0200)]
Remove div navi
Dennis Schafroth [Mon, 7 Jun 2010 13:40:28 +0000 (15:40 +0200)]
Fix closing tag in iphone details. Remove the div navi.
Dennis Schafroth [Mon, 7 Jun 2010 11:38:58 +0000 (13:38 +0200)]
Add a new function renderDetails_iphone
Dennis Schafroth [Mon, 7 Jun 2010 08:58:28 +0000 (10:58 +0200)]
Add the termlist divs, but invisible.
Dennis Schafroth [Mon, 7 Jun 2010 08:53:05 +0000 (10:53 +0200)]
Filtering and layout fix.
Filtering and reseting now works.
Fix a wrong open <a> in the term_xtarget div that would make the Subject look weird.
Sebastian Hammer [Fri, 4 Jun 2010 20:21:24 +0000 (20:21 +0000)]
Removed md-electronic from tmarc.xsl -- changed to suffix to 'medium'.
Dennis Schafroth [Fri, 4 Jun 2010 16:33:00 +0000 (18:33 +0200)]
Fix the filtering on the web
Dennis Schafroth [Fri, 4 Jun 2010 16:05:31 +0000 (18:05 +0200)]
Fix placement of nav div
Dennis Schafroth [Fri, 4 Jun 2010 16:03:56 +0000 (18:03 +0200)]
Cosmetic
Dennis Schafroth [Fri, 4 Jun 2010 13:33:14 +0000 (15:33 +0200)]
Remove the table that isnt needed on the search page
Dennis Schafroth [Fri, 4 Jun 2010 13:32:02 +0000 (15:32 +0200)]
Generating iPhone style lists. Introduce an error on filtering (include the freq)
Dennis Schafroth [Fri, 4 Jun 2010 13:30:52 +0000 (15:30 +0200)]
Add nav style from AV CLUB
Dennis Schafroth [Fri, 4 Jun 2010 10:41:19 +0000 (12:41 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Fri, 4 Jun 2010 10:41:07 +0000 (12:41 +0200)]
Rename Search to go. Testing different viewport settings.
Dennis Schafroth [Fri, 4 Jun 2010 10:39:28 +0000 (12:39 +0200)]
Add All to termlists
Sebastian Hammer [Wed, 2 Jun 2010 14:15:05 +0000 (14:15 +0000)]
Merge branch 'master' of ssh://git/home/git/pub/pazpar2
Sebastian Hammer [Wed, 2 Jun 2010 14:14:43 +0000 (14:14 +0000)]
Changed designation of 'data' material type to 'web'.
Dennis Schafroth [Wed, 2 Jun 2010 13:07:25 +0000 (15:07 +0200)]
Using UiUIKIT in subdiretory
Dennis Schafroth [Wed, 2 Jun 2010 12:53:02 +0000 (14:53 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Wed, 2 Jun 2010 12:52:52 +0000 (14:52 +0200)]
Remove stuff related to index.html
Dennis Schafroth [Wed, 2 Jun 2010 12:52:11 +0000 (14:52 +0200)]
HTML test
Dennis Schafroth [Wed, 2 Jun 2010 12:51:39 +0000 (14:51 +0200)]
Browser mode is now standard
Dennis Schafroth [Wed, 2 Jun 2010 12:50:27 +0000 (14:50 +0200)]
Added method to set iPhone App mode
Dennis Schafroth [Wed, 2 Jun 2010 12:05:12 +0000 (14:05 +0200)]
Open source iPhone look-a-like CSS
should be extracted into web server from original.
Dennis Schafroth [Wed, 2 Jun 2010 12:02:03 +0000 (14:02 +0200)]
Mobile Browser/iPhone App friendly demo
A solution for smaller screens. Using tabs to (filter) select facets.
The JavaScript also supports an iPhone Application mode
where some of the UI is hidden, as this is being done in the Application.
Sebastian Hammer [Tue, 1 Jun 2010 01:53:17 +0000 (01:53 +0000)]
Merge branch 'master' of ssh://git/home/git/pub/pazpar2
Sebastian Hammer [Tue, 1 Jun 2010 01:52:30 +0000 (01:52 +0000)]
Tweaked media type filter
Dennis Schafroth [Mon, 31 May 2010 07:11:41 +0000 (09:11 +0200)]
iPhone UI and client demo
Some test for embedding a HTML page in an iPhone.
- Example of calling javascript from objective-c
- Example of calling objective-c from javascript
Niels Erik G. Nielsen [Wed, 26 May 2010 16:13:56 +0000 (09:13 -0700)]
Looks in more places for system-control-nr
...if 035$a not found the try 035$b
Niels Erik G. Nielsen [Wed, 26 May 2010 12:10:05 +0000 (05:10 -0700)]
Looks in more places for system-control-nr
If not found in 035$a, tries 035$b
Adam Dickmeiss [Sat, 22 May 2010 08:20:18 +0000 (10:20 +0200)]
Upd test result due to Client_Error on errors
Adam Dickmeiss [Fri, 21 May 2010 13:23:03 +0000 (15:23 +0200)]
Add Ubuntu Lucid
Adam Dickmeiss [Fri, 21 May 2010 13:04:26 +0000 (15:04 +0200)]
etc/services part of dist
Adam Dickmeiss [Fri, 21 May 2010 12:57:39 +0000 (14:57 +0200)]
Version 1.4.1
Adam Dickmeiss [Fri, 21 May 2010 12:54:35 +0000 (14:54 +0200)]
Summarize news
Adam Dickmeiss [Fri, 21 May 2010 12:53:51 +0000 (14:53 +0200)]
Debian: Sample services in services-available
Including TurboMARC example.
Adam Dickmeiss [Fri, 21 May 2010 12:53:29 +0000 (14:53 +0200)]
Add threads element for server.xml
Adam Dickmeiss [Fri, 21 May 2010 12:43:54 +0000 (14:43 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Dennis Schafroth [Fri, 21 May 2010 09:51:42 +0000 (11:51 +0200)]
Support for settings. Default users is 5.
Dennis Schafroth [Fri, 21 May 2010 09:50:27 +0000 (11:50 +0200)]
With settings as done by service proxy
Dennis Schafroth [Fri, 21 May 2010 09:49:25 +0000 (11:49 +0200)]
Added sort parameter on show
Adam Dickmeiss [Fri, 21 May 2010 09:49:04 +0000 (11:49 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
Adam Dickmeiss [Fri, 21 May 2010 09:48:54 +0000 (11:48 +0200)]
Pass -1 as no-socket parameter to iochan_create
Adam Dickmeiss [Fri, 21 May 2010 09:47:02 +0000 (11:47 +0200)]
Set client state to Client_Error on ZOOM errors
This sets the state to a proper value -- nice for client statistics
but more importantly ensures that we don't reuse a ZOOM connection
that has a closed connection.
Niels Erik G. Nielsen [Thu, 20 May 2010 16:56:54 +0000 (18:56 +0200)]
Aligns opac_turbomarc.xsl with opac.xsl
.. with respect to recent changes to opac.xsl