[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.01-30-g14ee255

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 09:45:50 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.22.x has been updated
       via  14ee2557daafbb67b3afa541fc69f60fa21e7229 (commit)
       via  c993e45a26ea86ea362eea6f54e9ee1a8fa69bc5 (commit)
       via  4635b255ab98fdb4804c2bcb2f308ff722d7639c (commit)
      from  d5fd02e4a17383e984c31e427dc2c64ce4726b51 (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 14ee2557daafbb67b3afa541fc69f60fa21e7229
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Dec 30 14:26:35 2015 +0000

    Bug 15442 - Checkouts table will not display due to javascript error
    
    Uncaught ReferenceError: AllowCirculate is not defined
    
    Test Plan:
    1) Go to circulation.pl for a patron, note the checkouts table
       does not load
    2) Apply this patch
    3) Reload the page, checkouts table should show
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit c7339799ff994fffdb9273bd71951f8c2d60d1ec)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit c993e45a26ea86ea362eea6f54e9ee1a8fa69bc5
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 18 17:32:31 2015 +0000

     Bug 15289 [QA Followup] - Fix minor language issue
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 881433043903ead9d37a434342e3b998bc86c17b)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 4635b255ab98fdb4804c2bcb2f308ff722d7639c
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Tue Dec 15 14:11:54 2015 +0100

     Bug 15289 - borrowers permission allows to see patron's loans
    
    Test plan:
    
     - log with a user that have "borrowers" permission but not "Remaining circulation permissions"
     - go to a borrower's detail page (who has at least a loan) and click on "show checkouts"
     - check that you see loan(s) and that you can't renew and checkin
    
     - Do the same with a borrower that have "Remaining circulation permissions"
     - check that you see loan(s) and that you can renew and checkin
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit eb5fca30aa7005afaa34d394e1115eead969271b)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/checkouts-table.inc      |    6 ++++--
 koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc    |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js             |    2 ++
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt |    1 +
 .../intranet-tmpl/prog/en/modules/members/moremember.tt     |    1 +
 svc/checkouts                                               |   11 +++++++----
 6 files changed, 16 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list