koha.git
16 years agocreated old_issues and old_reserves tables
Galen Charlton [Thu, 13 Mar 2008 22:18:00 +0000 (17:18 -0500)]
created old_issues and old_reserves tables

The new tables have the same structure and constraints
as the tables they archive with the following exceptions:

* borrowernumber and biblionumber in old_reserves can be
  NULL
* the FK constraints (e.g., for itemnumber) on old_reserves
  set the child column to NULL if the parent row is deleted
  instead of deleting the child row.
* there is no FK constraint on old_issues.branchcode, allowing
  a branch to be deleted without changing archived requests.

Some miscellaneous cleanup was done as part of this patch:

* GetMemberIssuesAndFines (C4::Members) now uses bind variables
* fixed POD for GetMemberIssuesAndFines

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agouse 'F' or 'W', not 'f' or 'w' when using reserves.found
Galen Charlton [Thu, 13 Mar 2008 22:17:59 +0000 (17:17 -0500)]
use 'F' or 'W', not 'f' or 'w' when using reserves.found

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating French translation
Joshua Ferraro [Tue, 11 Mar 2008 11:27:41 +0000 (07:27 -0400)]
updating French translation

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTweaks for addbiblio, including correction for tabs update and addition of automatic...
Owen Leonard [Mon, 10 Mar 2008 20:19:44 +0000 (15:19 -0500)]
Tweaks for addbiblio, including correction for tabs update and addition of automatic focus for the first field in each tab.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdates to go along with jquery tabs plugin update
Owen Leonard [Mon, 10 Mar 2008 19:04:45 +0000 (14:04 -0500)]
Updates to go along with jquery tabs plugin update

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding "ESCAPE=HTML" to hidden input template variables in order to address bug 1919...
Owen Leonard [Mon, 10 Mar 2008 18:32:47 +0000 (13:32 -0500)]
Adding "ESCAPE=HTML" to hidden input template variables in order to address bug 1919, "Form contents not escaped on login page"

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving out-of-date jquery tabs plugin files
Owen Leonard [Mon, 10 Mar 2008 18:10:47 +0000 (13:10 -0500)]
Removing out-of-date jquery tabs plugin files

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding javascript confirm to patron image replace and delete. Also adding check for...
Owen Leonard [Mon, 10 Mar 2008 18:10:38 +0000 (13:10 -0500)]
Adding javascript confirm to patron image replace and delete. Also adding check for empty file upload form field.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTwo jquery changes: update to tabs plugin, with related modifications to templates...
Owen Leonard [Mon, 10 Mar 2008 18:10:30 +0000 (13:10 -0500)]
Two jquery changes: update to tabs plugin, with related modifications to templates; Addition of jquery hotkeys plugin for selecting tabs from global search form.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoExperimenting with keyboard shortcuts
Owen Leonard [Mon, 10 Mar 2008 18:10:21 +0000 (13:10 -0500)]
Experimenting with keyboard shortcuts

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFurther adjustments on recent label improvments
Chris Nighswonger [Mon, 10 Mar 2008 11:10:55 +0000 (07:10 -0400)]
Further adjustments on recent label improvments

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadd local-use to circ stats report.
Ryan Higgins [Mon, 10 Mar 2008 01:48:27 +0000 (20:48 -0500)]
add local-use to circ stats report.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdd Local-use statistical patron category_type
Ryan Higgins [Mon, 10 Mar 2008 01:48:26 +0000 (20:48 -0500)]
Add Local-use statistical patron category_type

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBugfix requiring authentication to access label-manager.pl
Chris Nighswonger [Sat, 8 Mar 2008 01:13:14 +0000 (20:13 -0500)]
Bugfix requiring authentication to access label-manager.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBumping to 061 for real this time
Chris Nighswonger [Sat, 8 Mar 2008 01:05:54 +0000 (20:05 -0500)]
Bumping to 061 for real this time

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBumping DB to 061 - Adding the ability to choose font type to the Label tool.
Chris Nighswonger [Sat, 8 Mar 2008 01:05:53 +0000 (20:05 -0500)]
Bumping DB to 061 - Adding the ability to choose font type to the Label tool.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoImplementing TMPL_ELSIF; NOTICE: REQUIRES Template::Pro 0.69
Chris Nighswonger [Fri, 7 Mar 2008 08:48:47 +0000 (03:48 -0500)]
Implementing TMPL_ELSIF; NOTICE: REQUIRES Template::Pro 0.69

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoacqui/addorder.pl - use reliable GetBookSellerFromId instead of relying on name search.
Joe Atzberger [Fri, 7 Mar 2008 07:09:45 +0000 (01:09 -0600)]
acqui/addorder.pl - use reliable GetBookSellerFromId instead of relying on name search.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoacqui - template cleanup of toggle "highlight" and required field formatting
Joe Atzberger [Fri, 7 Mar 2008 07:09:44 +0000 (01:09 -0600)]
acqui - template cleanup of toggle "highlight" and required field formatting

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoacqui - fix to use GetBookSellerFromId(supplierid) instead of partial name based...
Joe Atzberger [Fri, 7 Mar 2008 07:09:43 +0000 (01:09 -0600)]
acqui - fix to use GetBookSellerFromId(supplierid) instead of partial name based lookup

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobasket.pl and template - Many fixes including SQL injection security check,
Joe Atzberger [Fri, 7 Mar 2008 07:09:42 +0000 (01:09 -0600)]
basket.pl and template - Many fixes including SQL injection security check,

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix a bug preventing existing tag modification in MARC Framework
Frederic Demians [Fri, 7 Mar 2008 06:43:40 +0000 (07:43 +0100)]
Fix a bug preventing existing tag modification in MARC Framework

It wasn't possible to edit an existing tag. The program was idenfifying
tag modification as a tag creation.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoEnabling and improving OPAC print stylesheet.
Owen Leonard [Thu, 6 Mar 2008 19:42:23 +0000 (08:42 +1300)]
Enabling and improving OPAC print stylesheet.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocompleting bump to 059
Paul POULAIN [Thu, 6 Mar 2008 19:42:22 +0000 (08:42 +1300)]
completing bump to 059

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrecting code to display patronimage correctly
Chris Nighswonger [Thu, 6 Mar 2008 14:05:58 +0000 (09:05 -0500)]
Correcting code to display patronimage correctly

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding Update/Delete functions to patron image management on Details page
Chris Nighswonger [Thu, 6 Mar 2008 13:05:31 +0000 (08:05 -0500)]
Adding Update/Delete functions to patron image management on Details page

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMissing /TMPL_IF and /TMPL_UNLESS added, other minor markup fixes.
Owen Leonard [Thu, 6 Mar 2008 13:56:04 +0000 (07:56 -0600)]
Missing /TMPL_IF and /TMPL_UNLESS added, other minor markup fixes.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving unused java script reference
Chris Nighswonger [Thu, 6 Mar 2008 06:43:52 +0000 (19:43 +1300)]
Removing unused java script reference

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrection to handle errors processing image file passed in from the patron details...
Chris Nighswonger [Wed, 5 Mar 2008 20:05:47 +0000 (09:05 +1300)]
Correction to handle errors processing image file passed in from the patron details screen.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCompleting adding patronimage upload form to patron details screen.
Chris Nighswonger [Wed, 5 Mar 2008 20:05:46 +0000 (09:05 +1300)]
Completing adding patronimage upload form to patron details screen.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFirst installment on adding patronimage upload form to member details view.
Chris Nighswonger [Wed, 5 Mar 2008 20:05:45 +0000 (09:05 +1300)]
First installment on adding patronimage upload form to member details view.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving unused CSS file
Owen Leonard [Wed, 5 Mar 2008 06:51:27 +0000 (19:51 +1300)]
Removing unused CSS file

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding 'Mark and Continue' buttons to inventory interface. Buttons are added via...
Owen Leonard [Wed, 5 Mar 2008 06:51:26 +0000 (19:51 +1300)]
Adding 'Mark and Continue' buttons to inventory interface. Buttons are added via js because they require js to function.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTypo correction in opac-ISBDdetail.tmpl, fix for But 1880, Managing Suggestions ...
Owen Leonard [Wed, 5 Mar 2008 06:51:25 +0000 (19:51 +1300)]
Typo correction in opac-ISBDdetail.tmpl, fix for But 1880, Managing Suggestions - nav disappears when no approved or rejected.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoZebra: added missing urx.chr
Galen Charlton [Tue, 4 Mar 2008 19:30:53 +0000 (08:30 +1300)]
Zebra: added missing urx.chr

The following error messages in the Zebra
log should no longer appear:

06:10:25-04/03 zebrasrv(1) [warn] Failed to read character table urx.chr
06:10:25-04/03 zebrasrv(1) [warn] urx.chr [No such file or directory]

To fully install this patch, do a
'make update_zebra_conf'.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBumping HTML::Template::Pro version to the latest 0.69 release which includes <!...
Chris Nighswonger [Tue, 4 Mar 2008 19:30:52 +0000 (08:30 +1300)]
Bumping HTML::Template::Pro version to the latest 0.69 release which includes <!-- TMPL_ELSIF --> tag

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing a typo s/tab/tag/
Joshua Ferraro [Sun, 2 Mar 2008 17:19:59 +0000 (12:19 -0500)]
fixing a typo s/tab/tag/

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for warning in logs: Argument "\x{61}" isn't numeric in numeric eq (==) at /home...
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>
16 years agozebraqueue daemon - implement exiting if >100 postponed index updates
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>
16 years agozebraqueue - major changes
Galen Charlton [Wed, 5 Mar 2008 00:26:02 +0000 (18:26 -0600)]
zebraqueue - major changes

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoved compile-time dep on a valid $dbh from C4::Dates
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>
16 years agozebraqueue_daemon: more indent cleanup
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>
16 years agozebraqueue_daemon: cleanup whitespace and indents
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>
16 years agoFixing a little mixup in updatedatabase.pl we had 2 057 versions
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>
16 years agomodify daemon name
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>
16 years agoIMPORTANT: clean up after Z39.50 connections
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>
16 years agoimprove authority heading matching (partial fix for 1905)
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>
16 years agoDOM authority indexing fixes (partial fix for 1906)
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>
16 years agoFixing check all/none behavior in Cart, updating Cart styles.
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>
16 years agoDOM authority indexing: fix batch and online indexing
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>
16 years agoTrying to fix checkall function in the cart
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>
16 years agoUpdating loading mask js and adding opacity setting.
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>
16 years agobulkmarcimport.pl: XML input option documented
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>
16 years agobulkauthimport.pl - various improvements
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>
16 years agoremoved lock tables for authority updates
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>
16 years agoupdated POD for ModZebra sub
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>
16 years agoindexing - explicitly pass previous record to ModZebra
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>
16 years agoIMPORTANT: make deletes work for zebraqueue daemon
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>
16 years agoFinalizing new view links; Removing MARC tab from holdings/comments/reviews tab block...
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>
16 years agoContinuing work on alternate view links
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>
16 years agoExperimenting with alternate methods for switching views (normal/isbd/marc)
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>
16 years agoUsing YUI plugin to do "Loading" mask on addbiblio.pl and authorities.pl. Previous...
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>
16 years agoMinor markup corrections
Owen Leonard [Mon, 3 Mar 2008 01:06:52 +0000 (19:06 -0600)]
Minor markup corrections

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSome changes to allow improved customization options, including re-introducing opache...
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>
16 years agouse ZOOM::Connection error method compatible with 1.16
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>
16 years agofixed mysqladmin invocation in INSTALL.debian
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>
16 years agoreplaced symlink from OPAC itemtypeimg to intranet
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>
16 years agoMore corrections for the cart and lists buttons. Looking better in Internet Explorer...
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>
16 years agoJavascript correction for opac-MARCdetail link, nomenclature correction: reserve...
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>
16 years agoUpgrading jquery and jquery tabs plugin. Removing some unused plugin files.
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>
16 years agoBumping to version .59
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>
16 years agoChecking the existing database for the existence of labels_template table and adding...
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>
16 years agoUsing YUI plugin to do "Loading" mask on addbiblio.pl and authorities.pl. Previous...
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>
16 years agoFixing some call number and item type display issues. Still need item type images...
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>
16 years agobumping to 058 : opac_news lang field was too short
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>
16 years agoadding _() for translator
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>
16 years agobugfixing language selector
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>
16 years agobugfixing holidays.pl
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>
16 years agopartial bugfix for 1534: Guided reports returning only the first ten results
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>
16 years agopartial fix for catalogue_out
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>
16 years agonomenclature cleanup on email notification for subscriptions
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>
16 years agoupdating Chinese translations
Joshua Ferraro [Fri, 29 Feb 2008 15:06:50 +0000 (10:06 -0500)]
updating Chinese translations

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding some strings to be parsed by translator tool
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>
16 years agofixing encoding in sample french files
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>
16 years agoadding language syspref in french sysprefs & updating fr to fr-FR where needed
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>
16 years agoremoving duplicate syspref in french
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>
16 years agowrapping regex in \Q$value\E to handle tricky strings eg: 'c++'
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>
16 years agoFix two bugs affecting OPAC RSS operation
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>
16 years agoBUGFIXING mail alert on issue arrival
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>
16 years agoReinstating use of C4::Calendar object on issuing.
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>
16 years agoadding attribution to italian translation
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>
16 years agocirc: fix use of CircControl; staff user branch
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>
16 years agoA couple more corrections to opac-userupdate. Needed to add additional fields to...
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>
16 years agoFinishing re-working of opac userupdate in the style of Wordpress. Link to user detai...
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>
16 years agoFixes for Bug 1721 (Modification Log link loses context)
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>
16 years agoTweaking display of item statuses
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>
16 years agoPatron image javascript check is no longer necessary now that alternate patron image...
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>
16 years agoSwapping out classification for itemcallnumber
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>
16 years agoRolling back YUI button tests.
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>
16 years agoStill working on YUI cart/lists buttons
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>