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

Git repo owner gitmaster at git.koha-community.org
Wed Nov 18 03:44:24 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  87e7d5555e604043602de73c46b68d28299aefd9 (commit)
       via  87f8d7303c1746078064fb4e34e54a900c59326c (commit)
       via  7fce3314519d0e566ab2e254ebdec658bee3609b (commit)
       via  857fea04ae6cb806b0e4eeaf1d175b7ef1c0071a (commit)
       via  143e224c863453bc9b23dd8e98db96b2f0932ce3 (commit)
       via  94029916cc8a1ac81e5c344aff32bcb656e94094 (commit)
       via  bbc4eb46632c034c44627baf8a9de878505a6c0d (commit)
      from  0ca825ed80e8a7d13da9085659d091d21aacbbac (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 87e7d5555e604043602de73c46b68d28299aefd9
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Nov 17 10:20:39 2015 -0300

    Bug 15199: t/db_dependent/Review.t should not depend on existing data
    
    This patch makes the tests create a branch and a patron category instead
    of searching for them on the DB.
    
    To test:
    - Apply the patch on current master
    - Run
      $ prove t/db_dependent/Review.t
    => SUCCESS: Tests pass
    - Sign off
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    All test pass successful
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 87f8d7303c1746078064fb4e34e54a900c59326c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 11 12:59:44 2015 +0000

    Bug 14954: Remove unused C4::Calendar::addDate subroutine
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 7fce3314519d0e566ab2e254ebdec658bee3609b
Author: Marc Véron <veron at veron.ch>
Date:   Wed Nov 4 16:05:59 2015 +0100

    Bug 14954: (followup) Display exceptions in syspref format
    
    This patch fixes the display of exceptions (was iso, is now syspref).
    See comment #14 and attachment #15
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 857fea04ae6cb806b0e4eeaf1d175b7ef1c0071a
Author: Marc Véron <veron at veron.ch>
Date:   Wed Oct 28 23:51:45 2015 +0100

    Bug 14954: (followup) Remove C4::Dates from holiday related files
    
    Followup for comment #10
    
    To test:
    - Go to Home > Tools > Calendar
    - Add, edit, delete the different types of holidays and exceptions
    - git grep 'C4::Calendar' and test such files
    - git grep daysBetween to make sure that this sub is not used
    - prove t/Calendar.t
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 143e224c863453bc9b23dd8e98db96b2f0932ce3
Author: Marc Véron <veron at veron.ch>
Date:   Sun Oct 4 22:31:40 2015 +0200

    Bug 14954: Remove C4::Dates from holiday related files in folder tools
    
    This patch removes C4::Dates from:
    Remove C4::Dates from:
    
    - tools/exceptionHolidays.pl
    - tools/holidays.pl
    - tools/newHolidays.pl
    - C4/Calendar.pm
    
    To test:
    - Go to Home > Tools > Calendar
    - Add, edit, delete the different types of holidays and exceptions
    - git grep 'C4::Calendar' and test such files
    - prove t/Calendar.t
    
    (Amended following comments #3 and #4 / mv)
    (Amended following comment #7 / 25.10.2015 / mv
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    http://bugs.koha-community.org/show_bug.cgi?id=14945
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 94029916cc8a1ac81e5c344aff32bcb656e94094
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 10 17:42:44 2015 +0000

    Bug 14946: Remove C4::Dates from acqui/* files
    
    This patch replaces all use of C4::Dates with Koha::DateUtils, which is
    the best practice to follow.
    
    It also fixes a bug on the invoice search, the shipment date (from and
    to) were not passed correctly from one page to the other.
    
    Test plan:
    1/ Search for orders using the different filters
    2/ Create an invoice, try with setting and leaving empty the date
    fields.
    Default should be an undefined value (not today)
    3/ Search for invoices and use the 4 different filters.
    Close and reopen invoices.
    The filters should be kept from one page to the other (not that it does
    not work with shipment date before this patch).
    4/ Receive an order, on creating the invoice, the default date should be
    today.
    
    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 bbc4eb46632c034c44627baf8a9de878505a6c0d
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Nov 18 15:33:41 2015 +1300

    Changelog update for 3.22.00~beta

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

Summary of changes:
 C4/Calendar.pm                                     |   69 --------------------
 acqui/histsearch.pl                                |   32 +++------
 acqui/invoice.pl                                   |    7 +-
 acqui/invoices.pl                                  |   20 +++---
 acqui/parcel.pl                                    |    7 +-
 acqui/parcels.pl                                   |    8 +--
 acqui/transferorder.pl                             |    2 -
 debian/changelog                                   |    6 ++
 .../prog/en/modules/acqui/histsearch.tt            |    4 +-
 .../prog/en/modules/acqui/invoices.tt              |   44 +++++++++----
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |   13 ++--
 .../intranet-tmpl/prog/en/modules/acqui/parcels.tt |    2 +-
 t/db_dependent/Review.t                            |   21 ++++--
 tools/exceptionHolidays.pl                         |   29 ++------
 tools/holidays.pl                                  |   25 +++----
 tools/newHolidays.pl                               |   46 ++++---------
 16 files changed, 119 insertions(+), 216 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list