koha.git
16 years agoC4::Biblio::AddBiblioAndItems - added duplicate barcode check
Galen Charlton [Tue, 25 Dec 2007 07:25:55 +0000 (01:25 -0600)]
C4::Biblio::AddBiblioAndItems - added duplicate barcode check

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobulk MARC record import - speed improved
Galen Charlton [Tue, 25 Dec 2007 07:25:54 +0000 (01:25 -0600)]
bulk MARC record import - speed improved

Changes to improve speed of MARC bib and item
imports:

[1] Turn off autocommit and commit database
    transactions in larger batches.
[2] Introduce a new C4::Biblio function (AddBiblioAndItems)
    to combine AddBiblio and AddItems -- this is faster
    because we are not parsing the MARC XML of the biblio
    every time we add an item.
[3] Introduce FasterTransformMarcToKoha, which is much
    faster than TransformMarcToKoha.  The new version,
    which will replace the old one once it has been
    fully tested, scans through each field in the
    MARC record just once, instead of potentially
    dozens of times.
[4] Remove code in bulkmarcexport that moved the
    item tags to separate MARC::Record objects.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIMPORTANT: BUGFIXING STATUSES
Joshua Ferraro [Mon, 24 Dec 2007 19:33:51 +0000 (14:33 -0500)]
IMPORTANT: BUGFIXING STATUSES

Major bugfixes:
* Circulation status in moredetail.pl now correctly displays On loan
status and Date due
* Bugfixes on Status column in detail.pl
   * Removed hard-coded English strings from status column in detail.pl
      * Added missing auth values for lost and damaged statuses, sane
defaults if those auth
     values don't exist
        * Added missing 'On hold' status and 'Hold waiting' status
display

Medium bugfixes:
* Now correctly shows itemtype at level specified in systempreference
* Uses itemtypeimage for display, image title is full itemtype
description

* Fixed Location column concatenation between branchname location and
itemcallnumber
  * broke out Location (branch), Collection (items.location)
      Call Number (itemcallnumber) into their own columns
        * Added auth value display for items.location

Minor fixes:
* detail.pl didn't show dates correctly
* nomenclature s/Checked out/On loan/ in opac-detail.tmpl
* s/Book/Item/ in my $desc="Item Returned
".$iteminfo->{'barcode'}; in Circulation.pm
* request.tmpl: s/date_due/onloan/ to display date due
* Fixed SimilarItems, XISBNSimilarItems

NOTE: Needs to be ported to OPAC

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoforgot to add imageurl to OPAC
Joshua Ferraro [Mon, 24 Dec 2007 08:03:22 +0000 (03:03 -0500)]
forgot to add imageurl to OPAC

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSynching opac with fixes to reserves adding back dev_week opac reserve cancel feature...
Joshua Ferraro [Mon, 24 Dec 2007 07:59:17 +0000 (02:59 -0500)]
Synching opac with fixes to reserves adding back dev_week opac reserve cancel feature that was removed Could use some style improvements

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimprovements for translation, switch to use same views as rest of biblio
Joshua Ferraro [Mon, 24 Dec 2007 06:50:14 +0000 (01:50 -0500)]
improvements for translation, switch to use same views as rest of biblio

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfixing request.pl
Joshua Ferraro [Mon, 24 Dec 2007 06:40:42 +0000 (01:40 -0500)]
bugfixing request.pl

Major Fix:
Fixing bug where 'expected' label existed for items that
were 'waiting'

Minor Cleanup:
Show correct statuses
Show itemtypes at correct levels depending on
global system preference
Display branch names, not branch codes
Adding in visibility option for 'canreservefromotherbranches' syspref

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoshow itemtypes at level specified in syspref for holds
Joshua Ferraro [Mon, 24 Dec 2007 04:49:42 +0000 (23:49 -0500)]
show itemtypes at level specified in syspref for holds

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing requests.tmpl, adding side-tabs (views)
Joshua Ferraro [Mon, 24 Dec 2007 03:54:24 +0000 (22:54 -0500)]
fixing requests.tmpl, adding side-tabs (views)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWarning: big commit Fixing moredetail.pl
Joshua Ferraro [Mon, 24 Dec 2007 02:22:31 +0000 (21:22 -0500)]
Warning: big commit Fixing moredetail.pl

Previously, about 50% of the data on this page was either incorrect or missing.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding auth value for 'Missing in Holdqueue'
Joshua Ferraro [Sun, 23 Dec 2007 23:52:07 +0000 (18:52 -0500)]
adding auth value for 'Missing in Holdqueue'

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoDoh, typo, fixed
Chris Cormack [Mon, 24 Dec 2007 01:22:17 +0000 (19:22 -0600)]
Doh, typo, fixed

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoReserves not made at priority 0 if ReservesNeedReturns is switched on
Chris Cormack [Mon, 24 Dec 2007 01:20:52 +0000 (19:20 -0600)]
Reserves not made at priority 0 if ReservesNeedReturns is switched on

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMissed one priority == 0
Chris Cormack [Mon, 24 Dec 2007 01:17:38 +0000 (19:17 -0600)]
Missed one priority == 0

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoPriority = 0 does not equal reserve found, only found='W' equals reserve found
Chris Cormack [Mon, 24 Dec 2007 01:16:11 +0000 (19:16 -0600)]
Priority = 0 does not equal reserve found, only found='W' equals reserve found

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAn item is only waiting if found is set to W in the reserves table
Chris Cormack [Mon, 24 Dec 2007 01:13:31 +0000 (19:13 -0600)]
An item is only waiting if found is set to W in the reserves table

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1703
Chris Cormack [Sun, 23 Dec 2007 23:43:55 +0000 (17:43 -0600)]
Fix for bug 1703

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agonomenclature cleanup in the OPAC detail and user pages
Joshua Ferraro [Sun, 23 Dec 2007 21:46:31 +0000 (16:46 -0500)]
nomenclature cleanup in the OPAC detail and user pages

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1688
Joshua Ferraro [Sun, 23 Dec 2007 20:59:55 +0000 (15:59 -0500)]
fix for bug 1688

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoexpandtab, retab, tabstop=4
Joshua Ferraro [Sun, 23 Dec 2007 20:55:17 +0000 (15:55 -0500)]
expandtab, retab, tabstop=4

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRevert "Merging hdl's Search.pm changes"
Joshua Ferraro [Sun, 23 Dec 2007 20:49:44 +0000 (15:49 -0500)]
Revert "Merging hdl's Search.pm changes"

This reverts commit 51ec728f7b358b8ca4ef8f3cdd44cb976d907b90.

That commit basically reverted 95% of the status handling I'd done
last week ...

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoretab with tabstop=4 and expandtab on
Joshua Ferraro [Sun, 23 Dec 2007 20:42:41 +0000 (15:42 -0500)]
retab with tabstop=4 and expandtab on

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWarning: Big Commit. Fixing Virtual Shelves
Joshua Ferraro [Sun, 23 Dec 2007 20:29:54 +0000 (15:29 -0500)]
Warning: Big Commit. Fixing Virtual Shelves

  * prior to this commit, virtual shelvesn't did not function in
    the OPAC! Now they do, except for deletion from virtual shelves
    in list form
  * I've re-named 'Virtual Shelves' to 'Lists' as per our agreed
    upon convention

  * while vshelves aren't perfect yet, they're in enough of a working
    state for the RC1 now

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding ports information
Joshua Ferraro [Sun, 23 Dec 2007 16:10:26 +0000 (11:10 -0500)]
adding ports information

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMinor correction to template markup and change to script to allow for more clickable...
Owen Leonard [Sat, 22 Dec 2007 21:52:22 +0000 (15:52 -0600)]
Minor correction to template markup and change to script to allow for more clickable <label>s.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoallow use of older version of File::Temp
Galen Charlton [Sun, 23 Dec 2007 03:32:58 +0000 (21:32 -0600)]
allow use of older version of File::Temp

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomore updates to README.debain
Joshua Ferraro [Sun, 23 Dec 2007 02:08:21 +0000 (21:08 -0500)]
more updates to README.debain

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed invocation of zebraqueue_daemon.pl
Galen Charlton [Sun, 23 Dec 2007 01:55:22 +0000 (19:55 -0600)]
fixed invocation of zebraqueue_daemon.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocirc: do not crash when 'returning' item that was not issued
Galen Charlton [Sun, 23 Dec 2007 01:25:33 +0000 (19:25 -0600)]
circ: do not crash when 'returning' item that was not issued

When attempting to return an item that was not actually
on loan, would crash because GetItemIssue did not return
biblionumber in hash.  Add call to get biblionumber
directly.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes to README.debian
Joshua Ferraro [Sun, 23 Dec 2007 01:23:23 +0000 (20:23 -0500)]
fixes to README.debian

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding a note on how to remove zebra daemons from startup
Joshua Ferraro [Sun, 23 Dec 2007 01:05:40 +0000 (20:05 -0500)]
adding a note on how to remove zebra daemons from startup

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoved extra KOHA_CONF line
Galen Charlton [Sun, 23 Dec 2007 00:57:21 +0000 (18:57 -0600)]
removed extra KOHA_CONF line

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agovarious installer changes
Galen Charlton [Sun, 23 Dec 2007 00:53:09 +0000 (18:53 -0600)]
various installer changes

[1] Map new directory misc/bin to SCRIPT_DIR
    instead of SCRIPT_DIR/bin.
[2] rewrite-config.PL no longer removes execute mode
[3] Add new Zebra startup script to rewrite-config.PL
    list.
[4] Added KOHA_USER and KOHA_GROUP to rewrite-config.PL

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSeveral important commits:
Joshua Ferraro [Sun, 23 Dec 2007 00:25:50 +0000 (19:25 -0500)]
Several important commits:

  * adding zebra daemons for managing server and queue processes
  * improvements to the README.debian file
  * Fixes to Search.pm since last series of commits broke zebra-based
    searching (again)
  * moving some files to new misc/bin and misc/cronjobs

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding debian-specific installation guide
Joshua Ferraro [Sat, 22 Dec 2007 21:06:03 +0000 (16:06 -0500)]
adding debian-specific installation guide

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agonomenclature improvements, updating README.txt
Joshua Ferraro [Sat, 22 Dec 2007 20:28:15 +0000 (15:28 -0500)]
nomenclature improvements, updating README.txt

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomissing < in about page
Joshua Ferraro [Sat, 22 Dec 2007 19:24:25 +0000 (14:24 -0500)]
missing < in about page

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating versions for debian etch packages
Joshua Ferraro [Sat, 22 Dec 2007 02:05:03 +0000 (21:05 -0500)]
updating versions for debian etch packages

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing version numbers in Makefile.PL, adding a
Joshua Ferraro [Sat, 22 Dec 2007 00:23:58 +0000 (18:23 -0600)]
fixing version numbers in Makefile.PL, adding a

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for Bug 1685, if patronimages syspref is off, tabs disappear from moremember...
Owen Leonard [Sat, 22 Dec 2007 00:11:17 +0000 (18:11 -0600)]
Fix for Bug 1685, if patronimages syspref is off, tabs disappear from moremember.pl. Renegade TMPL_IF taken out.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIn response to paul's comment: "one user that just tested is confused by the green...
Owen Leonard [Sat, 22 Dec 2007 00:11:16 +0000 (18:11 -0600)]
In response to paul's comment: "one user that just tested is confused by the green & red signs, and think it would be better to remove them (they thought "green" was = OK, confirm creation and "red" = oops, I made a mistake, it's a duplicate)"

I've taken out the check and the X and replaced them with "edit" and "save" icons from the toolbars. Less confusing?

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMerging hdl's Search.pm changes
Chris Nighswonger [Sat, 22 Dec 2007 00:11:14 +0000 (18:11 -0600)]
Merging hdl's Search.pm changes

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding some image files missing from yesterday's commit; Correcting patron image...
Owen Leonard [Sat, 22 Dec 2007 00:11:13 +0000 (18:11 -0600)]
Adding some image files missing from yesterday's commit; Correcting patron image javascript in circ and moremember; Adding cardnumber to moremember display.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRevert "Adding cardnumber to page display"
Owen Leonard [Sat, 22 Dec 2007 00:11:12 +0000 (18:11 -0600)]
Revert "Adding cardnumber to page display"

This reverts commit c71fcc2dc501c57b7348ec6a349c3929cfa33174.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRolling back changes made to NZ search elements
Chris Nighswonger [Fri, 21 Dec 2007 18:00:46 +0000 (13:00 -0500)]
Rolling back changes made to NZ search elements

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agos/Civility/Salutation/
Joshua Ferraro [Fri, 21 Dec 2007 13:56:26 +0000 (07:56 -0600)]
s/Civility/Salutation/

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofrench translation updated
paul [Thu, 20 Dec 2007 18:05:30 +0000 (19:05 +0100)]
french translation updated

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoin addbooks, after searching, let a user view a biblio (before editing)
paul [Thu, 20 Dec 2007 17:42:39 +0000 (18:42 +0100)]
in addbooks, after searching, let a user view a biblio (before editing)

the edit button is still here, just adding a MARCdetail.pl one

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agotextmessaging field has been renamed to opacnotes in v3
paul [Thu, 20 Dec 2007 17:39:50 +0000 (18:39 +0100)]
textmessaging field has been renamed to opacnotes in v3

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding tab management for auth-subfield, like the one we have for biblio_subfield
paul [Thu, 20 Dec 2007 17:26:57 +0000 (18:26 +0100)]
adding tab management for auth-subfield, like the one we have for biblio_subfield

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobreadcrumb is better when keeping track of the tag
paul [Thu, 20 Dec 2007 16:30:03 +0000 (17:30 +0100)]
breadcrumb is better when keeping track of the tag

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agostaff french translation updated
paul [Thu, 20 Dec 2007 16:09:53 +0000 (17:09 +0100)]
staff french translation updated

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agosome changes in blue.css for marc editor
paul [Thu, 20 Dec 2007 13:08:16 +0000 (14:08 +0100)]
some changes in blue.css for marc editor

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago2 questions in 2 lines, confusing for users.
paul [Thu, 20 Dec 2007 10:50:28 +0000 (11:50 +0100)]
2 questions in 2 lines, confusing for users.

+ one user that just tested is confused by the green & red signs, and think it would be better to remove them
(they thought "green" was = OK, confirm creation and "red" = oops, I made a mistake, it's a duplicate)

I didn't remove the pictures, but let me know your opinion on this.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agos/borrowernumber/cardnumber/ : we are showing the cardnumber here
paul [Thu, 20 Dec 2007 10:48:40 +0000 (11:48 +0100)]
s/borrowernumber/cardnumber/ : we are showing the cardnumber here

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agos/title/civility/
paul [Tue, 18 Dec 2007 19:47:14 +0000 (20:47 +0100)]
s/title/civility/

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofrench staff translation updated
paul [Tue, 18 Dec 2007 19:48:05 +0000 (20:48 +0100)]
french staff translation updated

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomore _() strings
paul [Tue, 18 Dec 2007 19:47:38 +0000 (20:47 +0100)]
more _() strings

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding some missing _()
paul [Tue, 18 Dec 2007 18:39:06 +0000 (19:39 +0100)]
adding some missing _()

In fact, it WORKS for translator. ignore my previous comment about it not working.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agothe term "framework" here is useless + it causes some trouble for translation
paul [Tue, 18 Dec 2007 18:38:29 +0000 (19:38 +0100)]
the term "framework" here is useless + it causes some trouble for translation

(should we have it after or before the framework name ?)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomerging title & author column for a better look
paul [Tue, 18 Dec 2007 18:36:53 +0000 (19:36 +0100)]
merging title & author column for a better look

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agochanging a text we already had the same string in a different context
paul [Tue, 18 Dec 2007 18:36:33 +0000 (19:36 +0100)]
changing a text we already had the same string in a different context

translating was impossible in the 2 contexts

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agochanging some strings for a better translation
paul [Tue, 18 Dec 2007 18:06:02 +0000 (19:06 +0100)]
changing some strings for a better translation

(no change for english ppl)

+ removing an orphan <h2>

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding _() to strings for translator
paul [Tue, 18 Dec 2007 18:05:14 +0000 (19:05 +0100)]
adding _() to strings for translator

Note that it DOES not work as expected. It seem that the translator misses the _() string inside expandable button
(it does not miss them in simple button)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding a color to approve and deny button to avoid white on white
paul [Tue, 18 Dec 2007 18:03:53 +0000 (19:03 +0100)]
adding a color to approve and deny button to avoid white on white

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating perl mod version
Joshua Ferraro [Fri, 21 Dec 2007 04:03:32 +0000 (22:03 -0600)]
updating perl mod version

16 years agofixing zebra searching after recent commits
Joshua Ferraro [Fri, 21 Dec 2007 03:45:55 +0000 (21:45 -0600)]
fixing zebra searching after recent commits

16 years agoFixing a problem that was causing double conversion of dates
Chris Cormack [Fri, 21 Dec 2007 02:22:24 +0000 (20:22 -0600)]
Fixing a problem that was causing double conversion of dates

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoOnline help for label printing and serials
Russel Garlick [Fri, 21 Dec 2007 01:38:48 +0000 (19:38 -0600)]
Online help for label printing and serials

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimport_borrowers.pl - convert dates BEFORE AddMember or ModMember
Joe Atzberger [Fri, 21 Dec 2007 01:38:47 +0000 (19:38 -0600)]
import_borrowers.pl - convert dates BEFORE AddMember or ModMember

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoborrowers_details - needs format_date
Joe Atzberger [Fri, 21 Dec 2007 01:38:46 +0000 (19:38 -0600)]
borrowers_details - needs format_date

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing link under active settings to add items to batch
Russel Garlick [Fri, 21 Dec 2007 01:25:34 +0000 (19:25 -0600)]
Fixing link under active settings to add items to batch

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoInitial fix for NoZebra advanced search problems when searching with no query and...
Chris Nighswonger [Fri, 21 Dec 2007 00:22:21 +0000 (19:22 -0500)]
Initial fix for NoZebra advanced search problems when searching with no query and only limits (ie. itemtype)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoinstaller: improvements to fix-path-perl.PL on Win32
Galen Charlton [Thu, 20 Dec 2007 23:43:33 +0000 (17:43 -0600)]
installer: improvements to fix-path-perl.PL on Win32

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug 1664: added specific dep on Algorithm::CheckDigits::M43_001
Galen Charlton [Thu, 20 Dec 2007 23:18:34 +0000 (17:18 -0600)]
bug 1664: added specific dep on Algorithm::CheckDigits::M43_001

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug 1661: rebuild_zebra.pl changes
Galen Charlton [Thu, 20 Dec 2007 23:13:16 +0000 (17:13 -0600)]
bug 1661: rebuild_zebra.pl changes

[1] Use File::Temp to create and manage
    export directory if -d is not specified.
[2] Added usage message.
[3] Code that attempts to fix up Zebra
    configuration files changed so that it
    is invoked only if --munge-config option
    is supplied; this code will ultimately
    either be removed or moved to a separate
    script -- the sorts of errors that it
    tries to fix should no longer be appearing
    in a standard install.
[4] Fixed Win32 portability problem when removing
    temporary directory.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMembers overhaul for Dates.pm - Stop double converts and disappearing expiration...
Joe Atzberger [Thu, 20 Dec 2007 21:58:20 +0000 (15:58 -0600)]
Members overhaul for Dates.pm - Stop double converts and disappearing expiration mods.

Allow errors displayed by memberentrygen.  Please confirm with add'l tests, feedback.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoOnline Help for adding a new subscription - taken from KohaDocs.org
Russel Garlick [Thu, 20 Dec 2007 21:50:31 +0000 (10:50 +1300)]
Online Help for adding a new subscription - taken from KohaDocs.org

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChange to breadcrumb to point Serials home to correct page
Russel Garlick [Thu, 20 Dec 2007 21:45:29 +0000 (10:45 +1300)]
Change to breadcrumb to point Serials home to correct page

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding online help for Staff Client homepage - how to edit online help
Russel Garlick [Thu, 20 Dec 2007 21:18:19 +0000 (10:18 +1300)]
Adding online help for Staff Client homepage - how to edit online help

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCopying in online help for virtual shelves from the Documentation
Russel Garlick [Thu, 20 Dec 2007 21:18:18 +0000 (10:18 +1300)]
Copying in online help for virtual shelves from the Documentation

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding online help for Reports Home
Russel Garlick [Thu, 20 Dec 2007 21:18:17 +0000 (10:18 +1300)]
Adding online help for Reports Home

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoOnline Help for Serials Home
Russel Garlick [Thu, 20 Dec 2007 21:18:16 +0000 (10:18 +1300)]
Online Help for Serials Home

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoC4::Dates - carp if passed semantically invalid date
Galen Charlton [Thu, 20 Dec 2007 21:17:25 +0000 (15:17 -0600)]
C4::Dates - carp if passed semantically invalid date

When creating a new C4::Dates object, now carps
if the supplied date and/or time is semantically
invalid, i.e., 2007-01-32 will pass the regex
check but is not a valid date (there being no
32nd of January).

As the C4::Dates API is nailed down, these may
be converted to croaks in the future.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoButtons. Toolbar icons and generic "submit" style.
Owen Leonard [Thu, 20 Dec 2007 21:11:36 +0000 (15:11 -0600)]
Buttons. Toolbar icons and generic "submit" style.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding auto-submit to filter form.
Owen Leonard [Thu, 20 Dec 2007 21:11:26 +0000 (15:11 -0600)]
Adding auto-submit to filter form.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoautocomplete.css - unclosed comment error removed
Joe Atzberger [Thu, 20 Dec 2007 19:13:13 +0000 (13:13 -0600)]
autocomplete.css - unclosed comment error removed

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agouse syspref date format for manual due date
Galen Charlton [Thu, 20 Dec 2007 19:04:55 +0000 (13:04 -0600)]
use syspref date format for manual due date

NOTE: will fail if user manages to enter date
in wrong format.  This is not a change from before
this patch, but is pointed out.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agouse standard template var for DHTML date format
Galen Charlton [Thu, 20 Dec 2007 19:04:54 +0000 (13:04 -0600)]
use standard template var for DHTML date format

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix to update onloan to 0 even if the item isnt out to a borrower
Chris Cormack [Thu, 20 Dec 2007 19:34:47 +0000 (13:34 -0600)]
Fix to update onloan to 0 even if the item isnt out to a borrower

Bug 1681

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoDates.pm - IMPORTANT fix for dmy_array (part of obejct, not class)
Joe Atzberger [Thu, 20 Dec 2007 18:22:41 +0000 (12:22 -0600)]
Dates.pm - IMPORTANT fix for dmy_array (part of obejct, not class)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomembers.js - purely whitespace edit (I was debugging the conditionals).
Joe Atzberger [Thu, 20 Dec 2007 18:22:40 +0000 (12:22 -0600)]
members.js - purely whitespace edit (I was debugging the conditionals).

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMembers.pm - checkuniquemember minor refactor and perldoc correction.
Joe Atzberger [Thu, 20 Dec 2007 18:22:39 +0000 (12:22 -0600)]
Members.pm - checkuniquemember minor refactor and perldoc correction.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding rebuild field 100$a for Unimarc
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:14 +0000 (15:23 +0100)]
Adding rebuild field 100$a for Unimarc

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding cardnumber to page display
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:13 +0000 (15:23 +0100)]
Adding cardnumber to page display

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBUG Fixing : NoZebra search
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:12 +0000 (15:23 +0100)]
BUG Fixing : NoZebra search

Bug fixing search on alphanumeral string such as EN0 couldnot work.
Bug fixing AND would be too much restrictive on results (required count of occurence of search criteria to be the same).

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSearchNZ : multiple words AND was an OR
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:11 +0000 (15:23 +0100)]
SearchNZ : multiple words AND was an OR

my $biblionumbers was badly placed
renaming operand into operator

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTranslation end.
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:10 +0000 (15:23 +0100)]
Translation end.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoGenerating index for authorities on AUTHtypecode from table auth_header
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:09 +0000 (15:23 +0100)]
Generating index for authorities on AUTHtypecode from table auth_header

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSome more translations.
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:08 +0000 (15:23 +0100)]
Some more translations.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>