[koha-commits] main Koha release repository branch master updated. v3.18.00-34-g22d9db6

Git repo owner gitmaster at git.koha-community.org
Thu Dec 18 00:17:49 CET 2014


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  22d9db667281319afd9811f75c4e6a0ee298d334 (commit)
       via  5d6d9de5e7a9c682c835c2522e21d9878786fd51 (commit)
       via  8523f208f30b204a2a6cffb8dd4088935bdd2343 (commit)
       via  c5a8db10564f1dd1d8e87e9009df9c7918e2c1eb (commit)
       via  bf681e28bab3d6c5b3a190dd7fe453369d600696 (commit)
       via  d9c99b6f5ef40bb546231cf35581d4308f1ae3bc (commit)
       via  df2e9169b23ad3ecfbbf73367a19cb9117fb4ed4 (commit)
      from  ef6bc21b2c4ebe04f6d22d081e447f6bb2955029 (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 22d9db667281319afd9811f75c4e6a0ee298d334
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 12 09:04:57 2014 -0500

    Bug 13449 - Syndetics TOC will not display in some cases
    
    For reasons unknown, the table of contents data from Syndetics will not
    display if there is no p element, even though within that if for the p
    element there's a second one for the p element! This is neither good nor
    necessary.
    
    Test Plan:
    1) Enable Syndetics
    2) Find a record that should have a Syndetics TOC but doesn't
    3) Apply this patch
    4) Reload the page
    5) Note the Syndetics TOC data now displays
    
    Signed-off-by: Julius Fleschner <julius.fleschner at briarcliff.edu>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I couldn't test but from reading the code this should not
    have any negative consequences.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5d6d9de5e7a9c682c835c2522e21d9878786fd51
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: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 8523f208f30b204a2a6cffb8dd4088935bdd2343
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: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c5a8db10564f1dd1d8e87e9009df9c7918e2c1eb
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 30 20:57:07 2014 +0100

    Bug 12084: Format planned date in publication details on detail page
    
    If items are created for a serial subscription, the issue
    information is shown on the details page in staff with the
    planned date in ().
    
    To test:
    1) Create a subscription with items added on receive
    2) Receive a few issues and create items
    3) Check the staff detail page
    4) Verify that the published date shows under Publication details
       in the items table, but that the date is not formatted
    5) Apply patch
    6) Verify the date is now formatted according to the DateFormat
       system preference setting
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bf681e28bab3d6c5b3a190dd7fe453369d600696
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: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d9c99b6f5ef40bb546231cf35581d4308f1ae3bc
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: Tomas Cohen Arazi <tomascohen at gmail.com>

commit df2e9169b23ad3ecfbbf73367a19cb9117fb4ed4
Author: Alexander Cheeseman <alexander.cheeseman001 at msd.govt.nz>
Date:   Mon Dec 15 11:04:33 2014 +1300

    bug 13460: suggestion.tt now uses Price plugin
    
    To test:
    
    1/ Add a new suggestion, put some values for the price
    2/ View the suggestion in the staff interface
    2/ Switch the currency format
    3/ Notice the format of the price does not change
    4/ Apply patch
    5/ Notice now the syspref is respected
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, thx!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                                   |    7 ++++++-
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt  |   19 +++++++++----------
 .../prog/en/modules/authorities/detail.tt           |    8 ++++----
 .../prog/en/modules/authorities/searchresultlist.tt |    3 +--
 .../prog/en/modules/catalogue/detail.tt             |    2 +-
 .../prog/en/modules/suggestion/suggestion.tt        |    5 +++--
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt   |    2 --
 7 files changed, 24 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list