[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.05.1-53-g0b6e835

Git repo owner gitmaster at git.koha-community.org
Mon Apr 6 10:37:53 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.18.x has been updated
       via  0b6e835238e415dd8c0e675f3e49edc86baee007 (commit)
       via  082a382afa07ea86432a400ba5a15cca9379619e (commit)
       via  77350b86a44647838c2750fff920518f2d86d4cc (commit)
       via  98b9b0f9e5842518274695dc2afd44fc19fac826 (commit)
       via  62329207b90029e1d8d3895379d4b61f942648e2 (commit)
      from  364680635b7cd229a9ff3fac0c5b693ba69afc83 (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 0b6e835238e415dd8c0e675f3e49edc86baee007
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Feb 19 15:35:58 2015 +0100

    Bug 13686: Change wording
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit d7c56de7e06ee9ce39d1754ce5ce566041dde396)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 082a382afa07ea86432a400ba5a15cca9379619e
Author: Viktor Sarge <viktor.sarge at regionhalland.se>
Date:   Mon Feb 16 20:56:11 2015 +0000

    Bug 13686 Add a hint about collation to the alphabet syspref
    
    New attempt from a fresh branch.
    
    Test plan:
    * Look at the alphabet syspref.
    * Install the patch.
    * Look again at the alphabet syspref and you should see a short hint about collation.
    
    Thanks for the patience - I already learned a few new things about Git with this patch.
    
    Text appears as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Amended patch: add a br tag
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 69058f790d5fba410915ef4feb14d837b91b25f3)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 77350b86a44647838c2750fff920518f2d86d4cc
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Mar 18 23:22:54 2015 +0100

    Bug 13868: Correct formatting of date on routing list slip
    
    The date planned printed on the issue slip is not formatted
    according to the dateformat system preference setting.
    
    To test:
    - enable RoutingSerials
    - create a subscription
    - create a routing list from the serial collection page
    - use the 'print list' links next to the issues to print a routing list
    - verify that the date there is not displayed according to the dateformat
      system preference without the patch, but is correct with the patch applied
    
    Followed test plan, date appears according to the date format syspref.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit e93c3a4b0ace2d2c12dfd690bee95355d8822415)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 98b9b0f9e5842518274695dc2afd44fc19fac826
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 16 10:16:40 2015 -0400

    Bug 13841 - Returns via backdating or SIP2 can create new fines with an amount outstanding of 0
    
    Due to the way AddReturn and UpdateFine work, if you pass in a return
    date to AddReturn, and that item has a calculated fine of 0, Koha will
    insert the 0 amount fine into accountlines.
    
    This is good behavior when we want to update an existing fine, but bad
    behavior if there was no fine to begin with!
    
    Test Plan:
    1) Apply the unit test patch
    2) prove t/db_dependent/Circulation.t
    3) Note the test fails
    4) Apply this patch
    5) prove t/db_dependent/Circulation.t
    6) Note the test passes
    
    Signed-off-by: Jen DeMuth <jdemuth at roseville.ca.us>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Confirmed the problem in the staff interface and that the patch
    fixes it. Also tested that fines still get calculated.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit faab00b88a155bdd7d5de35ef9226e134ce4b35b)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 62329207b90029e1d8d3895379d4b61f942648e2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 16 10:15:54 2015 -0400

    Bug 13841 - Unit Test
    
    Signed-off-by: Jen DeMuth <jdemuth at roseville.ca.us>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 589fd84107ed76ed50397f63d4ca809468f57ffe)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Overdues.pm                                     |   41 +++++++++-----------
 .../en/modules/admin/preferences/i18n_l10n.pref    |    3 +-
 .../prog/en/modules/serials/serials-collection.tt  |    2 +-
 t/db_dependent/Circulation.t                       |   38 +++++++++++++++++-
 4 files changed, 58 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list