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

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 19:49:53 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  0ca825ed80e8a7d13da9085659d091d21aacbbac (commit)
       via  576155df656b4360484c46b00c521cb2087d1049 (commit)
       via  ef539cd035c09b94be5a0fce179ef4f54d024783 (commit)
       via  0820d890b29f688ee2d7221d6662cf78752130f9 (commit)
       via  018de8802d1aa8af9e309187c210f2036957e10a (commit)
       via  42ef8c7e98a7785de46ade8cc88bc904bbf6149e (commit)
      from  72d0dc6ed35ce3ea480bbc58a5518c089313894f (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 0ca825ed80e8a7d13da9085659d091d21aacbbac
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Nov 17 15:47:46 2015 -0300

    Bug 15168: (followup) remove useless diags
    
    While testing this bug I noticed the tests printed useless diags.
    This patch removes them for good.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 576155df656b4360484c46b00c521cb2087d1049
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 11 12:31:12 2015 +0000

    Bug 14960: Simplify the date management in staticfines
    
    There is no need to create a DT objcet, then display in string/iso
    then recreate a DT object from this string.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit ef539cd035c09b94be5a0fce179ef4f54d024783
Author: Marc Véron <veron at veron.ch>
Date:   Mon Oct 5 18:20:57 2015 +0200

    Bug 14960: Remove C4::Dates from files in misc/cronjobs
    
    This patch removes C4::Dates from following files:
    
    - misc/cronjobs/batch_anonymise.pl
    - misc/cronjobs/cleanup_database.pl
    - misc/cronjobs/gather_print_notices.pl
    - misc/cronjobs/serialsUpdate.pl
    - misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl
    - misc/cronjobs/overdue_notices.pl
    - misc/cronjobs/staticfines.pl
    
    To test:
    - Carefully review code changes.
    - Verify that the cronjobs behave as before.
    
    Amended to make patch apply and follwoing comments on IRC by putti
    http://irc.koha-community.org/koha/2015-11-06#i_1752803
    (misc/cronjobs/gather_print_notices.pl is using still C4::Dates, line 84)
    6.11.2015 /mv
    
    Signed-off-by: Zeno Tajoli <z.tajoli at cineca.it>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 0820d890b29f688ee2d7221d6662cf78752130f9
Author: Marc Véron <veron at veron.ch>
Date:   Thu Nov 12 10:47:09 2015 +0100

    Bug 14969: (followup) Today's date withoute time when receiving
    
    To test: Change status of a serial from Expected to Received,
             today's date in column "Expected" should appear without time.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 018de8802d1aa8af9e309187c210f2036957e10a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 11 10:48:36 2015 +0000

    Bug 14969: Remove C4::Dates from serials/*.pl files
    
    Warning: This area is a mess, especially with date management.
    
    For the same reasons as other "Remove C4::Dates from*" patches, this one
    will deal with the serials module.
    
    Note that this patch add the datepicker on 3 input fields (on
    serials/subscription-detail.tt and serials/subscription-renew.tt).
    There was also weird behavior when the dates were invalid. Now default
    to undefined. But with the datepicker it will reduce the number of
    cases even if the user is still allowed to fill invalid dates.
    
    Test plan:
    1/ Create a subscription, fill the first issue pub date and the
    subscription start date.
    You can fill or not the end date.
    Play with the numbering pattern and confirm that there are generated as
    before this patch.
    2/ On the check expiration page, confirm that the dates are correctly
    displayed.
    3/ Renew the subscription and confirm that the behavior is correct.
    4/ Go on the subscription history page and confirm you have now the
    datepicker plugin set on the 2 date fields.
    
    QA notes: The startdate, histstartdate and enddate are not used in
    the serials-collection template, this patch removes them from the pl
    script.
    
    Tested on top of 15166 15168 15171, full browser reload for date pickers.
    Note for 4/: It is the link in tab planning on subscription
    detail page, near "Manual history" (if manual history is enabled).
    Works as advertised.
    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 42ef8c7e98a7785de46ade8cc88bc904bbf6149e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 11 08:54:12 2015 +0000

    Bug 15168: Remove C4:Serials::ItemizeSerials
    
    This subroutine has been introduced in 2006, when C4::Serials has been
    added to the codebase.
    If you checkout this commit
    commit 18d2cd099085e443d713a1546e029faa81481814
    Date:   Fri Jul 7 08:45:47 2006 +0000
        this file replace C4/Bull.pm
    
    You won't find any occurrences of this subroutine neither.
    
    Interesting module's name by the way.
    
    Test plan:
      git grep ItemizeSerials
    should not return any result
    
    Followed test plan, no results found.
    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>

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

Summary of changes:
 C4/Serials.pm                                      |  161 ++------------------
 .../prog/en/modules/serials/checkexpiration.tt     |    7 +-
 .../en/modules/serials/subscription-history.tt     |   11 +-
 .../prog/en/modules/serials/subscription-renew.tt  |    8 +-
 misc/cronjobs/batch_anonymise.pl                   |    1 -
 misc/cronjobs/cleanup_database.pl                  |    1 -
 misc/cronjobs/gather_print_notices.pl              |   13 +-
 misc/cronjobs/overdue_notices.pl                   |   12 +-
 misc/cronjobs/serialsUpdate.pl                     |    4 +-
 misc/cronjobs/staticfines.pl                       |   18 +--
 .../thirdparty/TalkingTech_itiva_outbound.pl       |    6 +-
 serials/checkexpiration.pl                         |   22 ++-
 serials/routing-preview.pl                         |    1 -
 serials/routing.pl                                 |    1 -
 serials/serial-issues.pl                           |    1 -
 serials/serials-collection.pl                      |   11 +-
 serials/serials-edit.pl                            |   16 +-
 serials/showpredictionpattern.pl                   |   15 +-
 serials/subscription-add.pl                        |   30 ++--
 serials/subscription-detail.pl                     |    5 +-
 serials/subscription-history.pl                    |    9 +-
 serials/subscription-renew.pl                      |   15 +-
 t/db_dependent/Serials.t                           |    4 +-
 t/db_dependent/Serials/Frequency.t                 |    6 +-
 t/db_dependent/Serials/Numberpattern.t             |    6 +-
 25 files changed, 132 insertions(+), 252 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list