[koha-commits] main Koha release repository branch master updated. v3.18.00-323-gb2ccd0f

Git repo owner gitmaster at git.koha-community.org
Thu Feb 12 19:31:12 CET 2015


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  b2ccd0f3a208f8920eda0552fb4f5fc773e23901 (commit)
       via  a0e5d77a719443c6616194a898795f70d34d6ebc (commit)
      from  a23c551f3012eb1413b25ac2ef867500d5eca9fb (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 b2ccd0f3a208f8920eda0552fb4f5fc773e23901
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Nov 3 09:31:27 2014 -0500

    Bug 13189 - Patron card creator patron search browse by last name broken by extended attributes
    
    The browse by last name letters on the patron search for the patron card
    creator doesn't work quite right. If extended patron attributes are
    disabled, it works fine, but if they are enabled, they are searched even
    when using the browse last name. Thus, if a searchable attribute has a
    "D" in it, and one clicks the "D" link for the last name browser, that
    patron will show even if he or she has no "D" in his or her hame!
    
    Test Plan:
    1) Enable extended patron attributes
    2) Add a new searchable patron attribute
    3) Create a new patron with the last name "Ace"
    4) Add the value "D" to the attribute for this patron
    5) Browse to the patron card maker, start a new patron batch
    6) Click "Add item(s)" to bring up the patron search
    7) Click the letter "D" in the patron search box
    8) Note that "Ace" shows in the results list
    9) Apply this patch
    10) Repeat step 7
    11) Note that "Ace" no longer shows in the results list
    12) Perform a regular search by putting the letter "D" in the "Name:"
        field, and hit the "Search" button
    13) Note this time the results *do* have Ace in them
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      Well described for a tricky bug. Reproducible. Fixed with this patch.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    This works as described, no problems or regressions found.

commit a0e5d77a719443c6616194a898795f70d34d6ebc
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 26 15:14:59 2014 +0100

    Bug 13343: Embed items when send a basket/shelf
    
    When a basket/shelf is downloaded, items are embedded, but not when
    sending it by email.
    
    We would expect to get the same file.
    
    Test plan:
    On Opac and intranet:
    1/ Add records with items to your basket and send it by email.
    Verify the file contains items.
    2/ Add records with items to a list and send it by email.
    Verify the file contains items.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Members.pm                                                     |    4 ++--
 basket/sendbasket.pl                                              |    2 +-
 .../intranet-tmpl/prog/en/modules/patroncards/members-search.tt   |    2 +-
 opac/opac-sendbasket.pl                                           |    2 +-
 opac/opac-sendshelf.pl                                            |    2 +-
 patroncards/members-search.pl                                     |    5 +++--
 virtualshelves/sendshelf.pl                                       |    2 +-
 7 files changed, 10 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list