[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.00-55-gd5808ff

Git repo owner gitmaster at git.koha-community.org
Wed May 16 04:47:27 CEST 2012


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.8.x has been updated
       via  d5808ffd41bec6d3388d86753a1eb8a638b06ed5 (commit)
       via  0dba911f267f6aad2771faab2f01eb8db40a9270 (commit)
       via  44d85b459872e57ee12e7c7d2551c70824b6f2e9 (commit)
      from  5fea1d6f11a9845ecc61e6b5d129d2dc43901c04 (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 d5808ffd41bec6d3388d86753a1eb8a638b06ed5
Author: Stéphane Delaune <stephane.delaune at biblibre.com>
Date:   Thu May 3 13:46:51 2012 +0200

    Bug 8041: lost items are no longer available in search
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 0dba911f267f6aad2771faab2f01eb8db40a9270
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Apr 24 16:43:56 2012 +1200

    Bug 8001: [SIGNED-OFF] improve styling potential of the tag list
    
    This adds the class name "tagterm" to the terms in the list of a user's
    tags in the OPAC, allowing them to be seperately styled.
    
    signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 44d85b459872e57ee12e7c7d2551c70824b6f2e9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Mar 15 16:27:07 2012 -0400

    Bug 7722 - Insidious problem with searching
    
    I cannot find the root cause of this issue, but multiple libraries that I am aware of have problems searching on particular search terms ( and never the same terms at the same library ). The error they get when they trigger this problem is:
    
    Tag "" is not a valid tag. at /home/koha/kohaclone/C4/Biblio.pm line 1849
    
    Something somewhere is adding empty keys to C4::Context->marcfromkohafield, I think it may have something to do with the analytics feature that was added.
    
    In the while loop for TransformKohaToMarc, there is a line
    
    next unless my $dtm = $db_to_marc->{''}->{$name};
    
    I don't think it's working.
    If I dump $dtm, for each search, I see the dump twice.
    It looks like this:
    $VAR1 = [
               '952',
               'w'
             ];
     $VAR1 = [];
    I think the second time, when it is empty is what's breaking this.
    The next never fails because even though it is empty, it is still a valid arrayref.
    
    The solution I have some up with is to skip over the elements where the arrayref is empty.
    
    Signed-off-by: Ian Walls <koha.sekjal at gmail.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Biblio.pm                                     |    1 +
 C4/Search.pm                                     |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list