[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-41-g8669981

Git repo owner gitmaster at git.koha-community.org
Sun Jan 18 01:51:10 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, 3.16.x has been updated
       via  8669981321168e663b364aecaa430f2f2bb1964f (commit)
       via  6110bcb51705493a2374f40e04514a3536b0501c (commit)
       via  b70ad8fadf185b83959e7856c44e1cbf6bb02051 (commit)
       via  01970096d200fff5d906fbf49ae45a3972f4e7f8 (commit)
       via  daef7c5d789dee77b145ca42f8e680838ea6ec55 (commit)
       via  eca2d65a298c7c326c3b3facd518a0bf17cdf19a (commit)
       via  f23b44887d86177e2cbc9ffa8b2885e9bb43555d (commit)
       via  f9c17a4ef6d98a49dbdba81cf0f1cea02750ae2a (commit)
       via  e52ef1182a75827a87697fa487923be6b155b418 (commit)
       via  4f206bac225e38d322fd04f895385c7aca6b5346 (commit)
      from  c9b3317512633456f7eec1bf14fa57bfe60f4621 (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 8669981321168e663b364aecaa430f2f2bb1964f
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Nov 29 11:59:45 2014 +0100

    Bug 9958: Improve RoutingSerials sys pref description
    
    The RoutingSerials preference controls if the routing
    list related functionality is visible in the serials
    module.
    
    To test:
    - Go to the system preference editor - RoutingSerials
    - Check the current description
    - Apply patch
    - Check the new description
    - Verify functionality matches description
    
    NOTE: The preference change is merely cosmetic. The value is
          still YesNo. A few git reset --hard origin/master
          and page refreshes confirmed expected values.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 6110bcb51705493a2374f40e04514a3536b0501c
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 30 08:18:11 2014 +0100

    Bug 12565: Acq: Fix broken link in breadcrumbs
    
    The link back to the basket when creating an order by
    searching for an existing record in the catalog is
    broken.
    
    To test:
    - Start a new basket
    - Create a new order line by searching for an existing
      record in your catalog
    - Try the link back to the basket from the breadcrumbs
      at the result list page
    - Verify that the link is broken
    - Apply patch and retest
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit b70ad8fadf185b83959e7856c44e1cbf6bb02051
Author: Marc Véron <veron at veron.ch>
Date:   Tue Dec 9 06:35:07 2014 +0100

    Bug 13422 - SCO: "Would you like to rpint a receipt" not translatable
    
    To test:
    
    Set syspref SelfCheckReceiptPrompt to "Show"
    Select non English language
    Go to Self Checkout and check out an item
    Hit "Finish"
    Make sure that confirm dialog "Would you like to print a receipt" still
    appears
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 01970096d200fff5d906fbf49ae45a3972f4e7f8
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Dec 9 14:50:44 2014 +0100

    Bug 13416: Typo in marc21_leader.pl position 5 (record status)
    
    Instead of a space in the leader on this position, it should be an a.
    
    Test plan:
    1) Log in to staff client
    2) Find a record in the catalog
    3) Edit the record
    4) Click the on builder popup icon.
    5) View the page source
       -- the option is " " for the 'a- Increase in encoding level'
          entry. It really should be 'a'.
    6) Apply patch.
    7) Repeat steps 1-5
       -- the option should be 'a' this time.
    8) Run koha qa test tools.
       -- Discovered it failed. Provided a patch to fix this.
          It does, however, solve the major problem of ' ' vs. 'a'.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit daef7c5d789dee77b145ca42f8e680838ea6ec55
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 12 07:59:50 2014 -0500

    Bug 13400 [QA Followup] - Fix tabs and quotes
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit eca2d65a298c7c326c3b3facd518a0bf17cdf19a
Author: Marc Véron <veron at veron.ch>
Date:   Mon Dec 8 03:55:15 2014 +0100

    Bug 13400 - Untranslatable "Are you sure you want to delete this authority?"
    
    This patch makes the string "Are you sure you want to delete this
    authority?" translatable using the function _(...)
    
    To test, apply patch and check that deleting authorities still works.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tested successfully with the following procedure:
    
    1. Applied the patch.
    2. Ran perl translate update de-DE
    3. Edited de-DE-i-staff-t-prog-v-3006000.po to add a "translation"
    4. Removed "#, fuzzy" marker from po entry.
    5. perl translate -v install de-DE
    6. Testing deleting an authority from the authority search results page
       and from the detail page. My translated string appeared correctly.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit f23b44887d86177e2cbc9ffa8b2885e9bb43555d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Dec 4 16:05:34 2014 +0100

    Bug 12059: Prefer to list fields in the query
    
    To avoir further issue, it's better to explicitely list the fields we
    want to retrieve.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit f9c17a4ef6d98a49dbdba81cf0f1cea02750ae2a
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Nov 10 09:55:52 2014 +0100

    Bug 12059: Publisher column on invoice page always empty
    
    This patch moves the publisher information out of its own
    always empty column into the Summary column below the title,
    as it is on other acq pages.
    
    The information was never displaying, as publishercode is in
    biblioitems and that table was not selected by GetInvoiceDetails.
    
    Also modified the code to take into account that UNIMARC uses
    biblioitems.publicationyear and MARC21/NORMARC use bibio.copyrightdate
    for the copyright year.
    
    To test:
    - create an invoice for records that
      - have a publication year
      - have no publication year
      - have a publisher...
    - 'finish receiving' and check the invoice summary page
       ...acqui/invoice.pl?invoiceid=?
    - Make sure all the information displays now but didn't witout the patch.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit e52ef1182a75827a87697fa487923be6b155b418
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 12 07:00:29 2014 -0500

    Bug 13410 [QA Followup]
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 4f206bac225e38d322fd04f895385c7aca6b5346
Author: Marc Véron <veron at veron.ch>
Date:   Tue Dec 9 05:21:06 2014 +0100

    Bug 13410 - Untranslatable "Change messaging preferences to default for this category?"
    
    To test:
    In staff client, go to Home > Patrons
    Click button "New patron" and choose a category
    Change Patron messaging preferences
    Now change Category
    Make sure that following message box still appears: "Change messaging
    preferences to default for this category?"
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Acquisition.pm                                   |    7 ++++++-
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt  |   19 +++++++++----------
 .../prog/en/modules/acqui/neworderbiblio.tt         |    2 +-
 .../prog/en/modules/admin/preferences/serials.pref  |    6 +++---
 .../prog/en/modules/authorities/detail.tt           |    8 ++++----
 .../prog/en/modules/authorities/searchresultlist.tt |    3 +--
 .../cataloguing/value_builder/marc21_leader.tt      |    4 ++--
 .../prog/en/modules/members/memberentrygen.tt       |    2 +-
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt  |    2 +-
 9 files changed, 28 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list