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

Git repo owner gitmaster at git.koha-community.org
Fri Jan 23 10:02:52 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  1277a3ac3497ea7a7ba0d150013c11c55ae73747 (commit)
       via  28467f4a7a5a97377ff14aa58cbce74a5ddc5146 (commit)
       via  65afe29e0165c8f1c10b51da2b9c6d73bc5ce072 (commit)
       via  7a417251799d86ce0dce5bc67f6933bc517f9180 (commit)
       via  0b7f4a7cf1a0ea87630a3963263db5b9ceba7168 (commit)
       via  00358d74cfb625bccc5b0652d29b0119d0f94da4 (commit)
       via  ba938c87243b33ebf7912a9efd291a4bf7f7e34a (commit)
       via  1bb6639743b01e1716a4e1676de424a080c767a3 (commit)
       via  3d86f5c04ccd018f7db5df117ec924089d3c8da5 (commit)
       via  273e47c66c2f4c908b3122e613a005aea2039395 (commit)
      from  5a0cc2860bcf19bb555c61bdc6805f33ddba0652 (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 1277a3ac3497ea7a7ba0d150013c11c55ae73747
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 28467f4a7a5a97377ff14aa58cbce74a5ddc5146
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 65afe29e0165c8f1c10b51da2b9c6d73bc5ce072
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 7a417251799d86ce0dce5bc67f6933bc517f9180
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 0b7f4a7cf1a0ea87630a3963263db5b9ceba7168
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 00358d74cfb625bccc5b0652d29b0119d0f94da4
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 ba938c87243b33ebf7912a9efd291a4bf7f7e34a
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 1bb6639743b01e1716a4e1676de424a080c767a3
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 3d86f5c04ccd018f7db5df117ec924089d3c8da5
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 273e47c66c2f4c908b3122e613a005aea2039395
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