[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-129-ga6f8e2412d

Git repo owner gitmaster at git.koha-community.org
Sat Apr 4 00:09:52 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, 19.11.x has been updated
       via  a6f8e2412d76536ae14bf2c3eba74bb556fee399 (commit)
       via  cdc1ae5aea82c92dd1a7915708366ac21dfc1182 (commit)
       via  6705ca9d4ee0d32c7808ee7aba30ffa744625ef1 (commit)
       via  86799ff8ce364d4c8642b08ce447f05d2b8bb940 (commit)
      from  cd78e5cb18a27d7ded9ef1c03f36fdc2bb97a417 (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 a6f8e2412d76536ae14bf2c3eba74bb556fee399
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Aug 15 10:59:46 2019 +0000

    Bug 23409: (follow-up) Allow HTML in circulation note and add line breaks in OPAC user account
    
    This patch makes 2 changes:
    - bug 22702 allowed adding HTML to the circulation note, so this patch
      restores that ability.
    - display OPAC note and messages as multi-line in OPAC
    
    To test:
    - Add a circulation and an OPAC note with line breaks and HTML tags
      to the patron account
    - Add a message with line breaks to the patron account
    - Check line breaks don't show on
      - OPAC > patron account > my summary page
      - Staff > patron account > details
    - Apply patches
    - Repeat test
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit cdc1ae5aea82c92dd1a7915708366ac21dfc1182
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Thu Aug 1 14:48:31 2019 +0200

    Bug 23409: show borrowernotes and opacnote's lines feeds
    
    Test plan:
      - Fill borrowernotes and opacnote with lines separated by lines
        endings,
      - save and check the content is displayed on a single line,
      - apply this patch,
      - check lines endings are displayed
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 6705ca9d4ee0d32c7808ee7aba30ffa744625ef1
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sun Mar 15 11:39:42 2020 -0300

    Bug 24872: Set languages prefererences after install
    
    This patch set 'languages' and 'opaclanguages' system
    preferences with the language used during install.
    
    To test:
    1. Apply the patch
    2. Do a clean install in a language other than english
    3. Verify that 'languages' and 'opaclanguages' system
    preferences show the language code used during install,
    besides english.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 86799ff8ce364d4c8642b08ce447f05d2b8bb940
Author: Mason James <mtj at kohaaloha.com>
Date:   Thu Mar 19 20:41:00 2020 +1300

    Bug 24874: Printing is broken on opac-results.pl page (19.11.x)
    
    to test in 19.11.x...
    
    - search for something in opac
    - print page using file -> print
    - observe printing is broken (pic1)
    
    - apply patch
    
    - search for something in opac
    - print page using file -> print
    - observe printing is fixed (pic2)
    
    it seems this issue was introduced by bug 5287
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Installer.pm                                    | 26 ++++++++++++++++++++++
 installer/install.pl                               |  5 +++++
 .../prog/en/modules/members/moremember.tt          |  8 +++----
 koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss   |  7 +++++-
 .../opac-tmpl/bootstrap/en/includes/opac-note.inc  |  4 ++--
 5 files changed, 43 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list