[koha-commits] main Koha release repository branch, new/awaiting_qa/enh/bug_5584, updated. v3.02.00-515-g4714e55

Git repo owner gitmaster at git.koha-community.org
Tue Jan 11 10:43:30 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, new/awaiting_qa/enh/bug_5584 has been updated
       via  4714e55ff893f7dff25b2830bb2539992d9ad6f9 (commit)
      from  b1594aadd46e83d88caebe2d86413e3c29606898 (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 4714e55ff893f7dff25b2830bb2539992d9ad6f9
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Tue Jan 11 09:54:55 2011 +0100

    fix for #5584 noticed by owen
    
    I don't know why, but the merge resulted in a really broken patch in opac-search.pl
    
    Instead of just :
    
    +     					    "limit_desc" => $limit_desc,
    +                            "limit_cgi"  => $limit_cgi,
    -				AddSearchHistory($borrowernumber, $cgi->cookie("CGISESSID"), $query_desc, $query_cgi, $total);
    +				AddSearchHistory($borrowernumber, $cgi->cookie("CGISESSID"), $query_desc, $query_cgi, $limit_desc, $limit_cgi, $total);
    
    as in BibLibre repo, there was a lot of code moved, resulting in broken script.
    
    This patch revert the wrong patch and introduce what is expected
    (it's not fully a revert because the other part of the patch, that includes updatedatabase & other things was OK, only opac-search was broken

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

Summary of changes:
 opac/opac-search.pl |  147 +++++++++++++++++++++------------------------------
 1 files changed, 61 insertions(+), 86 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list