[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-32-gaabe1e7

Git repo owner gitmaster at git.koha-community.org
Tue Oct 9 23:39:54 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  aabe1e7cb3d256172fd81d0e2c81139ad600b4fe (commit)
       via  499117260638132982e4db546105a2af708cf3c6 (commit)
       via  5e3733fc823af61c81fe1db916c838c2f15d6023 (commit)
      from  879443e9d8d8d2c36d134d4172cf808ef6e0abb3 (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 aabe1e7cb3d256172fd81d0e2c81139ad600b4fe
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Tue Oct 9 18:03:05 2012 +0200

    Bug 7873 follow-up s/tab/4spaces/
    
    Conflicts:
    
    	koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 499117260638132982e4db546105a2af708cf3c6
Author: Adrien Saurat <adrien.saurat at biblibre.com>
Date:   Fri Sep 21 10:53:03 2012 +0200

    Bug 7873: fixes sort on Title in OPAC basket
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Reproduced wrong title sort without patch.
    Sort works as expected with patch.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 5e3733fc823af61c81fe1db916c838c2f15d6023
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Sep 19 00:05:24 2012 +0800

    Bug 8772 - Uninitialized variable triggers error log entry in smart_rules.pl
    
    Changed declartion from:
      my $op = $input->param('op');
    to
      my $op = $input->param('op') || q{};
    in order to give an empty string default preventing error
    logs from filling needlessly.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    The patch removes warnings like:
    Use of uninitialized value $op in string eq at...
    
    However there is one more warning, but it is not related to $op (addressed by this patch):
    smart-rules.pl: Use of uninitialized value in string ne at .../admin/smart-rules.pl line 388.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 admin/smart-rules.pl                               |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt |  162 +++++++++++---------
 2 files changed, 94 insertions(+), 70 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list