[koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.03-23-g9facc26

Git repo owner gitmaster at git.koha-community.org
Thu Feb 3 14:09:55 CET 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.2.x has been updated
       via  9facc2612104d989e77de932f2a60bc9f3352c5c (commit)
       via  7f9eec6920dc096f82f56b69046866a5ad45243b (commit)
       via  156a6bb1a0394ce9c506127744c3031e6913c14c (commit)
       via  619e788d4fb75c8241a0db08f70b01c71811cb6b (commit)
       via  f60ec1e18f2668f870231bffc9b424b413fe3c91 (commit)
       via  ddaf8ac1470dbcca7a1a81f25e45a635fb4cae95 (commit)
       via  d7e567302f3ce444b781e157e5542aa92853ee36 (commit)
      from  1e97507fc16270f3eaaf0315059fd2680e7b74cf (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 9facc2612104d989e77de932f2a60bc9f3352c5c
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Feb 3 22:52:36 2011 +1300

    Fixing a syntax error, that snuck in with a merge
    (cherry picked from commit e29aca325d199468673365ee7540760b38630833)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 7f9eec6920dc096f82f56b69046866a5ad45243b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Aug 17 12:58:33 2010 -0400

    Fix for Bug 3319 - Need error message when adding patron and libraries are defined
    
    - Hiding patron add toolbar when branches or categories are undefined
    - Blocking patron entry form if branches or categories are undefined
    - Removing nonfunctional template logic for displaying missing category
      error message.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit e6a3029470501b3a8269986c1448d5f8b2d6b7f2)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 156a6bb1a0394ce9c506127744c3031e6913c14c
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Wed Jan 5 11:45:52 2011 +0100

    Bug 3212 Force leader 9 position to 'a' for new biblios
    
    When Creating a new biblio record, if the cataloguer doesn't use the leader
    plugin, a biblio record can be saved with a leader not containing a 'a' in 9
    position. If the biblio contains UTF-8 characters, its decoding can fail.
    
    This issue applies to MARC-21 not UNIMARC.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit f1f36a0c940fa53a5671b379a31d77c2cbe40a7f)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 619e788d4fb75c8241a0db08f70b01c71811cb6b
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Jan 31 16:19:49 2011 +0000

    Bug 5673: test guarantorid consistently
    
    Incorrect checking of guarantorid was causing moremember.pl to
    try and construct addresses using data from non-existent guarantors
    ensure that test is consistently checking that value is defined and not
    '', '0' or 0 [ i.e. what perl does for you anyway!!]
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 49b5f77194ccf688e95b3fbb5f08ea5ba18f7f7e)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit f60ec1e18f2668f870231bffc9b424b413fe3c91
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Sun Jan 30 21:43:55 2011 -0500

    Bug 2341: items marked 'on order' not reserveable from search results
    
    Items created as part of the acquisitions process, and assigned the temporary notforloan value of -1,
    cannot be placed on hold from the search results in either the OPAC or staff client (the link is missing).
    
    This patch changes the evaluation of items->notforloan from a Boolean (if $items->{notforloan}) to a comparison
    (if $items->{notforloan} > 0).  Any notforloan status with a negative value can therefore be reserved.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit f692123bf1b2b843d348a897852018caa04de76f)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit ddaf8ac1470dbcca7a1a81f25e45a635fb4cae95
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed Feb 2 20:32:32 2011 -0500

    Bug: 4263 - Repeatable subfields in items
    
    Squashed commit of the following:
    
    commit f441094d5095d165eab18340c983a831cce8f6e0
    Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
    Date:   Mon Jul 5 20:33:23 2010 +0200
    
        bug4263 followup : Can't blank subfields
    
        Previous bug4263 reintroduced bug 2466: fix clearing item field
        This keeps bug4263 followup to be assigned (donot blank dateaccessioned)
        But also allow to blank item subfields.
    
    commit 92889b766c41b48bdd0e3a33ca4b183b1e259805
    Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
    Date:   Fri Apr 23 13:54:30 2010 +0200
    
        (bug #4263) dateaccessionned is cleaned on item modification
    
        Every item modification, date accessionned is cleaned, if there is no modification made, we must'nt reset to "undef" the value.
    
    commit 5abb2db16b2564d32e84b7cc680acbc301d73179
    Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
    Date:   Tue Mar 2 09:57:33 2010 +0100
    
        (bug #4263) fix the edition of items with repeatable subfields
    
        The subfield management in item level is broken, fields are concatenated in one field, and if the librarian edit it, the values are not selected.
        This big patch fix three things:
         1) saving fields that are stocked in SQL(using koha2marc mapping) are now well cut and separated in _REAL_ subfields
         2) loading records with repeatable subfields are now well returned
         3) Editing items with repeatable fields works well
    
    Signed-off-by: Chris Nighswonger <cnighswonger at foundations.edu>
    
    Bug 4263 Removing extranious block of code
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit aa398ed055a7226ba02d6559b297cb172b3ce3df)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit d7e567302f3ce444b781e157e5542aa92853ee36
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed Feb 2 19:40:10 2011 -0500

    Bug 4931: Stocking can be by homebranch or holding branch
    
    Squashed commit of the following:
    
    commit 105de81639cbac5084e4a5c099b19569043e69ff
    Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
    Date:   Tue Jul 13 11:58:01 2010 +0200
    
        (bug #4931) fix forgottens input in buttons
    
        the previous patch missed an hidden input in next buttons that break next page. This fix it.
    
    commit db00295a6b9d1d36fc888ba6a0558011fd6884ba
    Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
    Date:   Fri Jul 2 15:27:59 2010 +0200
    
        (bug #4931) add the ability to choose home or holding branch in stocktaking
    
        This add radio box in stocktaking to base it on home or holdingbranch
    
    Signed-off-by: Chris Nighswonger <cnighswonger at foundations.edu>
    
    Bug 4391 Followup: Adding back lost declaration of $branchcode
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 35b47b6ff71ea2bcfc699ec35132756d01bfadd3)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Biblio.pm                                       |   21 +-
 C4/Items.pm                                        |   49 ++-
 C4/Search.pm                                       |    2 +-
 cataloguing/additem.pl                             |  443 +++++++++++---------
 .../prog/en/includes/patron-toolbar.inc            |    2 +
 .../prog/en/modules/members/member.tmpl            |    5 +
 .../prog/en/modules/members/memberentrygen.tmpl    |   12 +-
 .../prog/en/modules/tools/inventory.tmpl           |    6 +
 members/memberentry.pl                             |   39 ++-
 members/members-home.pl                            |   27 +-
 members/moremember.pl                              |    2 +-
 members/update-child.pl                            |    2 +-
 tools/inventory.pl                                 |    4 +-
 13 files changed, 358 insertions(+), 256 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list