[koha-commits] main Koha release repository branch master updated. v3.16.00-573-g8af38d5

Git repo owner gitmaster at git.koha-community.org
Tue Sep 9 15:51:19 CEST 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, master has been updated
       via  8af38d518fe4d3ef9a467b8db15a066c8ef48f9d (commit)
       via  bfb20c9a7e6cfae9fd841a2be5d63d3337b8ddd8 (commit)
       via  c8016e0a0c9efa433d9470f4dc5d209ea1553868 (commit)
       via  d2a51dea68c8f6ba5543e1445c7c219c016b789f (commit)
       via  a2786c6de70701966f53ec9087b79c9ff1185ce0 (commit)
       via  daede131e0f936a2cc15d486127854db7eacfdc4 (commit)
       via  55ca3c5581de4b794020c8d555f3f472be641b71 (commit)
       via  d036b9a4d16eb1cda7c992ec54b9b36d7c86402d (commit)
       via  0965dfcc15567216315ce73716abc469c0f27f53 (commit)
      from  d908dad443556a521127fdaea2c1999e12ed1dfe (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 8af38d518fe4d3ef9a467b8db15a066c8ef48f9d
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Sep 9 10:47:02 2014 -0300

    Bug 12587: (qa followup) report name consistency
    
    Reports home should show the same report name (i.e. "Patrons with the most checkouts")
    the report itself uses. It is chosen as it is more idiomatic.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bfb20c9a7e6cfae9fd841a2be5d63d3337b8ddd8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 16 11:23:00 2014 -0400

    Bug 12587 - Improve output of filter information on patrons with the most checkouts report
    
    This patch makes some changes to the way filter information is displayed
    after running the patrons with the most checkouts report. Before this
    patch several untranslatable English strings would be displayed, and
    library and item type codes would be shown instead of descriptions.
    
    To test, go to Reports -> Patrons checking out the most. Enter values
    for all the filter options:
    
    - Checkout date from
    - Checkout date to
    - Checkin date from
    - Checkin date to
    - Library
    - Item type
    - Patron category
    
    When you submit the form and view the results you should see your date
    submissions formatted according to your selected dateformat system
    preference. The library name and item type names should be shown instead
    of codes.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Improves translatability of the filters output after running
    the report and the readability of them (removing codes).
    
    Note: it would be nice if the read-only would be removed from the date
    fields, as forcing people to use the date widget is a known accessibility
    issue.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c8016e0a0c9efa433d9470f4dc5d209ea1553868
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Fri Aug 29 16:19:22 2014 +1200

    Bug 12849 - fix URLs in sent lists
    
    This brings back the http(s) to the URLs in sent lists.
    
    Test plan:
    * make a list
    * send it to yourself
    * see that the URLs aren't clickable
    * apply the patch
    * repeat, except now the URLs are better
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    By removing this bit of code, the code in Auth.pm is used
    instead. The code there is not perfect, but the solution
    works and both list and cart use the same code.
    
    Passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d2a51dea68c8f6ba5543e1445c7c219c016b789f
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Sep 9 10:11:44 2014 -0300

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

commit a2786c6de70701966f53ec9087b79c9ff1185ce0
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Aug 21 11:02:48 2014 +0200

    Bug 12557: Partially received - the change should affect the new order
    
    If the receipt in not on the whole order but only on a part of it, the
    change should be done on the itemnumber linked to the "new order", the
    one we are reverting.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit daede131e0f936a2cc15d486127854db7eacfdc4
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Aug 20 12:15:06 2014 +0200

    Bug 12557: UT: The item is not created
    
    The UT was buggy. I have just fix that in another patch on bug 12555.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 55ca3c5581de4b794020c8d555f3f472be641b71
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jul 11 12:09:32 2014 +0200

    Bug 12557: Add a way to revert the changes made on items on receving
    
    Bug 8307 introduces the AcqItemSetSubfieldsWhenReceived pref.
    You can now update an item field on receiving (if you create items on
    ordering).
    But if the receipt is cancel, there is no way to revert these changes.
    
    This patch adds a new pref AcqItemSetSubfieldsWhenReceiptIsCancelled to
    allow to revert changes previously done on receiving
    
    Test plan:
    0/ Set the AcqCreateItems to 'ordering'
    1/ Fill AcqItemSetSubfieldsWhenReceived with o=1 (UNIMARC) or 7=1
    (MARC21).
    2/ Fill AcqItemSetSubfieldsWhenReceiptIsCancelled with o=2 (UNIMARC) or
    7=2 (MARC21)
    3/ Create an order with some items
    4/ Receive the order and verify the notforloan value is set to 1
    5/ Cancel the receipt and verify the notforloan value is set to 2
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d036b9a4d16eb1cda7c992ec54b9b36d7c86402d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jul 11 12:08:07 2014 +0200

    Bug 12557: DB changes - Add the AcqItemSetSubfieldsWhenReceiptIsCancelled pref
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0965dfcc15567216315ce73716abc469c0f27f53
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Aug 28 10:51:03 2014 +0200

    Bug 12833: Patron search should search on extended attributes
    
    Before Bug 9811, the patron search searched on extended attributes.
    
    This patch restore this behavior.
    
    Test plan:
    0/ Create a patron attribute PA
    1/ Create a patron A (cardnumber CNA) with PA="foo"
    2/ Create a patron B (cardnumber CNB) with PA="foo bar"
    3/ Search for CNA should redirect on the patron detail page.
    4/ Search for "foo" should display the search result with 2 results.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    'Searchable' patron attributes can now be searched for again.
    Works as described, passes stests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |   21 ++++++++
 C4/Utils/DataTables/Members.pm                     |    9 ++++
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |    9 ++++
 .../en/modules/admin/preferences/acquisitions.pref |    3 ++
 .../prog/en/modules/reports/bor_issues_top.tt      |   42 ++++++++++++++--
 .../prog/en/modules/reports/reports-home.tt        |    2 +-
 kohaversion.pl                                     |    2 +-
 opac/opac-sendshelf.pl                             |    4 --
 reports/bor_issues_top.pl                          |    2 +-
 svc/members/search                                 |   14 +++++-
 t/db_dependent/Acquisition/CancelReceipt.t         |   26 +++++++---
 t/db_dependent/Utils/Datatables_Members.t          |   53 +++++++++++++++++---
 13 files changed, 158 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list