[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-110-ga00af8d

Git repo owner gitmaster at git.koha-community.org
Fri Jan 23 08:00:16 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.16.x has been updated
       via  a00af8d2861958cb036c2fdf0a7d4ffee647a2bd (commit)
       via  e920b9a6813d677d86e327ea11c7ed571570f3b2 (commit)
       via  9473d2a41c434a38310c5546e120ffe2ce8f0c91 (commit)
       via  637aa03fe10a9e8bd62e81e38d8b5caf846acec6 (commit)
       via  4483be6269654678b5a8cc7643fc55dc0660c759 (commit)
       via  9990c3e8a1071bc07ffba05950d8c86c95e81064 (commit)
       via  1e049ee1d919c3d78f43de599c24278006ab19a7 (commit)
       via  ca7c1b6ff1d79cbc222669d8d13a646879698c17 (commit)
       via  779ef3bc7731e1eca3a77a25084f11e9b01e880e (commit)
      from  8552175a50e4e0d9b2cbcdc18055c16a6fbebae2 (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 a00af8d2861958cb036c2fdf0a7d4ffee647a2bd
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Tue Dec 2 12:08:04 2014 -0500

    Bug 13406: Removing depricated code included in PDF::Reuse
    
    1. Upgrade PDF::Reuse to 0.35_04. [1]
    2. Run Koha's non-DB dependent test suite. You should notice some non-fatal warnings about
       the redefinition of one or two subs in PDF::Reuse. This should not affect the
       functionality of the tools for the end user.
    3. Verify the functionality of the related tools.
    4. Apply the attached patch.
    5. Re-run Koha's non-DB dependent test suite. You should note no warnings related to PDF::Reuse.
    6. Re-verify the functionality of the related tools.
    
    [1] http://search.cpan.org/CPAN/authors/id/C/CN/CNIGHS/PDF-Reuse-0.35_04.tar.gz
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    
    http://bugs.koha-community.org/show_bug.cgi?id=13407
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit e920b9a6813d677d86e327ea11c7ed571570f3b2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jul 29 12:39:15 2014 -0400

    Bug 11872 - Lost overdue items should not generate fines
    
    An item can be marked as lost by longoverdue.pl, but left checked out to
    the patron. In this case, the item will continue to accrue fines.
    
    Test Plan:
    1) Check out an item and back date it so it is overdue and should
       generate fines.
    2) Mark the item as lost by either using longoverdue.pl, or just
       by setting itemlost to 1 by directly accessing the database
    3) Run fines.pl
    4) Note the overdue generated a fine
    5) Repeat steps 1-2
    6) Apply this patch
    7) Run fines.pl
    8) Note a fine was not generated
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 9473d2a41c434a38310c5546e120ffe2ce8f0c91
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Dec 27 12:58:52 2014 +0100

    Bug 13459: Fix datatables paging for admin > itemtypes
    
    To test:
    - Go to administration > itemtypes
    - Verify the display of the paging options is broken
    - Apply patch
    - Verify the display is now correct and works nicely
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 637aa03fe10a9e8bd62e81e38d8b5caf846acec6
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Dec 27 21:13:58 2014 +0100

    Bug 13459: Fix datatables paging for patron lists
    
    The display of the datatables paging options for the
    patron list feature is broken.
    
    To test:
    - Go to tools > patron lists
    - The paging for the 'list of lists' is broken
    - Select a patron list 'Add more patrons'
    - Notice the paging on this page is also broken
    - Apply patch
    - Verify both pages now display the paging correctly
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 4483be6269654678b5a8cc7643fc55dc0660c759
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 31 13:23:06 2014 +0100

    Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices
    
    If only 1 item exist in the message, the marker is not removed.
    This marker is removed by render_metadata, but this method is only
    called on appending.
    
    Test plan:
    1/ Enable the CHECKIN and/or CHECKOUT notices for a patron
    2/ check and item in or out and verify that the marker is no longer
    displayed in the generated notices.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 9990c3e8a1071bc07ffba05950d8c86c95e81064
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sun Nov 2 17:41:34 2014 +0100

    Bug 13167 Stage MARC for Import hangs for biblio containing invalid ISBN-13
    
    If the ISBN of a UNIMARC record begins with 979 then the 'Stage MARC for
    import' hangs.  If I use the same UNIMARC record and change 979 to 978 in the
    ISBN, 'Stage MARC for import' works perfectly.
    
    The patch deals with the fact that converting an ISBN-13 to ISBN-10 with
    Business::ISBN as_isbn10() method fails if the ISBN doesn't begin with 978.
    
    TEST PLAN:
    
    (1) Download, and decompress the ZIP file attached to BZ.
    (2) On a UNIMARC Koha instance, go in Tools > Stage MARC for import.
    (3) Choose the MARC file containing the record with an ISBN begining with 979.
        Click on Upload file, then Stage to import.
    (4) The Job progress bar stay at 0%.
    (5) Apply the patch. Repeat steps 2-3. The upload works.
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Tested in a UNIMARC installation, confirmed that the patch fixes the
    problem.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 1e049ee1d919c3d78f43de599c24278006ab19a7
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sun Jan 4 11:14:58 2015 -0300

    Bug 13167: (QA followup) regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit ca7c1b6ff1d79cbc222669d8d13a646879698c17
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Aug 26 11:14:33 2014 +0200

    Bug 12823: Alert about defining the SRU search field mappings
    
    This is a follow-up for report 6536 (SRU search targets).
    It will alert a user that saves a SRU server without field mappings.
    
    Test plan:
    Add a Z39.50 server. No confirm message.
    Add a SRU server without field mappings. Cancel the confirm.
    Add one field mapping. No confirm message.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 779ef3bc7731e1eca3a77a25084f11e9b01e880e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Aug 26 10:31:29 2014 +0200

    Bug 12823: Add some hints for Host and Database
    
    When adding or editing a SRU server, this patch adds a hint, positioned
    under the Hostname field.
    It also moves similar information for SRU options and XSLT into hints.
    
    Test plan:
    Add/Edit SRU server. Look at Hostname, SRU options and XSLT.
    Add/Edit Z39.50 server. No hints for Hostname and SRU options.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Creators/PDF.pm                                 |   92 +-------------------
 C4/Koha.pm                                         |    1 +
 C4/Message.pm                                      |    7 +-
 C4/Overdues.pm                                     |    4 +-
 .../prog/en/modules/admin/itemtypes.tt             |    3 +-
 .../prog/en/modules/admin/z3950servers.tt          |   63 +++++++++++++-
 .../prog/en/modules/patron_lists/list.tt           |    3 +-
 .../prog/en/modules/patron_lists/lists.tt          |    3 +-
 misc/cronjobs/fines.pl                             |    2 +
 misc/cronjobs/staticfines.pl                       |    1 +
 t/Koha.t                                           |   29 +++++-
 11 files changed, 104 insertions(+), 104 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list