[koha-commits] main Koha release repository branch master updated. v19.11.00-2262-g5f9cc8ada9

Git repo owner gitmaster at git.koha-community.org
Wed May 20 10:46:17 CEST 2020


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  5f9cc8ada9a3186265f7c4fff1529775f03ac969 (commit)
       via  d517453d95b3a16f9cdc61910a53433310ca2c7f (commit)
       via  f342b0b617237f05287518b6bbf749c7db533a5c (commit)
       via  067f1b8b556015bbd0f35f36aac700d79467786b (commit)
       via  c6ed5b5da125347ef95ae439eaf21858410f7edf (commit)
      from  f8f890621e8ce99c36f4117eb018bbb3ec3da960 (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 5f9cc8ada9a3186265f7c4fff1529775f03ac969
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 19 14:26:56 2020 +0200

    Bug 25284: chown /var/log/koha log files on koha-create
    
    To prevent Apache to create intranet-error.log and opac-error.log with
    root permission we chown them after it has been restarted (and so
    created them) when a new Koha instance is created
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d517453d95b3a16f9cdc61910a53433310ca2c7f
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon May 18 05:41:34 2020 +0000

    Bug 25485: Remove tiny_mce symlink during pre install of deb package
    
    This patch removes the tiny_mce symlink before Koha package installation
    using the same method that we used when we removed the YUI symlink
    in 2015.
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f342b0b617237f05287518b6bbf749c7db533a5c
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon May 18 03:28:56 2020 +0000

    Bug 25485: Remove all mention of tiny_mce in debian/rules
    
    This patch removes the removal of the following during the
    build process:
    /usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 067f1b8b556015bbd0f35f36aac700d79467786b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 12 14:19:53 2020 -0400

    Bug 25485: TinyMCE broken in Debian package installs
    
    When installing the Debian package of Koha, we install the Debian tinymce package and symlink over our own tinymce libs that are in the Koha codebase. This version of tinymce does not have the same files and because of this, tinymce does not get loaded.
    
    We should remove the use of the tinymce Debian package, and just use our own version of TinyMCE.
    
    Test Plan:
    1) Install Koha 19.11 from package
    2) Browse to the news editor
    4) Note the WYSIWYG editor is missing
    5) Build a new Koha package with this patch applied, install it
    6) Reload the news editor
    7) Note the WYSIWYG editor is back!
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c6ed5b5da125347ef95ae439eaf21858410f7edf
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon May 18 07:08:18 2020 +0000

    Bug 25524: Remove --line-regexp option in log4perl_component()
    
    The current grep expression uses -x|--line-regexp, but that causes
    the regexp to fail to match since we're not specifying a regexp
    that can match a whole line. We can either provide a better regexp,
    or remove that --line-regexp option.
    
    This patch removes the --line-regexp (ie -x) option from the grep
    in log4perl_component, so that it detects logger components correctly.
    
    To Test:
    0) Apply patch
    1) Build Koha package
    2) Look at /etc/koha/sites/kohadev/log4perl.conf in an existing
    Koha instance (e.g. on koha-testing-docker), and note it has
    components for z3950, api, and sip
    3) Install package
    4) Note that /etc/koha/sites/kohadev/log4perl.conf is the same as before
    5) Remove the "log4perl.logger.sip and log4perl.appender.SIP lines from
    /etc/koha/sites/kohadev/log4perl.conf
    6) Reinstall package
    7) Note that the missing lines have been appended to the file at
    /etc/koha/sites/kohadev/log4perl.conf
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 debian/control.in           | 2 --
 debian/koha-common.postinst | 2 +-
 debian/koha-common.preinst  | 3 +++
 debian/rules                | 4 ----
 debian/scripts/koha-create  | 2 ++
 5 files changed, 6 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list