[koha-commits] main Koha release repository branch master updated. v16.11.00-722-g53f2b56

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 15:28:40 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  53f2b56fa15fac2f0d2ef0777e95f436d6914ec7 (commit)
       via  c26afc2568311a2b7a99f33705cbc35b715563a8 (commit)
       via  d79a264b6991d48bda026fc0ccde0607b519423f (commit)
       via  1843ee148b25a904d8baffbbe8f0ea504b539a64 (commit)
      from  a723de2ae0c393743fc111955ee81b5e6c5b7f4a (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 53f2b56fa15fac2f0d2ef0777e95f436d6914ec7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Mar 17 13:24:41 2017 +0100

    Bug 7728: [QA Follow-up] Fix POD whitespace
    
    Resolves complaints from qa tools.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c26afc2568311a2b7a99f33705cbc35b715563a8
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Jan 11 14:51:43 2017 +0100

    Bug 7728: QA fixes
    
    - Remove useless comments
    - Use Koha::Objects::find instead of Koha::Objects::search
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d79a264b6991d48bda026fc0ccde0607b519423f
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Tue Jan 26 14:03:21 2016 +0000

    Bug 7728: Adding unit test ReNewSubscription.t
    
    Test plan:
     * run without the patch, the test will fail
     * run with the patch, the test will pass
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1843ee148b25a904d8baffbbe8f0ea504b539a64
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 9 10:25:43 2015 +0000

    Bug 7728: Fix subs history end date consistency
    
    Without this patch, there is an inconsistency in subscriptions:
     * a new subscription has no history end date set (as expected)
     * if you renew it, a date is set.
    
    This patch removes the setting of the history end date during renewal
    
    Test plan:
     * create a subscription, go to subscription-detail.pl page, tab "Summary". No History end date is set
     * renew the subscription => a date has been set
     * apply the patch
     * create another subscription
     * renew it => no history end date has been set
     * sign-off
    
    Signed-off-by: beroud <isabelle.beroud at univ-lyon3.fr>
    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/Serials.pm                              |   16 ++---
 t/db_dependent/Serials/ReNewSubscription.t |   96 ++++++++++++++++++++++++++++
 2 files changed, 103 insertions(+), 9 deletions(-)
 create mode 100644 t/db_dependent/Serials/ReNewSubscription.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list