[koha-commits] main Koha release repository branch, master, updated. v3.02.00-beta-118-gc0e773c

Git repo owner gitmaster at git.koha-community.org
Wed Oct 6 12:19:04 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  c0e773c6e63b9b585764e9477532408c2939ede6 (commit)
       via  3a3b6ba5d8fee454422cb8115b73d8adc585034f (commit)
       via  4bd749251893e680a166b7cf31cd6e0d24b443fc (commit)
       via  03ff10ba024ca5f8239f6d9b3ca51900b305817c (commit)
       via  b357e728bca159ab8f1efd547bd9e4da6ffb6d48 (commit)
       via  e4f37fde48b1d5422a4584018da3dc35437e4498 (commit)
       via  0c6250f75436950b39de0be2d6a06fa763f53233 (commit)
       via  9f7f61be4a3bc9f174c7001c32eac9a91c3ee571 (commit)
       via  0594a2f17d3c7ece6a1df69ebb8150e27ce07220 (commit)
      from  08fb9eadc3fd0d7fd49d2fffe6734bced75d084e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c0e773c6e63b9b585764e9477532408c2939ede6
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Oct 5 07:48:25 2010 -0400

    Bug 2664: Add item should preselect logged in branch
    
    An earlier fix to stop branch values being overwritten in
    edit items was causing the branch value to be unset when adding items
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 3a3b6ba5d8fee454422cb8115b73d8adc585034f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 4 11:11:11 2010 -0400

    Fix for Bug 5265, error message on lists is misleading
    
    The check to see if an item exists always evaluates as true.
    Correcting this lets the script handle the error as it
    was designed to.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 4bd749251893e680a166b7cf31cd6e0d24b443fc
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Sep 16 08:11:35 2010 -0400

    Bug 5081 - let the ISBN be saved on new manual orders
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 03ff10ba024ca5f8239f6d9b3ca51900b305817c
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Thu Sep 16 08:37:38 2010 -0400

    Bug 5201 Patron surname dropped
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit b357e728bca159ab8f1efd547bd9e4da6ffb6d48
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Sep 16 10:29:29 2010 -0400

    Fix for Bug 5222 - 600 t not showing with xslt on
    
    Original commit message was for 650 field, but fix works for 600.  See bug report.
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit e4f37fde48b1d5422a4584018da3dc35437e4498
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sat Sep 25 10:47:18 2010 -0400

    Bug 4305 Get Amazon book covers for ISBN13
    
    The way Koha get book cover from Amazon doesn't work from biblio records
    having ISBN13 because Amazon expect an ISBN10. This patch transforms
    ISBN13 into ISBN10 before sending it to Amazon.
    
    Warning! On some devel installations, you will have to install by hand a
    new CPAN depency:
    
      Business::ISBN
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 0c6250f75436950b39de0be2d6a06fa763f53233
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Tue Sep 28 21:26:14 2010 -0400

    Bug 5187: Show place of publication (MARC21, 260$c), XSLT
    
    Show place of puplication in
    - OPAC result list
    - OPAC detail
    - staff detail
    
    The normal display does already show the place of publication, but it's missing from the XSLT controlled displays.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 9f7f61be4a3bc9f174c7001c32eac9a91c3ee571
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Sep 29 21:13:14 2010 +1300

    Fix Bug 5261 broken link in Local Use sysprefs
    
    This patch eliminates the sysprefs-menu.inc include file and changes the
    systempreferences.pl and systempreferences.tmpl files to work with the
    prefs-menu.inc instead. This will centralize the syspref tabs and make it
    easier to modify tabs in the future if necessary.
    
    This commit also changes the default tab to Acquisitions, since the Local Use
    tab does not work with preferences.pl at present.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 0594a2f17d3c7ece6a1df69ebb8150e27ce07220
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Thu Sep 30 17:36:14 2010 -0400

    Add 3 more links to Ohloh to about page
    
    - Markus Enger (asked for permission)
    - Jared Camins-Esakov (asked for permission)
    - Katrin Fischer
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Installer/PerlDependencies.pm                   |    5 ++++
 C4/Koha.pm                                         |   21 +++++++------------
 C4/VirtualShelves/Page.pm                          |    3 +-
 acqui/addorder.pl                                  |    2 +-
 admin/preferences.pl                               |    3 +-
 admin/systempreferences.pl                         |    2 +-
 cataloguing/additem.pl                             |    5 +++-
 install_misc/apt-get-debian-lenny.sh               |    1 +
 .../prog/en/includes/sysprefs-menu.inc             |   20 -------------------
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl |    6 ++--
 .../prog/en/modules/admin/systempreferences.tmpl   |    2 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    4 +-
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |    4 +-
 .../prog/en/xslt/MARC21slim2OPACResults.xsl        |    2 +-
 members/memberentry.pl                             |    2 +-
 15 files changed, 34 insertions(+), 48 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list