[koha-commits] main Koha release repository branch master updated. v3.18.00-651-g9c6bc25

Git repo owner gitmaster at git.koha-community.org
Mon Apr 13 16:53:16 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  9c6bc2543f8ad235c8527c5b7f2d53d17308b02a (commit)
       via  d775ae814e6edb032abbd4be2ee7b707522869d6 (commit)
       via  60b8dadb390871a7fb3e8566323a5f44a9e44e8d (commit)
       via  5bbf1aa67415835fdf486c5d62f97591bb5792b9 (commit)
       via  4261a5193d967e29a9fe93df40f456602edbf01a (commit)
       via  fe2e05fb6f82e6ac48209ad3af8a9623fc08eda6 (commit)
      from  a7822b0a32faa5ffe6e5a3b43c1cd2c58a8a802a (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 9c6bc2543f8ad235c8527c5b7f2d53d17308b02a
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Wed Mar 25 11:57:57 2015 +0100

    Bug 13942 : Testing the 'recordpayment' function in C4::Accounts
    
    for Kyle M Hall : Adding removal of the 'issues' table
    
    TEST PLAN
    ---------
    
    1. Apply patch
    2. prove -v t/db_dependent/Accounts.t
    -- All 15 tests should run successfully without any error or warning
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d775ae814e6edb032abbd4be2ee7b707522869d6
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 13 11:51:56 2015 -0300

    Bug 13497: (Maniac followup) spell category in english
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 60b8dadb390871a7fb3e8566323a5f44a9e44e8d
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 13 11:48:04 2015 -0300

    Bug 13497: DBRev 3.19.00.023
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5bbf1aa67415835fdf486c5d62f97591bb5792b9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Dec 29 15:18:08 2014 +0100

    Bug 13497: Remove the pref AddPatronsLists
    
    The pref AddPatronLists does not work as expected if 'generic' is
    selected.
    Indeed a patron should be linked to a valid patron category (see the
    constraint borrowers_ibfk_1 in the DB structure).
    
    Test plan:
    0/ Confirm that the AddPatronLists does not work as expected if you choose
    the generic patron types.
    1/ Delete all you patron categories and check that the interface invites
    you to create one.
    2/ Confirm that you are able to create a patron and to link it to a patron
    category you have created.
    
    I could not verify step 1/, because at least one Patron category
    can not be deleted (Staff, since I'm logged in as a Staff patron
    and you can not delete categories that are in use).
    Tested 0/ and 2/
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes QA script and tests.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4261a5193d967e29a9fe93df40f456602edbf01a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 8 12:47:43 2015 +0200

    Bug 9333: Remove useless JS code - confirm close basket
    
    On closing a basket, the librarian is redirect to a new page for the
    confirmation, the JavaScript confirmation is useless.
    
    This code is never triggered and can be removed.
    
    Test plan:
    Without this patch, confirm you don't get a JavaScript confirmation
    popup on closing a basket
    With this patch, confirm you don't get any JavaScript error on
    closing/reopening a basket.
    
    NOTE: acqui/basket.tt is only used by acqui/basket.pl
          git grep "confirm_close" | grep -v "\.po:"
          doesn't show anything else. Reopening only works on
          basketgroups, not baskets. Unable to trigger any errors
          as expected and desired. :)
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fe2e05fb6f82e6ac48209ad3af8a9623fc08eda6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 22 14:58:25 2013 -0700

    Bug 8033 - Remove unused template file.
    
    All prog related patches were obsoleted from this bug.
    
    Bug 11349 changed the code to have the proper template name
    used (sco/printslip.tt instead of sco/printsplit.tmpl).
    
    Bug 12062 moved the hard coded string logic into the template,
    and passed the borrower number.
    
    This only leaves the patch to remove the unused receipt.tt file.
    
    TEST PLAN
    ---------
    1) Confirm the file isn't used.
       $ git grep "sco/receipt" | grep -v "\.po:"
       -- this should list nothing, because there are still po
          files referencing it, but they aren't needed either.
    2) ls ./koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt
       -- there should be a file
    3) apply patch
    4) repeat step 2
       -- the file should be removed
    
    Followed test plan, file does no longer exist.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    git grep receipt.tt says we are safe, trusting the QA people

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

Summary of changes:
 C4/UsageStats.pm                                   |    1 -
 circ/circulation.pl                                |   11 +-
 installer/data/mysql/sysprefs.sql                  |    1 -
 installer/data/mysql/updatedatabase.pl             |    9 +
 .../prog/en/includes/patron-toolbar.inc            |   11 +-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    6 -
 .../prog/en/modules/admin/preferences/patrons.pref |    7 -
 .../opac-tmpl/bootstrap/en/modules/sco/receipt.tt  |   46 -----
 kohaversion.pl                                     |    2 +-
 members/members-home.pl                            |    9 +-
 t/db_dependent/Accounts.t                          |  175 +++++++++++++++++++-
 11 files changed, 188 insertions(+), 90 deletions(-)
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list