[koha-commits] main Koha release repository branch master updated. v17.11.00-779-gf1c75f7

Git repo owner gitmaster at git.koha-community.org
Tue Feb 27 20:07:15 CET 2018


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  f1c75f7bb54e8bc1a7f4a2aec293a2291dcd27be (commit)
       via  0a204a15c4b771bd43460913ee98d6632c17d3b8 (commit)
       via  77e95698b4a4f373160adc7827a5434dd2c4560b (commit)
       via  0eb7bf0caf286e4503f94de869b64f48cc020a24 (commit)
       via  5cbf5a4363b9553f099aa842a01688e866adb690 (commit)
       via  ee33f6f8cc94e2a1213f804c39ed4c060dae2e5e (commit)
       via  239106ea05f91eeb2ee125e898b2c3a70554afd3 (commit)
       via  18b3771d1e47fb97d1763de276a49f6aa69cd46e (commit)
       via  348fd052830c8fabed72cd4f679bc506f26b07f0 (commit)
       via  df8bac232eed0f99468cb4aa1909100a5856076f (commit)
      from  5db35e919a5a786337615d925da8becaf64bb63c (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 f1c75f7bb54e8bc1a7f4a2aec293a2291dcd27be
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Sat Feb 17 11:57:43 2018 -0300

    Bug 19610: Make koha-common.logrotate use copytruncate
    
    This patch makes logrotate use the **copytruncate** directive, removing
    the need to stop the Zebra and Plack servers on log rotation.
    
    To test:
    - Run:
      $ misc4dev/cp_debian_files.pl
    - Edit the new /etc/logrotate.d/koha-common file changing 'weekly' for
    'hourly'. This is to ease testing.
    - Run:
      $ sudo ls -l /var/log/koha/kohadev
    - Open a second terminal on your kohadevbox. On it...
    - Run:
      $ sudo logrotate /etc/logrotate.d/koha-common
    - Run:
      $ sudo ls -l /var/log/koha/kohadev
    => SUCCESS: Files got rotated! (i.e. files ending in .1 are created, the
            sizes make sense (.1 have contents, the ones without numbering
                probably zeroed <- it will depend on what's happening with
                your devbox in between).
    - Play with your Koha, do some searches too:
    => SUCCESS: You have access to your Koha, searches work. i.e.:
         - Apache handled the log rotation operation
         - Plack handled the log rotation operation
         - Zebra handled the log rotation operation
    - Sign off :-D!
    
    Sponsored-by: Orex Digital
    
    Signed-off-by: Hugo Agud hagud at orex.es
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0a204a15c4b771bd43460913ee98d6632c17d3b8
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Sat Feb 17 11:50:16 2018 -0300

    Bug 20234: Update service description in koha-common.init
    
    The service description is very old and outdated. This patch fixes this.
    
    Sponsored-by: Orex Digital
    
    Signed-off-by: Hugo Agud hagud at orex.es
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 77e95698b4a4f373160adc7827a5434dd2c4560b
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Sat Feb 17 11:34:58 2018 -0300

    Bug 20234: Make maintenance scripts use koha-zebra instead of koha-*-zebra
    
    This patch makes all maintenance scripts use **koha-zebra** instead of
    the old **koha-*-zebra** scripts.
    
    To test:
    - Run:
      $ perl misc4dev/cp_debian_files.pl
      $ sudo service koha-common stop
    => SUCCESS: No errors and the Zebra-related sevices are stopped
      $ sudo service koha-common start
    => SUCCESS: No errors and the Zebra-related services are started
      $ sudo service koha-common restart
    => SUCCESS: No erros and Zebra-related services are running
      $ sudo koha-create --create-db test
    => SUCCESS: Instance created and zebra running for it
      $ sudo koha-disable test
    => SUCCESS: No errors and Zebra is stopped for instance test
      $ sudo koha-zebra --start test
      $ sudo koha-remove test
    => SUCCESS: No errors, instance removed, no Zebra running for test
    - Sign off :-D
    
    Sponsored-by: Orex Digital
    
    Signed-off-by:  Hugo Agud hagud at orex.es
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0eb7bf0caf286e4503f94de869b64f48cc020a24
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 16 12:31:39 2018 +0000

    Bug 20218: Fix matching of uri in tracklinks
    
    The current code matches using a regex, this breaks when the url
    contains special characters. We swtich it to equality check
    
    To test:
    1 - Enable TrackClicks (either track or anonymous)
    2 - Find the URL of a biblio in the OPAC
    3 - Paste this into the 856$u of another record
        (or use any url containing a '?' or other characters)
    4 - View the record in the opac
    5 - Click the URL
    6 - 404 Error!
    7 - Apply patch
    8 - Try again
    9 - Success!
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5cbf5a4363b9553f099aa842a01688e866adb690
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Tue Feb 27 12:59:56 2018 +0200

    Bug 20302: Allow translating Delete button in Patron batch mod tool
    
    There is an untranslatable Delete-button in the patron batch modification
    tool. Allow translating it.
    
    Test plan:
    
    1) Go to Home -> Tools -> Batch patron modification, put a patron's
       card number in the box, and click on Continue
    2) At the bottom of the screen there is an drop-down entry for
       Attribute, click on the "New" at the nd of that line
    3) There should now be another Attribute -line, with "Delete" -link
       at the end of that line
    4) Apply patch, install a language
    5) Repeat 1-3 in that language, the Delete-link should be shown in
       the correct language, if the msgid "Delete" was translated
       in xx-YY-staff-prog.po
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ee33f6f8cc94e2a1213f804c39ed4c060dae2e5e
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Tue Feb 27 09:10:17 2018 +0200

    Bug 20301: Allow translating "View" in manage MARC import
    
    When looking at the table showing the staged MARC records, the "View"
    text in the Diff-column is not translatable. Make it so.
    
    Test plan:
    
    1) Go to Home -> Tools -> Stage MARC records for import
    2) Select eg. t/db_dependent/www/data/marc21record.mrc and upload the file
    3) Click on Stage for import
       -> Manage staged records
       -> Import this batch into the catalog
    4) Wait for zebra to reindex, or trigger it yourself by
       running rebuild_zebra.pl -a -b -r
    5) Go to Home -> Tools -> Stage MARC records for import
    6) Select the same file as in part 2 and upload the file
    7) Change the Record matching rule to ISBN (020$a)
    8) Click on Stage for import
       -> Manage staged records
    9) In the table below, there should now be a line showing
       the staged MARC record matches biblio
    10) Note the "View"-text in the "Diff"-column
    11) Apply patch
    12) Install a language, view the same batch in the
        Manage staged MARC records -page in that language
    13) The "View" should show up correctly, and if the
        msgid "View" was translated in the xx-YY-staff-prog.po,
        should show up in the correct language
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 239106ea05f91eeb2ee125e898b2c3a70554afd3
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Tue Feb 6 12:19:17 2018 +0200

    Bug 20141: Untranslatable string in transport cost matrix
    
    Make the "Disable" checkboxes in transport cost matrix translatable
    
    Test plan:
    
    1) Go to Home -> Administration -> Transport cost matrix
    2) Click on any cell
    3) Note the "Disable" checkbox text
    4) Install patch, add a language, translate the text, etc
    5) Repeat 1-3, the "Disable" text should now be translated
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 18b3771d1e47fb97d1763de276a49f6aa69cd46e
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Mon Feb 5 14:45:25 2018 +0200

    Bug 20139: Improve MARC mapping translatable strings
    
    - Allow translating one error message
    - Use string formatting with placeholders instead of concatenation
    
    Test plan:
    
    1) Go to Home -> Administration -> Koha to MARC Mapping
    2) Click on the "Add" button to add a new mapping
    3) Note the popup text looks correct
    4) Enter something invalid
    5) Note the error message
    6) Click on any of the "Remove" buttons to remove a mapping
    7) Note the popup text looks correct
    8) Update, translate the new msgid's, and install a language
    9) Repeat 1-7, note how the message are in the correct
       language
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 348fd052830c8fabed72cd4f679bc506f26b07f0
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Mon Feb 26 12:08:27 2018 +0200

    Bug 20296: Untranslatable "All" in patrons table filter
    
    There's an untranslatable "All" in the "Show X entries" filter
    when browsing the patrons.
    
    Test plan:
    
    1) Home --> Patrons --> Browse by last name.
    2) In the table filtering toolbar, there's a dropdown with
       "Show [20] entries" and the last in the dropdown is "All".
    3) Update and install a language, check that msgid "All" is
       translated and isn't fuzzy.
    4) Check the "All" in the dropdown, it is not translated.
    5) Install patch, repeat 1-3, and check the "All" in the dropdown,
       it should now be translated.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit df8bac232eed0f99468cb4aa1909100a5856076f
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Mon Feb 26 11:10:10 2018 +0200

    Bug 20295: Allow translating link title in ILL module
    
    Allow translating "View borrower details" link title in the ILL module.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 debian/koha-common.init                                |   16 +++++++++-------
 debian/koha-common.logrotate                           |    7 +------
 debian/scripts/koha-create                             |    2 +-
 debian/scripts/koha-disable                            |    2 +-
 debian/scripts/koha-remove                             |    2 +-
 .../prog/en/modules/admin/koha2marclinks.tt            |    6 +++---
 .../prog/en/modules/admin/transport-cost-matrix.tt     |    2 +-
 .../intranet-tmpl/prog/en/modules/ill/ill-requests.tt  |    2 +-
 .../intranet-tmpl/prog/en/modules/members/member.tt    |    2 +-
 .../prog/en/modules/tools/manage-marc-import.tt        |    2 +-
 .../prog/en/modules/tools/modborrowers.tt              |    2 +-
 opac/tracklinks.pl                                     |    2 +-
 12 files changed, 22 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list