[koha-commits] main Koha release repository branch master updated. v3.22.00-beta-76-g5574a2f

Git repo owner gitmaster at git.koha-community.org
Fri Nov 20 15:22:45 CET 2015


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  5574a2fc4952322219892bcff3ea2525fec41949 (commit)
       via  65283e72cab4eccc6d637263ffaa6b51ffa2ce69 (commit)
       via  d69b6c048077fc028941870d1912b325076800c1 (commit)
      from  4fb4e16d8cd65e1d7e75afe65147a5f2a6a20ebb (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 5574a2fc4952322219892bcff3ea2525fec41949
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 20 14:12:54 2015 +0000

    Bug 15218: (QA followup) Fix wording of comment
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 65283e72cab4eccc6d637263ffaa6b51ffa2ce69
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Nov 20 00:08:45 2015 -0300

    Bug 15218: (Plack) Make processes that rely on background jobs run in CGI mode
    
    This patch adds an entry to the plack-related apache configuration so the
    problematic scripts (that fail under plack/starman) are not processed through
    Plack but in CGI mode instead.
    
    To test:
    - Follow the setup steps from bug 15032
    - Add the line from this patch to /etc/koha/apache-shared-intranet-plack.conf
     (if you are on kohadevbox you should probably change the filesystem path to
      /home/vagrant/kohaclone/tools/background-job-process.pl)
    - Do the full import process of MARC data.
    => SUCCESS: It works as expected.
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit d69b6c048077fc028941870d1912b325076800c1
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Nov 19 12:15:34 2015 +0000

    Bug 15215: Remove warning due to misuse of UNIVERSAL
    
    Calling UNIVERSAL's internal methods will cause a depreciation
    warning in perls less that 5.22 as of 5.22 the warning is a fatal
    error causing compilation to abort
    
    Replace the use UNIVERSAL with UNIVERSAL::can to work around the
    buggy construct perldoc UNIVERSAL::can for more info
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No more worning/error
    No qa errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                   |    5 +++++
 C4/SIP/Sip/MsgType.pm                              |    2 +-
 debian/templates/apache-shared-intranet-plack.conf |   12 +++++++++++-
 3 files changed, 17 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list