[koha-commits] main Koha release repository branch, 3.4.x, updated. v3.04.00-12-g15683e6

Git repo owner gitmaster at git.koha-community.org
Thu Apr 28 14:55:16 CEST 2011


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, 3.4.x has been updated
       via  15683e60e4ff9feb8b678476bc82635aca193a57 (commit)
       via  c1345f548e824f5b159ab7491bc7f579eb0635db (commit)
       via  e561e0e2f631f3042668fae5c23be973d887acf5 (commit)
       via  7a7d9a38b72bdb10ad37bd45cda2d9b3a7d87209 (commit)
       via  0a60cee13762ac0146399193397602e00f54f9e9 (commit)
       via  0c46ecaeb6cdd1242c55580951c0d96ad1b433ee (commit)
       via  5697aafe7b667b8742ed8511034c8b91690131a7 (commit)
       via  09dd847903623b54660da51b02cefe96c4ab3cd9 (commit)
       via  a9861dab2966acb63019ffcee44dcdca7beab8c4 (commit)
      from  091cd69f44e871990d511917d4aa93960fea567f (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 15683e60e4ff9feb8b678476bc82635aca193a57
Author: Jared Camins-Esakov <jcamins at bywatersolutions.com>
Date:   Wed Apr 13 10:03:03 2011 -0400

    Bug 3543: split NLM call numbers in label creator
    
    Split NLM call numbers using the same rules as those used for Library of
    Congress call numbers.
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 139f7343f42c32e4bc1981bc072cf6ba05b20c0b)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit c1345f548e824f5b159ab7491bc7f579eb0635db
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Apr 25 18:27:34 2011 -0400

    Bug 5445: Nicer breadcrumbs when ordering from different sources
    
    Replaces previous patch. Also fixes ordering from existing records.
    
    While it was possible to go back to vendor and basket page when ordering
    from a new suggestion the other odering options missed those 'crumbs'.
    
    This patch makes the breadcrumbs for all orderings options consistent and
    makes it possible to navigate back to the vendor or basket from all
    pages.
    
    - from existing record
    - from staged record
    - from external source
    - from empty record
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 883bc625b29f8d36064724479fe975e8b6b22f1a)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit e561e0e2f631f3042668fae5c23be973d887acf5
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Thu Apr 21 00:46:34 2011 -0400

    Bug 3202: creating new 'child' categorytype patrons doesn't set branch properly
    
    If a guarantor search is not being performed, the creation of any Child category_type patron will
    not default to the currently logged in branch, but rather the first branch alphabetically.
    
    Adding a test for the existence of any guarantor branch data before assigning it clears up this problem
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit b08be41d41b2c974ed338d7ed3fff31ffcd848bf)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 7a7d9a38b72bdb10ad37bd45cda2d9b3a7d87209
Author: Jared Camins-Esakov <jcamins at bywatersolutions.com>
Date:   Sun Apr 10 17:32:26 2011 -0400

    Bug 6153: Display imprint subfields in order
    
    Prior to this patch, the imprint (field 260) was displayed out-of-order on the
    MARC21 XSLT record detail page. For example, the following data:
    =260  \\$aNew York :$bHarper,$c2003$g(2005 printing)
    Displayed as:
    Harper, New York : 2003 (2005 printing)
    Instead of:
    New York : Harper, 2003 (2005 printing)
    
    Even more problematically, the following data:
    =260  \\$a[S.l. :$bs.n.],$c1860.
    Displayed as:
    s.n.], [S.l. : 1860
    Instead of:
    [S.l. : s.n.], 1860.
    
    This patch changes the MARC21 OPAC Details display to display the imprint
    subfields in the proper order (as the Results display already does).
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 694f0fbeaf1f6896fe476977786e561c78946986)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 0a60cee13762ac0146399193397602e00f54f9e9
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Sun Apr 17 23:35:21 2011 -0400

    Bug 6194 Suppress punctuation when no location
    
    Template was showing empty parentheses when no location
    data was present. Punctuation should be dependent on
    the variable being set
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 1c13785fed0473fbf631b047c5d543cac121ef43)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 0c46ecaeb6cdd1242c55580951c0d96ad1b433ee
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Apr 24 17:58:45 2011 +0200

    Bug 6257: Fix broken MARC documentation links
    
    Another TT issue.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 8aa1bac805f05d3538cb00c6b64b2edf71f12dec)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 5697aafe7b667b8742ed8511034c8b91690131a7
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Apr 25 12:35:28 2011 -0400

    Bug 6263: shelf browser broken in 3.4
    
    Another problem with TT.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 3a7edeeab44e721286408bdbcb6ea407f6251e46)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 09dd847903623b54660da51b02cefe96c4ab3cd9
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Apr 25 11:34:04 2011 +0200

    Move nb-NO-i-staff-prog-v-3002000.po -> nb-NO-i-staff-t-prog-v-3002000.po
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 00f5953924fe8f3082540c7f62d54c62e4125a86)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit a9861dab2966acb63019ffcee44dcdca7beab8c4
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Apr 25 11:25:13 2011 +0200

    Bug 6228: Show active currency in system preferences
    
    Some system preferences like maxoutstanding should show the
    active currency behind the value. The code for this was not
    translated to Template Toolkit.
    
    Will change strings, so probably for 3.4.1
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 0f453776ff8859cd3017d6de43a7e215845cf44e)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Labels/Label.pm                                 |    2 +-
 acqui/z3950_search.pl                              |    8 +++++++-
 .../prog/en/modules/acqui/addorderiso2709.tt       |    2 +-
 .../prog/en/modules/acqui/neworderbiblio.tt        |    2 +-
 .../prog/en/modules/acqui/neworderempty.tt         |    2 +-
 .../prog/en/modules/acqui/z3950_search.tt          |    2 +-
 .../en/modules/admin/preferences/circulation.pref  |    4 ++--
 .../prog/en/modules/admin/preferences/opac.pref    |    2 +-
 .../prog/en/modules/admin/preferences/patrons.pref |    2 +-
 .../prog/en/modules/cataloguing/addbiblio.tt       |    2 +-
 .../prog/en/modules/serials/serials-collection.tt  |    3 ++-
 .../prog/en/modules/serials/serials-edit.tt        |    3 ++-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    2 +-
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |    7 ++++++-
 members/memberentry.pl                             |    2 +-
 ...002000.po => nb-NO-i-staff-t-prog-v-3002000.po} |    0
 16 files changed, 29 insertions(+), 16 deletions(-)
 mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl
 rename misc/translator/po/{nb-NO-i-staff-prog-v-3002000.po => nb-NO-i-staff-t-prog-v-3002000.po} (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list