[koha-commits] main Koha release repository branch master updated. v3.22.00-153-g0aa6ba1

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 13:33:22 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  0aa6ba1599bb0de923619a365f529119dc5c67a6 (commit)
       via  3128151713128985e6dbf2e54ce75bbd0c329a0f (commit)
       via  957da3282ce774b1629de69ffcb7af5e0f72d9ee (commit)
       via  c295117e4dfaea4e28665158cd2dbd5ecb789139 (commit)
       via  0e2ccf0801d5f578faba0dc508eaa130d72ab0c8 (commit)
       via  736bcf457cb01b0835f7af041d235f89ac337e3a (commit)
       via  8438d7e07657906b490605433987a76f74a63fe3 (commit)
       via  33ff797c6b3646f7d79f0df73291705340acb8c7 (commit)
      from  30f5b7b0a62e243ce06f896c15b2689ac57706eb (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 0aa6ba1599bb0de923619a365f529119dc5c67a6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 12:33:20 2015 +0000

    Bug 12375 - DBrev 3.23.00.006

commit 3128151713128985e6dbf2e54ce75bbd0c329a0f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 12:27:15 2015 +0000

    Bug 12375 [7] - Update to use Koha::Object classes
    
    This code was written before the introduction of Koha::Object(s)
    
    Considering the triviality of updating the code, we should go ahead
    and switch this code to use Koha::Object(s) now.

commit 957da3282ce774b1629de69ffcb7af5e0f72d9ee
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jul 25 09:31:22 2014 -0400

    Bug 12375 [6] [QA Followup] - Supress warnings for undefined indexes

commit c295117e4dfaea4e28665158cd2dbd5ecb789139
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jul 21 09:55:02 2014 -0400

    Bug 12375 [5] [QA Followup] - Don't assume X Y and Z are used in order

commit 0e2ccf0801d5f578faba0dc508eaa130d72ab0c8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 5 11:26:40 2014 -0400

    Bug 12375 [4] - Replace use of DBI with Koha::Database in C4::Serials::NewIssue
    
    Currently, all serials enumeration data is stored in conglomerated
    fashion in serial.serialseq. This makes it extremely difficult to do any
    reporting based on the individual sequence values due to this fact. In
    addition to the formatted version of the sequence, we should be storing
    the individual values as well.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Create a new subscription, and add serials to it. The new x y and
       z fields should be populated with the same data the replaces {X} {Y} and
       {Z} in the enumeration field.
    4) Inspect some existing serials. The update script will have made a
       best effort to recover the existing enumeration data to store in
       separate fields.
    
    Signed-off-by: Paul Landers <paul.landers at ttuhsc.edu>

commit 736bcf457cb01b0835f7af041d235f89ac337e3a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 5 10:52:30 2014 -0400

    Bug 12375 [3] - Store serials enumeration data in separate fields
    
    Signed-off-by: Paul Landers <paul.landers at ttuhsc.edu>

commit 8438d7e07657906b490605433987a76f74a63fe3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 5 10:53:13 2014 -0400

    Bug 12375 [2] - Update Serial schema file
    
    Signed-off-by: Paul Landers <paul.landers at ttuhsc.edu>

commit 33ff797c6b3646f7d79f0df73291705340acb8c7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Oct 23 14:48:41 2012 -0400

    Bug 12375 [1] - Update database
    
    Signed-off-by: Paul Landers <paul.landers at ttuhsc.edu>

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

Summary of changes:
 C4/Serials.pm                                    |   95 +++++++++++++---------
 Koha.pm                                          |    2 +-
 Koha/Schema/Result/Serial.pm                     |   30 ++++++-
 Koha/{Branch.pm => Serial.pm}                    |    8 +-
 Koha/{Borrowers.pm => Serials.pm}                |   12 +--
 Koha/{Borrower.pm => Subscription.pm}            |    8 +-
 Koha/{Borrowers.pm => Subscription/Histories.pm} |   12 +--
 Koha/{Borrower.pm => Subscription/History.pm}    |    8 +-
 Koha/{Borrowers.pm => Subscriptions.pm}          |   12 +--
 installer/data/mysql/updatedatabase.pl           |   67 ++++++++++++++-
 10 files changed, 180 insertions(+), 74 deletions(-)
 copy Koha/{Branch.pm => Serial.pm} (88%)
 copy Koha/{Borrowers.pm => Serials.pm} (84%)
 copy Koha/{Borrower.pm => Subscription.pm} (86%)
 copy Koha/{Borrowers.pm => Subscription/Histories.pm} (79%)
 copy Koha/{Borrower.pm => Subscription/History.pm} (84%)
 copy Koha/{Borrowers.pm => Subscriptions.pm} (82%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list