[koha-commits] main Koha release repository branch new/bug_8063 created. v3.08.00-452-g20b5228

Git repo owner gitmaster at git.koha-community.org
Mon Jul 16 14:54:11 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, new/bug_8063 has been created
        at  20b5228af65f359b987425cb8446bb77d0ac45ff (commit)

- Log -----------------------------------------------------------------
commit 20b5228af65f359b987425cb8446bb77d0ac45ff
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 6 09:41:02 2012 -0400

    Bug 8063 - Followup - Bug fix
    
    $OUTPUT being used but not being declared.
    
    When trying to run this script I gat a nasty:
    15:42 ~/koha.dev/koha-community (new/bug_8063 $%)$ ./misc/cronjobs/gather_print_notices.pl
    Global symbol "$OUTPUT" requires explicit package name at ./misc/cronjobs/gather_print_notices.pl line 81.
    Global symbol "$OUTPUT" requires explicit package name at ./misc/cronjobs/gather_print_notices.pl line 95.
    Global symbol "$OUTPUT" requires explicit package name at ./misc/cronjobs/gather_print_notices.pl line 102.
    Global symbol "$OUTPUT" requires explicit package name at ./misc/cronjobs/gather_print_notices.pl line 106.
    Global symbol "$OUTPUT" requires explicit package name at ./misc/cronjobs/gather_print_notices.pl line 120.
    Global symbol "$OUTPUT" requires explicit package name at ./misc/cronjobs/gather_print_notices.pl line 127.
    Execution of ./misc/cronjobs/gather_print_notices.pl aborted due to compilation errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Before the patch:
    $perl -wc ./misc/cronjobs/gather_print_notices.pl
    Global symbol "$OUTPUT" requires explicit package name at
    [...]./misc/cronjobs/gather_print_notices.pl line 81.
    ./misc/cronjobs/gather_print_notices.pl had compilation errors.
    
    With this patch:
    $perl -wc ./misc/cronjobs/gather_print_notices.pl
    ./misc/cronjobs/gather_print_notices.pl syntax OK
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 0765d816405c9ff77cd1d9076dabce349258bcee
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 22 08:05:05 2012 -0400

    Bug 8063 - Followup - Make C4/Letters.pm conform to PBP
    
    Perlcritic reported the following errors:
    Subroutine prototypes used at line 96, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 120, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 152, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 173, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 190, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 227, column 1.  See page 194 of PBP.  (Severity: 5)
    "return" statement with explicit "undef" at line 228, column 31.  See page 199 of PBP.  (Severity: 5)
    "return" statement with explicit "undef" at line 229, column 31.  See page 199 of PBP.  (Severity: 5)
    "return" statement with explicit "undef" at line 236, column 9.  See page 199 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 668, column 1.  See page 194 of PBP.  (Severity: 5)
    "return" statement with explicit "undef" at line 669, column 27.  See page 199 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 719, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 865, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 899, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 981, column 1.  See page 194 of PBP.  (Severity: 5)
    "return" statement with explicit "undef" at line 982, column 28.  See page 199 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 1000, column 1.  See page 194 of PBP.  (Severity: 5)
    "return" statement with explicit "undef" at line 1001, column 27.  See page 199 of PBP.  (Severity: 5)
    "return" statement with explicit "undef" at line 1004, column 9.  See page 199 of PBP.  (Severity: 5)
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit e1df3a573b79196b00056afdad1c5a0e306c49a9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed May 9 11:40:27 2012 -0400

    Bug 8063 - Hold print notices do not sort by branch
    
    Adds the option -s/--split to enable notices to be separated
    into different files by borrower home library.
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 612b12f41ba59a6508fcbf306be66455a6f0012b
Merge: 39701b8 9d4e241
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon Jul 16 13:46:31 2012 +0200

    Merge remote-tracking branch 'origin/new/bug_8251'

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list