]>
git.koha-community.org Git - koha.git/log
Galen Charlton [Thu, 13 Mar 2008 22:18:06 +0000 (17:18 -0500)]
removed use of TMPL_IF EXPR in circulation.tmpl
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 13 Mar 2008 22:18:05 +0000 (17:18 -0500)]
added font to sample label templates
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Galen Charlton [Thu, 13 Mar 2008 22:18:04 +0000 (17:18 -0500)]
bump DB rev to 063
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Thu, 13 Mar 2008 22:18:03 +0000 (17:18 -0500)]
Correcting column order in items/deleteditems tables
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Thu, 13 Mar 2008 22:18:02 +0000 (17:18 -0500)]
Adding another missing column to deleted items table.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Chris Nighswonger [Thu, 13 Mar 2008 22:18:01 +0000 (17:18 -0500)]
Fix for Bug 1927
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
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>
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>
Joshua Ferraro [Tue, 11 Mar 2008 11:27:41 +0000 (07:27 -0400)]
updating French translation
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>