[koha-commits] main Koha release repository branch master updated. v3.20.00-788-g5a9b8d9

Git repo owner gitmaster at git.koha-community.org
Mon Oct 19 16:53:30 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, master has been updated
       via  5a9b8d9359424a3f0316f89348038fbb290e722b (commit)
       via  87312888abfeeffcc452df38b4ed652a3c7ad0ba (commit)
       via  a011cbd2e2658598e4c2eac7377b9b1edb9dd720 (commit)
       via  52bbc941ea766a4dad32b602d205b37339dc77ba (commit)
       via  1c04583f6070fe62b791188740fd9ae08daf6f90 (commit)
       via  2c32f87c395e12f6e7c9b191e935a7feb588db54 (commit)
      from  6506ddd1e859c3afbb9519d6a956495c06d628ce (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 5a9b8d9359424a3f0316f89348038fbb290e722b
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Oct 6 11:42:04 2015 +1100

    Bug 14861: Accession date comparison does not work in advanced search
    
    _Test plan_
    
    Prerequisites: Make sure that you have an item with a valid dateaccessioned,
    and that the bib is indexed in zebra.
    
    For the purposes of explanation, I'm going to use the date '2011-09-07'
    
    1) Go to advanced search in the staff client and choose 'Acquisition date (yyyy-mm-dd)'
    2) Enter 2011-09-07 (or the date of your choice).
    3) Click the search button - you should get your item in the search results.
    4) Return to the advanced search screen and select Acquisition date again.
    5) Enter a start and end date in the text field separated by ' - '.
    
    For example:
    
    2011-09-01 - 2011-09-30
    
    6) Click the search button -- this will return no results.
    7) Apply the patch and copy etc/zebradb/ccl.properties to whatever directory is specified
    by the koha-conf.xml referenced by $KOHA_CONF.
    8) Try the search again -- this will return the expected results
    
    Signed-off-by: Barton Chittenden <barton at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 87312888abfeeffcc452df38b4ed652a3c7ad0ba
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 19 14:42:50 2015 +0100

    Bug 15028: Make t/db_dependent/Letters.t set the numbering pattern it needs
    
    On some jenkins DBs, this pattern is "No.{X}" instead of "No. {X}" and
    the test fails ("Serial notification text constructed successfully").
    
    Tests should always create their own data.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit a011cbd2e2658598e4c2eac7377b9b1edb9dd720
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 4 16:33:00 2015 +0100

    Bug 11298: Don't force the renew time to 23:59
    
    If you try to renew an item using the "Renewal due date" at the bottom
    of the checkouts table, the time will be hardcoded to 23:59 no matter
    what the user has chosen.
    
    Test plan:
    Check an item out to a patron
    renew the item and specify a due date using the datetime picker plugin
    at the bottom of the table
    Confirm the time you have chosen is correctly used.
    
    Followed test plan. It works as advertised.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 52bbc941ea766a4dad32b602d205b37339dc77ba
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Sep 28 16:44:30 2015 +0200

    Bug 14916: Display overdues if due on 23:59
    
    If an item is due today 23:59 and the filter is from yesterday
    to today, the overdue won't appear on the list.
    
    Test plan:
    Be sure you have an item due on DATE 23:59
    Search for overdues from DATE-1 to DATE
    Without this patch, the item won't appear.
    With this patch, it will.
    
    Regression test: test the CSV download.
    
    Note: On the way, this patch remove the deps to C4::Dates
    (which was the original goal of the bug report).
    
    Issue reproduced, it's resolved with this patch.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 1c04583f6070fe62b791188740fd9ae08daf6f90
Author: Marc Véron <veron at veron.ch>
Date:   Wed Oct 7 20:42:23 2015 +0200

    Bug 14922: (followup) Fix string output
    
    This patch makes YYYY MM and DD display correctly.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 2c32f87c395e12f6e7c9b191e935a7feb588db54
Author: Marc Véron <veron at veron.ch>
Date:   Wed Sep 30 14:58:40 2015 +0200

    Bug 14922: Remove C4::Dates from cataloguing/additem.pl
    
    This patch removes C4::Dates from cataloguing/additem.pl
    
    To test:
    
    - In MARC bibliographic framework, define a default value
      for one of the in Tag 952 Subfield struture, e.g. for
      subfield x Non-public note. You can define it under
      'Advancde constraints'. Define the value similar to the following:
      Year:YYYY Month:MM Day:DD
    - Create a new item for a biblio and verify that YYYY, MM and DD are
      replaced with today's values.
    - Apply patch and repeat that previous step behaves as before.
    - Verify that the overall functionality of the form is the same
      as before applying the patch.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. With the last script not accept more than YYYYMMDD
    If you enter something else, the script sends to the end of line.
    This patch follow up the pattern in constraint default value
    
    Patch amended following comment #6  / mv
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 cataloguing/additem.pl                             |   12 +++----
 circ/overdue.pl                                    |   35 ++++++++++----------
 etc/zebradb/ccl.properties                         |    2 +-
 .../intranet-tmpl/prog/en/modules/circ/overdue.tt  |    5 +--
 svc/renew                                          |    2 --
 t/db_dependent/Letters.t                           |    1 +
 6 files changed, 28 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list