]>
git.koha-community.org Git - koha.git/log
Joshua Ferraro [Sun, 2 Mar 2008 17:11:43 +0000 (12:11 -0500)]
fix for warning in logs: Argument "\x{61}" isn't numeric in numeric eq (==) at /home/jmf/kohaclone/C4/Biblio.pm line 1008.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 5 Mar 2008 00:26:03 +0000 (18:26 -0600)]
zebraqueue daemon - implement exiting if >100 postponed index updates
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 5 Mar 2008 00:26:02 +0000 (18:26 -0600)]
zebraqueue - major changes
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 5 Mar 2008 00:26:01 +0000 (18:26 -0600)]
removed compile-time dep on a valid $dbh from C4::Dates
This replaces using the package variable $prefformat directly, and
specifically, doing a call to C4::Context->preference() during
module initialization. That way, C4::Dates no longer has a
compile-time dependency on having a valid $dbh.
The inspiration for this is making it easier for
zebraqueue_daemon to have code that detects when
the database connection goes down and then try to
reconnect to the DB.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 5 Mar 2008 00:26:00 +0000 (18:26 -0600)]
zebraqueue_daemon: more indent cleanup
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 5 Mar 2008 00:25:59 +0000 (18:25 -0600)]
zebraqueue_daemon: cleanup whitespace and indents
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Tue, 4 Mar 2008 00:39:33 +0000 (13:39 +1300)]
Fixing a little mixup in updatedatabase.pl we had 2 057 versions
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 4 Mar 2008 00:25:05 +0000 (13:25 +1300)]
modify daemon name
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 4 Mar 2008 00:25:04 +0000 (13:25 +1300)]
IMPORTANT: clean up after Z39.50 connections
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 4 Mar 2008 00:25:03 +0000 (13:25 +1300)]
improve authority heading matching (partial fix for 1905)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 4 Mar 2008 00:25:02 +0000 (13:25 +1300)]
DOM authority indexing fixes (partial fix for 1906)
To fully install this patch, the following steps
are required:
1. perl Makefile.PL
2. make
3. make update_zebra_conf
4. restart zebrasvr
5. reindex authorities using rebuild_zebra.pl -a -r
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Mar 2008 00:25:01 +0000 (13:25 +1300)]
Fixing check all/none behavior in Cart, updating Cart styles.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 4 Mar 2008 00:25:00 +0000 (13:25 +1300)]
DOM authority indexing: fix batch and online indexing
To fully install this patch, the following steps are
necessary:
1. perl Makefile.PL
2. make
3. make update_zebra_conf (or make upgrade)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Tue, 4 Mar 2008 00:24:59 +0000 (13:24 +1300)]
Trying to fix checkall function in the cart
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Mar 2008 17:38:42 +0000 (11:38 -0600)]
Updating loading mask js and adding opacity setting.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 3 Mar 2008 18:57:46 +0000 (12:57 -0600)]
bulkmarcimport.pl: XML input option documented
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 3 Mar 2008 18:57:45 +0000 (12:57 -0600)]
bulkauthimport.pl - various improvements
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 3 Mar 2008 16:37:59 +0000 (10:37 -0600)]
removed lock tables for authority updates
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 3 Mar 2008 16:37:58 +0000 (10:37 -0600)]
updated POD for ModZebra sub
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 3 Mar 2008 16:37:57 +0000 (10:37 -0600)]
indexing - explicitly pass previous record to ModZebra
Because NoZebra indexing requires having both
the old and new versions of a record when processing
an updated, I adjusted the ModZebra sub to require
that the old version be explicitly passed to it.
That way, the zebraqueue row (for Zebra mode) can
now be added *after* the biblio and biblioitems
updates have been completed.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Mon, 3 Mar 2008 16:37:56 +0000 (10:37 -0600)]
IMPORTANT: make deletes work for zebraqueue daemon
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Mar 2008 05:27:00 +0000 (18:27 +1300)]
Finalizing new view links; Removing MARC tab from holdings/comments/reviews tab block (also fixes broken tab behavior introduced in my last tab update)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Mar 2008 05:26:59 +0000 (18:26 +1300)]
Continuing work on alternate view links
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Mar 2008 05:26:58 +0000 (18:26 +1300)]
Experimenting with alternate methods for switching views (normal/isbd/marc)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Mar 2008 02:04:08 +0000 (20:04 -0600)]
Using YUI plugin to do "Loading" mask on addbiblio.pl and authorities.pl. Previous version wasn't compatible with Internet Explorer.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Mar 2008 01:06:52 +0000 (19:06 -0600)]
Minor markup corrections
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 3 Mar 2008 01:06:39 +0000 (19:06 -0600)]
Some changes to allow improved customization options, including re-introducing opacheader system pref.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sat, 1 Mar 2008 05:31:57 +0000 (18:31 +1300)]
use ZOOM::Connection error method compatible with 1.16
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sat, 1 Mar 2008 05:31:56 +0000 (18:31 +1300)]
fixed mysqladmin invocation in INSTALL.debian
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Sat, 1 Mar 2008 05:31:55 +0000 (18:31 +1300)]
replaced symlink from OPAC itemtypeimg to intranet
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 1 Mar 2008 05:31:54 +0000 (18:31 +1300)]
More corrections for the cart and lists buttons. Looking better in Internet Explorer now, but not perfect.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Sat, 1 Mar 2008 05:31:53 +0000 (18:31 +1300)]
Javascript correction for opac-MARCdetail link, nomenclature correction: reserve-> hold.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 29 Feb 2008 20:10:36 +0000 (14:10 -0600)]
Upgrading jquery and jquery tabs plugin. Removing some unused plugin files.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Fri, 29 Feb 2008 20:28:35 +0000 (09:28 +1300)]
Bumping to version .59
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Fri, 29 Feb 2008 20:28:34 +0000 (09:28 +1300)]
Checking the existing database for the existence of labels_template table and adding it if it does NOT exist already.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 29 Feb 2008 20:28:32 +0000 (09:28 +1300)]
Using YUI plugin to do "Loading" mask on addbiblio.pl and authorities.pl. Previous version wasn't compatible with Internet Explorer.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Fri, 29 Feb 2008 20:28:31 +0000 (09:28 +1300)]
Fixing some call number and item type display issues. Still need item type images in search results and reading record page.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 17:09:52 +0000 (06:09 +1300)]
bumping to 058 : opac_news lang field was too short
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 17:09:51 +0000 (06:09 +1300)]
adding _() for translator
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 17:09:50 +0000 (06:09 +1300)]
bugfixing language selector
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 17:09:49 +0000 (06:09 +1300)]
bugfixing holidays.pl
+ let the superlibrarians choose their branch even if IndepBranches is ON
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 17:09:48 +0000 (06:09 +1300)]
partial bugfix for 1534: Guided reports returning only the first ten results
Next step would be to add a checkbox to have everything on screen whatever the consequences (the user is warned)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 17:09:47 +0000 (06:09 +1300)]
partial fix for catalogue_out
(+ removed tab in indenting)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Fri, 29 Feb 2008 15:17:23 +0000 (10:17 -0500)]
nomenclature cleanup on email notification for subscriptions
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Fri, 29 Feb 2008 15:06:50 +0000 (10:06 -0500)]
updating Chinese translations
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 01:04:21 +0000 (14:04 +1300)]
adding some strings to be parsed by translator tool
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 00:38:18 +0000 (13:38 +1300)]
fixing encoding in sample french files
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 00:38:17 +0000 (13:38 +1300)]
adding language syspref in french sysprefs & updating fr to fr-FR where needed
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 00:38:16 +0000 (13:38 +1300)]
removing duplicate syspref in french
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Fri, 29 Feb 2008 00:38:15 +0000 (13:38 +1300)]
wrapping regex in \Q$value\E to handle tricky strings eg: 'c++'
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Frederic Demians [Fri, 29 Feb 2008 00:38:14 +0000 (13:38 +1300)]
Fix two bugs affecting OPAC RSS operation
OPAC RSS functionality was buggish:
1. Library Name from syspref wasn't properly displayed.
2. Filename for query result caching was containing (sometime)
a / character preventing cache file creation.
It remains that in Zebra mode, SimpleSearch returns a resultset
which is diffrent from the one returned by opac-search.pl: less records.
It works correctly in NoZebra mode.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Fri, 29 Feb 2008 00:38:13 +0000 (13:38 +1300)]
BUGFIXING mail alert on issue arrival
To make this feature work :
- create a "notice" (tools/letter.pl) of the category "serials"
- choose this notice in each subscription you want to enable this feature
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Ryan Higgins [Fri, 29 Feb 2008 00:41:29 +0000 (18:41 -0600)]
Reinstating use of C4::Calendar object on issuing.
Also implementing useDaysMode syspref 3 modes:
Calendar: every 'closed' day increments loan length by one.
Days: ignore the calendar when calculating loan length.
Datedue: increase loan length only to prevent due date from falling on 'closed' date.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Joshua Ferraro [Thu, 28 Feb 2008 14:25:27 +0000 (09:25 -0500)]
adding attribution to italian translation
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Wed, 27 Feb 2008 22:33:38 +0000 (11:33 +1300)]
circ: fix use of CircControl; staff user branch
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:33:25 +0000 (10:33 +1300)]
A couple more corrections to opac-userupdate. Needed to add additional fields to the email.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:39 +0000 (10:18 +1300)]
Finishing re-working of opac userupdate in the style of Wordpress. Link to user details now goes straight to opac-userupdate.pl.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:38 +0000 (10:18 +1300)]
Fixes for Bug 1721 (Modification Log link loses context)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:37 +0000 (10:18 +1300)]
Tweaking display of item statuses
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:36 +0000 (10:18 +1300)]
Patron image javascript check is no longer necessary now that alternate patron image is served up automatically by new patron image script.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:35 +0000 (10:18 +1300)]
Swapping out classification for itemcallnumber
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:34 +0000 (10:18 +1300)]
Rolling back YUI button tests.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:33 +0000 (10:18 +1300)]
Still working on YUI cart/lists buttons
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:32 +0000 (10:18 +1300)]
Further changes to use YUI buttons for cart and menu
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:31 +0000 (10:18 +1300)]
Previous buttons failed miserable in IE. Trying a YUI solution.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:30 +0000 (10:18 +1300)]
Beginning changes to opac-userupdate.tmpl, with the intention of eliminating opac-userdetails.tmpl in favor of linking directly to update form (a la Wordpress)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:29 +0000 (10:18 +1300)]
Some CSS and JS changes to improve compatibility with Internet Explorer 6
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Wed, 27 Feb 2008 21:18:28 +0000 (10:18 +1300)]
Some style fixes for search results screen
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Wed, 27 Feb 2008 20:08:26 +0000 (09:08 +1300)]
Making some very obvious spelling corrections to the Printer Profile help screen.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Wed, 27 Feb 2008 20:08:24 +0000 (09:08 +1300)]
Switching CGI calls to a more Object Oriented sytax
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Cormack [Wed, 27 Feb 2008 19:36:34 +0000 (08:36 +1300)]
Fix for bug 1908
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Tue, 26 Feb 2008 23:34:01 +0000 (12:34 +1300)]
more \Q...\E wrapping on regexes, to handle occassionally problematic strings.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Mason James [Tue, 26 Feb 2008 22:20:07 +0000 (11:20 +1300)]
corrections to host-item, shelf_loc and collection-code indexes
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 26 Feb 2008 23:45:08 +0000 (12:45 +1300)]
Fixing broken call to getitemtypeimagesrcfromurl
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Tue, 26 Feb 2008 19:55:54 +0000 (08:55 +1300)]
bug 1893: add jump link to reservoir search results
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 26 Feb 2008 19:55:53 +0000 (08:55 +1300)]
Adding value to tell getitemtypeimagesrc() where it was called from so that it returns the correct path to the image.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 26 Feb 2008 19:55:52 +0000 (08:55 +1300)]
Removing defunct Dewey field from Label Layout screen.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Tue, 26 Feb 2008 19:04:23 +0000 (14:04 -0500)]
BUGFIX Critical: Correcting misspelling of C4:Context as C4:context
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:43:48 +0000 (10:43 +1300)]
Some minor markup changes
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:34:33 +0000 (10:34 +1300)]
Converting check all/none to text links as we have now in the OPAC
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:34:32 +0000 (10:34 +1300)]
Correction to results.tmpl, enabling noItemTypeImages preference in Lists (Bug 1780).
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:34:31 +0000 (10:34 +1300)]
Markup corrections
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:34:30 +0000 (10:34 +1300)]
Reversing recent commit ("introducing a noprint class to hide things on printer"). Same outcome can be accomplished by modifying print.css.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:34:29 +0000 (10:34 +1300)]
Markup corrections for label templates
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:34:28 +0000 (10:34 +1300)]
Some changes related to recent commits to patron images: Markup and javascript changes for upload form; Enabling passing of cardnumber and filetype variable to picture upload form; changes to picture display to handle missing image; Adding link to picture upload form from missing image display in circ and moremember; Removal of English text from 'no patron image' file.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:34:27 +0000 (10:34 +1300)]
Removing NPL-specific 14-char maxlength from barcode inputs.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:34:26 +0000 (10:34 +1300)]
Fix for Bug 1735, hopefully. jquery selector wasn't targeting the right combination.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:34:25 +0000 (10:34 +1300)]
Correcting link to circulation home
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Owen Leonard [Mon, 25 Feb 2008 21:34:24 +0000 (10:34 +1300)]
Tweaking workflow of inventory
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Mon, 25 Feb 2008 21:24:40 +0000 (10:24 +1300)]
Bugfix for 1814: Correcting the way we handle a case where no label batches exist to better inform the user.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Mon, 25 Feb 2008 21:07:13 +0000 (10:07 +1300)]
Adding screen help for Printer Profile feature.
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Mon, 25 Feb 2008 20:30:21 +0000 (09:30 +1300)]
NoZebra fixes : removing \r and \n when indexing
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Mon, 25 Feb 2008 20:30:20 +0000 (09:30 +1300)]
OAI-PMH second try
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Mon, 25 Feb 2008 20:30:19 +0000 (09:30 +1300)]
Correcting syspref 'patronimages' to be YesNo rather than Free and
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Mon, 25 Feb 2008 20:30:18 +0000 (09:30 +1300)]
Adding code to default to patron-blank.png if no image exists in the
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Sat, 23 Feb 2008 12:03:32 +0000 (07:03 -0500)]
Bugfix: Removing Dumper() call
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Sat, 23 Feb 2008 11:28:07 +0000 (06:28 -0500)]
Third installment on moving patronimages into the database.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Sat, 23 Feb 2008 11:28:06 +0000 (06:28 -0500)]
Fixing error trap routine in picture-upload.pl
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Sat, 23 Feb 2008 11:28:05 +0000 (06:28 -0500)]
Correcting location of help file for picture-upload.pl
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Sat, 23 Feb 2008 11:28:04 +0000 (06:28 -0500)]
Second installment on moving patronimages into the database
Signed-off-by: Joshua Ferraro <jmf@liblime.com>