[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.14-34-g4c9abf7

Git repo owner gitmaster at git.koha-community.org
Fri Oct 2 14:00:56 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, 3.16.x has been updated
       via  4c9abf7673d2ba02d02fd82c0d04fc4c7405017f (commit)
       via  ebe73a3d6e836694cb010ec9518acf8b5d2b3268 (commit)
       via  65973b4dd3cb87b82811842fcad504c448102b4c (commit)
       via  2f8e9b1342bfa509865c264180caae6565f592a9 (commit)
       via  56d895ee0fd913f4346756b44c122fea90ebe34b (commit)
       via  ea22b83b3688b9dcbd91e369c17dfe9b924bcf44 (commit)
       via  0d9b0f294888a1993bdb370dfb22a8885af66abf (commit)
       via  674438016c0fae72c151c3d9e2e6d414cafb26c6 (commit)
       via  0b615c8db9bf9efcd8dbc4b06b1fd4eff4ae1289 (commit)
      from  a4fcb6a535907acf68e58ab8de43ecb6b6c9942d (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 4c9abf7673d2ba02d02fd82c0d04fc4c7405017f
Author: Mason James <mtj at kohaaloha.com>
Date:   Sat Oct 3 00:06:45 2015 +1300

    Bump version to to 3.16.15

commit ebe73a3d6e836694cb010ec9518acf8b5d2b3268
Author: Mason James <mtj at kohaaloha.com>
Date:   Sat Oct 3 00:53:58 2015 +1300

    Add release notes

commit 65973b4dd3cb87b82811842fcad504c448102b4c
Author: genevieve <genevieve.plantin at inlibro.com>
Date:   Tue Sep 8 13:58:10 2015 -0400

    Bug 13781: Fix missing heading columns for relative's checkouts table in check out patron page
    
    Theres was two missing heading columns Location and Fines in the Check out section of a Patron
    
    Tested both patches together. Works 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: Mason James <mtj at kohaaloha.com>

commit 2f8e9b1342bfa509865c264180caae6565f592a9
Author: genevieve <genevieve.plantin at inlibro.com>
Date:   Fri Sep 4 09:15:26 2015 -0400

    Bug 13781: Fix relatives's checkouts missing heading columns
    
    There was two missing heading columns (location and fine) and one hidden heading missing column (this hidden column is needing for sorting the table) it was taking the due_date column for the hidden column, so I added them
    
    Both patches tested together. Works 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: Mason James <mtj at kohaaloha.com>

commit 56d895ee0fd913f4346756b44c122fea90ebe34b
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Wed Sep 16 11:51:12 2015 -0300

    Bug 14245: (QA followup) already global
    
    The original patch correctly unmasks the global variable (by
    removing the 'my' on the marc2ris function, but wrongly introduces
    a new global variable.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit ea22b83b3688b9dcbd91e369c17dfe9b924bcf44
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu May 21 14:00:05 2015 -0300

    Bug 14245: Problems with RIS export in unimarc
    
    Variable $itype is used an all C4/Ris.pm to switch
    between marc falvors, but is local and not passed along
    as argument.
    
    As a quick solution, is defined as global
    
    To test:
    1) On UNIMARC setup, export a record as RIS,
    check that author (and other fields) are displayed
    incorrectly
    
    2) Apply the patch
    
    3) Export again, improved results
    
    4) Run t/Ris.t
    
    There are other problems in this script, needs maintenance
    (e.g. no Modern::Perl friendly)
    
    Signed-off-by: Victor do Rosário <jvr at fct.unl.pt>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 0d9b0f294888a1993bdb370dfb22a8885af66abf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 14 15:02:42 2015 +0100

    Bug 10005: Inventory - Add an option to not check in items
    
    The inventory tools automatically check in items, this patch adds it as
    an option.
    
    Test plan:
    1/ Check an item out, fill a file with its barcode, and use this file in
    the inventory tools.
    2/ Check the new checkbox and confirm that the item is not checked in
    3/ Repeat again and don't check it, the behavior should be the same as before
    this patch.
    
    Signed-off-by: Jason Robb <jrobb at sekls.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Added a missing </li>.
    Patch works as expected.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 674438016c0fae72c151c3d9e2e6d414cafb26c6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 14 11:38:41 2015 +0100

    Bug 6756: Add info messages
    
    NOTE: Before patch "./misc/cronjobs/batch_anonymise.pl --help" had no
          message, and neither did the anonymizing tool in the staff client.
          After the patch, both had informative messages.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 0b615c8db9bf9efcd8dbc4b06b1fd4eff4ae1289
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 14 11:30:51 2015 +0100

    Bug 6756: Fix bad behaviors if AnonymousPatron is not defined
    
    There are at least 2 wrong behaviors if the AnonymousPatron pref is not
    defined (0 or empty string).
    1/ If you use the clean borrower tools, you will get a successful
    message when the nothing happened (the history has not been anonymised).
    2/ At the OPAC, if a patron ask for delete his reading history, he will
    get an error message "The deletion of your reading history failed,
    because there is a problem with the configuration of this feature.
    Please help to fix the system by informing your libr    ary of this
    error". IMO this should not happen, the history should be anonymised.
    
    With this patch, the old_issues.borrowernumber field will be set to NULL
    if the AnonymousPatron pref if not defined.
    
    Test plan:
    1/ Fill the pref with "" or 0
    2/ At the OPAC, go on the privacy tab and click on the "Immedia deletion" button.
    You should get a green and friendly message. Confirm that the history
    has been anonymised.
    3/ Use the "Batch patron anonymization" tools (tools/cleanborrowers.pl)
    to anonymize the checkout history.
    Confirm that a) it works and b) you get a message.
    
    Try again with AnonymousPatron set to a valid patron. You should not see
    any changes with the current behaviors.
    
    NOTE: This patch tweaks C4/Circulation.pm and provides tests.
          applying just this, and running prove success. Reverting just
          C4/Circulation.pm fails, as expected.
          Tested OPAC stuff with both patches applied.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Circulation.pm                                  |    5 +-
 C4/Ris.pm                                          |    6 +-
 installer/data/mysql/updatedatabase.pl             |    7 +
 .../prog/en/modules/circ/circulation.tt            |    2 +
 .../prog/en/modules/members/moremember.tt          |    3 +
 .../prog/en/modules/tools/cleanborrowers.tt        |    4 +
 .../prog/en/modules/tools/inventory.tt             |    4 +
 kohaversion.pl                                     |    2 +-
 misc/cronjobs/batch_anonymise.pl                   |    1 +
 misc/release_notes/release_notes_3_16_15.html      |  314 ++++++++++++++++++++
 ..._notes_3_16_9.txt => release_notes_3_16_15.txt} |  226 +++++++-------
 t/db_dependent/Circulation/AnonymiseIssueHistory.t |  138 +++++++++
 tools/inventory.pl                                 |   19 +-
 13 files changed, 595 insertions(+), 136 deletions(-)
 create mode 100644 misc/release_notes/release_notes_3_16_15.html
 copy misc/release_notes/{release_notes_3_16_9.txt => release_notes_3_16_15.txt} (60%)
 create mode 100644 t/db_dependent/Circulation/AnonymiseIssueHistory.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list