koha.git
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>
16 years agoAdapting things to new API
Henri-Damien LAURENT [Thu, 20 Dec 2007 14:23:07 +0000 (15:23 +0100)]
Adapting things to new API

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

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix new installer on macosx.
Daniel BÃ\83¼nzli [Thu, 20 Dec 2007 20:15:06 +0000 (14:15 -0600)]
Fix new installer on macosx.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes to search results list, ccl.properties tweak
Joshua Ferraro [Thu, 20 Dec 2007 23:33:07 +0000 (17:33 -0600)]
fixes to search results list, ccl.properties tweak

patch updateitem.pl (was failing ... missing 'my')
update OPAC results
fix limit by availability

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoved superfluous and unclosed TMPL_IF
Galen Charlton [Thu, 20 Dec 2007 02:28:15 +0000 (20:28 -0600)]
removed superfluous and unclosed TMPL_IF

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago2nd try:Fixed buggy NoZebra cataloguing search when search term does not exist in...
Chris Nighswonger [Thu, 20 Dec 2007 02:28:14 +0000 (20:28 -0600)]
2nd try:Fixed buggy NoZebra cataloguing search when search term does not exist in any record.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixed buggy NoZebra cataloguing search when search term does not exist in any record.
Chris Nighswonger [Thu, 20 Dec 2007 02:28:13 +0000 (20:28 -0600)]
Fixed buggy NoZebra cataloguing search when search term does not exist in any record.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoEven more applying standard dialog styles to confirmation messages. Also fixing alter...
Owen Leonard [Thu, 20 Dec 2007 02:28:12 +0000 (20:28 -0600)]
Even more applying standard dialog styles to confirmation messages. Also fixing alternating table row colors in stopwords.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore applying standard dialog styles to confirmation messages
Owen Leonard [Thu, 20 Dec 2007 02:28:11 +0000 (20:28 -0600)]
More applying standard dialog styles to confirmation messages

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1427
Chris Cormack [Wed, 19 Dec 2007 22:26:01 +0000 (16:26 -0600)]
Fix for bug 1427

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix bad behaviour of Label Batches table when Generate PDF link is clicked in staff...
Chris Nighswonger [Wed, 19 Dec 2007 19:46:55 +0000 (13:46 -0600)]
Fix bad behaviour of Label Batches table when Generate PDF link is clicked in staff client.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving white spaces from directory and filenames as they restrict portability acros...
Chris Nighswonger [Wed, 19 Dec 2007 18:29:07 +0000 (12:29 -0600)]
Removing white spaces from directory and filenames as they restrict portability across OS platforms.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoved hardcoded paths to yui libs
Chris Nighswonger [Wed, 19 Dec 2007 18:29:06 +0000 (12:29 -0600)]
Removed hardcoded paths to yui libs

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBugFix : authorities resultlist display was missing one item on end of list.
Henri-Damien LAURENT [Wed, 19 Dec 2007 18:29:05 +0000 (12:29 -0600)]
BugFix : authorities resultlist display was missing one item on end of list.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBUG Fixing : invalid dates would make Serials die ungracefully
Henri-Damien LAURENT [Wed, 19 Dec 2007 18:29:04 +0000 (12:29 -0600)]
BUG Fixing : invalid dates would make Serials die ungracefully

GetNextSeq calls to Date::Calc is now caught in evals so that invalid dates would not make it die.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoviewlog.tmpl + calendar.inc: builds Date_from_syspref javascript function.
Joe Atzberger [Wed, 19 Dec 2007 18:29:03 +0000 (12:29 -0600)]
viewlog.tmpl + calendar.inc: builds Date_from_syspref javascript function.

This is likely the durable fix to bridge the gap between syspref on the server
and client side validation scripts.  It may be useful to separate Date_from_syspref
from the calendar js, but at this time their applicability is 1-to-1.
Note also js debug variable and CGI param('debug') responsiveness.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoviewlog.pl - fixes bug 1657, passes DHTMLcalendar_dateformat
Joe Atzberger [Wed, 19 Dec 2007 18:29:02 +0000 (12:29 -0600)]
viewlog.pl - fixes bug 1657, passes DHTMLcalendar_dateformat

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomemberentry.pl - fixes inappropriate use of map in void context, tweaks debug for CGI
Joe Atzberger [Wed, 19 Dec 2007 18:29:01 +0000 (12:29 -0600)]
memberentry.pl - fixes inappropriate use of map in void context, tweaks debug for CGI

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMerge branch 'master' of http://manage-gmc.dev.kohalibrary.com/koha-installer
Joshua Ferraro [Wed, 19 Dec 2007 21:10:02 +0000 (15:10 -0600)]
Merge branch 'master' of manage-gmc.dev.kohalibrary.com/koha-installer