[koha-commits] main Koha release repository branch master updated. v3.22.00-163-g9348f84

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 13:53:38 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  9348f8420bd5049fb553cfe599d8eef555b07339 (commit)
       via  91374f0840363eb24c812892ca4bc0c4b0efb9f8 (commit)
       via  085ccba5a4f870b720efdb188b73bc7a99cbd878 (commit)
       via  7628c4a8540091f577c26211b4174c843a976126 (commit)
      from  085beb209ad1b2025902f95d4b5586dc1f7a703a (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 9348f8420bd5049fb553cfe599d8eef555b07339
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 12:50:08 2015 +0000

    Bug 13624 - DBrev 3.23.00.007
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 91374f0840363eb24c812892ca4bc0c4b0efb9f8
Author: Charles Farmer <charles.farmer at inlibro.com>
Date:   Fri Oct 16 10:59:24 2015 -0400

    Bug 13624 - renaming atomicupdate from .pl to .perl
    
    I have not tested this very thoroughly e.g. understood the SQL changes etc. since
    the patch has been signed off twice before.
    
    But it seems to me like this patch is OK.
    Applied, ran automatic tests and saved some values in the overduerules matrix/tabs OK.
    
    Signed-off-by: Eivin Giske Skaaren <eivin at sysmystic.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 085ccba5a4f870b720efdb188b73bc7a99cbd878
Author: Blou <philippe.blouin at inlibro.com>
Date:   Fri Jun 5 15:06:36 2015 -0400

    Bug 13624 - Tidying the atomicupdate file and kohastructure.sql
    
    Signed-off-by: Martin Persson <xarragon at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7628c4a8540091f577c26211b4174c843a976126
Author: Blou <philippe.blouin at inlibro.com>
Date:   Tue Apr 21 13:54:45 2015 -0400

    Bug 13624 - Remove columns branchcode, categorytype from table overduerules_transport_types
    
    This patch is a _requirement_ to Bug #12771, and will be necessary once we start managing more than 3 levels of overdue notice
    
    TEST PLAN
    1) Create or improve on overduerules data
      .1) Intranet -> tools -> overdue notices
      .2) Make sure to have data in first, second and third tabs
      .3) Make sure to have checked mixes of Email/Phone/Print/SMS (depending on availability)
      .4) Make sure to have different letters and delay on first/second/third tab for at least one category
      .5) Remember it all.
    2) Apply patch
    3) run installer/data/mysql/atomicupdate/update_13624_overduerules_transport_type.pl
    4) run t/db_dependant/Overdues.t
    5) Validate Overdue Notice page
      .1) validate data entered previously is still there
      .2) Add some more, save changes, validate
    
    In installer/data/mysql/atomicupdate/update_13624_overduerules_transport_type.pl
        - A new column and primary key, 'overduerules_id', is added to the table 'overduerules'
        - A new column referencing a foreign key, 'overduerules_id', is added to the table 'overduerules_transport_types'
        - The columns 'branchcode' and 'categorytype' are removed from the table 'overduerules_transport_types'
        - Data is migrated from the old tables to the new ones
    
    In installer/data/mysql/kohastructure.sql :
        - Table 'overduerules'
        - Added a primary key named 'overduerules_id'
        - Table 'overduerules_transport_types'
        - Added a foreign key named 'overduerules_id'
        - Dropped columns 'branchcode', 'categorycode' since we now have them referenced through 'overduerules_id'
    
    In tools/overduerules.pl
        - INSERT and DELETE queries on 'overduerules_transport_types' were changed to reflect the new schema
    
    In C4/Overdues.pm :
        - The SQL query of the function 'GetOverdueMessageTransportTypes' is changed to take into account the new design of 'overduerules_transport
    
    In t/db_dependent/Overdues.t :
        - The INSERT calls before the tests were changed to take into account the new design of 'overduerules' and 'overduerules_transport_types'
    
    Sponsored by : Halland County Library
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    
    Signed-off-by: Martin Persson <xarragon at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Overdues.pm                         |    7 ++++--
 Koha.pm                                |    2 +-
 installer/data/mysql/kohastructure.sql |   10 ++++----
 installer/data/mysql/updatedatabase.pl |   41 ++++++++++++++++++++++++++++++++
 t/db_dependent/Overdues.t              |   35 +++++++++++++--------------
 tools/overduerules.pl                  |    6 ++---
 6 files changed, 72 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list