koha.git
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

16 years agoMerge git://git.koha.org/pub/scm/koha
Galen Charlton [Wed, 19 Dec 2007 20:47:28 +0000 (14:47 -0600)]
Merge git://git.koha.org/pub/scm/koha

16 years agobug 1676: fixed location of OPAC_CGI_DIR for 'dev' install
Galen Charlton [Wed, 19 Dec 2007 20:43:23 +0000 (14:43 -0600)]
bug 1676: fixed location of OPAC_CGI_DIR for 'dev' install

16 years agoinstaller: munge ZEBRA_PASS only when INSTALL_ZEBRA=yes
Galen Charlton [Wed, 19 Dec 2007 20:29:38 +0000 (14:29 -0600)]
installer: munge ZEBRA_PASS only when INSTALL_ZEBRA=yes

16 years agoMerge branch 'master' of http://manage-gmc.dev.kohalibrary.com/koha-installer
Joshua Ferraro [Wed, 19 Dec 2007 19:48:55 +0000 (13:48 -0600)]
Merge branch 'master' of manage-gmc.dev.kohalibrary.com/koha-installer

16 years agoFix for bug 1617, LabelMARCview not being used
Chris Cormack [Wed, 19 Dec 2007 01:25:30 +0000 (19:25 -0600)]
Fix for bug 1617, LabelMARCview not being used

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoincorect syntax fix
Joshua Ferraro [Tue, 18 Dec 2007 22:50:39 +0000 (16:50 -0600)]
incorect syntax fix

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agonomenclature fix s/On issue/Checked out/
Joshua Ferraro [Tue, 18 Dec 2007 22:50:38 +0000 (16:50 -0600)]
nomenclature fix s/On issue/Checked out/

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing additional authors links on detail pages in opac and staff catalogs
Joshua Ferraro [Tue, 18 Dec 2007 22:50:37 +0000 (16:50 -0600)]
fixing additional authors links on detail pages in opac and staff catalogs

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadd sort_by to availability limit
Joshua Ferraro [Tue, 18 Dec 2007 22:50:36 +0000 (16:50 -0600)]
add sort_by to availability limit

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMerge git://git.koha.org/pub/scm/koha
Galen Charlton [Tue, 18 Dec 2007 23:46:54 +0000 (17:46 -0600)]
Merge git://git.koha.org/pub/scm/koha

16 years agoApplying standard dialog styles to confirmation messages
Owen Leonard [Tue, 18 Dec 2007 22:16:07 +0000 (16:16 -0600)]
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 agoSome changes to finish out Bug 1514.
Owen Leonard [Tue, 18 Dec 2007 22:16:06 +0000 (16:16 -0600)]
Some changes to finish out Bug 1514.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMarkup and style changes for new paged search results.
Owen Leonard [Tue, 18 Dec 2007 22:16:05 +0000 (16:16 -0600)]
Markup and style changes for new paged search results.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing some markup issues and alternating table row colors.
Owen Leonard [Tue, 18 Dec 2007 22:16:04 +0000 (16:16 -0600)]
Fixing some markup issues and alternating table row colors.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoA couple of changes to address issues raised by Bug 1631: City, State label. Also...
Owen Leonard [Tue, 18 Dec 2007 22:16:03 +0000 (16:16 -0600)]
A couple of changes to address issues raised by Bug 1631: City, State label. Also streamlining changecity js (no need to have inline javascript generated by the Perl script).

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAuto-submit had not been removed from sort-by menu, it had been moved from inline...
Owen Leonard [Tue, 18 Dec 2007 22:16:02 +0000 (16:16 -0600)]
Auto-submit had not been removed from sort-by menu, it had been moved from inline HTML to a jquery function in <head>. If this is not working properly, please file a bug.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoindex=kw searches now search all indexes for nozebra
Mason James [Tue, 18 Dec 2007 22:16:01 +0000 (16:16 -0600)]
index=kw searches now search all indexes for nozebra

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix so item.renewals is updated by a renewal, and a zebraop is triggered
Chris Cormack [Tue, 18 Dec 2007 20:38:23 +0000 (14:38 -0600)]
Fix so item.renewals is updated by a renewal, and a zebraop is triggered

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomembers.js - return false when validation fails.
Joe Atzberger [Tue, 18 Dec 2007 19:06:37 +0000 (13:06 -0600)]
members.js - return false when validation fails.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomemberentry.pl - dates validation, error passing to template
Joe Atzberger [Tue, 18 Dec 2007 19:06:36 +0000 (13:06 -0600)]
memberentry.pl - dates validation, error passing to template

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomemberentry.pl - $debug-ify warn messages
Joe Atzberger [Tue, 18 Dec 2007 19:06:35 +0000 (13:06 -0600)]
memberentry.pl - $debug-ify warn messages

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoinstaller: deal with permissions in fix-perl-path.PL
Galen Charlton [Tue, 18 Dec 2007 21:11:28 +0000 (15:11 -0600)]
installer: deal with permissions in fix-perl-path.PL

Files in blib generally are a-w on Unix platforms.
Modified fix-perl-path.PL to temporarily set them
o+w while file is being checked.

16 years agoinstaller: made $DEBUG in fix-perl-path.pl contigent on DEBUG env var
Galen Charlton [Tue, 18 Dec 2007 20:54:51 +0000 (14:54 -0600)]
installer: made $DEBUG in fix-perl-path.pl contigent on DEBUG env var

16 years agoinstaller: adjusted conditional for setting exported variables
Galen Charlton [Tue, 18 Dec 2007 20:53:47 +0000 (14:53 -0600)]
installer: adjusted conditional for setting exported variables

Now checks for win32, and assumes (for now) a default
for all other platforms.

16 years agoWin32 support: Added differentiation between -w perl switch in shebang line.
Chris Nighswonger [Tue, 18 Dec 2007 19:41:29 +0000 (14:41 -0500)]
Win32 support: Added differentiation between -w perl switch in shebang line.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years agoWin32 support: Switch DEBUG off and corrected warning bug.
Chris Nighswonger [Tue, 18 Dec 2007 19:16:27 +0000 (14:16 -0500)]
Win32 support: Switch DEBUG off and corrected warning bug.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years agoWin32 support: Stripped ^M line endings and various other housekeeping.
Chris Nighswonger [Tue, 18 Dec 2007 18:59:10 +0000 (13:59 -0500)]
Win32 support: Stripped ^M line endings and various other housekeeping.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years agoWin32 support: Adding a script to modify shebang lines per installation platfom.
Chris Nighswonger [Tue, 18 Dec 2007 18:59:09 +0000 (13:59 -0500)]
Win32 support: Adding a script to modify shebang lines per installation platfom.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years agoWin32 support: Moved shebang sub to separate script to be called in pl_files
Chris Nighswonger [Tue, 18 Dec 2007 18:59:08 +0000 (13:59 -0500)]
Win32 support: Moved shebang sub to separate script to be called in pl_files

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years agoInitial work on adding Win32 support to installer.
Chris Nighswonger [Mon, 17 Dec 2007 17:44:14 +0000 (12:44 -0500)]
Initial work on adding Win32 support to installer.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years agoinstaller: bug 1640: deal with '$' in passwords
Galen Charlton [Tue, 18 Dec 2007 17:31:11 +0000 (11:31 -0600)]
installer: bug 1640: deal with '$' in passwords

16 years agoinstaller: added (in some cases back) module deps
Galen Charlton [Tue, 18 Dec 2007 17:11:36 +0000 (11:11 -0600)]
installer: added (in some cases back) module deps

16 years agocase-insensitive match on query highlighting
Joshua Ferraro [Tue, 18 Dec 2007 07:34:30 +0000 (01:34 -0600)]
case-insensitive match on query highlighting

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1658: <span class="term"> in search terms
Joshua Ferraro [Tue, 18 Dec 2007 07:34:29 +0000 (01:34 -0600)]
fix for bug 1658: <span class="term"> in search terms

Also, adds google-style search query highlighting anywhere
in the record

Need to check if this fix is in the OPAC

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agosynch'ing librarian & opac hierarchy css
Paul POULAIN [Tue, 18 Dec 2007 07:34:28 +0000 (01:34 -0600)]
synch'ing librarian & opac hierarchy css

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix : the path to css has been modified
Paul POULAIN [Tue, 18 Dec 2007 07:34:27 +0000 (01:34 -0600)]
bugfix : the path to css has been modified

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1604: when doing a 'scan', "count" isn't displayed
Joshua Ferraro [Tue, 18 Dec 2007 02:25:02 +0000 (20:25 -0600)]
fix for bug 1604: when doing a 'scan', "count" isn't displayed

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding document.sortbyform.submit() for auto-submit of resort form
Joshua Ferraro [Tue, 18 Dec 2007 01:22:44 +0000 (19:22 -0600)]
adding document.sortbyform.submit() for auto-submit of resort form

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding limit without availability
Joshua Ferraro [Tue, 18 Dec 2007 01:22:43 +0000 (19:22 -0600)]
adding limit without availability

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding limit by availability to staff client
Joshua Ferraro [Tue, 18 Dec 2007 01:22:42 +0000 (19:22 -0600)]
adding limit by availability to staff client

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix limit-yr compatibility with sort_by option
Joshua Ferraro [Tue, 18 Dec 2007 01:22:41 +0000 (19:22 -0600)]
fix limit-yr compatibility with sort_by option

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago- Changes to the way patron renewals are handled. Circulation page now offers 'renew...
Owen Leonard [Tue, 18 Dec 2007 01:22:40 +0000 (19:22 -0600)]
- Changes to the way patron renewals are handled. Circulation page now offers 'renew' link alongside warning about patron expiration (as in dev_week), using the new setstatus script.

- Member pages now use member toolbar include instead of circ one
- setstatus.pl now uses 3.0's patron renewal function
- Adding missing item-bullet.gif (Bug 1659)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanging input stype="button" to input type="submit" so that form can be submitted...
Owen Leonard [Tue, 18 Dec 2007 01:22:39 +0000 (19:22 -0600)]
Changing input stype="button" to input type="submit" so that form can be submitted even if javascript is disabled.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1655, fines not displaying on moremember.pl
Chris Cormack [Mon, 17 Dec 2007 23:50:00 +0000 (17:50 -0600)]
Fix for bug 1655, fines not displaying on moremember.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding online help for Inventory/Stocktaking feature under Tools
Russel Garlick [Mon, 17 Dec 2007 23:25:11 +0000 (17:25 -0600)]
Adding online help for Inventory/Stocktaking feature under Tools

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomoremember.tmpl - remove debugging line and move the leftmost "Edit" link inside...
Joe Atzberger [Mon, 17 Dec 2007 19:24:30 +0000 (13:24 -0600)]
moremember.tmpl - remove debugging line and move the leftmost "Edit" link inside div (like the others)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoDelete extraneous empty file.
Joe Atzberger [Mon, 17 Dec 2007 19:24:29 +0000 (13:24 -0600)]
Delete extraneous empty file.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed unmatched TMPL_UNLESS
Galen Charlton [Mon, 17 Dec 2007 18:42:04 +0000 (12:42 -0600)]
fixed unmatched TMPL_UNLESS

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed reference to branchrelations.categorycode
Galen Charlton [Mon, 17 Dec 2007 18:42:03 +0000 (12:42 -0600)]
fixed reference to branchrelations.categorycode

Previous patch had referred to column as category_id,
which is incorrect.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadded 'update child to adult' dropbox option
Mason James [Mon, 17 Dec 2007 18:42:02 +0000 (12:42 -0600)]
added 'update child to adult' dropbox option

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding back result_number ... if you don't want it to show
Joshua Ferraro [Mon, 17 Dec 2007 18:37:05 +0000 (12:37 -0600)]
adding back result_number ... if you don't want it to show

up by default then we need a syspref for showing/hiding it,
rather than just removing it from the template ;-)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimprovements to query_desc and limit_desc
Joshua Ferraro [Mon, 17 Dec 2007 18:32:26 +0000 (12:32 -0600)]
improvements to query_desc and limit_desc

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding query_desc and limit_desc to staff catalog search
Joshua Ferraro [Mon, 17 Dec 2007 18:12:30 +0000 (12:12 -0600)]
adding query_desc and limit_desc to staff catalog search

when no hits found

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdates to date indexing and search processing
Joshua Ferraro [Mon, 17 Dec 2007 17:54:54 +0000 (11:54 -0600)]
Updates to date indexing and search processing

Summary of Koha 3.0 date indexing for MARC21:

Index                   Expected format         Notes
-----------------------------------------------------
date-entered-on-file    [yymmdd]                (008/0-5, indexed in word and sort indexes)
copydate                [yyyy]                  (260$c, indexed in word and sort indexes)
acqdate                 [yyyy-mm-dd]            (952$d, indexed in date,word,sort indexes)
pubdate                 [yyyy]                  (008/7-10, indexed in year,word,sort indexes)

Template Search Parameters Tested:
        limit-yr (either yyyy or yyyy-yyyy) (added processing for ge le, structure attribute st-numeric, etc.)
        yr pubdate (yyyy)
        acqdate,st-date-normalized (yyyy-mm-dd)

Template Sort Parameters Tested:
        pubdate_dsc
        pubdate_asc
        acqdate_dsc
        acqdate_asc

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