koha.git
16 years agoFix for typo in Insert line in updatedatabase.pl
Chris Cormack [Wed, 26 Dec 2007 19:04:28 +0000 (13:04 -0600)]
Fix for typo in Insert line in updatedatabase.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding OPACItemsResultsDisplay syspref & bumping to version 036
Paul POULAIN [Wed, 26 Dec 2007 18:55:34 +0000 (12:55 -0600)]
Adding OPACItemsResultsDisplay syspref & bumping to version 036

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving some code that is for staff, not for opac
Paul POULAIN [Wed, 26 Dec 2007 18:55:33 +0000 (12:55 -0600)]
removing some code that is for staff, not for opac

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoreplacing SHELF_LOC by LOC, as decided with kados on the chat
Paul POULAIN [Wed, 26 Dec 2007 18:55:32 +0000 (12:55 -0600)]
replacing SHELF_LOC by LOC, as decided with kados on the chat

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix to handle notforloan authorised values (we now handle wthdrawn, itemlost, damaged...
Paul POULAIN [Wed, 26 Dec 2007 18:55:31 +0000 (12:55 -0600)]
fix to handle notforloan authorised values (we now handle wthdrawn, itemlost, damaged AND notforloan fields)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomapping items.onloan to 995$n (to handle biblio status from zebra)
Paul POULAIN [Wed, 26 Dec 2007 18:55:30 +0000 (12:55 -0600)]
mapping items.onloan to 995$n (to handle biblio status from zebra)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix typo: "Ok" => "OK"
Galen Charlton [Wed, 26 Dec 2007 18:55:29 +0000 (12:55 -0600)]
fix typo: "Ok" => "OK"

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoved unmatched /TMPL_IFs
Galen Charlton [Wed, 26 Dec 2007 18:55:28 +0000 (12:55 -0600)]
removed unmatched /TMPL_IFs

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoprefixing all holdings auth values with HINGS
Joshua Ferraro [Wed, 26 Dec 2007 16:40:58 +0000 (10:40 -0600)]
prefixing all holdings auth values with HINGS

16 years agomodrequest.pl did not previously have auth checking, security bug!
Joshua Ferraro [Tue, 25 Dec 2007 19:56:25 +0000 (14:56 -0500)]
modrequest.pl did not previously have auth checking, security bug!

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving unused ReadingHistory syspref
Joshua Ferraro [Tue, 25 Dec 2007 18:50:27 +0000 (13:50 -0500)]
removing unused ReadingHistory syspref

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1696: Reading record page fails
Joshua Ferraro [Tue, 25 Dec 2007 18:27:35 +0000 (13:27 -0500)]
fix for bug 1696: Reading record page fails

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving postgres sql from main installaer dir, it exists in data/Pg/, though in...
Joshua Ferraro [Tue, 25 Dec 2007 17:50:47 +0000 (12:50 -0500)]
removing postgres sql from main installaer dir, it exists in data/Pg/, though in a different form, Chris, please double-check that I haven't removed the latest one and if so, git revert and git mv it into the right slot.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix to bug 1569
Joshua Ferraro [Tue, 25 Dec 2007 17:45:52 +0000 (12:45 -0500)]
fix to bug 1569

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWARNING: BIGFIXING 670
Joshua Ferraro [Tue, 25 Dec 2007 17:06:52 +0000 (12:06 -0500)]
WARNING: BIGFIXING 670

670 is primarily about the status of a biblio or item that's got a
hold on it ... specifically the 'in transit' and 'waiting' status.
It applies to the following pages.

* request.pl - tested
* detail.pl - tested
* circulation.pl - tested
* moremember.pl - tested
* opac-user.pl - doesn't show transit status, but only shows waiting
when item has arrived at the pickup library
* opac-detail.pl - doesn't show hold statuses

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug 1368 - remove FOREIGN_KEY_CHECKS = 0 from installer
Galen Charlton [Tue, 25 Dec 2007 07:26:05 +0000 (01:26 -0600)]
bug 1368 - remove FOREIGN_KEY_CHECKS = 0 from installer

[1] Web installer no longer sets FOREIGN_KEY_CHECKS = 0
    when loading frameworks and sample SQL.
[2] Removed FOREIGN_KEY_CHECKS = 0 from SQL scripts
[3] Fixed FK issues in en/optional/sample_patrons.sql

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed typo in directory name
Galen Charlton [Tue, 25 Dec 2007 07:26:04 +0000 (01:26 -0600)]
fixed typo in directory name

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdating README.debian
Chris Nighswonger [Tue, 25 Dec 2007 07:26:03 +0000 (01:26 -0600)]
Updating README.debian

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIMPORTANT - replaced TransformMarcToKoha
Galen Charlton [Tue, 25 Dec 2007 07:26:02 +0000 (01:26 -0600)]
IMPORTANT - replaced TransformMarcToKoha

Replaced with FasterTransformMarcToKoha
from a previous commit.  Main differences are:

[1] At least twice as fast because of improvement
    in algorithm for processing the MARC record --
    each tag is processed only once.
[2] Fixed bug where biblio.notes would end up with
    an extra ' | ' at the end.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobulkmarcimport: enable MARC-8 to UTF-8 conversion
Galen Charlton [Tue, 25 Dec 2007 07:26:01 +0000 (01:26 -0600)]
bulkmarcimport: enable MARC-8 to UTF-8 conversion

Enabled automatic conversion of MARC-8 records to
UTF-8.  Record is converted if its Leader/09 contains
a blank and the -s (skip) option hasn't been supplied
on the command-line.  Any record that cannot be converted
to UTF-8 is skipped.

Also now use Unicode Normalization Form C (NFC) for
records converted from MARC-8.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed C4::Dates usage that caused crash of orderreceive.pl
Galen Charlton [Tue, 25 Dec 2007 07:26:00 +0000 (01:26 -0600)]
fixed C4::Dates usage that caused crash of orderreceive.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoved extraneous comments
Galen Charlton [Tue, 25 Dec 2007 07:25:59 +0000 (01:25 -0600)]
removed extraneous comments

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimproved error detection in AddBiblioAndItems
Galen Charlton [Tue, 25 Dec 2007 07:25:58 +0000 (01:25 -0600)]
improved error detection in AddBiblioAndItems

Introduced new C4::Biblio function CheckItemPreSave,
which checks for duplicate barcodes and invalid
branch codes.  Not yet sure whether this function
needs to be exported or whether it will just be
used internally to C4::Bibli.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed error message when branch cannot be saved
Galen Charlton [Tue, 25 Dec 2007 07:25:57 +0000 (01:25 -0600)]
fixed error message when branch cannot be saved

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoved superfluous comments
Galen Charlton [Tue, 25 Dec 2007 07:25:56 +0000 (01:25 -0600)]
removed superfluous comments

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
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>