[koha-commits] main Koha release repository branch master updated. v3.18.00-786-gc0b51ea

Git repo owner gitmaster at git.koha-community.org
Sat Apr 25 01:16:12 CEST 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, master has been updated
       via  c0b51eafddb2721de247b2f0dd3b9a33048db13d (commit)
       via  83a923e11a97f5328ce6b0715c4e86069c7861e0 (commit)
       via  b7e2bb67376f2bed8cf68800a7ad209d194dcf7c (commit)
      from  6495a57af6a804b6a59a6f5fce120bdc1a8e5775 (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 c0b51eafddb2721de247b2f0dd3b9a33048db13d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 15 15:33:54 2015 +0200

    Bug 10423: Show date due with time if it's a hourly loan
    
    On printing the summary from the patron account, the hours are not
    displayed if needed.
    The as_date_due flag should be set to display it correctly.
    Problem, GetPendingIssues modify the value retrieved from the database.
    In order to not add regression and check all calls to GetPendingIssues,
    this patch backup the value before the change.
    
    Test plan:
    Check some items out, specify a hourly loan for some.
    Click on print > print summary and confirm the date due are correctly
    formatted.
    
    Followed test plan. Date + time display as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 83a923e11a97f5328ce6b0715c4e86069c7861e0
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Feb 21 19:22:33 2015 +0100

    Bug 10971: Hide EAN search for MARC21 / template corrections
    
    This patch hides the EAN filter on the page for ordering from
    a subscription when the marcflavour is not UNIMARC as it will
    only work for this flavour currently.
    
    It also corrects
    - branch to library
    - supplier to vendor
    - the library code in the result list to the branch name
    
    To test:
    - Make sure you have a subscription, not the vendor
    - Create a new basket for the subscription vendor
    - Choose 'from a subscription' to create your order line
    - Look at the filters on the left side, switch
      the marcflavour system preference to see change for
      the EAN filter
    - Verify changes
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b7e2bb67376f2bed8cf68800a7ad209d194dcf7c
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Fri Apr 24 14:48:53 2015 +1200

    Bug 14055: remove symlink that breaks upgrades
    
    Old versions of koha-common would put in a symlink to the system YUI
    libraries. This causes upgrade problems, so we look out for that and zap
    it if it's there.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 debian/koha-common.preinst                                       |    6 ++++++
 .../intranet-tmpl/prog/en/includes/subscriptions-search.inc      |    6 ++++--
 .../intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt  |    4 +++-
 .../intranet-tmpl/prog/en/modules/members/moremember-print.tt    |    2 +-
 members/summary-print.pl                                         |    2 ++
 5 files changed, 16 insertions(+), 4 deletions(-)
 create mode 100644 debian/koha-common.preinst


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list