[koha-commits] main Koha release repository branch master updated. v3.08.00-901-g50759af

Git repo owner gitmaster at git.koha-community.org
Thu Sep 20 12:20:41 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, master has been updated
       via  50759af6fe3a55e2acd2a3e89dbdc537a151c95e (commit)
       via  ef22d9e26602de891a2d7d65e723666aae62d577 (commit)
       via  2b817cc1205a00924034d7aafbc120a5290d2cbd (commit)
       via  3c2a9e9155e99d0c469967b854f1e0fb2860911a (commit)
       via  642779f217785d594b5d11d0ecbef56d21b562bd (commit)
       via  afff4e8d6a427d231746b024a0d6f98438e7f2c6 (commit)
       via  9a7e015408733e8105696cd324152644ce4745af (commit)
       via  0760a4b9889ec7c5b1f7b33e70e41ca30812f838 (commit)
       via  c4f041a9d60433a7156b1d962ac6c3f90265b551 (commit)
       via  c42f6fbdb265c20d872c79e207f65e4d800e531c (commit)
       via  7b09ce3a22bc0a23f600afffee37d8bee79b053b (commit)
       via  16cc80d2bd847cfaf9f41d27314374cd143829ee (commit)
       via  162d81d536f0154bdce5359c13fdf92953e3a4cb (commit)
       via  2633a19b92efab81e79c3ef2e9374bcc4f556c02 (commit)
       via  33ae9c9185f833ee4da6c89e5e5a51109392aa41 (commit)
       via  b744352447c2457972fba3235ec379f387d23df5 (commit)
       via  1ea7842b880deb3e60865881af3f5469d1b36d7a (commit)
       via  4715e38e6ab06715ab4b8fcfc588356b89b7aa08 (commit)
       via  5da1298ac18718ba66190a8d6338040aaa39eab0 (commit)
       via  5e4d80ce6f49ff5a3ba9930e2c51f1bffb066b43 (commit)
       via  48d5f30226c75b260ddfa6b85ee8f87878902e0e (commit)
       via  ab55f63a2f9ade1e1ff12f32189b9f08abb8e7a0 (commit)
       via  5abd4f0b9bcf498dbdbc2de01957e33b8a5542d2 (commit)
       via  809b543d27e3c6306e86f8eb0b3858ecde794917 (commit)
       via  562335d1c4b72b4063e46fb0987209f20acaa1ce (commit)
       via  8cfc1a0804aec420fc57d06892da40c45a0b0183 (commit)
      from  a42e5e6d3e21cfdd73554465229dd3801aacf017 (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 50759af6fe3a55e2acd2a3e89dbdc537a151c95e
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 04:54:11 2012 +1200

    Bug 6679 - fix 3 perlcritic violations in C4/Auth.pm, and enabled warnings
    
    Subroutine prototypes used at line 561, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Bareword file handle opened at line 606, column 5.  See pages 202,204 of PBP.  (Severity: 5)
    
    Two-argument "open" used at line 606, column 5.  See page 207 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    This patch reintroduces 'use warnings' in C4/Auth.pm.
    Keep attentive to new warning messages in your log
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit ef22d9e26602de891a2d7d65e723666aae62d577
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 05:02:00 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Print.pm
    
    Bareword file handle opened at line 80, column 9.  See pages 202,204 of PBP.  (Severity: 5)
    
    Two-argument "open" used at line 80, column 9.  See page 207 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    http://perldoc.perl.org/functions/open.html
    For three or more arguments if MODE is |- , the filename is interpreted
    as a command to which output is to be piped, and if MODE is -| , the
    filename is interpreted as a command that pipes output to us. I
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 2b817cc1205a00924034d7aafbc120a5290d2cbd
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 02:28:26 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Creators/PDF.pm
    
    - "return" statement with explicit "undef" at line 171, column 8.  See page 199 of PBP.  (Severity: 5)
    
    - "return" statement with explicit "undef" at line 201, column 8.  See page 199 of PBP.  (Severity: 5)
    
    - Bareword file handle opened at line 212, column 11.  See pages 202,204 of PBP.  (Severity: 5)
    
    - Two-argument "open" used at line 212, column 11.  See page 207 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 3c2a9e9155e99d0c469967b854f1e0fb2860911a
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 02:20:58 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Installer.pm
    
    - Bareword file handle opened at line 157, column 13.  See pages 202,204 of
    PBP.  (Severity: 5)
    
    - I/O layer ":utf8" used at line 157, column 13.  Use ":encoding(UTF-8)" to get strict validation.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    http://perldoc.perl.org/functions/open.html
        open(my $fh, "<:encoding(UTF-8)", "filename")
            || die "can't open UTF-8 encoded filename: $!";
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 642779f217785d594b5d11d0ecbef56d21b562bd
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 05:09:10 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/BackgroundJob.pm
    
    "return" statement with explicit "undef" at line 234, column 5.  See page 199 of PBP.  (Severity: 5)
    
    "return" statement with explicit "undef" at line 256, column 9.  See page 199 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit afff4e8d6a427d231746b024a0d6f98438e7f2c6
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 05:07:46 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Installer/PerlModules.pm
    
    Expression form of "eval" at line 71, column 9.  See page 161 of PBP.  (Severity: 5)
    
    Expression form of "eval" at line 85, column 13.  See page 161 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 9a7e015408733e8105696cd324152644ce4745af
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 05:04:49 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/ItemCirculationAlertPreference.pm
    
    "return" statement with explicit "undef" at line 170, column 13.  See page 199 of PBP.  (Severity: 5)
    
    "return" statement with explicit "undef" at line 407, column 9.  See page 199 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 0760a4b9889ec7c5b1f7b33e70e41ca30812f838
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 04:57:58 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Utils.pm
    
    Subroutine prototypes used at line 38, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Subroutine prototypes used at line 43, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit c4f041a9d60433a7156b1d962ac6c3f90265b551
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 02:50:50 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Items.pm
    
    "return" statement with explicit "undef" at line 508, column 44.  See page 199 of PBP.  (Severity: 5)
    "return" statement with explicit "undef" at line 2267, column 5.  See page 199 of PBP.  (Severity: 5)
    Variable declared in conditional statement at line 2642, column 21.  Declare variables outside of the condition.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit c42f6fbdb265c20d872c79e207f65e4d800e531c
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 02:48:25 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Message.pm
    
    "return" statement with explicit "undef" at line 109, column 9.  See page 199 of PBP.  (Severity: 5)
    "return" statement with explicit "undef" at line 145, column 9.  See page 199 of PBP.  (Severity: 5)
    "return" statement with explicit "undef" at line 319, column 9.  See page 199 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 7b09ce3a22bc0a23f600afffee37d8bee79b053b
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 02:44:47 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/Output.pm
    
    "return" statement with explicit "undef" at line 128, column 74.  See page 199 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 270, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 308, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 16cc80d2bd847cfaf9f41d27314374cd143829ee
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 02:37:09 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 3 perlcritic violations in C4/SQLHelper.pm
    
    Subroutine prototypes used at line 251, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 287, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 317, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 162d81d536f0154bdce5359c13fdf92953e3a4cb
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 02:31:06 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Branch.pm
    
    Subroutine prototypes used at line 157, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 375, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 385, column 1.  See page 194 of PBP.  (Severity: 5)
    Subroutine prototypes used at line 418, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 2633a19b92efab81e79c3ef2e9374bcc4f556c02
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 02:10:11 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/ShelfBrowser.pm
    
    - Variable declared in conditional statement at line 183, column 5.  Declare  variables outside of the condition.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 33ae9c9185f833ee4da6c89e5e5a51109392aa41
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 02:02:26 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 5 perlcritic violations in C4/Serials.pm
    
    - Subroutine prototypes used at line 161, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit b744352447c2457972fba3235ec379f387d23df5
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 01:53:05 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 6 perlcritic violations in C4/Barcodes/hbyymmincr.pm
    
    - Subroutine prototypes used at line 45, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 1ea7842b880deb3e60865881af3f5469d1b36d7a
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 01:30:33 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 7 perlcritic violations in C4/Biblio.pm
    
    - Expression form of "eval" at line 492, column 12.  See page 161 of PBP.  (Severity: 5)
    
    - "return" statement with explicit "undef" at line 891, column 5.  See page 199 of PBP.  (Severity: 5)
    
    - Subroutine prototypes used at line 1148, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 4715e38e6ab06715ab4b8fcfc588356b89b7aa08
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 01:22:21 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 8 perlcritic violations in C4/Barcodes.pm
    
    - "return" statement with explicit "undef" at line 57, column 2.  See page 199 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 5da1298ac18718ba66190a8d6338040aaa39eab0
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 01:20:37 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 8 perlcritic violations in C4/Circulation.pm
    
    - "return" statement with explicit "undef" at line 994, column 39.  See page 199 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 5e4d80ce6f49ff5a3ba9930e2c51f1bffb066b43
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 01:12:24 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 9 perlcritic violations in C4/Koha.pm
    
    - Subroutine prototypes used at line 115, column 1.  See page 194 of PBP.  (Severity: 5)
    
    - "return" statement with explicit "undef" at line 1112, column 4.  See page 199 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 48d5f30226c75b260ddfa6b85ee8f87878902e0e
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 01:08:34 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 9 perlcritic violations in C4/TmplTokenType.pm
    
    - Subroutine prototypes used at line 86, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit ab55f63a2f9ade1e1ff12f32189b9f08abb8e7a0
Author: Mason James <mtj at kohaaloha.com>
Date:   Tue Jun 26 16:39:27 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 15 perlcritic violations in C4/ImportExportFramework.pm
    
    Bareword file handle opened at line 558, column 17.  See pages 202,204 of PBP.  (Severity: 5)
    
    Two-argument "open" used at line 558, column 17.  See page 207 of PBP.  (Severity: 5)
    
    http://bugs.koha-community.org/show_bug.cgi?id=6679
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 5abd4f0b9bcf498dbdbc2de01957e33b8a5542d2
Author: Mason James <mtj at kohaaloha.com>
Date:   Tue Jun 26 15:55:46 2012 +1200

    Bug 6679 - [SIGNED-OFF]fixing 23 '"return" statement with explicit "undef"' violations in C4/Tags.pm
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 809b543d27e3c6306e86f8eb0b3858ecde794917
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 00:34:43 2012 +1200

    Bug 6679 -[SIGNED-OFF] fix 12 perlcritic violations in C4/Context.pm
    
    "return" statement with explicit "undef" at line 486, column 5.  See page 199 of PBP.  (Severity: 5)
    
    Subroutine prototypes used at line 548, column 1.  See page 194 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 562335d1c4b72b4063e46fb0987209f20acaa1ce
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 00:38:42 2012 +1200

    Bug 6679 - [SIGNED-OFF] fix 12 perlcritic violations in C4/Auth_with_ldap.pm
    
    Subroutine prototypes used at line 73, column 1.  See page 194 of PBP.  (Severity: 5)
    
    "return" statement with explicit "undef" at line 74, column 24.  See page 199 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 8cfc1a0804aec420fc57d06892da40c45a0b0183
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jun 27 00:43:07 2012 +1200

    Bug 6679 - fix 12 perlcritic violations in C4/External/BakerTaylor.pm
    
    Subroutine prototypes used at line 82, column 1.  See page 194 of PBP.  (Severity: 5)
    
    "return" statement with explicit "undef" at line 83, column 22.  See page 199 of PBP.  (Severity: 5)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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

Summary of changes:
 C4/Auth.pm                           |   11 ++++---
 C4/Auth_with_ldap.pm                 |   24 ++++++++--------
 C4/BackgroundJob.pm                  |    4 +-
 C4/Barcodes.pm                       |   16 +++++-----
 C4/Barcodes/hbyymmincr.pm            |   12 ++++----
 C4/Biblio.pm                         |   14 +++++-----
 C4/Branch.pm                         |    8 +++---
 C4/Circulation.pm                    |   16 +++++-----
 C4/Context.pm                        |   24 ++++++++--------
 C4/Creators/PDF.pm                   |   12 ++++----
 C4/External/BakerTaylor.pm           |   22 ++++++++--------
 C4/ImportExportFramework.pm          |   48 +++++++++++++++++----------------
 C4/Installer.pm                      |    8 +++---
 C4/Installer/PerlModules.pm          |    4 +-
 C4/ItemCirculationAlertPreference.pm |    4 +-
 C4/Items.pm                          |    9 ++++--
 C4/Koha.pm                           |   18 ++++++------
 C4/Message.pm                        |    6 ++--
 C4/Output.pm                         |    6 ++--
 C4/Print.pm                          |   12 +++++---
 C4/SQLHelper.pm                      |    6 ++--
 C4/Serials.pm                        |   10 +++---
 C4/ShelfBrowser.pm                   |   13 ++++++---
 C4/Tags.pm                           |   46 ++++++++++++++++----------------
 C4/TmplTokenType.pm                  |   18 ++++++------
 C4/Utils.pm                          |    4 +-
 26 files changed, 194 insertions(+), 181 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list