[koha-commits] main Koha release repository branch master updated. v3.22.00-beta-34-gb7c4ff5

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 14:04:28 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, master has been updated
       via  b7c4ff5bf9e28f910801e1f1229951e61e8b23c4 (commit)
       via  16213187d91695babb08da4301aeffb2517bf753 (commit)
       via  0fe08231f427bdc65b1ff1219ad7507c284f1dbd (commit)
      from  6ea1fbe8c7c28e0427366c90bea8192a1033e3d5 (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 b7c4ff5bf9e28f910801e1f1229951e61e8b23c4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 13 11:43:36 2015 +0000

    Bug 15185: Remove Check*Holidays subroutines in C4::Circulation
    
    These 3 subroutines are not used anymore:
    - CheckRepeatableHolidays
    - CheckSpecialHolidays
    - CheckRepeatableSpecialHolidays
    
    Moreover we have subroutines in Koha::Calendar to do this job.
    
    Test plan:
      git grep CheckRepeatableHolidays
      git grep CheckSpecialHolidays
      git grep CheckRepeatableSpecialHolidays
    should not return any results.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Subroutines removed
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 16213187d91695babb08da4301aeffb2517bf753
Author: Eivin Giske Skaaren <eskaaren at yahoo.no>
Date:   Mon May 25 17:10:54 2015 +0000

    Bug 10067: decreaseLoanHighHolds messes with specify due date
    
    To test:
    
    1. On a branch up to date with master: apply the patch.
    
    2. Try to check out items both with and without holds.
    (The decreaseLoanHighHolds function should be configured and kick in when testing an item.
    
    3. Expected results are:
    The due date date field should be cleared after checkout if "Remember for session"
    is not selected. If it is selected then the chosen date should stay in the field even
    if the warning about reduced loan time for an item with too many holds is displayed.
    Also the correct due dates are shown in the table after a checkout.
    
    Known limitation: Does not work too well when jumping between different parts
    of the system as it relies on the values sent to the circulation.pl script.
    
    Sponsored-by: Halland County Library
    
    Refactored to both fix specific issue where date is changed
    and still have the old behaviour with date kept intact.
    
    Rebase
    Remove code whitespace cleanup
    
    Remove one more code whitespace cleanup
    
    Removed duplicate tag
    
    Refactored stickyduedate session parameter
    
    Fix datefield set by highholds if blanc
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 0fe08231f427bdc65b1ff1219ad7507c284f1dbd
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Wed Nov 11 18:59:35 2015 +0100

    Bug 15175: Respect IntranetBiblioDefaultView syspref
    
    Respect IntranetBiblioDefaultView on intra search result page, on cover image
    link, when XSLTResultsDisplay is empty.
    
    TO TEST:
    
    1. Empty XSLTResultsDisplay
    2. Activate intranet local and Amazon cover images
    3. Play changing IntranetBiblioDefault, and observe the links respectively on
       biblio record title and cover image. Title's link is OK, cover image
       link goes to detail.pl page independently of IntranetBiblioDefault.
    4. Apply the patch.
    5. Repeat 3.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Link to right display according with IntranetBiblioDefaultView is fixed.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    http://bugs.koha-community.org/show_bug.cgi?id=14175
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Circulation.pm                                  |   86 --------------------
 circ/circulation.pl                                |   24 ++++--
 .../prog/en/modules/catalogue/results.tt           |   16 +++-
 .../prog/en/modules/circ/circulation.tt            |   21 +++--
 4 files changed, 42 insertions(+), 105 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list