[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-52-ge570915

Git repo owner gitmaster at git.koha-community.org
Fri Sep 29 16:10:06 CEST 2017


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, 17.05.x has been updated
       via  e570915729b6b8e02e22b0cfdff4440b75815d26 (commit)
       via  861fa8c8db8bd8bbd6281863d5029d55675f359c (commit)
       via  e0adbc10c09c25310f79fec55518fb5df50ad040 (commit)
       via  4dc640244651c584347b01f35f2cb25b6369a638 (commit)
      from  b17412da1b14dca4d42ed534482abdeff1c2fd2f (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 e570915729b6b8e02e22b0cfdff4440b75815d26
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Jun 28 00:40:00 2017 +0000

    Bug 18871: Make patron list name a link to view contents of list
    
    The link is the same as the 'Add patrons' button in Actions dropdown,
    but requires one less click, and makes finding the contents of the list
    more obvious.
    
    To test:
    1) Go to Tools -> Patron lists
    2) Create a patron list if you haven't already
    3) Confirm that clicking the name of the list takes you to the correct
    list and shows the expected content.
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d51059807690797aa4d16b0c0dd2932235a3b683)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 861fa8c8db8bd8bbd6281863d5029d55675f359c
Author: Marc Véron <veron at veron.ch>
Date:   Mon Jun 12 09:07:28 2017 +0200

    Bug 18781: Translatability: Get rid of exposed tt directives in openlibrary-readapi.inc
    
    The file koha-tmpl/opac-tmpl/bootstrap/en/includes/openlibrary-readapi.inc
    exposes template directives to translation. The only string that should
    appear in .po from this file is "Open Library: "
    
    To test:
    - Apply patch
    - Verify that code changes make sense
    - Bonus test: create a new language 'aa-AA', verify in aa-AA-opac-bootstrap.po
      that there is only the following string for openlibrary-readapi.inc:
    msgid "Open Library: "
    msgstr ""
    
    NOTE: Followed a test plan similar to bug 18776 comment 3
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 23cc8b39682fea7b0a9150933c65c34ef22d23dd)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit e0adbc10c09c25310f79fec55518fb5df50ad040
Author: Marc Véron <veron at veron.ch>
Date:   Mon Jun 12 08:41:41 2017 +0200

    Bug 18780: Translatability: Get rid of exposed tt directive in masthead-langmenu.inc
    
    The file opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc exposes following tt directive to translators:
    
    "[%% IF ( ( opaclanguagesdisplay ) && ( ! one_language_enabled ) && "
    "( languages_loop ) && ( OpacLangSelectorMode == 'both' || "
    "OpacLangSelectorMode == 'top') ) %%] "
    
    This patch fixes it.
    
    To test:
    - Apply patch
    - Verify that language selector in OPAC (top of the page) works as expected
    - Bonus test: create a new language 'aa-AA', verify that line above does not
    show up in aa-AA-opac-bootstrap.po
    
    NOTE: Followed a test plan similar to bug 18776 comment 3
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 255cadeb772d63b06f77146c95b8d6e4b31d5836)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 4dc640244651c584347b01f35f2cb25b6369a638
Author: Marc Véron <veron at veron.ch>
Date:   Mon Jun 12 08:20:56 2017 +0200

    Bug 18779: Translatability: Get rid of exposed tt directives in authorities-search-results.inc (OPAC)
    
    The file opac-tmpl/bootstrap/en/includes/authorities-search-results.inc
    exposes template directives to translation where translators should not
    be confronted with.
    
    Example:
    "[%% PROCESS showreference heading=seeals.heading linkType='seealso' "
    "type=seeals.type authid=seeals.authid %%] "
    
    To test:
    - Apply patch
    - Verify that Authority search in OPAC works as before
    - Bonus test: create a new language 'aa-AA', verify that line above
      does not show up in aa-AA-opac-bootstrap.po
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 331320f93a5ef5293c3bcad80b9554ddea0196b0)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../prog/en/modules/patron_lists/lists.tt          |    2 +-
 .../en/includes/authorities-search-results.inc     |   28 +++++++-------------
 .../bootstrap/en/includes/masthead-langmenu.inc    |    8 ++----
 .../bootstrap/en/includes/openlibrary-readapi.inc  |   10 ++-----
 4 files changed, 15 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list