[koha-commits] main Koha release repository branch new/bug_6875 updated. v3.06.00-560-g1ddc932

Git repo owner gitmaster at git.koha-community.org
Fri Feb 17 09:08:08 CET 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, new/bug_6875 has been updated
       via  1ddc9322dfc13ef7f1e930692bfd2cb3771b102b (commit)
      from  c004b88f5a907227af0249bd9516ea7e868a8f76 (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 1ddc9322dfc13ef7f1e930692bfd2cb3771b102b
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Wed Feb 15 14:13:49 2012 -0600

    Bug 7546 - cannot view subscription detail
    
    This patch adds a C4::Search to subscription-detail.pl to compensate for a removed
    one from auth.pm during the denesting effort.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Bug 7546 Do not call routine as bareword
    
    Fixes compilation errors due to calling routine without parens
    Also nothing was gained (and obfuscation added) by forcing
    the return into a hash ref have changed variable to hash
    tidied up the if else chain
    
    These routines should be refactored out future
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    bug 7546 follow-up, enabled_staff_search_views problem
    
    * enabled_staff_search_views was not exported by C4::Search, should have been
    * serials/serials-edit.pl were also missing it
    
    Comments:
    * checked with for file in */*.pl; do perl -wc $file; done that no script was still having this problem
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Final sign off for all 3 patches
    Note: I had some problems with tests, but it is probably related to my data and not this patch.

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

Summary of changes:
 C4/Search.pm                   |    1 +
 serials/serials-edit.pl        |   14 ++++++++------
 serials/subscription-detail.pl |   14 ++++++++------
 3 files changed, 17 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list