[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-21-ga98aa00

Git repo owner gitmaster at git.koha-community.org
Sat Dec 20 00:45:24 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, 3.18.x has been updated
       via  a98aa005a88121eb5e99cf03bbd723fbd4e28912 (commit)
       via  4225278c87e9ff1eabf7fd76fbf7a3da4bf8b532 (commit)
       via  fe3673221d9cd7f8a5dfb73238551bdca36dd588 (commit)
       via  08e664e563b02fdc2102debfbc8ff3d6f5fb1524 (commit)
      from  6adb84cd208e8b4e2739d8f3eaff7ccc11ddf3f1 (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 a98aa005a88121eb5e99cf03bbd723fbd4e28912
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 19 10:28:47 2014 +0100

    Bug 13476: Fix DataTables for the search items form
    
    This items form is broken since the upgrade to DataTables 1.10.2 (commit
    954c2874d0d9ebfa2e910dcd4445010115fac329).
    The fnServerParams does not work anymore.
    
    Test plan:
    Go on catalogue/itemsearch.pl, launch a search and verify the data are
    correctly displayed in the table.
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    The paging seems still a bit buggy, but this makes the
    feature usable again!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 6114c5fd6fe735f332e1615b33bf62de0f4d936e)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 4225278c87e9ff1eabf7fd76fbf7a3da4bf8b532
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Dec 14 22:31:04 2014 +0100

    Bug 13461 - Circ always asking for confirmation if RentalFeesCheckoutConfirmation is used
    
    To test:
    - Check RentalFeesCheckoutConfirmation is activated
    - Try to check out an item without rental fine
    - Verify confirmation message without explanation
      is shown
    - Apply patch
    - Verify confirmation message is no longer shown
    - Configure itemtype to have rental fee
    - Veirfy now the confirmation message appears as
      it should
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 22b8d559f9c8f5733d051313c4d6266570d5be6f)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit fe3673221d9cd7f8a5dfb73238551bdca36dd588
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Dec 16 12:53:18 2014 +1100

    Bug 13469 - Unapi path to XSLTs is wrong in OPAC
    
    The Unapi path to XSLTs is wrong in the OPAC.
    
    Unfortunately, it's coded to work just for Git installs, which makes it
    tough to test.
    
    _TEST PLAN_
    
    Before applying:
    1) Go to
    http://GIT-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc
    2) If the biblionumber exists, it should show you the record in OAI_DC format.
    3) Go to
    http://REGULAR-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc
    4) You should get a software error
    
    Apply the patch.
    
    After applying:
    1) Refresh the page for
    http://yourgitinstall/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc
    2) It should work exactly the same as before.
    
    Thorough testers:
    1) Push the code to that regular test install
    2) Try the link again. It will properly show the converted record now.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Verified that single install
    intrahtdocs==/usr/share/koha/clone1712/intranet/htdocs/intranet-tmpl plus
    "/prog/en/xslt/" is the location for the required xslt files.
    Script unapi in git install is still fine.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit f1323e60a290cfe100773d6877c54731e6a45050)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 08e664e563b02fdc2102debfbc8ff3d6f5fb1524
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Tue Dec 16 12:49:40 2014 +0100

    Bug 13470 - pay fines with extended borrower attributes result in application error
    
    Test scenario:
    
    1. ensure that extended patron attributes are turned on in system preferences
    2. find borrower which has fine to pay, and click on pay button
    3. verify application error
    4. apply patch and verify that application error is gone
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit cc06e22de7d54f013919d06b10608e5db92ee790)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Circulation.pm                                           |    2 +-
 .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt   |   11 ++++++++++-
 members/paycollect.pl                                       |    4 +---
 opac/unapi                                                  |    4 ++--
 4 files changed, 14 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list