[koha-commits] main Koha release repository branch master updated. v16.11.00-882-g5f3e93c

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 17:16:42 CEST 2017


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  5f3e93c6f5cd7818f53296cf9c4a37c860119970 (commit)
       via  9a8394866fbc76396fcc29086f2a34def47d9b45 (commit)
       via  30bdf6edec8176c68d2ced15cd14cdf0f1e767fd (commit)
       via  b2b4be996aba9356662b05e4427d00e33dda9081 (commit)
       via  580b8febe32b273471a78917c836d0847ea8fa43 (commit)
      from  1d7afd30bea01902efa87e68121ef3bfa933be9a (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 5f3e93c6f5cd7818f53296cf9c4a37c860119970
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 23 22:13:17 2017 -0300

    Bug 17964: Replace next with last
    
    We certainly always want to retrieve the last row of a given search.
    If it not sufficient we will need to rethink this code.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9a8394866fbc76396fcc29086f2a34def47d9b45
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Mar 24 09:05:44 2017 +0100

    Bug 17964: [QA Follow-up] Test descriptions, typo
    
    Typo: have been checkin => checked.
    And five test descriptions ;)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 30bdf6edec8176c68d2ced15cd14cdf0f1e767fd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Jan 21 16:02:50 2017 +0100

    Bug 17964: Support date formatting
    
    Using the KohaDates plugin will allow us to format dates as we want,
    using the same filters as the ones defined in the KohaDates TT plugin.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b2b4be996aba9356662b05e4427d00e33dda9081
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Jan 21 15:48:57 2017 +0100

    Bug 17964: Add old_issues
    
    If it's a CHECKIN, C4::Circulation::SendCirculationAlert set a
    "old_issues" key instead of "issues".
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 580b8febe32b273471a78917c836d0847ea8fa43
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 16 16:35:18 2017 +0100

    Bug 17964: TT syntax for notices - Prove that CHECKIN and CHECKOUT are compatible
    
    From the CHECKIN and CHECKOUT templates you should be able to access the
    following information: item, biblio, biblioitem, patron and library
    
    Test plan:
    Define CHECKIN and CHECKOUT notice templates.
    You should be able to define them using the TT syntax to produce the
    same generated notice messages as with the historical syntax.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Letters.pm                            |   14 ++-
 t/db_dependent/Letters/TemplateToolkit.t |  173 +++++++++++++++++++++++-------
 2 files changed, 145 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list